susmita.

susmita.

    My blogs telling my tech journey

  • TypeScript in a Nutshell - The Ultimate Guide

    TypeScript in a Nutshell - The Ultimate Guide

    Learn TypeScript: a language for safer, maintainable web development. Explore features, benefits, and project ideas

    Saturday, Apr 19, 2025

  • ProManager - The Only Productivity Tool You Need

    ProManager - The Only Productivity Tool You Need

    Discover ProManager, the ultimate productivity tool built with Next.js and Appwrite services for the Appwrite x Hashnode Hackathon.

    Sunday, Jun 4, 2023

  • Boost Your Tech Savviness with These 5 Productivity Apps

    Boost Your Tech Savviness with These 5 Productivity Apps

    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

  • The 7 Phases of Burnout and How to Prevent Them

    The 7 Phases of Burnout and How to Prevent Them

    Discover 7 burnout phases & prevent it. As a tech writer/developer, I share tips to avoid burnout & prioritize well-being

    Tuesday, Mar 14, 2023

  • Make Your Own QR Code Easily with Python🐍

    Make Your Own QR Code Easily with Python🐍

    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

  • 10 Best Free Portfolio Websites for Creating an Impressive Portfolio

    10 Best Free Portfolio Websites for Creating an Impressive Portfolio

    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

  • The Ultimate Git and GitHub Developer Guide

    The Ultimate Git and GitHub Developer Guide

    A Complete Guide to Git, GitHub and Open Source

    Monday, Nov 14, 2022

  • A complete guide for Markdown files

    A complete guide for Markdown files

    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

  • Confidential : TryHackMe Room WalkThrough

    Confidential : TryHackMe Room WalkThrough

    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

  • Introductory Networking : TryHackMe Room Walkthrough

    Introductory Networking : TryHackMe Room Walkthrough

    This is a walkthrough for the room Introductory Networking on TryHackMe.

    Monday, Aug 15, 2022

  • My plans for 2023 Hackathon Season

    My plans for 2023 Hackathon Season

    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

  • Getting Started With React.js

    Getting Started With React.js

    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

  • Difference Between a Framework and a Library

    Difference Between a Framework and a Library

    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

  • My 3-months Open Source Journey at GSSoC'22

    My 3-months Open Source Journey at GSSoC'22

    Guide to GirlScript Summer of Code

    Wednesday, Jun 1, 2022

  • Sukoon - A Website to get relief from stress

    Sukoon - A Website to get relief from stress

    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

  • My Experiences of Participating in Holiday Hacks Hackathon

    My Experiences of Participating in Holiday Hacks Hackathon

    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

  • Some of my Graphic Designs and Video Editing Work on Canva

    Some of my Graphic Designs and Video Editing Work on Canva

    Get some inspiration of Graphic Design and Video Editing from the list of my work on Canva.

    Friday, Mar 18, 2022

  • Variables and Datatypes in Python

    Variables and Datatypes in Python

    Let's learn about Python variables and their datatypes.

    Sunday, Mar 13, 2022

  • Blogging As Your Next Income πŸ’°

    Blogging As Your Next Income πŸ’°

    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

  • My Journey of Being #WomenInTech

    My Journey of Being #WomenInTech

    Let's get into tech without fear and build something new for the community around us.

    Sunday, Mar 13, 2022

  • Getting Started With C Programming Language

    Getting Started With C Programming Language

    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

  • Getting Started With Python

    Getting Started With Python

    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

  • Getting Started With Shell Scripting(Shell Programming)

    Getting Started With Shell Scripting(Shell Programming)

    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

  • Text Overlay on an Image Using HTML & CSS

    Text Overlay on an Image Using HTML & CSS

    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

  • Watch Star Wars Movie In Command Prompt(cmd)

    Watch Star Wars Movie In Command Prompt(cmd)

    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

  • Use Emojis Anywhere You Like In Windows

    Use Emojis Anywhere You Like In Windows

    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

    5 most important tips every programmer should know

    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

    Swapping Of Two Numbers In Python in One Line

    Swapping Of Two Numbers In Python in One Line Without Using any third variable

    Monday, Jan 31, 2022

  • Return Statement in Programming Languages

    Return Statement in Programming Languages

    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

  • Play Song In Python Using PlaySound Module

    Play Song In Python Using PlaySound Module

    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

Built with πŸ’– using NextJS and Tailwind
Β© 2025 Susmita Dey. All rights reserved.