Scott Selikoff's Blog, page 23
February 6, 2021
Switching your Gradle builds from JCenter to Maven Central
JCenter is being decommissioned on May 1st, 2021. Since many Gradle builds use JCenter by default, this means your Gradle build file is likely to have jcenter() in it. This means you have a few months to switch to Maven … Continue reading →
The post Switching your Gradle builds from JCenter to Maven Central first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.Switching your Gradle builds from JCenter to Maven Central was first posted on February 6, 2021 at 10:17 am.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
January 12, 2021
streamyard, virtual backgrounds, and room dividers
I live in a studio apartment. That means quite a bit of stuff is visible from my computer camera. As you might imagine, I’m a bit fan of virtual backgrounds. For work, it is easier. It’s not a problem if … Continue reading →
The post streamyard, virtual backgrounds, and room dividers first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.
streamyard, virtual backgrounds, and room dividers was first posted on January 12, 2021 at 10:12 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
January 10, 2021
re the interview question “what did you do with your extra time during the pandemic”
I turned on the television and heard a sentence about expecting a question during an interview – “what did you do with your extra time during the pandemic”. I don’t know the context or if this is a common question. … Continue reading →
The post re the interview question "what did you do with your extra time during the pandemic" first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.
re the interview question “what did you do with your extra time during the pandemic” was first posted on January 10, 2021 at 12:23 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
January 3, 2021
Coding is easy and other fallacies
The New York Times ran an op-ed with the headline “In India, parents are being aggressively sold the idea that their children must start coding at 4 or 5 or be future failures.” (It’s behind a paywall, but you don’t … Continue reading →
The post Coding is easy and other fallacies first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.
Coding is easy and other fallacies was first posted on January 3, 2021 at 12:21 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
December 20, 2020
Copy/paste connected shape in Acrobat Reader
Adobe Acrobat Reader DC has a “shape” called “Connected Lines” in the comments pane. I wanted to copy/paste and move one around. This was a pain in the neck. I wasn’t expecting it to be that hard. I ran into … Continue reading →
The post Copy/paste connected shape in Acrobat Reader first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.
Copy/paste connected shape in Acrobat Reader was first posted on December 20, 2020 at 7:33 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
December 13, 2020
Update: Java 11 Practice Tests
Jeanne and I know many of our readers are anxiously awaiting their copy of our new Java OCP 11 Practice Test Book for the 1Z0-819 Exam, originally expected out this month. The good news is we finished the manuscript a … Continue reading →
The post Update: Java 11 Practice Tests first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.
Update: Java 11 Practice Tests was first posted on December 13, 2020 at 2:08 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
December 3, 2020
New Zoom self-selecting breakout rooms
I live the new Zoom feature to be able to switch between breakout rooms. You have to be on the latest zoom and the feature has to be enabled for your meeting. After clicking breakout rooms at the bottom, you … Continue reading →
The post New Zoom self-selecting breakout rooms first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.
New Zoom self-selecting breakout rooms was first posted on December 3, 2020 at 5:23 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
November 17, 2020
Multi statement lambda and for each anti patterns
When I do a code review of lambda/stream code, I am immediately suspicious of two things – block statement lambdas and forEach(). What’s wrong with this? It’s functional programming right? Well? Not really. It does have a lambda. It doesn’t … Continue reading →
The post Multi statement lambda and for each anti patterns first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.
Multi statement lambda and for each anti patterns was first posted on November 17, 2020 at 8:51 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
November 8, 2020
Scheduling Social Media Posts
I recently became responsible for managing the NYJavaSig social media. I’ve been using TweetDeck for scheduling Twitter posts. Today I researched scheduling Facebook and Linked In posts. Here’s what I learend Buffer Buffer.com was recommended to me. I like it. … Continue reading →
The post Scheduling Social Media Posts first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.
Scheduling Social Media Posts was first posted on November 8, 2020 at 6:49 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
November 5, 2020
Supplemental Material: doPrivileged()
Privileged access was added to the Security objective for Oracle’s Java 11 1Z0-819 Exam, but was not part of the objectives for the now retired 1Z0-816 Exam. We created this Supplemental Material and are releasing it free of charge for … Continue reading →
The post Supplemental Material: doPrivileged() first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.
Supplemental Material: doPrivileged() was first posted on November 5, 2020 at 9:52 am.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
Scott Selikoff's Blog
- Scott Selikoff's profile
- 8 followers
