KevCare (@codingkevcare) 's Twitter Profile
KevCare

@codingkevcare

Building startup sand castles in a fable watery economic landscape of South Africa.
|| An ALX SWE graduate program soldier πŸͺ–πŸ«‘

ID: 1514311296564482051

calendar_today13-04-2022 18:35:50

1,1K Tweet

670 Followers

423 Following

KevCare (@codingkevcare) 's Twitter Profile Photo

Day 12 - 14 of #100DaysOfCode 1stly NodeJs showed me flames 😭 Horrible start But I've learned this: -Node & it's NPM run React -React comes as a package: (Create-React-App) - CRA Folder Structure - A component called App & Div Root are the spine of React Painful start

KevCare (@codingkevcare) 's Twitter Profile Photo

Day 15 of #100DaysOfCode Today we expanded on components and their types... Looked into props Looked into JSX Coming from the Python background it was easier to do importing of modules and expanding on the skeleton of the topic at large.

KevCare (@codingkevcare) 's Twitter Profile Photo

Day 16 of #100DaysOfCode Back at it! We dived deeper into: -React Properties and their types -Got into destructuring and default props Now we touched down into Rendering: -Components and JSX -Conditional rendering -Re-rendering React is not pap n vleis but there's light

KevCare (@codingkevcare) 's Twitter Profile Photo

Day 17 of #100DaysOfCode We got into *Rendering Components* and the types of rendering... slowly getting it. Then dived into *Events and event Handling*... JS revision with a twist of using components instead of functions. Now States πŸ™†πŸΎβ€β™‚οΈ Memory variables within a component πŸ€”

KevCare (@codingkevcare) 's Twitter Profile Photo

Day 18 - 21 of #100DaysOfCode 4 days of rigorous learning 😏 Solidified My: -States Knowledge -Expanded more on Rendering -Hooks -React Event Handling -Input field handling My understanding of this library is coming together... I'm starting to enjoy this thing...

KevCare (@codingkevcare) 's Twitter Profile Photo

Day 22 - 23 of #100DaysOfCode It's application time: Currently creating a to-do list Handling events, buttons and input fields.. Had to learn a lot of different CSS Styling in React πŸ™„ Liked it though cause it's a bit different Still working on the delete button component

Day 22 - 23 of #100DaysOfCode 

It's application time:
Currently creating a to-do list

Handling events, buttons and input fields..

Had to learn a lot of different CSS Styling in React πŸ™„

Liked it though cause it's a bit different 

Still working on the delete button component
KevCare (@codingkevcare) 's Twitter Profile Photo

Day 24 - 25 of #100DaysOfCode We're back! Did some finishing touches on the Todo List: -Feature: Delete functions -Feature: line-through function and CSS module... The delete functions got more complicated as the parameters and the state had to move around

KevCare (@codingkevcare) 's Twitter Profile Photo

Day 26 of #100DaysOfCode We got into the world of React Hooks... Understanding the different types of hooks and what their use cases are... Didn't have much learning during the day due to the AWS Summit but we were about start with the project to understand.

Day 26 of #100DaysOfCode 

We got into the world of React Hooks... Understanding the different types of hooks and what their use cases are... 

Didn't have much learning during the day due to the AWS Summit but we were about start with the project to understand.
KevCare (@codingkevcare) 's Twitter Profile Photo

Day 27 - 28 of #100DaysOfCode Got the idea of how Hooks work and it's project time to solidify the understanding... Starting with useEffect: a hook that performs side effects like fetching data... meaning we have to look into APIs. Played with Postman for APIs before project

Day 27 - 28 of #100DaysOfCode 

Got the idea of how Hooks work and it's project time to solidify the understanding... 

Starting with useEffect: a hook that performs side effects like fetching data... meaning we have to look into APIs.

Played with Postman for APIs before project
KevCare (@codingkevcare) 's Twitter Profile Photo

Day 29 of #100DaysOfCode In my project I'm trying to search for food like pasta from my search bar and in the background the food data must be fetched and be displayed. The useEffect hook helps us with that: - It's a hook that allows us to do side effects like fetching data.

Day 29 of #100DaysOfCode 

In my project 
I'm trying to search for food like pasta from my search bar and in the background the food data must be fetched and be displayed.

The useEffect hook helps us with that:
- It's a hook that allows us to do side effects like fetching data.
KevCare (@codingkevcare) 's Twitter Profile Photo

Day 30 of #100DaysOfCode Project Update: - The Search bar is fully fetching data from the API.. - We created a component that displays the fetched data as a list and shows them on the screen... This is called rendering πŸ˜… Basically: my search bar now shows the words unlike b4

Day 30 of #100DaysOfCode 

Project Update:
- The Search bar is fully fetching data from the API..
- We created a component that displays the fetched data as a list and shows them on the screen... This is called rendering πŸ˜…

Basically: my search bar now shows the words unlike b4
KevCare (@codingkevcare) 's Twitter Profile Photo

Day 31 - 32 of #100DaysOfCode Past 2 days have been about abusing the API key and rendering whatever I get out of it and styling it properly to make it look good.. Mostly worked on the CSS πŸ˜“ and I'm realising that I am going to need a UI/UX designer when I work on projects πŸ˜•

Day 31 - 32 of #100DaysOfCode 

Past 2 days have been about abusing the API key and rendering whatever I get out of it and styling it properly to make it look good..

Mostly worked on the CSS πŸ˜“ and I'm realising that I am going to need a UI/UX designer when I work on projects πŸ˜•
G E E K U L C H A πŸ‡ΏπŸ‡¦ (@geekulcha) 's Twitter Profile Photo

Applications for our annual Geekulcha Hackathon are NOW OPEN! πŸŽ‰ Whether you join us online or in person, it’s time to hack for a brighter future. Let’s build something amazing together! πŸ’»βœ¨ Don’t miss out – secure your spot now! πŸ”—πŸ‘‰ gklink.co/hackathon #GKHack24

Applications for our annual Geekulcha Hackathon are NOW OPEN! πŸŽ‰ 

Whether you join us online or in person, it’s time to hack for a brighter future. Let’s build something amazing together! πŸ’»βœ¨ 

Don’t miss out – secure your spot now!  

πŸ”—πŸ‘‰ gklink.co/hackathon 

#GKHack24
KevCare (@codingkevcare) 's Twitter Profile Photo

Day 33 - 35 of #100DaysOfCode What we learned: -Creating components within components and fetching new API data on the other component. -Surprisingly: State management in terms of variable and data fetching and displaying it on the UI... The other 2 components clarified this

Day 33 - 35 of #100DaysOfCode 

What we learned:
-Creating components within components and fetching new API data on the other component.

-Surprisingly: State management in terms of variable and data fetching and displaying it on the UI... The other 2 components clarified this
KevCare (@codingkevcare) 's Twitter Profile Photo

Day 36 - 38 of #100DaysOfCode Days and weekends of abusing the API to build a UI around it... The learning is mostly around creating components within components to enhance the UI and add more features of the app And yes I don't care about UI that much for now πŸ˜…

KevCare (@codingkevcare) 's Twitter Profile Photo

Day 39 - 41 of #100DaysOfCode We have learned about useEffect hook for the past 3 days... Though slow but worth the deep read up as it is more complex than useState.. We will now engage in practice to be solid on it. Days have been slower and fatigue taking places as well.

Day 39 - 41 of #100DaysOfCode 

We have learned about useEffect hook for the past 3 days... Though slow but worth the deep read up as it is more complex than useState..

We will now engage in practice to be solid on it.

Days have been slower and fatigue taking places as well.