14 Jan React JS How to Build Expense Tracker Using React January 14, 2025 By Asim Sikka 0 comments I'm excited to share that I recently built a fully functional expense tracker using React! It’s a simple yet powerful tool that allows ... Continue reading
14 Jan JavaScript Build a Login System in NodeJS with Passport.js Authentication January 14, 2025 By Rick Bowen (JavaScript) 0 comments I'm excited to share a recent project that I successfully completed: developing a login page with authentication using Passport.js in N... Continue reading
13 Jan Python How to Create Automating File Compression With Python January 13, 2025 By Daniyal Ahmed 0 comments I want to walk you through a coding project I worked on recently. The goal was simple automate file compression and decompression using... Continue reading
13 Jan Python How to Make a Candlestick Chart Plot Using Python January 13, 2025 By Daniyal Ahmed 0 comments I'm excited to share a project I recently worked on a Python script for generating candlestick charts with enhanced functionality. If y... Continue reading
11 Jan Python How to Convert a PDF File to TIFF File Using Python January 11, 2025 By Daniyal Ahmed 0 comments I’m excited to share an enhanced and practical project I recently worked on converting PDF files into TIFF images using Python. This pr... Continue reading
11 Jan Python How to Make Unique Short URL with Python January 11, 2025 By Daniyal Ahmed 0 comments Today, I want to share an exciting project I recently worked on: building a URL shortener in Python. URL shorteners are handy tools tha... Continue reading
10 Jan Python Create a Funnel Chart in Plotly Python January 10, 2025 By Daniyal Ahmed 0 comments Funnel charts are excellent for visualizing data that represents stages in a process, such as sales funnels, conversion rates, or workf... Continue reading
10 Jan CSS, HTML Create a Dynamic QR Code Generator with HTML5 and CSS3 January 10, 2025 By Ammar Habib (HTML, CSS) 0 comments Are you fascinated by how QR codes have become an essential part of our digital lives, From restaurant menus to event tickets, QR codes... Continue reading
09 Jan Python How to Create PDF Files to Word Using Python January 9, 2025 By Daniyal Ahmed 0 comments Converting a PDF file to a Word document using Python is a common task that can save you hours of manual work. Recently, I embarked on ... Continue reading
09 Jan JavaScript How To Build Notes App Using HTML CSS and JavaScript January 9, 2025 By Rick Bowen (JavaScript) 0 comments I’ll walk you through a simple yet functional Note-Making App I created using HTML, CSS, and JavaScript. I’ll also enhance the project ... Continue reading