Learn TypeScript: a language for safer, maintainable web development. Explore features, benefits, and project ideas
Saturday, Apr 19, 2025
Discover ProManager, the ultimate productivity tool built with Next.js and Appwrite services for the Appwrite x Hashnode Hackathon.
Sunday, Jun 4, 2023
Hello everyone. Hope you'll are doing well. I'm back with another article to help you boost your productivity and stay updated with the latest tech trends and news. I'm very much excited to share about the 5 mobile apps that will help you achieve the...
Saturday, Apr 8, 2023
Discover 7 burnout phases & prevent it. As a tech writer/developer, I share tips to avoid burnout & prioritize well-being
Tuesday, Mar 14, 2023
Hello everyone π I'm back with another blog for you all which will help you to generate your QR code in just a few simple steps by using Python. So, without further ado let's get started. Prerequisites Before deep diving into the code, you should b...
Friday, Dec 2, 2022
Hello everyone. In this article, we'll come across a curated list of no-code tools to build your own personal portfolio website without coding. Sometimes coding might be boring if you're feeling lazy or there might be cases that you're not from a tec...
Friday, Nov 25, 2022
A Complete Guide to Git, GitHub and Open Source
Monday, Nov 14, 2022
What is Markdown? According to Wikipedia: Markdown is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber and Aaron Swartz created Markdown in 2004 as a markup language that is appealing to human reader...
Monday, Sep 26, 2022
Hello folks, I'm back with another TryHackMe room walkthrough named "Confidential". It's a new room recently created by cmnatic. It's a pretty easy room but tricky. Room Link:- https://tryhackme.com/room/confidential via GIPHY As per the room: We ...
Saturday, Aug 20, 2022
This is a walkthrough for the room Introductory Networking on TryHackMe.
Monday, Aug 15, 2022
Hello everyone π I'm back with this new article and a new challenge with you. In this article, I'll share some tips and hacks about hackathons and my experiences of participating in MLH GHW INIT 2023 hackathon. What is a hackathon? Hackathon is an...
Saturday, Jul 9, 2022
Introduction to React React is a JavaScript-based library used for making static Single Page Web Applications. This was developed by Facebook. This helps in breaking down complex UI into simpler components. ReactJS has a high market in the field of W...
Tuesday, Jun 21, 2022
Developers often use the terms framework and library alternatively but many of them don't know the differences between the two. In today's article, we'll discuss them and I hope this will clear your concepts between the two. What is a framework? Acco...
Monday, Jun 20, 2022
Guide to GirlScript Summer of Code
Wednesday, Jun 1, 2022
Hello, everyone π Today we're gonna get introduced to Sukoon. We'll know about its idea, history, birth, making it up, and serving people. Now, this might sound typical to you. But wait for a while and read the full blog. Introducing Sukoon Sukoon i...
Friday, May 20, 2022
Before Participation I came across a website named Devfolio via my friend's reference. Actually one of my friend had participated in a hackathon named as Hack4Bengal and they had to submit their project on the Devfolio dashboard. So, I asked him to s...
Monday, May 2, 2022
Get some inspiration of Graphic Design and Video Editing from the list of my work on Canva.
Friday, Mar 18, 2022
Let's learn about Python variables and their datatypes.
Sunday, Mar 13, 2022
What is Blogging? Blogging is something like documenting your learnings in an article. For example:- Let's say you're watching a YouTube video based on a certain course. What you are learning from this video you can write it in a blog and also sin...
Sunday, Mar 13, 2022
Let's get into tech without fear and build something new for the community around us.
Sunday, Mar 13, 2022
What is C? C is a general-purpose, procedural, middle-level programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the UNIX operating system. Where C is used? C programming language is used in the fo...
Saturday, Mar 5, 2022
Introduction to Python Python is a simple, well-structured, easy-to-read syntax interpreted high-level programming language. Programming Language:- A human readable language used to give instructions to computers, written in various ways and compil...
Saturday, Feb 19, 2022
What is a Shell? A shell is a command line tool in Linux/Unix operating systems. It processes the command entered by the user and interprets into machine-readable binary form that can be understood by the Kernel to carry out the process. What is Ker...
Friday, Feb 18, 2022
Do you know how to fill an image with text and make it a little blur using HTML and CSS (Text Overlay on an Image)? Today we'll learn how to make a text overlay on an image using HTML and CSS. Prerequisites:- An Image over which you want to fill ...
Tuesday, Feb 15, 2022
Do you wanna watch STAR WARS Movie through Command Prompt? If yes, then go ahead and follow the instructions below. π Instructions:- Type "cmd" in your Search Bar and hit Enter. Alternatively, you can also use the shortcut key Windows + R and the...
Sunday, Feb 13, 2022
Intro Are you a Windows user and you want to use emojis anywhere you like on your system? If yes, then you're in the right place. π Yes, it's true that you can use emojis in your Windows system anywhere you like. It can be a text file, a java or pyt...
Sunday, Feb 6, 2022
5 most important tips every programmer should know to increase their coding skills These are as follows:- 1) You must code everyday even for 5-10 minutes to be consistent and build up your coding habit. 2) Take the learning in public initiative. In ...
Monday, Jan 31, 2022
Swapping Of Two Numbers In Python in One Line Without Using any third variable
Monday, Jan 31, 2022
In this article we'll learn about Return Statement and how it is being used in programming and it's process of execution and termination. Return Statement:- It is used to return any value from a function/method when the method is being called in the...
Monday, Jan 31, 2022
Hello everyone!! Today we will discuss on how to play song or music using playsound module in python. πΌ Prerequisites:- Download the latest version of Python from the official website python.org by just clicking on the download option and install...
Saturday, Jan 29, 2022