AI is the latest trend of technology that’s being brought to everyone in the world and it can be beneficial, from being a personal assistant to helping you keep track…
Category
Computer Science
Learn about the essentials of computer science, from data structures to algorithms.
What is Software Engineering?
In today’s technology-driven world, software engineering stands at the forefront of innovation, enabling the creation of robust, efficient, and scalable software solutions. But what exactly is software engineering, and why…
The 7 Difficult Aspects of Software Engineering
Software Engineering is like being a maestro and putting pieces into places that need to be. I’m writing this article based on my everyday experiences as a software engineer. I…
Handling Transformations with the json2csv Library
If you ever have a case where you want to convert JSON to CSV, you may have come across the json2csv ibrary by Zemirco. The library offers a simple way…
How to Start Your Software Development Journey
In recent days, it’s been harder for newcomers to get into the Software development industry. Competition has grown, but the quality of engineers hasn’t changed much except those already in…
Computer Science
Setting Up Vitest for Software Testing
I hope this post can help you get set up with Vitest, I had issues getting the software to work with Vue test utils, specifically because of bad configuration. I…
Understanding Vue.js Computed Properties
Vue.js is a popular JavaScript framework used for building user interfaces. One of the key features of Vue.js is its computed properties, which allow you to react to data being…
Why Vue.js Is Great
I’m certain that the rise of Vue.js isn’t just a trend. It’s now what I think becoming the norm of what the future of web development may be like. I…