Skip to content

Instantly share code, notes, and snippets.

View pgandla's full-sized avatar
:octocat:
I may be slow to respond.

Pradeep Gandla pgandla

:octocat:
I may be slow to respond.
View GitHub Profile
@pgandla
pgandla / awesome-ai-tools.md
Created January 14, 2025 06:40 — forked from kawainime/awesome-ai-tools.md
awesome-ai-tools

Using an Access Token for the first time

Follow the instructions on Github to Create an Access Token in Github

Configure Git to use the osxkeychain

By default, git credentials are not cached so you need to tell Git if you want to avoid having to provide them each time Github requires you to authenticate. On Mac, Git comes with an “osxkeychain” mode, which caches credentials in the secure keychain that’s attached to your system account.

You can tell Git you want to store credentials in the osxkeychain by running the following:-

@pgandla
pgandla / nullHandle_extends.go
Created August 2, 2021 16:14 — forked from rsudip90/nullHandle_extends.go
database rows null handling in go by extending types
package main
import (
"database/sql"
"encoding/json"
"fmt"
"log"
"time"
"github.com/go-sql-driver/mysql"
@pgandla
pgandla / frontendDevlopmentBookmarks.md
Created February 23, 2020 12:08 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.