Anish De

@anishde12020

918 Points 6 Followers

29 Posts

0 Answers

14 • Tech Enthusiast • Fullstack Web Developer • Blogger • Tech YouTuber

Anish De · 1 year ago

How to quickly create a Gasless NFT Collection on Solana with CandyPay

Let's say you are an NFT creator and want to publish your NFT onto the Solana blockchain quickly. This can be time-consuming as it involves creating the collection, setting up a minting webs...

Anish De · 1 year ago

5 Modern CLI tools that help boost your productivity

As developers, most of us use the terminal to interact with our computers for many tasks as we find it more productive. We are familiar with commands like ls, cd, cat, grep, and find. These...

Anish De · 1 year ago

Forgit and Lazygit. The 2 Git tools to supercharge your git workflow?

Most of us use version control systems (mostly git) for our projects but the git CLI is unproductive. We often need to run multiple commands and got to type more characters. Well, what if I...

Anish De · 1 year ago

Make a beautiful Connect Wallet Button with RainbowKit and React

Authentication in Web3 is extremely easy but supporting all the wallets and making a nice UI can be painful and time-consuming. Thankfully, there are many libraries which makes this extremel...
1

Anish De · 1 year ago

5 Amazing React Component Libraries to Consider for your Next Project

As web developers, it is often quite hard and time-consuming to make accessible UIs. This gets even worse when we have to make special components like Modals or Popovers from scratch. Thankf...

Anish De · 1 year ago

Amazing preview images with Next.js and LQIP Modern

Images take a long time to load and can have a disruptive impact on UX. Today we are going to be looking at creating preview images with a library called lqip-modern. What is LQIP? LQIP simp...
5

Anish De · 1 year ago

Making a blog with Directus, MDX, and Next.js On-Demand ISR

There are many Headless CMSs out there and many other tools that let us make a blog easily and quickly. Today we look at building a blog with Directus and Next.js. We will use MDX to store o...
4

Anish De · 2 years ago

5 Chrome Keyboard Shortcuts to boost your productivity

Browsers have become an integral part of our life and most applications are web-based now. We use web browsers for everything, from asking a question on Stackoverflow to booking a flight tic...
4

Anish De · 2 years ago

Powerful Code Blocks with Code Hike and MDX

MDX is a format that combines markup in markdown along with JSX code to embed components into markdown documents. It is used in documentation, blog posts, and much more as one can add intera...
7

Anish De · 2 years ago

Making an accessible Breadcrumb Navigation using TailwindCSS and NextJS

Breadcrumb Navigations are starting to appear in many applications nowadays, mostly in dashboards. Today we are going to look at building a Breadcrumb navigation that is accessible and style...
7

Anish De · 2 years ago

Privacy friendly website analytics with Umami and NextJS

Website analytics is truly a very important thing. We can understand our audience well and can tailor our content to our audience for higher engagement. Google Analytics had always been the...
2

Anish De · 2 years ago

TwNFT - Mint your tweets as NFTs easily and for free

🤔 What is TwNFT? TwNFT is a simple web application that allows you to mint your tweets as NFTs for free. It is my submission for the Thirdweb x Hashnode Hackathon. Live Demo / GitHub Repos...
4

Anish De · 2 years ago

Adding an in-browser code preview to your React Application with Sandpack

Sandpack is a live coding environment that runs on the browser. It is made by the team behind CodeSandbox/. The main objective here is to provide interactive examples to play around with, to...
3

Anish De · 2 years ago

Make a toast with HTML, CSS, and JS

Introduction Toasts are very useful for showing users some information. It has a wide variety of uses from displaying success messages for successful actions, showing error messages in case...
4

Anish De · 2 years ago

Middleware in NextJS 12 - What are they and how to get started with them

Yesterday, we had the NextJS Conf and we got a lot of new things. NextJS 12 has been released and it has got a ton of new and exciting features. One of these features is middleware in NextJS...
6

Anish De · 2 years ago

My Journey in Hacktoberfest 2021 and Why You Should also Participate

What is Hacktoberfest? Hacktoberfest is held in the month of October every year. It is all about getting people to make quality contributions to open-source projects. Those who make 4 pull r...
2

Anish De · 2 years ago

The Joy of Contributing to Open Source

Back in July of this year, I made a bold decision of completely switching to Pop OS (an ubuntu-based Linux distribution) and I was faced with many hurdles. One of these was an alternative to...
2

Anish De · 2 years ago

Open Source in Everyday Life

We often don't realize but open-source projects play a huge role in our life. Today, in this article, I am going to talk about how we use open-source technologies in our everyday life and wh...
7

Anish De · 2 years ago

Creating a Bug Report Form in GitHub

GitHub allowed us to make pre-build issue templates in the form of markdown files which the person reporting the bug could fill out. This was better than presenting the person reporting the...
4

Anish De · 2 years ago

My Journey into Development

Early Years Technology was something I was interested in since a very young age. At first, I was mainly interested in electronics and robotics. I didn't make anything at the age of 5 or 6 bu...
1

Anish De · 2 years ago

Deta Space - What is it and why is it the future?

Disclaimer: This article is not sponsored or biased in any way. I liked the idea behind the product and hence wanted to write about it. Deta was a company founded just over 2 years ago and...

Anish De · 2 years ago

Create an NPX CLI Portfolio under 5 minutes

Want something like this? This is the article you are looking for. Let me show you how you can make an NPX CLI Portfolio under 5 minutes How I made it I am mainly using React Ink for this p...
1

Anish De · 2 years ago

Getting started with React Ink

Have you ever wondered if you can use React for the command-line interface (CLI)? Yes, you can!!! React is not only used for web development but also for making Android and iOS apps (React N...
6

Anish De · 2 years ago

How to install Figma on Linux

Figma is a great UI/UX tool with a quite generous free tier. This means many developers use Figma to prototype their application or website designs (including me). Many of us developers tend...
5

Anish De · 2 years ago

Easter eggs using Rooks

I stumbled upon this great React Hooks library called Rooks recently and it has got a lot to offer. We all have discovered various Easter eggs in various apps and sites. It can range anywher...

Anish De · 2 years ago

The Random Library in Python

You might need your program to choose a random lucky winner from a list of people participating in a lottery or maybe you want to chooses a random fruit from a list of fruits the doctor made...

Anish De · 2 years ago

Stop Google Analytics from tracking you under 2 minutes

Many sites use analytics tools to measure their site insights. Google Analytics is an extremely popular tool in this sector as it is free (though there is a paid version for enterprise use b...

Anish De · 2 years ago

Cryptography with Python using Fernet

Let us look at how to encrypt text and files using Python. For this we are going to be using Fernet which is a part of python's cryptography package So let us get right into it Ok firstly we...

Anish De · 2 years ago

Easy Comments - An easy way to add comments functionality to your site

👨 Firstly a little bit about myself I am a 14-year-old Developer, YouTuber, Blogger, and of course a student. Though I have been coding for quite a long time, I started web development abou...

Loading More Content