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…
Tag
Web Development
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…
Resources
Amazon Q Is An Awesome Tool for Your Developer Needs
Amazon Q is a CLI tool that provides helpful suggestions and recommendations during development. I’ve used many CLI tools in the past, but none compare to what Amazon’s Q CLI…
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…