diff --git a/docs/api.md b/docs/api.md index 8d73b267..442e2828 100644 --- a/docs/api.md +++ b/docs/api.md @@ -28,6 +28,7 @@ - [Related](#related) - [Video APIs](#video-apis) - [API Business Models](#api-business-models) +- [Tweets](#tweets) ## APIs - [wikipedia: API Application Programming Interface](https://simple.wikipedia.org/wiki/Application_programming_interface) @@ -191,11 +192,15 @@ ## API Business Models - [API Business Models. 20 Models in 20 Minutes](https://www.infoq.com/presentations/API-Business-Models/) ----
-People complain about tooling fatigue but web dev in 2021 is 10x simpler than in 2011. You just gotta pick the right tools.
— gunar.uk (@gunar) May 21, 2021
Infra: @PulumiCorp
Data: @PostgreSQL
API: @HasuraHQ
Frontend: @vercel's NextJS
And no proprietary bullshit—100% open source!
@@ -191,4 +196,5 @@What is clean code?
— Daniel Moka⚡ (@dmokafa) January 24, 2021
Clean code is the code if:
- it is easily readable
- it is easily extendable and maintainable
- it is as simple as possible
- it is cheap and risk-free to change
- it reveals our intent
- it has corresponding clean tests
What else would you add?
Top 8 Things I Learned as a Software Engineer (Developer)...
— Ankur💻🎧💪 (@TheAnkurTyagi) May 23, 2021
A Thread... pic.twitter.com/P4AMGlzYA9
-To be fullstack doesn't mean you know every part of the modern technology landscape. It means that you've made a decision to be open to picking up the parts you need as you need them.
— Chris Ford (@ctford) June 20, 2021
-If I were a system administrator looking to learn a new programming language it would be Go.
— Kelsey Hightower (@kelseyhightower) December 7, 2020
So many of our tools including Kubernetes, Prometheus, and Terraform are written, and extended, in Go that it's almost a requirement next to learning Bash. https://t.co/OfZmGo4uP5
💎 Hidden gem feature
— Kiali (@KialiProject) May 16, 2021
Did you know that Kiali can automatically generate all the Authorization Policies of a namespace?
Via telemetry, Kiali can define one Authz Policy per each service in the mesh.@IstioMesh #servicemesh #authorization #security #k8s pic.twitter.com/YlEKRq6nq0
-If you're learning JavaScript, you've likely heard people tell you how important it is to learn the fundamentals.
— Madison Kanna (@Madisonkanna) June 20, 2020
But what are they? And where do you learn them?
Here's a list of JavaScript fundamentals and my favorite free resources for learning them. 👇
-Pub-Sub ≠ Partitioning ≠ Multiplexing pic.twitter.com/0ZVaH9Mxvr
— Clemens Vasters 🇪🇺☁📨 (@clemensv) July 28, 2020
- -29 common beginner Python errors on one page via https://t.co/Ctvy84KXKx #Python #Sysadmin #Programming #Unix #Linux pic.twitter.com/vaZaJETNPU
— nixCraft (@nixcraft) 6 de marzo de 2016
PEP-8 Cheatsheet (2009) by Veeraj Shenoy on Scribd
-PEP-8 Cheatsheet (2009) by Veeraj Shenoy on Scribd
++ +29 common beginner Python errors on one page via https://t.co/Ctvy84KXKx #Python #Sysadmin #Programming #Unix #Linux pic.twitter.com/vaZaJETNPU
— nixCraft (@nixcraft) 6 de marzo de 2016
Python is a beautiful programming language. It contains really useful features that make writing code more efficient than ever.
— Danny Steenman (@dannysteenman) October 10, 2020
Here are 5 tips for writing more efficient and compact code.
🧵🧵🧵
TOP Python Github repositories for you.
— Ankur💻🎧💪 (@TheAnkurTyagi) October 19, 2020
A Thread... 🧵#100DaysOfCode #CodeNewbies