Swastika Yadav Profile picture
Open for DevRel roles🥑 | simplifying things for devs | exploring Solidity
Mar 4, 2023 10 tweets 3 min read
FREE Udemy Python courses you can not miss taking!

A thread: 1. Introduction To Python Programming
udemy.com/course/pythonf…
Mar 2, 2023 10 tweets 3 min read
FREE Udemy courses that you will regret not taking!

A thread: 1. React JS Frontend Web Development for Beginners

Learn React JS along with Modern JavaScript from absolute scratch.

udemy.com/course/react-t…
Jan 19, 2023 8 tweets 4 min read
If you're still not using AI, you're losing out.

5 AI tools that will save you hours of work⬇️ 1. Text Blaze

Content creation tool with templates with endless customizability and powerful automation.

🔗 blaze.today
Jan 18, 2023 9 tweets 3 min read
GitHub is a Goldmine and finding the right resources can be difficult.

Here is the list of GitHub repositories you'll regret not knowing!🙌
⬇️ 🔹 Public API Lists

A collective list of free APIs for use in software and web development.

github.com/public-api-lis…
Dec 20, 2022 10 tweets 3 min read
FREE Udemy courses that you will regret not taking!

A thread: 1. React JS Frontend Web Development for Beginners

Learn React JS along with Modern JavaScript from absolute scratch.

udemy.com/course/react-t…
Dec 7, 2022 9 tweets 4 min read
AI tools that you will regret not knowing.
A thread: 1️⃣ Tabnine
AI assistant for Software developers.

It helps you to code faster with whole-line and full-function code completions.

tabnine.com
Nov 29, 2022 7 tweets 2 min read
Most Valuable GitHub Repositories For Developers:
⬇️ 🔹Free Code Camp

A community where you can learn to code for free.

Forks: 30.5k
Stars: 358k
github.com/freeCodeCamp/f…
Nov 23, 2022 8 tweets 3 min read
A job opening receives around 250 applications. Out of these, only 10-20 resumes are selected for the interview round.

5 Websites that help you to create an exceptional resume and land a job.
⬇️ 1️⃣ Novoresume

ATS Friendly: CV filtering software will be able to read your resume.

Select from 10+ templates and fill in your information.

🔗 novoresume.com
Nov 6, 2022 7 tweets 2 min read
GitHub is a Goldmine and finding the right resources can be difficult.

Here are the 5 Github repositories every Web Developer should know!
⬇️ 🔹Microsoft Web Dev curriculum
A 12-week, 24-lesson curriculum all about JavaScript, CSS, and HTML basics.
github.com/microsoft/Web-…
Sep 17, 2022 10 tweets 3 min read
JavaScript concepts you need to know before getting into React.

Thread🧵👇 1️⃣ Arrow Functions:
An arrow function expression is a compact alternative to a traditional function expression.
javascript.info/arrow-function…
Aug 25, 2022 7 tweets 2 min read
Learn Javascript by building these cool Games!

🧵👇 1️⃣The reaction game
This quite an easy one. The user has to click the input as fast as possible and hence record the fastest reaction time.

By building this game you can learn about concepts like handling user input, using setTimeout, etc.
Aug 23, 2022 9 tweets 2 min read
Common CSS Mistakes every Developer should avoid🎨

🧵👇 1️⃣ Using px
Px locks your design to a fixed size for all screens.

You should always try to use relative measurements such as em, rem, %, etc and wherever possible.
Jun 14, 2022 7 tweets 1 min read
Web Development is still one of the highest paying fields.
Here are a few Free Web Dev resources you must check!

A thread🧵👇 Online Platforms
- Freecodecamp
- Udemy
- Srimba
- LinkedIn Learning
- Udacity
- Skillshare
- EdX
- Codecademy
- YouTube
May 19, 2022 11 tweets 6 min read
GitHub is a Goldmine and finding the right resources can be difficult.

Here are the 10 Github repositories every Web Developer should know!🙌
⬇️ Before getting ahead, want to suggest y'all this free tool which I've been using for about a month now. It has really helped me explore and learn new things:
@DevBytesApp

It summarises Web Dev, Crypto, and ML concepts in just 64 words.

Install now:
bit.ly/3wqD4AZ
May 12, 2022 7 tweets 1 min read
Developers are lifelong learners, we keep looking for new stuff.

Here are the 15 Hottest Web Development Trends for 2022!
🧵⬇️ 🔹Single-Page Applications
🔹Push Notifications
🔹AI powered chatbots
May 6, 2022 8 tweets 2 min read
Earning in dollars and spending in your currency is absolutely possible!🔥⚡

Platforms that help you find remote jobs⬇️ 🔹 Twitter
Yes, the first has to be Twitter.
Build some connections and see the magic, many people are hiring through Twitter nowadays.
Apr 6, 2022 7 tweets 7 min read
5 LinkedIn alternatives or platforms which might make more sense if you're a developer!🙃

These platforms are enough for you to create proof of work, network, start freelance and get a job!

Thread👇 💫@ShowwcaseHQ
(I'm not being biased, okay)

Post one-liners, threads, blogs. Add all your achievements, experiences, repos, projects.
Join communities, ask ques, apply for jobs.
And you can easily connect with anyone from team Showwcase.

showwcase.com/swastika
Mar 30, 2022 10 tweets 5 min read
No, you absolutely don't need to pay for hosting your projects🤩

You can use these platforms to deploy your projects for FREE and share them with the world!
Thread👇 Before getting ahead, want to suggest y'all this free tool which I've been using for about a month now: @DevBytesApp

It summarises Web3, Web Dev, Crypto, ML concepts in just 64 words.
No login, nothing. Just read & learn!

Download on Play store:
bit.ly/3wqD4AZ
Mar 28, 2022 7 tweets 2 min read
Preparing for jobs and internships is hard!
People lack the right structured resources, the questions, the approach.

A thread for Interview preps👇 🔹Here's one such free resource: CodeStudio
Let's see what it has to offer!
bit.ly/3tFW3FO
Mar 27, 2022 12 tweets 3 min read
What is Git? What is GitHub? What's the difference?

These are the most important things to understand as Developer. Let me try to simplify it for you:)

A thread👇 🔹Before getting into all of it, let's go back to the scenario when there was no GIT.

1. Devs didn't have copies of their code, they used to submit it directly to the central server.

2. Changes made to the source code by a developer were unknown to the other developers.

Cont..
Mar 22, 2022 5 tweets 3 min read
JavaScript projects for beginners to polish your concepts👩‍💻

👇A thread🧵 ➡️Quiz Game
sitepoint.com/simple-javascr…

➡️Digital clock
geeksforgeeks.org/how-to-design-…

➡️Validation Form
w3resource.com/javascript/for…

➡️Random Color Generator
css-tricks.com/snippets/javas…

1/2🧵