🚀 Turning ☕ into code
learning 🌱 daily
https://github.com/Jean-EstevezT/
Estoy cansado de enviar archivos por correo o usar la nube.
Admite tokens de seguridad de un solo uso y limpieza automática al cerrar.
Incluso pasar texto
#BuildInPublic
#Python #IndieDev #Linux #OpenSource #DevCommunity
Estoy cansado de enviar archivos por correo o usar la nube.
Admite tokens de seguridad de un solo uso y limpieza automática al cerrar.
Incluso pasar texto
#BuildInPublic
#Python #IndieDev #Linux #OpenSource #DevCommunity
ZyDrop is a Python script that sets up a temporary server and generates a QR code with a secure token. You can instantly share files or even your clipboard between your PC and mobile device.
#Python #OpenSource #Dev
ZyDrop is a Python script that sets up a temporary server and generates a QR code with a secure token. You can instantly share files or even your clipboard between your PC and mobile device.
#Python #OpenSource #Dev
La JVM: 'Siéntate, tenemos que hablar sobre la memoria'.
☕💀
#Java #DeveloperHumor #CodingLife
La JVM: 'Siéntate, tenemos que hablar sobre la memoria'.
☕💀
#Java #DeveloperHumor #CodingLife
I go to LinkedIn and it's all AI-generated content.
I go to X and there are loads of accounts with posts like: "How I built this AI SaaS in 4 hours and made $5k"
I go to LinkedIn and it's all AI-generated content.
I go to X and there are loads of accounts with posts like: "How I built this AI SaaS in 4 hours and made $5k"
#devlife
#devlife
If you want to stop programming like a novice,you need to understand Generators and Lazy Evaluation.
Let's go from "Hello World" to "Black Magic" in this thread. 🧵👇
#Python #Coding #DataEngineering
If you want to stop programming like a novice,you need to understand Generators and Lazy Evaluation.
Let's go from "Hello World" to "Black Magic" in this thread. 🧵👇
#Python #Coding #DataEngineering
*Idempotency*
Idempotency = 1 call or 100 calls, same result. 🔄
It's what stops a failed payment retry from becoming a double charge. 💳🚫
Vital for robust APIs. Build for retries, not just the happy path. 🛠️✅
#programming #devtip #api
Always ask yourself: "What would happen if this function breaks?" Think of errors before ideal cases.
#CodeHacks #CleanCode #dev #python
Always ask yourself: "What would happen if this function breaks?" Think of errors before ideal cases.
#CodeHacks #CleanCode #dev #python
🗿
🗿
I plan to include everything from basic, intermediate, and advanced #Python, libraries, #DSA, #algorithms, and documented projects explaining them
#100DaysOfCode #dev
I plan to include everything from basic, intermediate, and advanced #Python, libraries, #DSA, #algorithms, and documented projects explaining them
#100DaysOfCode #dev
Path for #BecomingIndependent 🌱🧩
✅️ study - DSA / MATH
✅️Work - roadmap (polish)
✅️ create - code a new project (python)
✅️ read book - the 3-body problem
☑️work - art project
#LearnInPublic #python #buildinpublic #CodingJourney #Dev
What did you code today?
Path for #BecomingIndependent 🌱🧩
✅️ study - DSA / MATH
✅️Work - roadmap (polish)
✅️ create - code a new project (python)
✅️ read book - the 3-body problem
☑️work - art project
#LearnInPublic #python #buildinpublic #CodingJourney #Dev
What did you code today?
from faker import Faker
fake = Faker()
print(fake.name()) # random name
Saves hours in dev! What's your go-to Python testing hack? Reply below!
#Python #CodingTips #100DaysOfCode
Need Python scripts/help? DM for collabs
from faker import Faker
fake = Faker()
print(fake.name()) # random name
Saves hours in dev! What's your go-to Python testing hack? Reply below!
#Python #CodingTips #100DaysOfCode
Need Python scripts/help? DM for collabs
To-Dos:
✅️Work in roadmap
✅️ project data script for testers and devs
☑️ write about a topic
✅️ 1 h Gym
☑️ Practice watercolor paint
#LearnInPublic #python #buildinpublic #CodingJourney #Dev
To-Dos:
✅️Work in roadmap
✅️ project data script for testers and devs
☑️ write about a topic
✅️ 1 h Gym
☑️ Practice watercolor paint
#LearnInPublic #python #buildinpublic #CodingJourney #Dev
1️⃣ No one understands it, or they don't understand it after explaining it twice 🤯
2️⃣ Vague names ❓
3️⃣ Infinite conditionals 🔄
4️⃣ Impossible to test 🧪
#CleanCode #Programming #devs
1️⃣ No one understands it, or they don't understand it after explaining it twice 🤯
2️⃣ Vague names ❓
3️⃣ Infinite conditionals 🔄
4️⃣ Impossible to test 🧪
#CleanCode #Programming #devs
5 pasos para exterminar bugs sin perder la cabeza:
1️⃣ Reproduce el error → Si no puedes repetirlo, no puedes matarlo.
2️⃣ Aísla la causa → Comenta código, quita dependencias, reduce el problema.
5 pasos para exterminar bugs sin perder la cabeza:
1️⃣ Reproduce el error → Si no puedes repetirlo, no puedes matarlo.
2️⃣ Aísla la causa → Comenta código, quita dependencias, reduce el problema.
I'll tell you how to avoid or cure it—and stop feeling like you don't belong in this tech world.
(Everyone from juniors to CTOs has suffered from it)
👇
I'll tell you how to avoid or cure it—and stop feeling like you don't belong in this tech world.
(Everyone from juniors to CTOs has suffered from it)
👇
It's called Imposter Syndrome. We all feel it. The secret is that your value doesn't lie in knowing everything, but in your ability to find solutions.
remember you're not alone.
#programming #developer #psychology
It's called Imposter Syndrome. We all feel it. The secret is that your value doesn't lie in knowing everything, but in your ability to find solutions.
remember you're not alone.
#programming #developer #psychology
Se llama Síndrome del Impostor. Lo sentimos todos. El secreto es que tu valor no está en saberlo todo, sino en tu capacidad para encontrar soluciones.
Dale RT y recuerda No estás solo.
#programacion #developer #psicologia
Se llama Síndrome del Impostor. Lo sentimos todos. El secreto es que tu valor no está en saberlo todo, sino en tu capacidad para encontrar soluciones.
Dale RT y recuerda No estás solo.
#programacion #developer #psicologia
Con el módulo tempfile, pueden generar archivos que solo existen mientras su programa está en ejecución. 🚀
#Python #Programación #Desarrollo #CódigoLimpio #Productividad #TipsDeProgramación #DevTips
Con el módulo tempfile, pueden generar archivos que solo existen mientras su programa está en ejecución. 🚀
#Python #Programación #Desarrollo #CódigoLimpio #Productividad #TipsDeProgramación #DevTips
Although it's more elegant than loops for certain problems, it consumes more memory and is generally less efficient.
#Programming #Recursion #Coding #Algorithms #SoftwareDevelopment #LearnToProgram 🧠🔄🐍
Although it's more elegant than loops for certain problems, it consumes more memory and is generally less efficient.
#Programming #Recursion #Coding #Algorithms #SoftwareDevelopment #LearnToProgram 🧠🔄🐍
To solve this problem, use the sliding window technique
O(n) performance
along with set
#100DaysOfCode #python #DSA
To solve this problem, use the sliding window technique
O(n) performance
along with set
#100DaysOfCode #python #DSA
#Éxito #Motivación #CrecimientoPersonal #Positividad
#Éxito #Motivación #CrecimientoPersonal #Positividad
#Psychology #MentalDevelopment #MentalHealth
#Psicología #DesarrolloMental #SaludMental
#Psychology #MentalDevelopment #MentalHealth