Something I’m genuinely looking forward to diving into—Build It from @albinder .
Feels like one of those reads that might quietly change how you think about building and shipping. 🚀📦
Most importantly doing it in India
#StartupIndia#BuildersMindset
We’re looking to hire a Marketing Leader at Invact. Help us reach all the students who need us, the right way.
Ethical marketer, not win (read dupe students) at all costs.
Started a YouTube Channel where I'll be helping people to get started with React. I plan to upload a video daily on a new concept. Would love your reviews if I miss something important. :)
Here's the first video with the basics:
- https://t.co/tAnwSclo6W
#react#reactjs#webdev
Wrote an article about how the specificity matters while writing CSS. Do have a read and let me know your views.
- https://t.co/IC3U7fmTGb
#webdevelopment#frontend#css#html#webdev
Wrote a blog on connecting your node app to mongoDB Atlas using mongoose.
This is for all the beginners who are trying to start with the back-end programming.
https://t.co/Y7oCErS8GL
#100DaysOfCode#Backend#webdevelopment#mongoDB
From being scared to even think about back-end web development to writing my first blog today on "Routing with Express" :
- https://t.co/QZvfroXEZu
#backend#webdevelopment#FullStack#Express
Day 25-36:
Haven't been able to share my progress here daily, but this is what I am up to, almost about to complete an E-Commerce website in ReactJS. Do let me know your views.
URL to the project: https://t.co/aY8EIWXKHe
#100DaysOfCode#neogcamp#ReactJS
Day 24:
Almost done with the eCommerce App, just need to add sorting functions, a wish list, and yes the checkout! Once done with these, will get to style the app.
https://t.co/chdSN2iWu5
#100DaysOfCode#Reactjs#neogcamp#ecommerce
Day 23:
Adding the same item to cart now will now increase the quantity rather than keep adding it again and again.
Working on features such as removing from cart and wishlist
Do let me know your reviews.
https://t.co/NFMu1wvUGt
#100DaysOfCode#reactjs
Day 22:
Made a mock up of e-commerce using useContext to maintain a global state. It is responsive as well. Working to add more features.
#100DaysOfCode@neogcamp#ReactJs
https://t.co/M4fW6jq13d
Day 19-21 :
Learned about useContext, useReducer and maintaining a global state in React. Seemed overwhelming at the beginning but once you get your hands dirty it all starts to make sense.
#100DaysOfCode#React#neogcamp
Day 10:
Learned about network calls and local storage to save data locally in the browser, trying to implement it in the NoteLify app.
#100DaysOfCode#Reactjs