Skip to content

Instantly share code, notes, and snippets.

View serge-eric-kalaga's full-sized avatar
🎯
Focusing

KALAGA Serge Eric serge-eric-kalaga

🎯
Focusing
View GitHub Profile
@akrisanov
akrisanov / Makefile
Last active May 9, 2025 14:19
Makefile for FastAPI project
.PHONY: psql up down venv check-deps update-deps install-deps isort black mypy flake8 bandit lint test migrate serve
ifneq (,$(wildcard ./.env))
include .env
export
endif
VENV=.venv
PYTHON=$(VENV)/bin/python3
@mdang
mdang / RAILS_CHEATSHEET.md
Last active May 18, 2025 11:35
Ruby on Rails Cheatsheet

Ruby on Rails Cheatsheet

Architecture

Create a new application

Install the Rails gem if you haven't done so before