Coding With Yash

Pattern and Loop based Java Programs

Hello folks, If you are passionate about Java programming or just starting your journey, you’re in the right place. In this blog post, we will explore 10 different Java programs focused on patterns and loops. Whether you’re a student, a coding enthusiast, or a professional developer, these examples will enhance your coding skills and give […]

Word Counter App Using HTML, CSS, and JavaScript

final overview of word counter app using html css and javascript

Hello Folks, today we’re going to learn how to create a Word Counter App using HTML, CSS, and JavaScript. This simple project will help you understand how to manipulate the DOM and handle user input in real time. In this project, we have added one more functionality which is to count the number of characters […]

Sticky Notes app using HTML, CSS, and JavaScript

Hello Coder, today we’re going to learn how to create a simple Sticky Notes app using HTML, CSS, and JavaScript. This project is a great way to practice your front-end development skills and create something useful. This project will help you to understand how flexbox properties work and how we can utilize the onclick events […]

How To Create A To-Do List Using HTML, CSS and JavaScript

To-do list app using html css and javascript

Hello Folks, today we’re going to learn how to create a To-Do List using HTML, CSS, and JavaScript. But before that, If you are a beginner and looking for beginner-friendly projects for polishing your web development skills then you must also check out our HTML, CSS and JS Projects. Now let’s come to today’s to-do […]

C Program To Convert Meter To Feet

Hello programmers, this is module no.3 of our ongoing “Programming in C” series. In this post, we will write and understand the C program to convert meter to feet. Just like we used to do in Maths in our school days the same concept we will use here. First, we will ask the user to […]

Program to find simple interest in c language

This is module no.2 of our series “Programming in c” and today in this post we will learn “How to calculate simple interest in c language”. In this solution, we will see how to calculate simple interest using user-defined values. Let’s take a closer look at the below code and then try to understand what […]

Sum of two numbers in c programming language

This is module no. 1 of our series ” Programming in c”. Today in this module, we will write a program to find the sum of two numbers in C language. In the first half, we will try to understand the syntax using the given values, and then in the second half, we will take […]