Skip to content
View gk3000's full-sized avatar

Organizations

@barcelonacodeschool

Block or report gk3000

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
gk3000/README.md

Header

Do you want to have a custom description of your GitHub profile?

Here is how to do it:

  1. Create a new repo and give it a name exactly as your username is. For example, my username is gk3000, I would create a repo and name it gk3000.
  2. In this repo create a file readme.md
  3. Using markdown add any content into this file.
  4. That's it!

Here is a link to the markdown reference: https://www.markdownguide.org/basic-syntax/

Now when someone will go to you GitHub profile they will see the content of this file properly rendered with all sorts of content like images, links, emojis, etc...

👻

Pinned Loading

  1. express-server-generator express-server-generator Public

    A generator for Express basic server which creates folders and files for the routes, controllers and models.

    JavaScript

  2. passwordless-magic-link-sign-in-express-react passwordless-magic-link-sign-in-express-react Public

    An example of authentication with a magic link sign in for the password less implementation of the user authentication with express, react, MongoDB

    JavaScript 8 4

  3. text-type-animation-effect-react text-type-animation-effect-react Public

    A layout component to create a typewriter typing animation effect for text.

    JavaScript 1

  4. blinking-prompt-react blinking-prompt-react Public

    A blinking prompt animation React component

    JavaScript

  5. Logic --> Pseudocode ––> Code Logic --> Pseudocode ––> Code
    1
    # Distilling logic to come up with an algorithm before coding aka Logic —> Pseudocode —> Code 
    2
    
                  
    3
    Programming is all about logic. In fact, we might even say that programming is a reflection of the logic implemented in a certain programming language. 
    4
    
                  
    5
    So before we start writing code it's a great idea to think about logic and figure it out first. Especially if you feel like "I'm not sure where to start", "I understand it but don't know what code to use", "I don't know how to solve it", etc..