Aspiring Software Developer
Nothing here yet.
Job offers, learning new tech, networking.
Over the last weekend I participated at my first Hackathon ever - an online Hackathon for women (https://thehackathoncompany.com/herhackathon/). With this opportunity I'd like to share my four lessons learned from this experience. Before diving right...

Thread priorities In Java every thread possesses a priority, that helps the thread scheduler to allocate the ressources needed. As such, the priorities range from 1 (minimum priority) to 10 (maximum priority), with 5 representing the normal priority....

Spring is the most popular Java framework, since it offers flexibility, scales well and can be configured for operations that have high security requirements. These are some of the advantages why Spring is often used by enterprises and Spring develop...

I recently started looking into JavaScript after having learned Java as my first programming language and oh boy... there are many weird things happening under the hood in JavaScript. This article will be a list of such oddities I notice while contin...
