Developer

Developer posts, videos, courses, and more

Mr. Ånand · 8 months ago

Top 20 Must Try AI Tools for Developers in 2023

In this article, we'll see a few AI-powered tools that are set to revolutionize development and make the life of developers easy in 2023. We'll talk about the top 20 AI and low-code tools de...
3

Baransel · 1 year ago

A Comprehensive Guide to Getting Started with PHP: Tips, Tricks, and Code Examples

Basic Syntax Before we dive into the tips and tricks, let's go over the basic syntax of PHP. Here's a simple example that outputs "Hello, World!" to the screen: <?php echo &quo...
1

Baransel · 1 year ago

Getting Started with Python: Tips, Tricks, and Code Examples

Python is a high-level, interpreted programming language that is widely used for a variety of applications, including web development, scientific computing, data analysis, artificial intelli...
2

Souptik Debnath · 1 year ago

10 Useful APIs For Your Next Project In 2023📃

Interested in supercharging your next project with the most powerful APls available? I've compiled a list of 11 of the best APIs available. Here are some great APIs that you can use to enhan...
3

Mr. Ånand · 1 year ago

Hacktoberfest 2022: Win Swags for Quality Contributions

Hacktoberfest 2022 is ongoing and you must have started the contribution. Everyone loves swags in the developer community. Let me tell you some good opportunities to grab cool swags by addin...
5

Rahul · 1 year ago

React in Operation Theatre - React Shorts

React is a famous JavaScript library utilized for web improvement. React.js or ReactJS or React are various ways of addressing ReactJS. The present some enormous scope organizations (Netflix...
1

Mr. Ånand · 1 year ago

Some Useful GitHub Repositories To Enhance Your Web3 Skills

As the world is moving towards new technology, Web3 is the most trending of them. Developers are learning this new technology very fast, many companies are also shifting towards decentralize...
8

Karthikeyan · 1 year ago

How to sign your Github Commits ?

In this blog , we are going to see how we can sign your Github commits and get the verified sign when you commit your code. Before jumping on to the how part of this blog. Let’s quickly see...
1

Tony Lea · 1 year ago

Developer Tips on Becoming Your Own Boss

I can pinpoint the moment I got excited about the possibility of becoming my own boss. I stumbled upon a magazine article (yep, magazine... which means it was a while ago). The article featu...
6

Karthikeyan · 1 year ago

Getting Started with Index signatures

In this blog post we will be learning about a concept in typescript - Index signatures. What is Index Signatures : Index signature is used to represent the type of object/dictionary when the...
4

Rahul · 2 years ago

some() method explained

The some() method tests whether at least one of the elements in the array passes the test implemented by the provided function. The result of the some() method is a boolean. Let's see the sy...
4

Rahul · 2 years ago

Hoisting in JavaScript | shorts

In JavaScript, hoisting permits you to utilize capacities and factors before they're proclaimed. Here, we'll realize what hoisting is and the way in which it works. What exactly is hoisting...
2

Rahul · 2 years ago

Tips and free resources to ace you Tech Interview

The screening can be an overwhelming one (particularly assuming you need to go through it on numerous occasions) however being arranged can make it somewhat less distressing. So I'm sharing...
6

Rahul · 2 years ago

VS Code Extensions to increase productivity and time-saver hacks for developers

How can developers be extra productive? You’re a developer or you manage a team of developers, higher productivity can get you extra things done through constant resources in a very small-ti...
7

Rahul · 2 years ago

15 beginner only HTML and CSS mistakes

I have rounded up some of the HTML and CSS Mistakes I've made and you don't have to. These are some beginner mistakes, don't judge me😂. HTML MISTAKES No matter what stack or framework you...
4

Rahul · 2 years ago

Brief intro to RxJS

RxJS (Reactive Extensions for JavaScript) is a library for receptive programming utilizing observables that makes it simpler to make nonconcurrent or callback-based code. There is a lot to i...
4

Rahul · 2 years ago

State and React router - Shorts

React Router is the standard routing library for React. It has a simple API with all the powerful features like lazy code loading, dynamic route matching and location transition handling bui...

Sunil Joshi · 2 years ago

How to Convert a Component Design Into an MUI React Code

Material UI or MUI library provides you with robust, customizable, accessible, and advanced components, enabling you to build your own design system and develop React applications faster. T...
2

Sunil Joshi · 2 years ago

An Introduction to TypeScript

The front-end React developer world is all abuzz with the fondness of using and preferring TypeScript over JavaScript. Although it’s not recommended for all types of projects it strongly ove...
3

Rahul · 2 years ago

HTML in OR(operation room)

HTML isn't covered as frequently as different dialects however everybody appeared to truly partake in the couple of posts I have on it so I chose to make another. The main thing to know is t...
2

Abhiraj Bhowmick · 2 years ago

10 VSCode extensions every dev must have

VSCode is undoubtedly one of the most popular code editors out there. But did you know you can enhance your VSCode experience with extensions? Here are 10 VSCode extensions that every develo...
8

Abhiraj Bhowmick · 2 years ago

5 common CSS mistakes to avoid.

Let's be real here. Is CSS that hard? Even though being simple and uses the modern English language to name most of its properties like font size or color, it's not rare to get caught up in...
4

Rahul · 2 years ago

21+ Super DevTools you may have not heard of

In this web period, practically any free tools can be found online to take care of normal issues designers face each day. And so on, somebody has effectively fabricated it. In this article,...
5

Abhiraj Bhowmick · 2 years ago

30 browser extensions every developer should have

The browser is a developer's most powerful tool. 99% of people don't make 100% out of their browsers. Here are 30 browser extensions to make the most out of the app you probably spend the mo...
4

Rahul · 2 years ago

320+ free resources for learning fullstack, frontend and backend

You only need this post to become a Developer because this post has nearly unlimited amount of every type of resources covering everything you will need. Blog your Journey DevDojo - DevD...
4

Rahul · 2 years ago

30 JavaScript project ideas for Beginners to Pro developer with resources

In this article, I'll share 30 project ideas you can work to dominate your abilities, feel sufficiently sure to add to open source projects, and do some independent undertakings. Also ready...
4

Rahul · 2 years ago

13 Ultimate UI/UX website inspiration for Designers and Developers

Regardless of whether you're an accomplished website designer or developer or simply a beginner, a website architecture venture's extension can rapidly limit the quantity of assets accessibl...
3

Rahul · 2 years ago

7 Skills developers need on their resume

Your resume describes your qualifications and what makes you unique. To stand out among other applicants, you need a resume that markets your strengths and matches for the job. Here I'm gonn...
4

Rahul · 2 years ago

Bigint in JS - shorts

BigInt is a built-in object that provides a way to represent a whole number larger than 253 - 2, which is the largest number JavaScript can represent with Number. BigInt is created by append...
4

Rahul · 2 years ago

JSX in React - shorts

In this post we will learn what is JSX and why to use it with react. What is JSX ? JSX stands for JavaScript XML. It allows us to write HTML inside JavaScript. It converts HTML tags into Re...
3

Loading More Content