-
Python
Command and Command Handlers (and Why I Don’t Care Much For Them)
Introduction I want to complain about the pattern of using Commands and Command Handlers in this article, but I don’t…
Read More » -
Core Java
Prestructors
Making constructors pre-process the arguments before encapsulating them seems to be bad practice. However, very often it’s necessary to do…
Read More » -
Enterprise Java
File down – and uploads in RESTful web services
Usually we use standard data exchange formats like JSON or XML with REST web services. However, many REST services have…
Read More » -
Agile
Purpose vs. Product: Differentiate Your Strategy from Tactics (Portfolio & Roadmaps)
I’m struggling to write several posts and I realized I need to define my terms. I keep seeing managers confuse…
Read More » -
Agile
Writing Secret 2: Increase Writing Speed When You Separate Writing From Editing
Too many nonfiction writers still listen to advice from their long-ago English teachers. That advice was, “Edit as you go.”…
Read More » -
Enterprise Java
Binary classification with Tensorflow 2
This post uses Tensorflow with Keras API for a classification problem of predicting diabetes based on a feed-forward neural network…
Read More » -
Python
Turning Python Scripts into Working Web Apps Quickly with Streamlit
I just realized that I am using Streamlit since almost one year now, posted about in Twitter or LinkedIn several…
Read More » -
Software Development
How to Hack from Beginner to Ethical Hacking Certification
This Absolutely Enormous, 161-Hour Bundle is Your Ticket to a Lifetime of Success as an Ethical Hacker Hey fellow geeks,…
Read More » -
Software Development
“I don’t have to worry about Garbage collection” – Is it true?
I have heard a few of my developer friends say: “Garbage Collection is automatic. So, I do not have to…
Read More »