collins Profile picture
Software Engineer | UX Researcher @iphurts
Nov 27, 2022 16 tweets 3 min read
Introduction to HTTP response status codes.

Everyone has probably gotten the classic 404 page-not-found error. That is an HTTP client error status code and there are a lot more of them.

#HTTPS #webdevelopment #Web HTTP response status codes indicate whether a specific HTTP request has been successfully completed or not.
the http responses are grouped in five classes:
Oct 28, 2022 13 tweets 3 min read
What is an API? - a beginners Guide
(Thread) API stands for Application Programming Interface.
APIs are mechanisms that enable two software components to communicate with each other using a set of definitions and protocols.
Oct 28, 2022 7 tweets 2 min read
Vercel is Introducing Turbopack: Rust-based successor to Webpack
Turbopack will be the Web’s next-generation bundler.

(Thread) Image Webpack has become an integral part of building the Web, it has been downloaded more than 3 billion times.
Vercel, the company behind NextJS, mission is to provide the speed and reliability innovators need to create at the moment of inspiration and thus introducing Turbopack.