
What is Docker?
A brief & simple introduction
Search for a command to run...

A brief & simple introduction

What is a Micro-service? ๐ค A Micro-service is a pattern for organising computer systems into services that can scale with demand. They're usually small, independently deployable units of software that is part of a larger application or system. The m...

Which is better? Which should you use? Web apps ๐: Web apps are basically website designed specifically for mobile/tablet devices. They're automatically designed to scale to show the correct format. Examples: Java, Ruby,TypeScript How do web app...

So. I've been using Next.js to build websites for my clients, and the experience has been incredibly smooth, thanks to their page pre-rendering techniques. What is Pre-rendering? ๐ค Pre-rendering involves generating the HTML file before it is actuall...