Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jithinraj's full-sized avatar
🎯
Focusing

Jithin Raj jithinraj

🎯
Focusing
View GitHub Profile
@jithinraj
jithinraj / macOS Internals.md
Created May 7, 2023 06:57 — forked from kconner/macOS Internals.md
macOS Internals

macOS Internals

Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.

Starting Points

How to use this gist

You've got two main options:

Cryptographic Best Practices

Putting cryptographic primitives together is a lot like putting a jigsaw puzzle together, where all the pieces are cut exactly the same way, but there is only one correct solution. Thankfully, there are some projects out there that are working hard to make sure developers are getting it right.

The following advice comes from years of research from leading security researchers, developers, and cryptographers. This Gist was [forked from Thomas Ptacek's Gist][1] to be more readable. Additions have been added from

@jithinraj
jithinraj / README.md
Created March 5, 2020 17:18 — forked from joyrexus/README.md
collapsible markdown

collapsible markdown?

CLICK ME

yes, even hidden code blocks!

print("hello world!")
@jithinraj
jithinraj / keybase.md
Created September 11, 2019 04:35
Keybase proof

Keybase proof

I hereby claim:

  • I am jithinraj on github.
  • I am jithinraj (https://keybase.io/jithinraj) on keybase.
  • I have a public key whose fingerprint is BB65 EA35 0573 44CF D8A0 DAFF EFC7 47B2 FA74 5151

To claim this, I am signing this object:

@jithinraj
jithinraj / richhickey.md
Created April 18, 2018 07:46 — forked from prakhar1989/richhickey.md
richhickey.md

Rich Hickey on becoming a better developer

Rich Hickey • 3 years ago

Sorry, I have to disagree with the entire premise here.

A wide variety of experiences might lead to well-roundedness, but not to greatness, nor even goodness. By constantly switching from one thing to another you are always reaching above your comfort zone, yes, but doing so by resetting your skill and knowledge level to zero.

Mastery comes from a combination of at least several of the following:

@jithinraj
jithinraj / gist:b69c80737778a183099809c1023f529b
Created April 7, 2018 21:18
Verifying my Blockstack ID is secured with the address 14HX3feRkTmewxHLYMqmzhdKXHD1se2qKu https://explorer.blockstack.org/address/14HX3feRkTmewxHLYMqmzhdKXHD1se2qKu
Verifying my Blockstack ID is secured with the address 14HX3feRkTmewxHLYMqmzhdKXHD1se2qKu https://explorer.blockstack.org/address/14HX3feRkTmewxHLYMqmzhdKXHD1se2qKu
@jithinraj
jithinraj / introrx.md
Created February 1, 2018 21:32 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@jithinraj
jithinraj / main.go
Created January 7, 2018 16:56 — forked from enricofoltran/main.go
A simple golang web server with basic logging, tracing, health check, graceful shutdown and zero dependencies
package main
import (
"context"
"flag"
"fmt"
"log"
"net/http"
"os"
"os/signal"

Effective Engineer - Notes

What's an Effective Engineer?

  • They are the people who get things done. Effective Engineers produce results.

Adopt the Right Mindsets