Tweet
Day 87 of #100DaysOfCode w/ @LearnWeb3DAO

- learned about Traceable Vs. Intractable, Optimization Vs. Decision Problems and Deterministic Vs. Nondeterministic problems

- Learned about P, NP, NP-hard, and NP-Complete problems

#100DaysofCodeLW3 #buildinpublic
Day 86 of #100DaysOfCode w/ @LearnWeb3DAO

- Learned about Scapegoat trees
- also learned about tries data structure
- different types of tries like - Binary Tries, X-fast Tries, and Y-fast Tries

#100DaysofCodeLW3 #buildinpublic
Day 85 of #100DaysOfCode w/ @LearnWeb3DAO

- Learned about string-matching algorithms
- for example - Naive Algorithm, Rabin Karp Algorithm, and Knuth-Morris-Pratt Algorithm

#100DaysofCodeLW3 #buildinpublic
Day 84 of #100DaysOfCode w/ @LearnWeb3DAO

- Learned about Hashing
- different types of collision resolutions like - Separate chaining, linear and quadratic probing, and double hashing
- also learned about load factor and Rehashing

#100DaysofCodeLW3 #buildinpublic
Day 83 of #100DaysOfCode w/ @LearnWeb3DAO

- Learn about Linear and Binary Search
- learn about sorting algorithms like - Insertion sort, Bubble sort, quick sort, merge sort, and heap sort

#100DaysofCodeLW3 #buildinpublic
Day 82 of #100DaysOfCode w/ @LearnWeb3DAO

- Learned about graphs
- Shortest path algorithms like Dijkstra's, Floyd Marshall
- also learn about Minimum cost spanning tress, like Kruskal and Prim algorithm
- Learned about BFS and DFS

#100DaysofCodeLW3 #buildinpublic
Day 81 of #100DaysOfCode w/ @LearnWeb3DAO

- Learned about Advanced Trees Data Structures
- AVL Trees, B-Trees, Splay Trees, and Red-Black Trees, and how to insert and delete operations in them.

#100DaysofCodeLW3 #buildinpublic
Day 80 of #100DaysOfCode w/ @LearnWeb3DAO

- Learned about Tree Data Structure
- also how to implement Binary Search tree using Linked List and Arrays

#100DaysofCodeLW3 #buildinpublic
Day 78 of #100DaysOfCode w/ @LearnWeb3DAO

- Learn about how strings work in C and the different string functions available in C
- Learned about Stack Data Structure
- also how to implement Stack using Arrays and Linked Lists

#100DaysofCodeLW3 #buildinpublic
Day 77 of #100DaysOfCode w/ @LearnWeb3DAO

- Learn about Linked Lists
- Singly Linked List, Doubly Linked List, and Circular Linked List and the difference between them.

#100DaysofCodeLW3 #buildinpublic
I have 24 days to complete #100DaysOfCode w/ @LearnWeb3DAO

But I have exams and I have to cover everything so I might not continue for some days. or might do somedays and somedays not.

#100DaysofCodeLW3 #buildinpublic
Day 76 of #100DaysOfCode w/ @LearnWeb3DAO

- After 2 days of struggle finally manage to deploy my backed on render.com

#100DaysofCodeLW3 #buildinpublic
Day 75 of #100DaysOfCode w/ @LearnWeb3DAO

- Designed a delete post button
- tried to host MERN app on vercel but failed.
- Learn about how to delete commits in git

#100DaysofCodeLW3 #buildinpublic
Day 74 of #100DaysOfCode w/ @LearnWeb3DAO

- Fixed the edit page issue
- Create a new endpoint for deleting a post
- also create a route for deletion of the post

#100DaysofCodeLW3 #buildinpublic
Day 73 of #100DaysOfCode w/ @LearnWeb3DAO

- Created an Edit Post page to update the blog
- Fix the image not found issue

#100DaysofCodeLW3 #buildinpublic
Day 72 of #100DaysOfCode w/ @LearnWeb3DAO

- Continue working on blog mern app
- Displayed posts from databases
- Started creating a single post page

#100DaysofCodeLW3 #buildinpublic
Day 71 of #100DaysOfCode w/ @LearnWeb3DAO

- Created a PostSchema and Model
- Created and implement a new route related to creating a new post.

#100DaysofCodeLW3 #buildinpublic
Day 70 of #100DaysOfCode w/ @LearnWeb3DAO

- Added context and Login and Register pages to my MERN blog app.
- implemented react-quill to get the rich text editor inside the browser.

#100DaysofCodeLW3 #buildinpublic
Day 69 of #100DaysofCode w/ @LearnWeb3DAO

- learned how to use typescript with node and express.
- continue working on my MERN blog app.

#100DaysofCodeLW3 #buildinpublic
Day 68 of #100DaysOfCode w/ @LearnWeb3DAO

- Started a MERN stack blog app.
- Added a home, login, and register page using React.
- will Add some backend tomorrow.

#100DaysofCodeLW3 #buildinpublic
Day 67 of #100DaysOfCode w/ @LearnWeb3DAO

- Created a Readme for my gym-fitness app.
- if you haven't seen it click this link now to check out twitter.com/Harshpatil03/s…
- Learn a little bit about Three.js

#100DaysofCodeLW3 #buildinpublic
Day 66 of #100DaysOfCode w/ @LearnWeb3DAO

- Completed the remaining pages of my website.
- Deployed on Vercel, Check out the video below.

Live link - gym-fitness-app-seven.vercel.app

GitHub - github.com/patilharsh03/g…

#100DaysofCodeLW3 #buildinpublic
Day 66 of #100DaysOfCode w/ @LearnWeb3DAO

- Completed the remaining pages of my website.
- Deployed on Vercel, Check out the video below.

Live link - gym-fitness-app-seven.vercel.app

GitHub - github.com/patilharsh03/g…

#100DaysofCodeLW3 #buildinpublic
Day 65 of #100DaysOfCode w/ @LearnWeb3DAO

- Completed the Benefits page of my gym app. (fully responsive)
- also used framer motion for animations.

#100DaysofCodeLW3 #buildinpublic
Day 64 of #100DaysOfCode w/ @LearnWeb3DAO

- continue building my Gym website
- completed the home page (fully responsive on all devices)
- also added framer motion for animations

#100DaysofCodeLW3 #buildinpublic
Day 63 of #100DaysOfCode w/ @LearnWeb3DAO

- Completed the navbar of my fitness app. fully responsive.

Tech Stack - React, TypeScript, Tailwind CSS, Vite

#100DaysofCodeLW3 #buildinpublic
Day 62 of #100DaysOfCode w/ @LearnWeb3DAO

- Completed my MERN app.
- Start working on a gym-fitness website using react but using typescript.

GitHub -> github.com/patilharsh03/M…

#100DaysofCodeLW3 #buildinpublic
Day 61 of #100DaysOfCode w/ @LearnWeb3DAO

- refactored both the frontend and backend code of my MERN app.
- create a custom hook for each page title.

#100DaysofCodeLW3 #buildinpublic
Day 60 of #100DaysOfCode w/ @LearnWeb3DAO

- implemented JWT-auth in my MERN app.
- implemented permissions based on the role. (who can access what page in the app)

#100DaysofCodeLW3 #buildinpublic
Day 59 of #100DaysOfCode w/ @LearnWeb3DAO

- implement the authentication and authorization in my MERN app.
- Created a Frontend for the login page and handled login auth in frontend.

#100DaysofCodeLW3 #buildinpublic
Day 58 of #100DaysOfCode w/ @LearnWeb3DAO

- Continue working on react and redux forms of my MERN app.
- After so much time finally able to solve the issue. to get working the notes in my app.

#100DaysofCodeLW3 #buildinpublic
Day 57 of #100DaysOfCode w/ @LearnWeb3DAO

- learn some new things in redux and implement redux and rtk query in my MERN app
- started working on react-redux-forms but getting some errors

#100DaysofCodeLW3 #buildinpublic
Day 56 of #100DaysOfCode w/ @LearnWeb3DAO

- added a notes routes and controller in my MERN app.
- Also start making it a frontend using react

#100DaysofCodeLW3 #buildinpublic
Day 55 of #100DaysOfCode w/ @LearnWeb3DAO

- Created a user route and user controller for my MERN app.

#100DaysofCodeLW3 #buildinpublic
Day 54 of #100DaysOfCode w/ @LearnWeb3DAO

- Set up a MongoDB database for my MERN app.
- Create mongoose models Related to the Project.

#100DaysofCodeLW3 #buildinpublic
Day 53 of #100DaysOfCode w/ @LearnWeb3DAO

- Learn about Middlewares and create Middlewares for my MERN project.
- Handling the error

#100DaysofCodeLW3 #buildinpublic
Day 52 of #100DaysOfCode w/ @LearnWeb3DAO

- Start building and Learning the MERN stack with the help of Dave Gray's MERN stack tutorial.

if anyone sees this tweet how to use typescript in Node and express. Any help or resource link is useful.

#100DaysofCodeLW3 #buildinpublic
Day 50 of #100DaysOfCode w/ @LearnWeb3DAO

- learn about how to log in and authenticate with JWT access and refresh tokens in React

Github - github.com/patilharsh03/R…

#100DaysofCodeLW3 #buildinpublic
Day 49 of #100DaysOfCode w/ @LearnWeb3DAO

- Learn how to create protected routes in react and how to interact them with an API or a backend

- Github - github.com/patilharsh03/R…

#100DaysofCodeLW3 #buildinpublic
Day 45 of #100DaysOfCode w/ @LearnWeb3DAO

- continue learning about the redux toolkit query.
- learn about advanced topics of redux and rtk
- I will code less in the upcoming days because of assignments

#100daysofcodelw3 #buildinpublic
Day 43 of #100DaysOfCode w/ @LearnWeb3DAO

- tried to solve the issues but got into more errors
- decided to switch my app from TypeScript to JavaScript. cause code getting very complex.

#100DaysofCodeLW3 #buildinpublic
Day 41 of #100DaysOfCode w/ @LearnWeb3DAO

- Ok, so not much progress today because I am fighting with a lot of errors.
- Lot of changes in code and fixing the bug today's only
- still, more to go

#100DaysofCodeLW3 #buildinpublic
Day 40 of #100DaysOfCode w/ @LearnWeb3DAO

- Build a Blog app with CRUD functionality using the Redux toolkit.
- Struggle with typescript is still going on.

#100DaysofCodeLW3 #buildinpublic
Gustavo Guzmán Day 33 of #100DaysOfCode w/ @LearnWeb3DAO

- Continue learning TypeScript

Today I Learned 👇

1 ) Type Assertion and Type Casting
2 ) Classes
3 ) Index signatures, keyof assertions
4 ) Generics
5 ) Utility Types

#100DaysofCodeLW3 #buildinpublic
Day 39 of #100DaysOfCode w/ @LearnWeb3DAO

- Fix the issue I am facing since yesterday. now the app is working fine.
- Deployed my VR landing page 👇
vr-landing-page-hazel.vercel.app

#100DaysofCodeLW3 #buildinpublic
Day 37 of #100DaysOfCode w/ @LearnWeb3DAO

- Continue Learning Redux Toolkit

- Getting a lot of errors because of typescript but solved all of them after many hours of debugging and frustration.

#100DaysOfcodeLW3 #buildinpublic
Day 36 of #100DaysOfCode w/ @LearnWeb3DAO

- Started learning Redux and using typescript not javascript
- sometimes I forgot and got confused about how to define interface and types

#100DaysofCodeLW3 #buildinpublic
Day 35 of #100DaysOfCode w/ @LearnWeb3DAO

- Completed the React with typescript Project
- I will try to learn redux or make some projects from tomorrow.

Github - github.com/patilharsh03/T…

#100DaysofCodeLW3 #buildinpublic
Day 34 of #100DaysOfCode w/ @LearnWeb3DAO

Didn't do much today just started to react project with typescript work on that.

Cause I went to Amrit udyan and the Prime minister's museum. 😁

More pictures in another tweet maybe

#100DaysofCodeLW3 #buildinpublic twitter.com/i/web/status/1…
Day 32 of #100DaysOfCode w/ @LearnWeb3DAO

- Continue learning TypeScript
- Made a TypeScript Project from Scratch (To-Do App)
- Learn how to use TypeScript with React
- How to use Hooks With TypeScript in React
- Learn about useReducer Hook

#100DaysofCodeLW3 #buildinpublic
Day 31 of #100DaysOfCode w/ @LearnWeb3DAO

- Continue learning TypeScript

Today I Learned 👇

1 ) Type Assertion and Type Casting
2 ) Classes
3 ) Index signatures, keyof assertions
4 ) Generics
5 ) Utility Types

#100DaysofCodeLW3 #buildinpublic
Day 30 of #100DaysOfCode w/ @LearnWeb3DAO

- Started Learning #typescript
- Learned about 👇
1 ) Why do we need typescript, a little history about it
2 ) basic data types
3 ) objects, arrays, tuples, enums
4) functions

#100DaysofCodeLW3 #buildinpublic
Day 29 of #100DaysOfCode w/ @LearnWeb3DAO

- Complete the virtual reality landing page I made using react.js and Tailwind CSS.

Check out my GitHub for code - github.com/patilharsh03/v…

#100DaysofCodeLW3 #buildinpublic
Day 27 of #100DaysOfCode w/ @LearnWeb3DAO

- Learn about how to give roles based on admin, and users (authorization)
- Learn about MongoDB and mongoose and made some mongoose data models
- Finding a bug for 2 hours didn't solve it until now😭

#100DaysofCodeLW3 #buildinpublic
Day 25 of #100DaysOfCode w/ @LearnWeb3DAO

- learn about MVC REST API design pattern and how to handle register and authorization of users in nodejs.

#100DaysofCodeLW3 #buildinpublic
Day 24 of #100DaysOfCode w/ @LearnWeb3DAO

- Learn About Routing and how to handle static files in express.

#100DaysofCodeLW3 #buildinpublic
Day 19 of #100DaysOfCode with @LearnWeb3DAO

- Struggling to deploy website on Vercel due to server errors and unable to host on Firebase without billing.

- The app broke but fixed after debugging. Looking for hosting suggestions for next app

#100DaysofCodeLW3 #buildinpublic
Day 18 of #100DaysOfCode with @LearnWeb3DAO

- Finally completed the clone and It's an Instagram clone.

Tech Stack - Next.js, Tailwind CSS, Firebase.

Github - github.com/patilharsh03/i…

I didn't deploy it today, I will deploy it tomorrow.

#100DaysofCodeLW3 #buildinpublic
Day 17 of #100DaysOfCode with @LearnWeb3DAO

- Continue working on a clone project
- Learning so many new and interesting things like NextAuth, useSession Hook, and many more...

#100DaysofCodeLW3 #buildinpublic
Day 16 of #100DaysOfCode with @LearnWeb3DAO

I'm back after 3 days of break. My mind need that break.

- started a project with next.js. It's gonna be a clone. But looks very slick until now.
- gonna build some cool projects. Stay tuned

#100DaysofCodeLW3 #buildinpublic
Day 15 of #100DaysOfCode with @LearnWeb3DAO

- Didn't do much today.
- Started building a Project using @nextjs 13 , @tailwindcss, and framer-motion.

#100DaysofCodeLW3 #buildinpublic
Day 14 of #100DaysOfCode with @LearnWeb3DAO

- Write Code in Python after so many months because of the assignment given to me for the job. Couldn't able to do it 🥲

- Dive deeper into Next.js 13 and learn some more new things.

#100DaysofCodeLW3 #buildinpublic
Day 12 of #100DaysOfCode from @LearnWeb3DAO

- Today is all about reading Next.js and Tailwind CSS Documentation
- Both documentation is so great. We can easily learn from them.
nextjs.org/docs/getting-s…
tailwindcss.com/docs/installat…

#100DaysofCodeLW3 #buildinpublic
Day 11 of #100DaysOfCode with @LearnWeb3DAO

- Learning and Revising Tailwind. Now with Next.js 13.
- Next.js + Tailwind CSS = 🔥

#100DaysofCodeLW3 #buildinpublic
Day 7 #100DaysOfCode with @LearnWeb3DAO

- Started working on a project to learn new concepts and revise Next.js

#100DaysofCodeLW3 #buildinpublic
Day 2 of #100DaysOfCode with @LearnWeb3DAO

- Continue doing @AlchemyLearn JavaScript Basics. Didn't get much time for it today.

- Wrote 2 articles as an assignment for the Technical Content Writer role.

#100DaysofCodeLW3 #buildinpublic
Day 3 of #100DaysOfCode with @LearnWeb3DAO

- Completed @AlchemyLearn JavaScript Basics. also completed 31% Data Structures Part.

it's an excellent resource to revise and gain confidence in your JavaScript Skills.

#100DaysofCodeLW3 #buildinpublic