kiprop-dave's Stars
ohmyzsh/ohmyzsh
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.
microsoft/vscode
Visual Studio Code
microsoft/TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
rust-lang/rust
Empowering everyone to build reliable and efficient software.
excalidraw/excalidraw
Virtual whiteboard for sketching hand-drawn like diagrams
nvm-sh/nvm
Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
tonsky/FiraCode
Free monospaced font with programming ligatures
supabase/supabase
The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
microsoft/playwright
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
rust-lang/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
withastro/astro
The web framework for content-driven websites. ⭐️ Star to support our work!
prisma/prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
colinhacks/zod
TypeScript-first schema validation with static type inference
docker/compose
Define and run multi-container applications with Docker
wailsapp/wails
Create beautiful applications using Go
t3-oss/create-t3-app
The best way to start a full-stack, typesafe Next.js app
vercel/turbo
Build system optimized for JavaScript and TypeScript, written in Rust
gocolly/colly
Elegant Scraper and Crawler Framework for Golang
lib/pq
Pure Go Postgres driver for database/sql
TanStack/router
🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.
golang-jwt/jwt
Go implementation of JSON Web Tokens (JWT).
reactchartjs/react-chartjs-2
React components for Chart.js, the most popular charting library
tzapu/WiFiManager
ESP8266 WiFi Connection manager with web captive portal
Exafunction/codeium.vim
Free, ultrafast Copilot alternative for Vim and Neovim
nas5w/interview-guide
An opinionated, actionable guide for software engineering interviews.
codicocodes/speedtyper.dev
Type racing for programmers
wpcodevo/JWT_Authentication_React
JWT Authentication and Authorization with React, RTK Query, Material UI, React Hook Form and Zod.
wpcodevo/2fa-nodejs
This article will teach you how to secure a Node.js API by implementing two-factor authentication (2FA) system using tokens generated by Google Authenticator or Authy. The one-time passcode (OTP) can be delivered via different methods like SMS but we will use Google Authenticator or Authy to reduce the complexity of the project.
wpcodevo/two_factor_reactjs
This article will teach you how to secure a React.js app by implementing two-factor authentication (2FA) feature using TOTP tokens generated by Google Authenticator, Authy, or Chrome's Authenticator extension