Skip to content
View SethBuilder's full-sized avatar
Block or Report

Block or report SethBuilder

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

Hi 👋🏽

My name is Seif. I'm a full ftack developer from Jordan. I build beautiful Web apps with strong focus on SOLID performance, SEO and overall awesomeness.

Pinned Loading

  1. wine-blog wine-blog Public

    Coding sample for hiring managers.

    JavaScript

  2. hotel-api hotel-api Public

    Coding sample for hiring managers

    PHP

  3. pizzeria pizzeria Public

    Coding sample for hiring managers

    PHP

  4. pomodoro pomodoro Public

    Coding sample for hiring managers

    JavaScript

  5. covid-19-tracker covid-19-tracker Public

    Coding sample for hiring managers

    JavaScript

  6. This is a GoLang exercise: a. Create... This is a GoLang exercise: a. Create two go-routines, which are running a loop with 10 iterations. Find a way to make the execution slower. b. How do you get data from those routines in the “main thread” ? c. Receive 10 individual strings from each go-routine. d. Find a way to stop the running go-routines from the “main thread”
    1
    package main
    2
    
                  
    3
    import (
    4
    	"fmt"
    5
    	"sync"