How I got into Software Testing during College
Even though I recently graduated as a software engineer, I work as a software tester. Let me tell you how I got into software testing during college! Sometimes you’ve got to take the opportunities you’ve created, and all that requires hard work.
The Road to My Ultimate Training System
Announce Your Idea! Finally, I will be walking the road to my ultimate training system! Building my operating system will be a long but exciting journey! I have made a rough plan of the things that I still have to learn and which books to use for that purpose. The next step: announcing my idea and holding myself accountable to keep you up to date on the strides and struggles!
Check for Unique Documents in MongoDB with Spring Boot
Previously in Building a Blog: Adding Functionality to the Backend Whilst figuring out how exceptions work, I wanted to make sure that the blog posts are always unique. But how do we do that? That’s why I’ll show you how to check for unique documents in MongoDB with Spring Boot. @Indexed Annotation At first, I…
Insert Data in MongoDB with Spring Boot – Building a Blog
Previously in Building a Blog: Securing Database Credentials Last time, we set up our database and Spring Boot project, and secured our database credentials. Now, we have to configure MongoDB in our project. Then we can start to insert data in mongodb and getting a feel for the queries to get the data from the…
Securing Database Credentials – Building a Blog
Previously in Building a Blog: Getting Started with MongoDB With our database set up, it is now time to make a MongoDB connection with Spring Boot. That connects the database to our backend system, making us ready to start implementing our operations. However, I don’t want my database credentials to be all over GitHub. Therefore,…
The History of C
I think you can ask any developer what C is and they’ll be able to answer you. C goes back a long time and has been around for a couple decades. Many of our current programming languages are based on C as well! Java, C#, C++, Perl; they are all derived from the C programming…
N-Tier Architecture Explained
In A Little Overview: Popular Software Architectures, I gave a quick overview of the three most popular and commonly used software architectures. With this brief glance, I tried to create a little window for you to peek through and see what some architectures look like from the inside. Let’s open the first door of the…
A Little Overview: Popular Software Architectures Nowadays
There are tons of choices and patterns to base your software architecture on. Many architects were before us that have thought of great architectures that many of us use to this day. There are a handful of architectures that are considered the most common or popular. This post will contain a very generic overview of…
Software Architecture: What is it?
I can still clearly remember the first program I’d ever written. It was the most traditional first program: Hello World! I was working my way through a Dutch book on Java 6 and eventually created my very first calculator. Creating a window with JFrame, positioning the buttons with actual pixel coordinates, methods containing the business…
Software Architecture Series
It has been quite a while since I last posted on my blog. My futile attempt to reinvigorate my writing died out very quickly due to personal circumstances. Study always likes to interfere with these kind of things, so does work. Since everything has become more stable, I feel like I can pick up my…