HT @CEO_AISOMA >>
The Feynman Lectures on #Physics are Free online here:
Volume 1: https://t.co/qWVT6638ob
Volume 2: https://t.co/BlsLwAQnLW
Volume 3: https://t.co/1yUAM5pgaf
See also his thoughts on "The Character of Physical Law": https://t.co/aedzsKvO1J
When you're working in a database, sometimes you may want to make it read-only.
This keeps others from updating data when they shouldn't, for example.
In this guide, @Fahim_FBA shows you how to make a DB read-only in MySQL (& how to switch it back).
https://t.co/Q1gnc2Q7np
As a developer, you may feel pressure to learn new things all the time.
And while it's good to stay on top of things, don't forget about the fundamentals.
In this guide, @tamerlan_dev lays out the key CS concepts you should know – and how to learn them.
https://t.co/uF7UnkcTXl
Linux is a popular operating system among SysAdmins & devs. And @beaucarnes created an in-depth beginner course for you.
In it, he goes through the major distro families & gives you an in-depth overview of how to use Linux.
Find the course on freeCodeCamp's YouTube channel.
What does API gateway do?
The diagram below shows the detail.
Step 1 - The client sends an HTTP request to the API gateway.
Step 2 - The API gateway parses and validates the attributes in the HTTP request.
Step 3 - The API gateway performs allow-list/deny-list checks.
Step 4 - The API gateway talks to an identity provider for authentication and authorization.
Step 5 - The rate limiting rules are applied to the request. If it is over the limit, the request is rejected.
Steps 6 and 7 - Now that the request has passed basic checks, the API gateway finds the relevant service to route to by path matching.
Step 8 - The API gateway transforms the request into the appropriate protocol and sends it to backend microservices.
Steps 9-12: The API gateway can handle errors properly, and deals with faults if the error takes a longer time to recover (circuit break). It can also leverage ELK (Elastic-Logstash-Kibana) stack for logging and monitoring. We sometimes cache data in the API gateway.
Over to you: 1) What’s the difference between a load balancer and an API gateway?
2) Do we need to use different API gateways for PC, mobile and browser separately?
—
Subscribe to our weekly newsletter to get a Free System Design PDF (158 pages): https://t.co/4QcX8btXGL
Object Oriented Programming in Python
Methods in Python (with code snippets)
In this thread, we will discuss 3 types of methods with examples
1. Instance
2. Class
3. Static
A Thread 🧵👇
Everyone should learn how to fine-tune LLMs! 🔥
Introducing Lit-GPT! ⚡️
- NanoGPT based💡
- Supports Llama-2 🦙
- With pre-training/fine-tuning script 📜
- Powered by LightningAI's Lightning Fabric!
I'll show you how to do it in 5️⃣ easy step! ...👇
This week in AI was insane.
Crucial developments from Meta, Microsoft, Apple, OpenAI, Air AI, Hollywood, the SEC, Wix, ChatGPT study, Google, and Rekor.
Plus, 25 new AI tools.
Here's EVERYTHING you need to know and why it's important 🧵:
I've spent months collecting the best AI cheat sheets.
Here are the top 8 AI cheat sheets that will save you hours of work (for free):
1. Ultimate ChatGPT cheat sheet