Tag: software

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!

By Rosa August 28, 2020 0

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,…

By Rosa July 17, 2020 0

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…

By Rosa May 14, 2020 0

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…

By Rosa May 7, 2020 0

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…

By Rosa April 9, 2020 0

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…

By Rosa March 26, 2020 0