#programming 검색 결과

Excel & SQL For Data Analysts But here’s the secret 🤫 I’ve compiled 1000+ Programming Notes (DSA, SQL, Excel, Python & more) to help you level up your coding journey 🚀 To get it 👇 1️⃣ Follow me (so I can DM you) 2️⃣ Repost this post 🔁 3️⃣ Comment #programming 💻 #sql #excel

DAIEvolutionHub's tweet image. Excel & SQL For Data Analysts

But here’s the secret 🤫
I’ve compiled 1000+ Programming Notes (DSA, SQL, Excel, Python & more) to help you level up your coding journey 🚀

To get it 👇
1️⃣ Follow me (so I can DM you)
2️⃣ Repost this post 🔁
3️⃣ Comment #programming 💻

#sql #excel…

Switching to Linux this week wish me luck :) #switching2linux #Linux #programming


𝟏𝟓 𝐒𝐭𝐞𝐩𝐬 𝐭𝐨 𝐦𝐚𝐬𝐭𝐞𝐫 𝐏𝐲𝐭𝐡𝐨𝐧 𝐩𝐫𝐨𝐠𝐫𝐚𝐦𝐦𝐢𝐧𝐠 #python #programming

khushabu_27's tweet image. 𝟏𝟓 𝐒𝐭𝐞𝐩𝐬 𝐭𝐨 𝐦𝐚𝐬𝐭𝐞𝐫 𝐏𝐲𝐭𝐡𝐨𝐧 𝐩𝐫𝐨𝐠𝐫𝐚𝐦𝐦𝐢𝐧𝐠

#python #programming

Day 8–10: Box Model and Positioning Understand the box model: margin, padding, border, content. Experiment with position: static, relative, absolute, fixed. Practice: Create a centered card layout with text and an image. #100daysofcoding #buildinpublic #programming

abolaji_web's tweet image. Day 8–10: Box Model and Positioning
Understand the box model: margin, padding, border, content.
Experiment with position: static, relative, absolute, fixed.
Practice: Create a centered card layout with text and an image.

#100daysofcoding #buildinpublic #programming
abolaji_web's tweet image. Day 8–10: Box Model and Positioning
Understand the box model: margin, padding, border, content.
Experiment with position: static, relative, absolute, fixed.
Practice: Create a centered card layout with text and an image.

#100daysofcoding #buildinpublic #programming

Choosing pain over learning 😂 #code #development #programming

onix_react's tweet image. Choosing pain over learning 😂

#code #development #programming

Excel & SQL For Data Analysts But here’s the secret 🤫 I’ve compiled 1000+ Programming Notes (DSA, SQL, Excel, Python & more) to help you level up your coding journey 🚀 To get it 👇 1️⃣ Follow me (so I can DM you) 2️⃣ Repost this post 🔁 3️⃣ Comment #programming 💻 #sql #excel

anujcodes_21's tweet image. Excel & SQL For Data Analysts

But here’s the secret 🤫
I’ve compiled 1000+ Programming Notes (DSA, SQL, Excel, Python & more) to help you level up your coding journey 🚀

To get it 👇
1️⃣ Follow me (so I can DM you)
2️⃣ Repost this post 🔁
3️⃣ Comment #programming 💻

#sql #excel…

Just built a music player app 🎵 — play, pause, next, prev, all crafted with HTML, CSS & JavaScript. Fully responsive across screens. Every feature was a small lesson in logic, layout & interaction. Building > Watching tutorials 💻🔥 #tech #ai #programming

mustapha679821's tweet image. Just built a music player app 🎵 — play, pause, next, prev, all crafted with HTML, CSS & JavaScript. Fully responsive across screens. Every feature was a small lesson in logic, layout & interaction. Building > Watching tutorials 💻🔥

#tech #ai #programming

Testing my Recommendation api's for my school project #WebDevelopment #Springboot #Programming

seye_victor4's tweet image. Testing my Recommendation api's for my school project
#WebDevelopment #Springboot #Programming

Day 8–10: Box Model and Positioning Understand the box model: margin, padding, border, content. Experiment with position: static, relative, absolute, fixed. Practice: Create a centered card layout with text and an image. #100daysofcoding #buildinpublic #programming

abolaji_web's tweet image. Day 8–10: Box Model and Positioning
Understand the box model: margin, padding, border, content.
Experiment with position: static, relative, absolute, fixed.
Practice: Create a centered card layout with text and an image.

#100daysofcoding #buildinpublic #programming
abolaji_web's tweet image. Day 8–10: Box Model and Positioning
Understand the box model: margin, padding, border, content.
Experiment with position: static, relative, absolute, fixed.
Practice: Create a centered card layout with text and an image.

#100daysofcoding #buildinpublic #programming

When all the tests finally pass! #coding #programming


Python Question / Quiz; What is the output of the following Python code, and why? Comment your answers below! #python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming #pythonquiz #ai

Python_Dv's tweet image. Python Question / Quiz;

What is the output of the following Python code, and why? Comment your answers below!

#python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming #pythonquiz #ai…

I've started using Kite AI, and it's like having a pair-programmer who always knows the right answer. It saves me so much time switching between my IDE and docs. Best part? It's free. Check it out:  @GoKiteAI #AI #Programming #KiteAI

matrixman15's tweet image. I've started using Kite AI, and it's like having a pair-programmer who always knows the right answer. It saves me so much time switching between my IDE and docs. Best part? It's free. Check it out: 

@GoKiteAI

#AI #Programming #KiteAI
matrixman15's tweet image. I've started using Kite AI, and it's like having a pair-programmer who always knows the right answer. It saves me so much time switching between my IDE and docs. Best part? It's free. Check it out: 

@GoKiteAI

#AI #Programming #KiteAI

What's the most underrated programming language in 2025? Not the most popular, but the one that consistently delivers, often behind the scenes. We’re curious what the dev community thinks. Reply and let us know. 👇 #SoftwareEngineering #Programming #DevCommunity #Technology

EonWeaveLabs's tweet image. What's the most underrated programming language in 2025?

Not the most popular, but the one that consistently delivers, often behind the scenes.

We’re curious what the dev community thinks.

Reply and let us know. 👇

#SoftwareEngineering #Programming #DevCommunity  #Technology

The Global Interpreter Lock (GIL) prevents multiple threads from executing Python code at the same time. But how do we actually code it? 🤔🧐 Episode 16: #GIL shift101 IT Workshop Keep Learning, Keep Coding! 👩‍💻👨‍💻 FullVid facebook.com/share/v/19A7BH… #IT #Programming #Python #Skills


"Unleash your Python powers! 🐍 Discover insights and streamline your data analysis with our guide to building a data dashboard using HTML, CSS, and JavaScript. No framework, no fuss! #Python #DataScience #Programming"


Just built a music player app 🎵 — play, pause, next, prev, all crafted with HTML, CSS & JavaScript. Fully responsive across screens. Every feature was a small lesson in logic, layout & interaction. Building > Watching tutorials 💻🔥 #tech #ai #programming

mustapha679821's tweet image. Just built a music player app 🎵 — play, pause, next, prev, all crafted with HTML, CSS & JavaScript. Fully responsive across screens. Every feature was a small lesson in logic, layout & interaction. Building > Watching tutorials 💻🔥

#tech #ai #programming

A Job Description reads: "Maintain a healthy balance between new feature delivery and technical debt management." What's "healthy" about rushing and pushing crap out the door? When is this profession going to grow up. #programming #tdd


We talk about clean code all the time, but nobody teaches how to clean your thinking. That’s what pseudocode does. #Software #Technology #Programming #SoftwareDevelopment #Coding #SoftwareEngineering jeffbailey.us/blog/2025/10/1…


🚀 API documentation quality is inversely proportional to how much you need to use that API. Murphy's law of development. #API #Programming #DevHumor


The line between compiled and interpreted languages doesn’t exist anymore. Modern runtimes like JVM, V8, and WebAssembly changed everything. It’s no longer how you code, but how your code runs. 👉 brianrosario.com/the-age-of-lan… #Programming #Tech #Runtimes

Braynex's tweet image. The line between compiled and interpreted languages doesn’t exist anymore. Modern runtimes like JVM, V8, and WebAssembly changed everything.  It’s no longer how you code, but how your code runs.

👉 brianrosario.com/the-age-of-lan…
#Programming #Tech #Runtimes

A digital manufacturing facility for your CSharp objects! Read more here: devleader.ca/2023/12/26/exa… #designpattern #designpatterns #programming

DevLeaderCa's tweet image. A digital manufacturing facility for your CSharp objects!

Read more here:
devleader.ca/2023/12/26/exa…

#designpattern #designpatterns #programming

Day 52 of #100DaysOfCode. Today I coded 4 hrs 26 mins towards my @WakaTime goal of coding 3 hrs per day ✔️ #programming #codegoal #devlife wakatime.com/@jasgigli

jasgiigli's tweet image. Day 52 of #100DaysOfCode. Today I coded 4 hrs 26 mins towards my @WakaTime goal of coding 3 hrs per day ✔️ #programming #codegoal #devlife wakatime.com/@jasgigli

🚀 In tech, learning isn’t a phase — it’s a habit. From mastering SQL to exploring GenAI, YouTube is the best 24/7 classroom — free, global & full of top educators. 🎯 Which YouTube channel helped YOU the most? 👇 👉 Follow Md Sameer for more on #Upskilling #AI #Programming

3436_MdSameer's tweet image. 🚀 In tech, learning isn’t a phase — it’s a habit.

From mastering SQL to exploring GenAI, YouTube is the best 24/7 classroom — free, global & full of top educators. 🎯
Which YouTube channel helped YOU the most? 👇
👉 Follow Md Sameer for more on 

#Upskilling #AI #Programming

🚀 Master Python Programming in 2025 If you’re starting your coding journey, this Python Programming Guide is your best first step. 💬 Comment “PYTHON” and I’ll send you a free list of beginner-friendly resources to get started. #Python #Programming #Coding #AI

PrinceKu945's tweet image. 🚀 Master Python Programming in 2025

If you’re starting your coding journey, this Python Programming Guide is your best first step.

💬 Comment “PYTHON” and I’ll send you a free list of beginner-friendly resources to get started.

#Python #Programming #Coding #AI

𝟏𝟓 𝐒𝐭𝐞𝐩𝐬 𝐭𝐨 𝐦𝐚𝐬𝐭𝐞𝐫 𝐏𝐲𝐭𝐡𝐨𝐧 𝐩𝐫𝐨𝐠𝐫𝐚𝐦𝐦𝐢𝐧𝐠 #python #programming

khushabu_27's tweet image. 𝟏𝟓 𝐒𝐭𝐞𝐩𝐬 𝐭𝐨 𝐦𝐚𝐬𝐭𝐞𝐫 𝐏𝐲𝐭𝐡𝐨𝐧 𝐩𝐫𝐨𝐠𝐫𝐚𝐦𝐦𝐢𝐧𝐠

#python #programming

Just built a music player app 🎵 — play, pause, next, prev, all crafted with HTML, CSS & JavaScript. Fully responsive across screens. Every feature was a small lesson in logic, layout & interaction. Building > Watching tutorials 💻🔥 #tech #ai #programming

mustapha679821's tweet image. Just built a music player app 🎵 — play, pause, next, prev, all crafted with HTML, CSS & JavaScript. Fully responsive across screens. Every feature was a small lesson in logic, layout & interaction. Building > Watching tutorials 💻🔥

#tech #ai #programming

Testing my Recommendation api's for my school project #WebDevelopment #Springboot #Programming

seye_victor4's tweet image. Testing my Recommendation api's for my school project
#WebDevelopment #Springboot #Programming

Choosing pain over learning 😂 #code #development #programming

onix_react's tweet image. Choosing pain over learning 😂

#code #development #programming

Day 8–10: Box Model and Positioning Understand the box model: margin, padding, border, content. Experiment with position: static, relative, absolute, fixed. Practice: Create a centered card layout with text and an image. #100daysofcoding #buildinpublic #programming

abolaji_web's tweet image. Day 8–10: Box Model and Positioning
Understand the box model: margin, padding, border, content.
Experiment with position: static, relative, absolute, fixed.
Practice: Create a centered card layout with text and an image.

#100daysofcoding #buildinpublic #programming
abolaji_web's tweet image. Day 8–10: Box Model and Positioning
Understand the box model: margin, padding, border, content.
Experiment with position: static, relative, absolute, fixed.
Practice: Create a centered card layout with text and an image.

#100daysofcoding #buildinpublic #programming

کتاب Introduction to Algorithms ✨ بلاخره اومد و همزمان با قبول شدنم تو ارشد ، یه کامبک خیلی قوی قراره بزنیم به دنیای الگوریتم و برنامه نویسی ❤️ و بازم کادینر دوست داشتنی ، رفیقای قدیمی من که گل کاشتن 🥹🫀 #Algorithms #Programming

i_am_ata's tweet image. کتاب Introduction to Algorithms ✨

بلاخره اومد و همزمان با قبول شدنم تو ارشد ، یه کامبک خیلی قوی قراره بزنیم به دنیای الگوریتم و برنامه نویسی ❤️

و بازم کادینر دوست داشتنی ، رفیقای قدیمی من که گل کاشتن 🥹🫀

#Algorithms  #Programming
i_am_ata's tweet image. کتاب Introduction to Algorithms ✨

بلاخره اومد و همزمان با قبول شدنم تو ارشد ، یه کامبک خیلی قوی قراره بزنیم به دنیای الگوریتم و برنامه نویسی ❤️

و بازم کادینر دوست داشتنی ، رفیقای قدیمی من که گل کاشتن 🥹🫀

#Algorithms  #Programming

Day 8–10: Box Model and Positioning Understand the box model: margin, padding, border, content. Experiment with position: static, relative, absolute, fixed. Practice: Create a centered card layout with text and an image. #100daysofcoding #buildinpublic #programming

abolaji_web's tweet image. Day 8–10: Box Model and Positioning
Understand the box model: margin, padding, border, content.
Experiment with position: static, relative, absolute, fixed.
Practice: Create a centered card layout with text and an image.

#100daysofcoding #buildinpublic #programming
abolaji_web's tweet image. Day 8–10: Box Model and Positioning
Understand the box model: margin, padding, border, content.
Experiment with position: static, relative, absolute, fixed.
Practice: Create a centered card layout with text and an image.

#100daysofcoding #buildinpublic #programming

Python Question / Quiz; What is the output of the following Python code, and why? 🤔🚀 Comment your answers below! 👇 #python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming

Python_Dv's tweet image. Python Question / Quiz;

What is the output of the following Python code, and why? 🤔🚀 Comment your answers below! 👇

#python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming…

Excel & SQL For Data Analysts But here’s the secret 🤫 I’ve compiled 1000+ Programming Notes (DSA, SQL, Excel, Python & more) to help you level up your coding journey 🚀 To get it 👇 1️⃣ Follow me (so I can DM you) 2️⃣ Repost this post 🔁 3️⃣ Comment #programming 💻 #sql #excel

DAIEvolutionHub's tweet image. Excel & SQL For Data Analysts

But here’s the secret 🤫
I’ve compiled 1000+ Programming Notes (DSA, SQL, Excel, Python & more) to help you level up your coding journey 🚀

To get it 👇
1️⃣ Follow me (so I can DM you)
2️⃣ Repost this post 🔁
3️⃣ Comment #programming 💻

#sql #excel…

What's the most underrated programming language in 2025? Not the most popular, but the one that consistently delivers, often behind the scenes. We’re curious what the dev community thinks. Reply and let us know. 👇 #SoftwareEngineering #Programming #DevCommunity #Technology

EonWeaveLabs's tweet image. What's the most underrated programming language in 2025?

Not the most popular, but the one that consistently delivers, often behind the scenes.

We’re curious what the dev community thinks.

Reply and let us know. 👇

#SoftwareEngineering #Programming #DevCommunity  #Technology

🐍 What can Python do? From AI & Machine Learning to Automation, Web Dev, and Data Analysis — Python makes everything possible! 💻✨ Ready to start your coding journey today? 👇 👉 wa.link/gpelah #Python #Coding #Programming #AI #MachineLearning #WebDevelopment #trend

DIGITALEARN_1's tweet image. 🐍 What can Python do?
From AI & Machine Learning to Automation, Web Dev, and Data Analysis — Python makes everything possible! 💻✨
Ready to start your coding journey today? 👇
👉 wa.link/gpelah

#Python #Coding #Programming #AI #MachineLearning #WebDevelopment #trend

To write codes that are clear, do these; ➡️Code with intention: Use names that show intent. ➡️Comment with purpose: Document decisions, not mechanics. ➡️Design for simplicity Always remember, Simplicity is the ultimate sophistication. #SoftwareEngineering #Programming #Coding

DevpitchCo's tweet image. To write codes that are clear, do these;
➡️Code with intention: Use names that show intent. 
➡️Comment with purpose: Document decisions, not mechanics. 
➡️Design for simplicity

Always remember, Simplicity is the ultimate sophistication.

#SoftwareEngineering #Programming #Coding

Python Question / Quiz; What is the output of the following Python code, and why? Comment your answers below! #python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming #pythonquiz #ai

Python_Dv's tweet image. Python Question / Quiz;

What is the output of the following Python code, and why? Comment your answers below!

#python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming #pythonquiz #ai…

“Hello, world!” in Haskell. #learning #programming

Rafi3AK's tweet image. “Hello, world!” in Haskell. #learning #programming
Rafi3AK's tweet image. “Hello, world!” in Haskell. #learning #programming
Rafi3AK's tweet image. “Hello, world!” in Haskell. #learning #programming

Day 50 of #100DaysOfCode. Today I coded 5 hrs 15 mins towards my @WakaTime goal of coding 3 hrs per day ✔️ #programming #codegoal #devlife wakatime.com/@jasgigli

jasgiigli's tweet image. Day 50 of #100DaysOfCode. Today I coded 5 hrs 15 mins towards my @WakaTime goal of coding 3 hrs per day ✔️ #programming #codegoal #devlife wakatime.com/@jasgigli

Loading...

Something went wrong.


Something went wrong.


United States Trends