StylaDes Profile Banner
Stylades Profile
Stylades

@StylaDes

Followers
39
Following
407
Media
7
Statuses
212

Front end developer. React Developer. Technical Writer. Logo designer. Knitting addict.

earth
Joined October 2018
Don't wanna be here? Send us removal request.
@EOEboh
Captain-EO 👨🏾‍💻
3 months
Frontend development isn’t just about components and styling. It also has architecture. Let’s talk about architectural patterns for frontend apps: the high-level structures that make your codebase scalable, maintainable, and sane ⬇️⬇️
11
79
643
@StylaDes
Stylades
7 months
After a long while of quite not understanding closures and doing a deep dive on the concept, I can finally share an article on what I've learned so far. https://t.co/1S7Hlo9tbs #JavaScript #WebDev
0
0
0
@swapnakpanda
Swapna Kumar Panda
7 months
"Competitive Programmer’s Handbook" This FREE book of ~300 pages covers 30 important topics. A MUST for tech interviews.
21
170
1K
@ashishps_1
Ashish Pratap Singh
7 months
If you are new to System Design, learn these 30 concepts to build a solid foundation: 1. Client-Server Architecture 2. IP Address 3. DNS 4. Proxy / Reverse Proxy 5. Latency 6. HTTP/HTTPS 7. APIs 8. Rest API 9. GraphQL 10. Databases 11. SQL vs NoSQL 12. Vertical Scaling 13.
8
125
577
@StylaDes
Stylades
7 months
🚀New article alert! 🚀 Posted a new article on how to implement dark / light toggle mode on NextJS. https://t.co/EhuqBnUJOR
0
0
0
@StylaDes
Stylades
1 year
Posted a new article on states and props in React.
0
0
0
@StylaDes
Stylades
1 year
Day 5 of #100DaysOfCode -> Relearning a lot on best practices when it comes to dealing with keys in React.
0
0
0
@StylaDes
Stylades
1 year
'export default' allows for single export from the module per file.
0
0
0
@StylaDes
Stylades
1 year
'export const' is a named export that exports a const declaration or declarations. In this, you can export multiple items from a module, each with its own name.
1
0
0
@StylaDes
Stylades
1 year
Day 4 of #100DaysOfCode -> differences between 'export const' and 'export default' in ES6.
1
0
1
@StylaDes
Stylades
1 year
Day 3 of #100DaysOfCode -> Default props. Having default props can be helpful for maintainability reasons, in cases such as:
0
0
1
@StylaDes
Stylades
1 year
Day 2 of #100DaysOfCode -> Statements Vs Expressions. An expression in JavaScript is code that produces a value e.g., [1,2,3].pop() produces 3. A statement is an instruction for the computer to do something like to create a variable or start a loop. Example includes let x = 10;
1
0
3
@StylaDes
Stylades
1 year
In day 1 of the #100DaysOfCode worked on testing my login API for a project I am working on. I'm currently working with Jest and Supertest, and it's quite interesting since I'm learning how unit tests work
2
0
1
@StylaDes
Stylades
1 year
Today is the day I figured the difference between implicit and explicit return in #React
0
0
1
@StylaDes
Stylades
1 year
On matters #React, I was able to learn that children can be passed as props.
0
0
0
@StylaDes
Stylades
1 year
7. And more importantly, sleep. Sleep helps consolidate the new information learned, transforming short term memories to long term ones.
0
0
0
@StylaDes
Stylades
1 year
6. Then proceed to use tools such as the Pomodoro technique (25-5 or 50-10).
1
0
0
@StylaDes
Stylades
1 year
5. How does one combat procrastination then? First, as mentioned in the previous post, reflect on whether there are pain points related to the task, e.g., dislike for a certain subject, and change the mindset.
1
0
0
@StylaDes
Stylades
1 year
4. If you're like me, the struggle with procrastination is real and is a blocker when self learning. Noting why a certain task tends to get pushed aside over others is helpful, as procrastination is often driven by the desire to avoid discomfort.
1
0
0