Maybe four-week sprints aren't so bad.
You may think most software engineers know how to write effective email but you'd be wrong. Email was invented by software engineers, but it is still a difficult tool to use to communicate technical content.
A trending tweet shows that the industry still enables jerks.
A common developer myth is that estimation is impossible. Here's why that's not true.
200, 300, 400, 500...so generic
IntelliJ can be insanely useful sometimes...
See your todo items in one view, no matter _when_ they were written or what file they're in.
Take the Spring Boot Quickstart to the next level!
Yes, there's a lot of bad code out there!
Remote work is great...but does it put some at a disadvantage?
IntelliJ can be insanely useful sometimes...
Yes, seemingly innocent code can throw an NPE!
IntelliJ can be insanely useful sometimes...
IntelliJ is not just a great Java editor!
"Downstream" and "upstream" have a technical definition that people often invert.
I've taken notes over the years with everything from plain text files to heavy apps like OneNote but for me this just blows everything else away.
I've taken notes over the years with everything from plain text files to heavy apps like OneNote but for me this just blows everything else away.
I've taken notes over the years with everything from plain text files to heavy apps like OneNote but for me this just blows everything else away.
I've taken notes over the years with everything from plain text files to heavy apps like OneNote but for me this just blows everything else away.
Did you know there are laws of software just like there are laws of physics?
Do you still Google for Javadoc? You can see actually see Javadoc any time you want just by hovering on any piece of code in IntelliJ!
Dan Luu finally said it out loud. Now what do we do about it?
It's difficult to automate tasks that require a YubiKey credential.
Notes from yet another flawed attempt to setup SSH keys on a Macbook.
Let's debate putting emojis in commit messages!
Learn about a core design principle of software
Both Amazon and Google have a culture of creating written documentation, including specifications. Agile approaches are commonly resistant to such practices but it's obviously successful.
Learn how to put RESTful mappings on the controller methods of RESTful web services in Spring Boot 2
Type-safe configuration properties in Spring Boot 2 have a number of advantages over using the @Value annotation.
Learn about properties files, environment properties, and command-line properties in Spring Boot 2 and how to use them with the @Value annotation.