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…
Category
Web Development
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…
Why Documenting Work is So Important as a Software Engineer
I speak strictly from my experience, documenting my work has also been an important facet of my everyday work. Aside from coding, joining meetings, and researching. Keeping notes reduces my…
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…
Computer Science
How to Setup Vue.js with Typescript Using the Composition API
Vue is a web framework, similar to React with its special blend. Vue takes the work of managing multiple states, and boilerplate to make it easier for the developer to…