Shreya Purohit | Data Analyst Profile picture
Threads on data science and analytics πŸ“ˆ
Hritik Jaiswal πŸš€πŸ‘¨β€πŸ’» Profile picture Shreya Purohit | Data Analyst Profile picture Learning in Public - Coding - DataSci Profile picture Vijay Singh Khatri Profile picture 4 subscribed
Feb 7, 2023 β€’ 9 tweets β€’ 4 min read
Cheatsheets that will save you tons of hours as a data analyst: 1. SQL

learnsql.com/blog/sql-basic… ImageImage
Jan 3, 2023 β€’ 9 tweets β€’ 4 min read
Hey data analytics learners! πŸ“Š

One of the best ways to master a new skill and develop your portfolio is through project-based learning.

6 free virtual project-based internships based on real world scenarios from companies like Deloitte, KPMG, Accenture and Tata ↓ 🧠 Why should you consider trying these programs:

- Virtual, self-paced and free
- Based on real life scenarios
- Applied knowledge
- Develop your critical thinking skills
- Learn problem solving approaches

Time to dig in! ‡️
Nov 25, 2022 β€’ 9 tweets β€’ 4 min read
If you're looking to learn Data Analysis in Python, here are some excellent short & concise playlists to follow:

- NumPy
- Pandas
- Matplotlib
- Seaborn
- Plotly
+ Projects! 0. Python:

Want to brush up your python skills right from the fundamentals? This playlist will do the job -

youtube.com/playlist?list=…
Nov 1, 2022 β€’ 8 tweets β€’ 3 min read
For the next 3 weeks, @365datascience is offering FREE unlimited access to all of their data science courses!

Make the most of it while you can.

Here are some of the best courses you can enroll in right now: 🚨 Before we start, make sure to sign up for the program and log in, or the links below won't open:

πŸ”—365datascience.com/r/55d37cbf41ca…

Let's begin! ↓
Oct 22, 2022 β€’ 8 tweets β€’ 3 min read
My top 3 preferences to learn SQL for free: 1. MySQL Tutorial for Beginners by @moshhamedani

This 3-hour course helps you understand SQL and write queries in no time!

πŸ”—
Sep 24, 2022 β€’ 9 tweets β€’ 2 min read
Building projects is a great approach to stand out from the crowd and expand your data analytics portfolio. πŸ“ˆ

πŸš€ 8 free datasets for your next data science and analysis projects.

↓ 1. Google Dataset Search

πŸ”— datasetsearch.research.google.com
Mar 25, 2022 β€’ 17 tweets β€’ 6 min read
CSS Animations: A short guide

🎨CSS animations is a module that allows you to make smooth and attractive animations.
By just applying styles to an element, we can animate it.

Let's learn about these styles quickly ↓ So first of all, what is animation in CSS?

β†’ Change of one style to other over an interval of time.
Mar 2, 2022 β€’ 22 tweets β€’ 8 min read
By contributing to open source, you can find your way to countless opportunities.

Here's a beginner's guide to how to make your first open source contribution ↓ πŸš€ Let's start with an understanding what exactlyΒ open-source means:

Open-source projects are accessible to everyone, and developers can contribute to and utilize the code if under permissive licenses.
Feb 17, 2022 β€’ 7 tweets β€’ 6 min read
You don't need to spend πŸ’Έ to learn web development when there are plenty of great resources available for free.

↓ 🧠 Learn :

1. W3Schools
w3schools.com

2. MDN Docs
developer.mozilla.org

3. JS Info
javascript.info

4. DevDocs
devdocs.io

5. Web Dev
web.dev
Feb 15, 2022 β€’ 12 tweets β€’ 4 min read
Semantic Elements in HTML: How to Use Them
(with examples)

Learn with visuals ↓ <nav>

It includes our website's primary navigation links (such as Home, Contact Us, and About):
Jan 21, 2022 β€’ 12 tweets β€’ 5 min read
Technical Writing 101 ✍️

Resources that can help you as a technical writer:

πŸ§΅β†“ Technical writing means converting technical documentation into easy-to-understand content.

If you have the right resources, the journey can be a little easier and can save you loads of time:
Jan 10, 2022 β€’ 7 tweets β€’ 3 min read
5 awesome tools for content creators that I use:

🧡 1. Figma:

Use: Visuals, cover images
I make all of my visual threads and cheatsheets from Figma.

Not a design fanatic? Well then we've got an awesome alternative as well: Canva

πŸ”—figma.com
πŸ”—canva.com
Dec 28, 2021 β€’ 9 tweets β€’ 3 min read
Are you planning to learn React βš›οΈ in 2022?

I've compiled a list of best (and free) resources to learn ReactJS, that people actually loved ⭐‡️ 1️⃣ Learn ReactJS by Bob Ziroll:
⌚ 11 hrs.

β†’ Learn the basics of modern React by solving 140+ interactive coding challenges and building eight fun projects.

What you'll build:
βœ… AirBnb Clone
βœ… Meme Generator
βœ… Notes App

πŸ”— scrimba.com/learn/learnrea…
Dec 25, 2021 β€’ 8 tweets β€’ 2 min read
If you know HTML & CSS, there are enough opportunities waiting for you.

You can make a good income source. Here are some of the ways to achieve that ‡️

5 ways to make money as a web developer🧡 1. Build template, themes & Plugins

- You can build website templates using HTML, CSS, JS and some frameworks and sell them.

πŸ†Platforms:
Themeforest
Theme Snap
Template Monster
Code Canyon
Creative Market
Codester
Envato Marketplace
Dec 15, 2021 β€’ 6 tweets β€’ 2 min read
5 CSS Cheatsheets that'll save you tons of hours ‡️ 1. Flexbox cheatsheet by Malven:

flexbox.malven.co
Nov 11, 2021 β€’ 13 tweets β€’ 5 min read
🧱 HTML semantic tags are so powerful in web development still many people are not aware of them.

You code can look way more meaningful with the use of semantic tags.

Let's have a quick look at some of them:

{ 🧡 } a quick guide to HTML semantic tags
(cheatsheets included): Image β†’ So first things first, what's the need of using semantic HTML tags?

βœ… easy to identify
βœ… accessibility
βœ… Improves SEO
βœ… well defined, readable and
clear code structure

Here's a quick look on semantic vs non-semantic tags: ImageImage
Oct 27, 2021 β€’ 20 tweets β€’ 7 min read
βš›οΈ Form handling in React

Form handling in React controls the behavior of form inputs on how you handle the data entered in your forms when a value is entered and submitted.

Let's deep dive into this concept by building our own form:

{a thread 🧡} ↓ To understand form handling in react, we will create a simple form page. At the end of this thread, you'll find a link to the page we will create which you can try yourself.

So without further ado, let's get started:

Open your terminal of choice and follow the commands below -
Oct 15, 2021 β€’ 9 tweets β€’ 3 min read
πŸ‘‹πŸΌ This is my first visual thread. Do give a feedback! :)

A visual thread to destructuring states and props in react βš›οΈ πŸ‘‡πŸΌ

#webdevelopment { 1/7 }

What is destructuring?
Oct 14, 2021 β€’ 9 tweets β€’ 3 min read
Are you a developer who struggles with design? 🀯

🎨 Here are some blogs to improve your designing skills:

7 Blogs to stay updated with UI/UX design ↓ Image UX Planet

One-stop resource for everything related to user experience

uxplanet.org
Sep 20, 2021 β€’ 36 tweets β€’ 11 min read
One of the required prerequisites to learn React is π—˜π—¦πŸ².

𝑂𝑛𝑒 π‘ β„Žπ‘œπ‘’π‘™π‘‘ π‘˜π‘›π‘œπ‘€ 𝐸𝑆6 π‘€β„Žπ‘’π‘‘β„Žπ‘’π‘Ÿ π‘¦π‘œπ‘’'π‘Ÿπ‘’ π‘™π‘’π‘Žπ‘Ÿπ‘›π‘–π‘›π‘” π‘…π‘’π‘Žπ‘π‘‘ π‘œπ‘Ÿ π‘›π‘œπ‘‘.

🧡 This thread is all you need to know about ES6 before you get your hands on React:

#100DaysOfCode #javascript βš›οΈ You'll be able to learn React way better if you know working with ES6.

ES6 is a scripting language for JavaScript and helps developers by making the code simple as it handles out all the limitations of the main language (JS).
πŸ‘‡
Sep 16, 2021 β€’ 14 tweets β€’ 3 min read
70+ Awesome Free Resources To Learn JavaScript πŸ‘‡
(links in the last tweet πŸ”»)

🧡 mega thread

#100DaysOfCode Documentations πŸ“‘

1. MDN Web Docs
2. JavaScript Info
3. W3 Schools
4. DevDocs
5. JavaScript Garden