Skip to content
The Bored Dev

The Bored Dev

💻

  • Home
  • Shop
  • Twitter
  • LinkedIn
  • Facebook
  • Medium
  • Contact

Tag: Coding

Coding Archives » The Bored Dev

How To Use Nullable Types in Kotlin

November 21, 2021 theboreddev Kotlin, Programming

One of the most annoying aspects in writing code in Java is dealing with null elements. Having to place null check conditions everywhere just to

Read more
Coding Archives » The Bored Dev

Distributed Locks with Apache Pulsar

November 13, 2021 theboreddev Software Architecture, Programming

One of the most common challenges that we software engineers have is how to ensure that only one component in our distributed application is doing

Read more
Coding Archives » The Bored Dev

Kotlin Either: How To Avoid Exceptions Correctly 👋

October 27, 2021 theboreddev Kotlin, Programming

In this article we’re going to go through one of the most common problems in exception handling in any JVM-language and what alternative can we

Read more
Coding Archives » The Bored Dev

A Java Practice Idea: Make a Simple Poker Game

October 20, 2021 theboreddev Programming

Companies looking to take advantage of emerging tech are willing to offer some of the best perks on the job market to top developers. Generous salaries,

Read more
Coding Archives » The Bored Dev

An intelligent bet on Kotlin

October 3, 2021 theboreddev JVM, Kotlin

This article was originally published at https://bell-sw.com/announcements/2020/11/16/An-intelligent-bet-for-Kotlin-part-one/ If you’re a Software Developer or any kind of professional working in the IT sector, you’ve probably heard

Read more
Coding Archives » The Bored Dev

Group Elements in Java With Streams

July 18, 2020 theboreddev Coding, Functional Programming, Java

One of the most interesting features introduced with Java Streams is the ability of grouping collections easily by using the groupingBy collector.Although in some cases

Read more

Posts navigation

1 2 Next Posts»
WordPress ThemeZee.
The Bored Dev
Proudly powered by WordPress Theme: Gridbox.
 

Loading Comments...
 

You must be logged in to post a comment.