Day 35 #100DaysOfCode
FINALLY DEPLOYED my first every webpage!✅🥹
https://t.co/EVyEuY4hXo
Added(and learned):
Sticky-navigation(using JS)✅
Fix for Safari flexbox gap incompatibility✅
-webkit- for compatibility✅
Lighthouse optimization test✅
Optimized Images✅
Favicon✅
I've been absent from Twitter for almost 3 years. Currently, I'm in the process of completing a React and Node.js course, after which I plan on building a few projects while learning TS. I'm contemplating restarting #100DaysOfCode. Should I?🤔
Hey, all. Hope everyone's well.
Been away from Twitter because of sickness (acute bronchitis). I felt better for a day, but then it got worse again. It might take 2-3 days more for a full recovery. So, I will be continuing my #100DaysOfCode from Day 156 post-recovery.
Day 153 #100DaysOfCode
I've had a cold since yesterday🤧. I was able to put in some hours into coding yesterday, but I'm feeling too unwell to do anything today. I'll be taking a rest today and possibly tomorrow if I haven't recovered by then
Day 152 #100DaysOfCode
JavaScript :
✅OOP Classes for creating workout Instances based on inputs received from the user in the app
✅Input Validation using reusable Helper Functions
✅Creating different types of workout Instances based on the workout type selected by the user
@robjrobbie @ManchesterCodes I believe it really is cheating. But it's the kind of cheat that you're not just allowed to use, but encouraged to, if it is what you need.
That being said, the dev/s who created this library rightfully deserve the applause for their benevolent effort. 🫡
Day 150 #100DaysOfCode
JavaScript :
✅Started building this OOP-based Mapty app from @jonasschmedtman 's course
✅The Geolocation API
✅Learned how to work with external libraries
Day 149 #100DaysOfCode
Today was a no-code (theory) day for me
JavaScript :
✅Basic Overview of System Design
✅'User Stories' for Planning - Developers think like end-users and describe the application and its utility
✅Flowchart for Logic and App Functionality
@florinpop17 JavaScript is a high-level, prototype-based, object-oriented, multi-paradigm, just-in-time compiled, dynamically typed, single-threaded, garbage-collected programming language with first-class functions and a non-blocking event loop concurrency model.