Amrit Adhikarisimplecalculator-kubernetesdepoyment.hashnode.dev·Sep 23, 2024SimpleCalculator-KubernetesDepoymentThis project provides a lightweight and efficient deployment of a simple calculator web application built with HTML, CSS, and JavaScript. We leverage the power of Docker for containerization and Kubernetes for orchestration, ensuring a scalable and m...simple calculator kubernetes deployment
Samriddhi Sharmasamriddhisharma.hashnode.dev·Feb 12, 2024Simple Calculator: Crafting a Calculator with HTML, CSS, and JavaScriptHey, I have just completed building a simple calculator using HTML, CSS and JavaScript. Let's dive into this new journey and see what the challenges I faced during building this simple project. Let's Get Started! First things first, let's set up our ...11 likesGeneral Programming
Namya Shahbigsmoke.hashnode.dev·Dec 20, 2023Python Projects for Easy Difficulty1. Simple To-Do List Application Create a command-line to-do list manager. Users can add tasks, mark them as completed, and remove tasks from the list. Utilize basic file handling to save tasks between sessions. 2. Number Guessing Game Develop ...simple calculator