ev-codes.hashnode.devWhat is Docker?Docker is an open platform, software development platform used to: Develop ๐ท Ship ๐ and run applications โถ๏ธ It makes it easy to develop and deploy these applications inside of neatly packaged virtual containerised environments. Develop and dep...Mar 29, 2024ยท4 min read
ev-codes.hashnode.devWhat is a Micro-service?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...Mar 6, 2024ยท4 min read
ev-codes.hashnode.devMobile App development: Web,Native or HybridWhich 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...Jan 14, 2024ยท3 min read
ev-codes.hashnode.devStatic site generation or Server side rendering, what should you use? ๐ช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...Dec 30, 2023ยท3 min read