Skip to content

Instantly share code, notes, and snippets.

View Oluwatobilobaoke's full-sized avatar
🎯
Focusing

Okekunle Oluwatobiloba Samuel Oluwatobilobaoke

🎯
Focusing
View GitHub Profile
@bukakoding
bukakoding / dynamic_fetch_query.go
Created November 11, 2024 15:48
Fetching query dynamically with Golang
package main
import (
"database/sql"
"fmt"
"log"
_ "github.com/go-sql-driver/mysql"
)
@alexaandru
alexaandru / chi.go
Created February 14, 2024 16:40
Chi-like syntactic sugar layer on top of stdlib http.ServeMux
// Chi-like syntactic sugar layer on top of stdlib http.ServeMux.
package main
import (
"net/http"
"slices"
)
type (
middleware func(http.Handler) http.Handler
<form class="form-signin" name="signUpForm" id="signUpForm" action="" method="POST" novalidate>
<div class="third-party-signups">
<a class="button google-branded-button j-third-party t-google-signup" href="#">
<span class="google-branded-button-icon">
<img src="./assets/img/svg/google-icon.svg" alt="Google Icon" />
</span>
<span class="branded-button-text google-branded-button-text">Sign Up with Google</span>
</a>
</div>
<div class="or-seperator"><b>or</b></div>