StealthyCoder

Making code ninjas out of everyone

To be honest I have no idea what you can do with the following pattern and if it is good at all. It just a thought I had and it felt like there was something there, so I decided to write it down. Hopefully you can use the following pattern for something.

Read more...

This post is about why you want immutable objects and how to achieve that in various ways. I specify the language as Java this time because I want to showcase the Quarkus framework. This pattern can be used in any language and framework combination using the tools available in that language of course.

Read more...

This is in reaction to an article and a tweet.

Read more...

So this post touches on some Python concepts in async/await territory. I will not cover event loops nor how to interact with them, but something I uncovered/unearthed in a quest to make something work that was synchronous only. I will use the word async which itself is a shortening of the word asynchronous.

Read more...

Shadows whispering Dark thoughts slithering Into hidden recesses Of the subconscious Planes of inaccessible Existence

#thoughts

So recently I had the opportunity to make a proof of concept (PoC) in the Go language to share with some fellow developers. They are mostly Java developers and therefore I decided to make the PoC a MVC style REST API that returns JSON with a single Entity for now.

Read more...

We all know scope creep. The fact that we always build more and more features just to get new stuff in. This excruciatingly painful marketing trend of just wanting to have something that is new otherwise you are stale and stagnant.

Read more...

This is a short post about someone that should be studied in school as part of the curriculum. Well spoken, humble, intelligent and possessing a character that is virtuous, valorous and admirable. No need to state that he is an inspiration to me and I learned a lot from him in a short time. His name is Rodney Mullen. He is a skateboarder among many things. One trait he has plenty of and one he shares with many other skateboarders, is perseverance.

Read more...

I hate it when people say this. Or even worse, what politicians do. What I think so-and-so means, is this. Then proceed to build a case based on that assumption.

Read more...

I recently watched Escape from Pretoria. This is a great movie. It contained so many elements that I could link to software development funnily enough. The premise of the movie simply said is the escape of two real characters and one fictional one. Potential spoilers ahead.

Read more...