8000 Bwogi (Andrew Bwogi) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View Bwogi's full-sized avatar

Block or report Bwogi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Bwogi/README.md

Hi 👋 I'm Andrew Bwogi

Full Stack Developer(Class of 2021, University of California, Berkeley)

  • 🔭 I’m currently working on a number of projects using in a variety of JS libraries (MERN stack).
  • 🌱 I’m currently learning AI and more advanced Python Coding techniques
  • 👯 I’m looking to collaborate on MongoDB, ExpressJS, React and NodeJS Projects.
  • 💬 Ask me about PHP, Mysql, Node, MongoDB, React, ExpressJS and Python.
  • 📫 How to reach me: andrew.bwogi@gmail.com

Pinned Loading

  1. State management explained in React State management explained in React
    1
    # useState explained
    2
    ## Isn't this beautiful?(/components/Counter/index.js)
    3
    ```jsx
    4
    import { useState } from 'react';
    5
    const Counter = ({ max }) => {
  2. Alot has changed in Material UI with... Alot has changed in Material UI with the latest version(5.0.6) - Nov, 7th 2021. This shows you how easier custom styling is now.
    1
    # How to style with the latest version of Material UI(ver 5.0.6)
    2
    ```
    3
    import Stack  from '@mui/material/Stack';
    4
    import TextField from '@mui/material/TextField';
    5
    import React from 'react'
  3. modals-in-react.md modals-in-react.md
    1
    # Creating Modals in Reactjs - Process
    2
    
                  
    3
    1. Create the modal component you wish to load
    4
    2. Let the onClick event of your button point to a function, say paymentHandler
    5
    3. Import this model to where you want to load it
  4. applying the map function after fetc... applying the map function after fetching data from a fake API in reactjs using nextjs
    1
    # map function
    2
    
                  
    3
    ### Pay attention here
    4
    ```jsx
    5
    {articles.map((article) => (
  5. expressjs-mysql-server.md expressjs-mysql-server.md
    1
    # Creating an Express.js instance to pull data from a MySQL database
    2
    
                  
    3
    ## Table of Contents
    4
    1. [The Server Code](#server)
    5
    2. [The Explanation](#explanation)
  6. 50 Best Middleman and Broker Busines... 50 Best Middleman and Broker Business ideas for 2021
    1
    ```https://www.profitableventure.com/middleman-broker-business-ideas/```
    2
    
                  
    3
    
                  
    4
    # 50 Best Middleman and Broker Business ideas for 2021
    5
    ## Intro (These are App Ideas guys - replace the middleman/ broker with an app)
0