Georgina Akumiah
banner
codebunbun.bsky.social
Georgina Akumiah
@codebunbun.bsky.social
Front-end developer(Junior)
JavaScript | CSS | Responsive Web Design
Self-taught developer
I once thought learning Big-O was like learning RCT
Pinned
Decided to come on here after starting #100DaysOfCode on X yesterday!
I am working on being consistent with this challenge plus I get to learn so much. Excited to share my journey here! ✨
#JavaScript #coding #front-end #Webdev
Day 100 of #100DaysOfCode 🎉
Learning React in depth
⚛️Manipulating the DOM with refs
- Getting a ref to the ref to the node
- Using ref callbacks
- Accessing another component’s DOM nodes
- How to use useImperativeHandle()
- flushSync()
- Best practices
#REACT #FrontendDev
August 10, 2025 at 11:31 PM
⚛️Day 99 of #100DaysOfCode - Learning React in depth
- Adding a ref to a component
- Updating a ref’s value
-Using refs with state and their differences
- When to and when not to use ref
- Events in React on codédex(Practice)
#REACT #WebDev #FrontendDev
August 10, 2025 at 12:40 AM
⚛️Day 98 of #100DaysOfCode - Learning React in depth
React practice on codédex
#REACT #WebDev #FrontendDev
August 8, 2025 at 11:28 PM
⚛️Day 97 of #100DaysOfCode - Learning React in depth
- Fixed build issue(the react won’t build because I cloned my repo on a different laptop )
- Practiced what I learned so far (class components, props, useState, conditional rendering,useEffect, composition)
#REACT #FrontendDev
August 8, 2025 at 12:15 AM
⚛️Day 96 of #100DaysOfCode - Learning React in depth
- Life cycle of components
- Effect life cycle vs component life cycle
- Synchronization and re-synchronization

#REACT #WebDev
August 6, 2025 at 11:56 PM
⚛️Day 95 of #100DaysOfCode - Learning React in depth
- How rendering works in React
- Initial renders and re-renders
- Batching
- React.memo
#REACT #FrontendDev #WebDev
August 6, 2025 at 12:31 AM
⚛️Day 94 of #100DaysOfCode - Learning React in depth
- Composition in React
- Composition vs inheritance
- Composition for reusability
- Composition with HIgher-Order Components
#REACT #FrontendDev
August 2, 2025 at 1:34 AM
⚛️Day 93 of #100DaysOfCode - Learning React in depth
- Updating initial state from props
- Revisiting Asynchronous JavaScript , codex practice
#REACT #JavaScript #FrontendDev
July 31, 2025 at 1:21 AM
⚛️Day 92 of #100DaysOfCode - Learning React in depth
- Conditional rendering with if, if/else, ternary , logical AND operator, switch case
- Multiple conditional renderings
-Nested conditional rendering
- Conditional rendering with Higher-Order Components
#REACT #FrontendDev
July 30, 2025 at 1:04 AM
⚛️Day 91 of #100DaysOfCode - Learning React in depth
- Relationship between state and props
- Rendering props
- Children as a function
- How to set props to state
- React rest props
- Components as props
- Styled components
-#REACT #WebDev #FrontendDev
July 28, 2025 at 10:50 PM
⚛️Day 90 of #100DaysOfCode - Learning react in depth
- JSX vs React
- Rules of JSX
- Curly braces in JSX
- How setter functions from useState work
- Brief intro to useEffect and how it works
#REACT #FrontendDev #WebDev
July 27, 2025 at 11:18 PM
Day 89 of #100DaysOfCode - Learning React in depth
-State and stateless components
-Callback functions in React
- Proptypes
- Reason to use TypeScript in React
#WebDev #REACT #FrontendDev
July 26, 2025 at 10:04 PM
⚛️Day 88 of #100DaysOfCode - Learning React in depth
- Fixed the webpack bundling issue from Day 87
- How to use React and TailwindCSS together
- Understanding pure functions
- Adding life cycle methods to a class component
- Error boundary
#REACT #WebDev #FrontendDev
July 25, 2025 at 9:32 PM
⚛️Day 87 of #100DaysOfCode
Tried building a chrome dummy chrome extension with React, got stuck at bundling with webpack(commonJS and ES6 module conflict)
Putting on hold for tomorrow
#React #coding #JavaScript #FrontendDev
July 25, 2025 at 12:49 AM
⚛️Day 86 of #100DaysOfCode - Learning React in depth
#REACT #WebDev #FrontendDev #Frontend
July 23, 2025 at 7:40 PM
⚛️Day 85 of #100DaysOfCode - Learning React in depth
Still on class-based React components :
componentDidMount,
componentDidUpdate, componentDidCatch,
componentWillUnmount

#REACT #Frontend #WebDev
July 21, 2025 at 11:00 PM
⚛️Day 84 of #100DaysOfCode - Learning React in depth
- Under the hood of react function component
- Brief overview of class vs functional components
- Getting comfortable with class components (context, props, state)

#Frontend #React #WebDev
July 20, 2025 at 7:33 PM
⚛️Day 83 of #100DaysOfCode- Learning react in depth
- Types of react components(class components, functional components, RSC, async components)

-Component vs element vs instance of a React component

-How React creates elements under the hood from its JSX
#React #FrontendDev
July 19, 2025 at 6:42 PM
⚛️Day 82 of #100DaysOfCode - Learning react in depth
- Rendering lists with map() and attributes
- Responding to events
- Understanding states and hooks
- Using props
-Sharing data(or not sharing data) between components
#WebDev #Frontend #REACT
July 17, 2025 at 7:53 PM
⚛️Day 81 of #100DaysOfCode - Learning react in depth
- React components
- Basic JSX syntax
- Conditional rendering with if/else, conditional ? operator and logical && syntax
#Frontend #WebDev #REACT
July 16, 2025 at 4:40 PM
🍪Day 80 of #100DaysOfCode
Introduction to vite
-vite vs create react app
-Using sass in react
-running build and preview
-exploring the file structure
-why ‘EBADENGINE’ issue occurs and how to fix it
-how to fix bus error
#WebDev #Frontend #JavaScript
July 15, 2025 at 12:26 AM
🍪Day 79 of #100DaysOfCode
June was hectic, but I’m getting back on track this week!
Today:
⭐️ Micro fixes on what I started working on last week
⭐️Learnt how to use font-face
⭐️Path resolution with GitHub pages
#WebDev #coding
July 10, 2025 at 8:29 PM
🍪Day 78 of #100DaysOfCode
Making “something” with tailwindcss again
#WebDev #Frontend #tailwindcss
July 3, 2025 at 11:02 PM
🍪Day 77 of #100DaysOfCode
Today I made my portfolio website responsive
Will show it tomorrow
#JavaScript #TailwindCSS #WebDev
June 25, 2025 at 11:03 PM
I’ve been the same thing for the past few , building my portfolio website with tailwindCSS so that I get used to tailwindCSS😣
June 25, 2025 at 11:00 PM