#technical-writing-1
Read more stories on Hashnode
Articles with this tag
I am a graduate of Computer Science from Madonna University in Nigeria. My academic journey, however, lacked practical experiments or demonstrations...
Introduction When building software, it's important to know if your changes make things faster or slower. Imagine you're working on a website, and...
Starting a new role can feel overwhelming, especially when diving into a complex codebase for the first time. My first week as an intern working on...
In software development, writing clean, maintainable, and scalable code is important. One principle that plays a crucial role in achieving this is...
I was working on a project that required me to highlight the active menu as a user scrolls through different sections. I had previously implemented...
I was working on a small project and needed the ability for users to search and also filter through the database. I had some hiccups working on the...