Anurag Profile picture
Software Engineer | Full Stack Developer | Talks about Web Development and Programming | Technical Writer.
Nov 24, 2022 10 tweets 1 min read
If you are a Student, don't miss your "GitHub Student Developer Pack"

Here is a list of all the benefits and how to claim it! GitHub education provides you a GitHub pro account along with offers and benefits from GitHub partners.
Here are some of those benefits.
Aug 27, 2022 12 tweets 4 min read
Complete JavaScript Series - Part 2

var, let and const in JavaScript✅
Comments in JavaScript✅

A thread🧵 Here is the link to the previous part, in case you missed it.
Aug 22, 2022 10 tweets 2 min read
Complete JavaScript Series - Part 1

Introduction to JavaScript.

A thread Contents:

1. What is JavaScript
2. History of JavaScript
3. JavaScript Versions
Aug 13, 2022 17 tweets 4 min read
A Beginners Guide to MERN Stack!

Includes

• What is MERN stack?
• How MERN Stack works?
• Common Questions
• Roadmaps
• Resources and more Image - What is a Tech Stack?

A Stack is a combination of all frameworks and libraries using which you can create an entire application from Frontend to Backend and Database.
Jul 30, 2022 13 tweets 3 min read
Hi People! 👋

Want to Learn CSS? 😎
Here is a thread consisting of all 10 Parts of my CSS series!

This series contains Cheat sheets, Concepts, Visuals, Interview Questions and Best Practices! Part 1 : Basics of CSS

Jul 29, 2022 8 tweets 4 min read
Here are some top CSS Resources to make your life easy! Learning CSS:

1. w3schools.com/css/default.asp
2. developer.mozilla.org/en-US/docs/Web…
3. css-tricks.com
Jul 23, 2022 14 tweets 3 min read
Ultimate CSS Cheat sheet - Part 10🚀

Here are 60+ CSS Interview questions to Ace your next Web Developer Interview! If you missed the part 9 of the CSS series here is the link for it. We discussed some CSS Best Practices.
Jul 22, 2022 15 tweets 4 min read
Ultimate CSS Cheat sheet - Part 9🚀

Lets discuss some CSS Best Practices and Tips. Image Here is Part 8 of CSS Series where we discussed about Media Queries!
Jul 21, 2022 14 tweets 4 min read
Ultimate CSS Cheat sheet - Part 8🚀

Lets understand Responsive Web Design using Media Queries. Image If you missed the previous part, here is the link for it. We discussed about Animations and Keyframes in CSS.
Jul 20, 2022 10 tweets 3 min read
Ultimate CSS Cheat sheet - Part 7🚀

Lets understand how to make Animations in CSS. Image If you missed previous part where we discussed about Transform and Transition. Here is the link
Jul 19, 2022 12 tweets 3 min read
Ultimate CSS Cheat sheet - Part 6🚀

Lets understand the Transition and Transform property in CSS. Image If you missed the previous part where we discussed about important CSS properties, here's the link for it.
Jul 18, 2022 12 tweets 4 min read
Ultimate CSS Cheat sheet - Part 5🚀

Lets understand some important CSS properties like float, shadows, z-index, opacity, overflow and borders. Image If you missed the Part 4 where we discussed the Flexbox and Grid, check it here.

Jul 17, 2022 13 tweets 4 min read
Ultimate CSS Cheat sheet - Part 4

Lets understand the basics of CSS Flexbox and Grid in this thread. Image If you missed the previous part here is the link.
Jul 16, 2022 11 tweets 3 min read
Ultimate CSS Cheat sheet - Part 3

Let's understand all Basic Properties of CSS in this tweet. Image If you missed the previous part here is the link.

Jul 13, 2022 11 tweets 3 min read
Ultimate CSS Cheat sheet - Part 2

Let's understand the basics of CSS in this tweet. Image Here is the Part 1 of CSS series.

Jul 9, 2022 18 tweets 5 min read
Ultimate CSS Cheat sheet - Part 1

Lets understand all the Basic concepts of CSS in short!👇 Image Table of Contents:

🔸What is CSS
🔸Ways of writing CSS
🔸Selectors in CSS
May 23, 2022 4 tweets 2 min read
Let's talk about creating our own Custom Hook in React!🪝🪝

#100DaysOfCode #html #ReactJS Hooks were introduced in React 16. Hooks allow us to manipulate state in Functional components. "useState()", "useEffect()", "useMemo()" are some of the hooks in React.
Apr 30, 2022 14 tweets 7 min read
Planning to learn React.js ?🔥

Here is a mega thread containing Resources, Road maps, Important concepts and more for React.

#100daysofcodechallenge #ReactJS #HTML Image What is React ?

React is a JavaScript library by Facebook for creating interactive Front end applications.
React is the most popular Front end framework and is used by large companies like Facebook, Instagram, Netflix, Airbnb and Uber.