Tech Articles
https://javascript.info/ : Great resources for javascript.
https://mtlynch.io/code-review-love/ : Stuff regarding code review every software engineer should know.
https://erik-engheim.medium.com/why-is-apples-m1-chip-so-fast-3262b158cba2 : Why is apply M1 so fast
https://blog.dave.tf/post/new-kubernetes/: Kubernetes from the ground up. Very interesting read for kubernetes folks.
https://opensourcedesign.net/projects/ : Paradise for designers.
https://panelbear.com/blog/tech-stack/ : All you need to know to deploy a SaaS on your own.
https://andybrewer.github.io/mvp/ : Build your site using just plain semantic html. No nonsense just code
https://developers.redhat.com/blog/2020/11/19/transitioning-from-docker-to-podman/ : Transition from docker to podman.
https://www.pmalerts.com/ : Listen to social media alerts.
https://scotthelme.co.uk/introducing-another-free-ca-as-an-alternative-to-lets-encrypt/ : Alternatives to lets Encrypt
https://betterexplained.com/ : Visualizations for math concepts
https://buf.build/blog/api-design-is-stuck-in-the-past : Why API design is stuck in the past ?
https://www.cs.cornell.edu/courses/cs6120/2020fa/self-guided/ : University of Cornell Advanced compilers course
https://mysideproject.rocks/ : Share and discover side projects
https://jon.tsp.io/papers/login-spring19-noria.pdf : Noria DB: Building fast scalable web applications research paper.
https://m3o.com/ : Command line platform as a service.
https://timmmm.github.io/fast-inverse-square-root/ : Fast inverse square root. (Interesting knowledge)
https://turkogluc.com/java-concurrency-basics-of-threads/ : Java threads in depth explanation.
https://gumroad.com/l/css-zine/INDIAZINES : CSS Zines
http://pages.cs.wisc.edu/~remzi/OSTEP/ : Great site for learning operating systems (I am using it currently)
https://hakibenita.com/sql-anomaly-detection : SQL Anomaly detection
https://unstructed.tech/2021/01/11/your-legacy-database-is-outgrowing-itself/ : Scaling databases
Github Repos
https://github.com/konstantinmuenster/notion-clone : Notion clone (open source).
https://github.com/stephank/lazyssh : Want to spin up a temporary virtual machine to just play around ?
https://github.com/sharanyaa/grok_sdi_educative/raw/master/grok_system_design_interview.pdf : System Design PDF (Educative.io)
https://github.com/donnemartin/system-design-primer : Want to master System Design ?
https://github.com/sadanandpai/javascript-code-challenges : Javascript coding challenges
https://github.com/public-apis/public-apis : Public apis to choose from while buildling projects.
https://github.com/awesome-selfhosted/awesome-selfhosted : Awesome self hosted applications
https://github.com/tuvtran/project-based-learning: Project based learning. Learn by building awesome projects
https://github.com/ripienaar/free-for-dev : Free tier for developer tools
Last updated
Was this helpful?