BLOGS
How to Optimize Your LinkedIn Profile as a Web Developer
19 October 2023Optimizing your LinkedIn profile can significantly boost your visibility and attractiveness to potential employers or clients. Here are some essential tips for web developers to enhance their LinkedIn profiles and make a lasting impression...Read more
Five Important Tips for Beginner Web Developers Before Diving into Learning Next.js
15 September 2023Next.js is a powerful React framework that enables developers to build server-rendered React applications with ease. However, before diving into learning NextJS...Read more
Hashing in Web-development
Tuesday August 16, 2022Hashing is the process of taking a value or a string of characters and applying a mathematical function to it and changing its value. One of the uses is to store hash passwords stored in a database...Read more
Interfaces In Web-development
Monday August 15, 2022An interface in the way your application interacts with the outside world, I's any that another software can see on your software object and use ti interact with the softwares functionality...Read more
Big-O Notation basics for web-developers
Sunday, August 14, 2022Big-O notation is used in maths, complexity theory, and computer science, it basically tells you how fast a function grows and declines. "Analyze the complexity or performance of your code"...Read more
Concurrency in Web-development
Friday, August 12, 2022In web-development this simply means, the ability to execute more than one function or task simultaneously or "near" simultaneously...Read more