akashprasad7.hashnode.devMaster Docker from Beginner to Expert: A Comprehensive GuideWhat is Docker? 馃 Docker is an application that creates a virtual environment for your application, which is called a container. So you may ask, what鈥檚 the need for it? Let鈥檚 say you have your application ready and want to share it with your other t...Apr 2, 2025路7 min read
akashprasad7.hashnode.devEverything you need to know about Nginx 馃殌So, what is Nginx? 馃 Nginx is software that works as a web server and offers features of a proxy server. This means that Nginx can provide both web server and reverse proxy functionality, which is very useful. Server 馃寪 A web server or a server is ...Apr 1, 2025路6 min read
akashprasad7.hashnode.devReact Testing for Beginners! 鈿掞笍馃殌What is Testing? So, Testing in software development refers to analyzing your code and ensuring that it does not break in any scenarios or edge cases that are difficult to recognize during development. By testing the application, we ensure that it wi...Feb 25, 2025路8 min read
akashprasad7.hashnode.devEverything You Need to Know About TypeScriptSo What is TypeScript?馃 TypeScript is a programming language that extends JavaScript. It can also be said that TypeScript is a superset of JavaScript, which has several useful features, such as type definitions. TypeScript is created and managed by ...Feb 17, 2025路12 min read
akashprasad7.hashnode.devBuilding ShopTrend: An Ecommerce App with GraphQL, Grafbase, Redux, and Apollo Client 馃憰馃憲馃洅 #GrafbaseHackathon #Grafbasehttps://youtu.be/nq4tRqqlY48 https://github.com/AKASH-PRASAD7/ShopTrend Live link 馃殌 Grafbase Demo Credentials email:john@email.com pass:12345678 ShopTrend In the fast-paced world of e-commerce, creating a seamless shopping experience for users ...Aug 15, 2023路3 min read