Blog

Problem Solving as a Developer

22 December 2022

4 min read

Everyone is different and how one developer solves problems compared to someone else might not be the same. The ability to think creatively and analytically and breaking down problems into smaller parts...

Read more

More Than Just Log

15 July 2022

2 min read

Using console.log is a great tool for Frontend Developers for debugging but there are some other methods associated with console that provide messages, errors and warnings and table formatting.

Read more

What is CORS?

5 June 2022

2 min read

If you have ever tried consuming a specific API from the frontend and the browser displays the error: "Access to fetch at 'https://awesomecatapi.com/fat-cats' from 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present..."

Read more

Web App or Website?

30 May 2022

2 min read

The web has come a long way since the first website went live on the 6th of August, 1991. What are the differences between a website and web app?

Read more