Scott Selikoff's Blog, page 22

August 22, 2021

creating a new junit 5 project in gradle in intellij

I haven’t created a new JUnit 5/Gradle project in a IntelliJ in a long time. When doing so today, I ran into a number of problems. I wound up just starting over, but writing up what I encountered/learned. Java 16 … Continue reading →

The post creating a new junit 5 project in gradle in intellij first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.creating a new junit 5 project in gradle in intellij was first posted on August 22, 2021 at 11:38 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
 •  0 comments  •  flag
Share on Twitter
Published on August 22, 2021 08:38

August 1, 2021

what does “in-person” mean for teams that aren’t all in the same location

I’ve been on a hybrid/distributed team for a long time. Immediately before the pandemic our team worked in the following arrangement (everyone worked 5 days a week regardless of location). Since this team was originally all in NY, I was … Continue reading →

The post what does “in-person” mean for teams that aren’t all in the same location first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.what does “in-person” mean for teams that aren’t all in the same location was first posted on August 1, 2021 at 7:44 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
 •  0 comments  •  flag
Share on Twitter
Published on August 01, 2021 16:44

why java records aren’t quite immutable

A new type called a “record” was previewed in Java 14 and released in Java 16. One of the benefits is that it creates immutable objects. Kind of. An immutable record This is record is an immutable object. Since it … Continue reading →

The post why java records aren’t quite immutable first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.why java records aren’t quite immutable was first posted on August 1, 2021 at 9:38 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
 •  0 comments  •  flag
Share on Twitter
Published on August 01, 2021 06:38

July 31, 2021

Setting java aliases with zshell on Mac

When I’m working on different versions of Java, I set up a bunch of aliases so I can run commands quickly and compare differences. I recently upgraded my Mac and accepted the default shell as zshell instead of bash. (This … Continue reading →

The post Setting java aliases with zshell on Mac first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.Setting java aliases with zshell on Mac was first posted on July 31, 2021 at 1:07 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
 •  0 comments  •  flag
Share on Twitter
Published on July 31, 2021 10:07

July 18, 2021

our first toastmasters post-pandemic hybrid meeting

Before the pandemic, our club mainly met over a video conference between our NY and NJ office. Everyone was in one of those rooms. (We had a couple other formats, but they were rare.) Shortly before the pandemic, we talked … Continue reading →

The post our first toastmasters post-pandemic hybrid meeting first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.our first toastmasters post-pandemic hybrid meeting was first posted on July 18, 2021 at 8:44 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
 •  0 comments  •  flag
Share on Twitter
Published on July 18, 2021 17:44

July 4, 2021

what i learned about working from home from covid

Disclaimer: This is not an anti-WFH post. I think it’s great that many people do well working from home. I hope those people can continue to do so as much as they want indefinitely. At this point in my life, … Continue reading →

The post what i learned about working from home from covid first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.what i learned about working from home from covid was first posted on July 4, 2021 at 10:48 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
 •  0 comments  •  flag
Share on Twitter
Published on July 04, 2021 19:48

June 5, 2021

Responding to a co-located/fully remote/hybrid article

I read Should Your Organization Be Co-Located, Fully Remote, or Hybrid from Scrum Inc. It’s nice to see the agile community starting to accept that co-location isn’t necessary to be an agile team. (I’ve been on a team for many … Continue reading →

The post Responding to a co-located/fully remote/hybrid article first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.Responding to a co-located/fully remote/hybrid article was first posted on June 5, 2021 at 9:11 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
 •  0 comments  •  flag
Share on Twitter
Published on June 05, 2021 06:11

May 30, 2021

Chromebook the fourth

Two years ago, I bought my mother her third Chromebook. The 2012 and 2014 ones were good choices. The 2019 was when I learned about the secret Chromebook end of life policy and inadvertently bought a Chromebook that expired in … Continue reading →

The post Chromebook the fourth first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.Chromebook the fourth was first posted on May 30, 2021 at 1:38 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
 •  0 comments  •  flag
Share on Twitter
Published on May 30, 2021 10:38

February 26, 2021

opening multiple intellij modules in the same project and remembering them on reopen

This is the number one problem that has prevented me from using IntelliJ more and I finally know how to do it. (I’ve known how to open multiple modules for over a year. What I learned yesterday at the IntelliJ … Continue reading →

The post opening multiple intellij modules in the same project and remembering them on reopen first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.opening multiple intellij modules in the same project and remembering them on reopen was first posted on February 26, 2021 at 6:04 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
 •  0 comments  •  flag
Share on Twitter
Published on February 26, 2021 03:04

February 17, 2021

Happy Book Birthday! OCP Java 11 Practice Tests Now Shipping!

Jeanne and I are ecstatic to announce our new book, OCP Java 11 Practice Tests, is now shipping! It’s the first book in print custom written for the new 1Z0-819 Java 11 Certification Exam as well as the 1Z0-817 Java … Continue reading →

The post Happy Book Birthday! OCP Java 11 Practice Tests Now Shipping! first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.Happy Book Birthday! OCP Java 11 Practice Tests Now Shipping! was first posted on February 17, 2021 at 12:40 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
 •  0 comments  •  flag
Share on Twitter
Published on February 17, 2021 09:40

Scott Selikoff's Blog

Scott Selikoff
Scott Selikoff isn't a Goodreads Author (yet), but they do have a blog, so here are some recent posts imported from their feed.
Follow Scott Selikoff's blog with rss.