🔧 During September I took an amazing JS refresher course from @traversymedia. It managed to surprise me even in the most basic topics which I thought I knew well.
✨It was mostly a refresher with a new angle for me, but I also learned a lot of totally new stuff, such as unit testing, data structures and algorithms. It gave me an opportunity to dive deeper into topics I knew only superficially, like OOP and Webpack bundling.
So I am definitely glad to have spent my September on this course.
#WebDevelopment#CodingJourney#JavascriptDevelopers#javascriptcourse#Freelancer#LearningInPublic
Day 10 of 30 days of functional programming
- Split data into meaningful groups using predicates
- Categorize objects by thresholds for real-world business logic
- Build multi-way partitions for dynamic, flexible pipeline
youtu.be/jk6IYqgWnOI#javascriptcourse
Count me in!
Learning #javascriptcourse and building projects publicly.
Let’s connect, collaborate, and keep each other accountable 💪
#LearningInPublic
Built an Animal Toggle App Using React State
created interactive component that switches between cat and dog images with single button click
react state powers seamless UI transitions proving essential for building interactive web applications
#WebDevelopment#javascriptcourse
Another lecture down from the #Defence#javascriptcourse.
Today I dealt with:
1. Variables: Var, Let & Const
2. Data Types:
i. Primitive Data Types: Number, String, Boolean, Undefined, Null, Bigint & Symbol
ii. Non-Primitive Data Types: Array & Object
#Coding#CodingJourney