StealthyCoder

Making code ninjas out of everyone

As I was looking out the skylight to a grey sky contemplating life after a spectacularly splendidly result obtained by Joe Biden that indeed gives us hope that the Western civilization has hope of surviving. Content for another post entirely. A thought occurred to me, whilst I was musing away. One about religion and evolution, brains and conspiracy theories.

Read more...

This article concerns Web Components, Mozilla, Google and something GitHub created called Catalyst touching on ideas and that sometimes pride can get in the way of good things.

Read more...

This idea comes from JavaScript when there were no classes yet as there are now in ES6. You would write something like this:

Read more...

So this will hopefully convey the message on how to model your code in order to have things done in a nicer way.

Read more...

This year I tried to do the advent of code again, and I got to day 13 this time. Not because I got stuck, it is mainly due to time management issues.

Read more...

So I was watching something the other day, a fantastic speedrun of Yoshi's Island, and someone used a pronoun that I never heard of. I only saw it written and it was xe/ve. I tried to get the pronunciation of that, but I could not find it easily.

Read more...

I started a project recently using Spring WebFlux which is based upon Project Reactor. I chose this one because it was new and I thought for the client it would suit the best as a lot of data was involved.

Read more...

So I recently started using Spring WebFlux and Project Reactor as stated in this post. One more thing I came across as I was debugging why a certain job was not running was that if you do not catch all exceptions and do not have a doOnError statement it will just keep that thought hidden from you and all to itself.

Read more...

I have gotten some experience using the Flow constructs in a real scenario and learned some lessons. Therefore I wanted to make some code changes to my original design.

Read more...

Recently I got the experience of using Docker on Windows Server to actually deploy a production running service. It was a fun experience for sure. I ran into three things that made it worthwhile to write down for posterity.

Read more...