Discover and read the best of Twitter Threads about #100daysofcodechallenge

Most recents (24)

Hey, it's day 100 of #100daysofcodechallenge and I'm thrilled to share my progress with you!πŸ’»

Let me take you on a journey - I started exploring coding towards the end of 2021, but found it challenging to find the right resources. I began learning in Jan 2022, luckily my tech..
friend stepped in and advised me to learn Solidity for blockchain development(that is my target niche btw). But it was more than overwhelmingπŸ˜‚

I watched YouTube videos, read pdfs, attended Twitter spaces, and That's when I stumbled upon @iamwhitegod, who introduced me to...
"The Odin Project" and advised me to start with frontend development.πŸ‘¨β€πŸ’» This was a game-changer, but my lack of prior knowledge made learning slow.

Then I decided to get a direct teacher. After a disappointing experience from the guy around mid-2022, I gave up and focused on
Read 7 tweets
" Data Analyst Project on Hotel Booking "

That you can add in your resume or portfolio to showcase your skills πŸ’―

🧡
β—» In Recent Year , City Hotel & Resort Hotel have seen High Cancellation Rates. Each Hotel is now Dealing with number of issue as result including Fewer #revenue & Less than ideal Hotel room use.
πŸ”Ή Insights :

1️⃣ More Cancellation occur when prices are higher
2️⃣ When there is Longer waiting list , Customer tend to Cancel more frequently
3️⃣ The majority of Clients are coming from a offline #travel agents to make their #reservations
Read 6 tweets
" SQL Puzzle Interview Question "

🧡
Table script:

create table input (
id int,
formula varchar(10),
value int
)
insert into input values (1,'1+4',10),(2,'2+1',5),(3,'3-2',40),(4,'4-1',20);
Read 4 tweets
πŸ“Š Hey Folks

✍ So Day - 6 on #powerbi πŸš€

πŸ§΅πŸ‘‡
⚠ Today I Made a Awesome #America Retail Analysis Dashboard

πŸŽ‡ The beauty of Power BI is that you can look at each element to make better #decisions. The #dashboard's visual representation allows users to quickly see the #data that's relevant for the choices they have to make
πŸ”₯Then, define clear objectives to ensure that the dashboard accurately reflects your desired outcomes. πŸ‘‡

#PowerBI #100DaysOfCode #100daysofcodechallenge #Data #100daysofcoding #developer #DataScience #dataScientist #DataAnalytics #excel #SQL #tableau #visualization #Dashboard
Read 4 tweets
🎯- Day 28 of #SQL Series πŸ€–

πŸ’Ή Today I Solved a Two Amazing Questions πŸ“™

πŸ§΅πŸ‘‡
πŸ”—Q1) Problem Statement : Write a #Query to find no. of Gold Medal per swimmer for swimmer who won only Gold Medals .

#60daysofcodechallenge #60daysofSQL #30daysofSQL #sqlqueries #100daysofcodechallenge #SQLbySk #dataanalytics #business #sqlprogramming Image
Read 7 tweets
🐍Python is easy!

You can learn enough #Python in 8-10 hours to pick the rest up with active practice.

Here are my top 5 #free places to catch the basics:

πŸ§΅πŸ‘‡
1/ Codeacademy (where I first learnt Python) -
lnkd.in/eZnqKD_x
2/ MITx 6.0001 (this series is a brilliant intro to CS) -
lnkd.in/eeBXsQqr
Read 7 tweets
✍ Day 12 - Series on #Python πŸ€– with @SachintukumarπŸ“

πŸ“’ Topic of Day - " Glob Module in Python "

πŸ§΅πŸ‘‡
' With the help of the Python #glob #module, we can search for all the path names which are looking for files matching a specific pattern (which is defined by us). The specified pattern for file matching is defined according to the rules dictated by the #Unix shell.

#SQL
The result obtained by following these rules for specific pattern file matching is returned in arbitrary order in output of program While using file matching pattern we have to fulfil some requirements of the glob #module because the module can travel through the list of the file
Read 5 tweets
Generator function* in JavaScript:

A thread 🧡

#100DaysOfCode #javascript #Angular #reactjs #devbubble
In JavaScript, generator functions are a special type of function that allows you to use the yield keyword to pause and resume the execution of the function.

#100DaysOfCode #NodeJS #CodeLife
They allow you to create iterators, which are objects that can be used to iterate over a sequence of values.

A generator function is defined using the function* keyword and can be invoked using the yield keyword.

#100daysofcodechallenge #NodeJS #reactjs
Read 9 tweets
πŸ’» Hey Folks πŸ˜€

✍ Day 8 - Series on #Python Projects

πŸ§΅πŸ‘‡
πŸ™ 𝐁𝐒𝐠 𝐒alute 𝐭𝐨 Shri @amankk_9 sir for providing such a great Content

✏ In this Project I Done a Algorithmic Trading using #Python

#pythonprogramming #60daysofcodechallenge #PythonbySk #100daysofcodechallenge #100dayswithpython
#60dayswithpython #30dayswithpython
Read 5 tweets
πŸ’» Hey Folks πŸ˜€

✍ Day 7 - Series on #Python Projects

πŸ§΅πŸ‘‡
✏ In this Post I create EDA PROJECT ON SUICIDE CASES IN INDIA
using #Python

* Find insights about - suicide due to unemployment
- #suicide cause
- #gender plays any role
-#age group mostlikely to suicide
#state having highest count
#least suicide case

github.com/sachinkumar160…
Read 4 tweets
Data virtualization: With Proxies in JavaScript.

A thread 🧡

#100DaysOfCode #javascript #rarely_used #devbubble
Data virtualization using Proxies in JavaScript refers to the ability to create virtualized data structures, such as virtualized arrays, that load their data on demand rather than loading all data at once.

#100DaysOfCode #ReactJS #Angular
This can be useful for improving the performance of an application when working with large data sets.

In this Eg., we create a VirtualArray class that takes in two args- the length of the array & a loader function.

#100DaysOfCode #javascript #NodeJS #ReactJs #Angular #devbubble Proxy - VirtualArray in JS
Read 8 tweets
🎯- Day 23 of SQL Series Project

πŸ§΅πŸ‘‡
🧠 SQL is the most important tool, a data analyst uses to manipulate and gain insights from the data. In this project, we will try to process, and analyze the data, for this purpose we will use this Zomato Datasets from Github
Read 5 tweets
πŸ‘©β€πŸ’» GitHub Importance in Data Field πŸ”…

πŸ§΅πŸ‘‡
πŸ“… Data Professionals need #GitHub for source code management. It hosts Git, an open-source version control system that tracks the changes and requests of a project. Using GitHub, users can #clone the code from the central #repository to their local machine, make changes, commit
I will Tell You 3 Steps To Gather Perfect Knowledge About Github & Git

1️⃣ W3Schools.com Tutorial
w3schools.com/git/default.asp
Read 7 tweets
WeakMap in JavaScript

A thread 🧡

#100DaysOfCode #javascript #rarely_used
A WeakMap is a map that holds weak references to its keys.

This means that the keys are eligible for garbage collection if there are no other references to them.

This feature can be useful for implementing caches or other similar data structures.

#reactjs #Angular #NodeJS #js
A WeakMap is a special kind of map where keys must be objects and the map doesn't prevent garbage collection of its keys.

You can think of a WeakMap as a map that doesn't "own" its keys, and therefore doesn't keep them alive.

#100daysofcodechallenge #100DaysOfCode
Read 9 tweets
🎯- Day 22 of SQL Series

πŸ§΅πŸ‘‡
❓Problem Statement : @UnitedHealthGrp has a program called Advocate4Me, which allows members to call an advocate and receive support for their #health care needs – whether that's behavioural, clinical, well-being, health care financing, benefits, claims or #pharmacy help.
- Calls to the Advocate4Me call centre are categorised, but sometimes they can't fit neatly into a category. These uncategorised calls are labelled β€œn/a”, or are just empty (when a support agent enters nothing into the category field).
Read 8 tweets
Hey #OSINT #100daysofcodingchallenge #100DaysOfHacking #CodeNewbie

Code Search Engines are dedicated search engines for finding source codes on the Internet.

Here's an awesome list of 22 'Code search engines' for digital investigators, hackers, programmers & all.

A thread🧡
1. Android Code Search - cs.android.com

2. Chromium Code Search - source.chromium.org/chromium

3. Ember Observer: Code
Search - emberobserver.com/code-search

4. CodeSeek - codeseek.co

5. Codota - codota.com/code

#OSINT #cybersecurity #100daysofcodechallenge
6. Debian Code Search - codesearch.debian.net

7. Google Code Search - code.google.com

8. krugle - krugle.com

9. JExample - jexamples.com

10. Libraries - libraries.io

#OSINT #programmer #100DaysOfCode #100daysofcodechallenge
Read 7 tweets
wow JavaScript is on πŸ”₯with a lot of new functions for Arrays in progress 🀯😬 Welcome Immutability, Grouping, and Async helpers ❀️

🧡 /1 Image
I'd say JavaScript makes my work as a content creator so easy sometimes πŸ˜‚

There are so many new proposals and new features coming to the language that we could discuss a whole week about it haha.

/2
Today, I brought something interesting that I was missing for a while: Immutability in arrays!

/3
Read 11 tweets
πŸ”΄ Computer Vision Tutorial 4️⃣: Edge detection
🟑 Jupyter Notebook πŸ“’ in second tweet.

Check this out πŸ‘‡

#programming #MachineLearning #DataScience #pythonprogramming #CodeNewbie #pythoncode #100daysofcode #pythontricks #pythonprojects #100daysofcodechallenge #python #opencv
πŸ”΅ Find Jupyter Notebook πŸ“’ ⬇️
github.com/patchy631/twit…
Hope you enjoyed reading!! πŸ“–

Follow me if you are interested in:
βœ… Python 🐍
βœ… Machine learning πŸ€–
βœ… Computer Vision πŸŽ₯
βœ… MlOps βš’οΈ

Retweet πŸ” the first tweet πŸ₯ .
Cheers!! 🍻
Read 3 tweets
πŸ”΄ Pandas 🐼 Tutorial 3️⃣
🟑 Iterrows 🀜 πŸ€› Itertuples

Check this out πŸ‘‡

#programming #MachineLearning #DataScience #pythonprogramming #CodeNewbie #pythoncode #100daysofcode #pythontricks #pythonprojects #100daysofcodechallenge #python #Pandas
Find Jupyter Notebook πŸ“’ ⬇️
github.com/patchy631/twit…
Read 4 tweets
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.
Prerequisites

- HTML
- CSS and at least one CSS framework.
- JavaScript
- ES6 features
- Map / Filter / Reduce in JS
- Arrow functions
- Imports / Exports
- var / let / const
- npm commands
Read 14 tweets
Can I build a new social network in 100 days?

πŸ’ͺChallenge accepted!

Let's see how a solo maker can build a social network that will change the world for the best :)

Starting from Monday 04/04/2022

I will keep all tweets in this thread.

#100DaysOfCode #100daysofcodechallenge
Day -2.
Today I was thinking about the concept of the social network that I'm going to build. I did some research about pros and cons of social networks that exist and found out that all are based on three pillars. Likes (emotions), shares (spread of information), ads (money).
Day -1 and 1.
I chose the old method and used pen and paper. Every aspect of the new social network is handwritten. The first analysis showed me that creating at least 30 views would be necessary. Image
Read 4 tweets
Cloud Computing Advice for Beginners:
1. Learn

You can learn from docs, articles, youtube, etc. But you learn by doing and you need to practice. Don't assume that you can spin up that VM because you saw a tutorial. It's when you get your hands dirty that you'd discover that the VMs have changed since the tutorial.
Practicing and doing projects in CC is not as cheap as it is in software development where you can install software and IDEs on your computer, and hack away.

For CC you'll need an actual cloud subscription and if you don't have the funds for it, you can still make good progress
Read 12 tweets
Here's a thread of VSCode extensions that really helped me when I was learning to code. Check it out if you're doing #100DaysOfCode or #100daysofcodechallenge. Link your favourite extension below.. 🧡 πŸ‘‡
1. Bracket Pair Colorizer - this was a life saver for me. It can be so easy to miss a closing bracket or lose your way when your files are growing.
2. Path Intellisense - this extension will save you from hours of wondering why a file or image won't load. Never accidentally use the wrong file path again!
Read 7 tweets
For those who want to learn UI/UX design 🎨 I've got some resources and tutorials for.
RT for awareness

#uidesign #webdev #mobileapdesign #SpiderManNoWayHome
#NationalSTEMDay #technology #programming
#codingisfun #uiuxdesign #webdevelopment
πŸ”·οΈ Brief explanation on UI/UX
fastcompany.com/3032719/ui-ux-…
πŸ›… Tools/Software used for UI/UX design

Figma - figma.com

Sketch

Adobe XD

Invision

Framer (for prototyping mostly also for design also) - framer.com

Lunacy (alternative to figma and adobe xd) - icons8.com/lunacy
Read 8 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!