Website Blocker Using Python
This is real world program which blocks certain distracting website like Facebook, Youtube etc during your work hours....
read more
Profile Application using Python Flask and MySQL
A framework is a code library that makes a developer’s life easier when building web applications by providing reusable code for common operations. There are a number of frameworks for Python, including Flask, Tornado, Pyramid, and Django. Flask is a lightweight web application framework. It is classified as a micro-framework because it does not require particular tools or libraries. Side tabs are used for single-page web applications or to display different contents....
read more
How to create Text Editor using Javascript and HTML ?
Project Introduction: In this article, we will learn how to make a simple text editor JavaScript application where we can manipulate the user input in different styles, edit the input, capitalize, etc many string operations. Let’s see the implementation....
read more
Python | User groups with Custom permissions in Django
Let’s consider a trip booking service, how they work with different plans and packages. There is a list of product which subscriber gets on subscribing to different packages, provided by the company. Generally, the idea they follow is the level-wise distribution of different products....
read more
How to preview Image on click in Gallery View using HTML, CSS and JavaScript ?
In this article, we see how easily we can create an Image Gallery with a preview feature using HTML, CSS, and some JavaScript....
read more
JavaScript Project Ideas with Source Code
JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. it is a programming language that allows you to create dynamic and interactive website content. It enables you to implement complex features on web pages, such as displaying timely updates, interactive maps, animated 2D/3D graphics, scrolling video jukeboxes, etc....
read more
How to Clone a Project From GitHub Using Eclipse?
Cloning a project from GitHub using Eclipse is a simple process that allows you to seamlessly integrate your development environment with your GitHub repositories. Whether you’re collaborating on a team project or exploring open-source repositories, Eclipse provides a convenient way to clone and work on GitHub projects directly from your IDE. This article will guide you through the step-by-step process of cloning a project from GitHub using Eclipse....
read more
Create a Stop Watch using ReactJS
We can create Stop Watch in ReactJS using the following approach. Our StopWatch will have the functionality of Start, Pause, Resume and Reset....
read more
Web crawling with Python
Web crawling is a powerful technique that allows us to gather information from other websites by navigating through their pages and finding all the URLs of the websites with the relevant data. Python has various libraries and frameworks that support web crawling. In this article, we will see about web crawling using Python and various examples of their usage....
read more
Captcha Generator using HTML CSS and JavaScript
A captcha is a way of identifying a user whether the user is human or not.  A captcha is made up with the help of combining letters and digits. it ensures that the user who is trying to access the platform is a human. So without wasting the time let’s get started....
read more
ReactJS Calculator App (Building UI)
We created our first app and deleted all those files we did not need, and created some of the files that we will need in the future. Now as we stand in our current situation we have a blank canvas before us where we will have to create our calculator app....
read more
How to create image slider using HTML CSS and JavaScript ?
In this article, we’re going to learn, how to create an image slider using HTML CSS, and JavaScript....
read more