#CodeTips

2025-05-17

Want to edit your website files directly from Notepad++?
📁 Learn how to configure FTP/SFTP in Notepad++ using NppFTP plugin!
No more switching between editor and FTP client.
🎥 Watch now: youtu.be/kw2HuPtECOc
#NotepadPlusPlus #FTPSetup #WebDevTools #CodeTips

Notepad++ is more than just a lightweight text editor — it also offers powerful extensions that allow you to connect directly to your website or server via FTP. By using the NppFTP plugin, you can edit files stored on a remote server without needing to download or re-upload them manually.
Talk Python Podcasttalkpython@fosstodon.org
2025-05-15

AI Dev Tools: 30% Productivity Boost or Get Unhired! #AI #DevLife #CodeTips #podcast #python cc @mkennedy

youtube.com/shorts/8g5LMx8e7LI

Nouvelle-Techno.frnouvelletechno
2025-03-08

💻 Boostez votre débogage JavaScript ! 💻

Fatigué de console.log ? Explorez des alternatives comme console.assert, console.time, et console.table pour améliorer votre débogage. Ces méthodes peuvent vous aider à identifier et résoudre les problèmes plus rapidement. Découvrez-les dans notre nouveau tuto !

🔗 Regardez le tutoriel ici : youtu.be/JbW2iSpU12c

Steven Sandersonspsanderson@rstats.me
2024-12-11

✨ Master the art of switch statements in C!

This guide covers:
✅ Syntax & structure
✅ Best practices
✅ Common mistakes to avoid
✅ Real-world examples Perfect for beginner C programmers! 🖥️

Take a look and share your thoughts: spsanderson.com/steveondata/po

#R #RStats #Programming #C #CodeTips #Blog #CProgramming 🚀

Screenshot of a C program in a code editor demonstrating a switch statement. The program presents a menu with options to view balance, deposit money, withdraw money, or exit. The terminal output shows the user selecting option 3 (withdraw money) and the program displaying the balance as $1000.Stylized code snippet illustrating the structure of a switch statement in C. The code includes cases for constant1 and constant2, each with a break statement, and a default case for handling unmatched conditions. The design mimics a modern code editor with a dark theme and colored syntax highlighting.
Bryan King (W8DBK)bdking71
2024-11-18

Unlock the power of in ! Learn how to write safer, more reliable code with these essential techniques. 💻🚀

bdking71.wordpress.com/2024/11

Andrew Stellman 👾andrewstellman
2024-11-10

Working on a new talk called 'Fast-Track Your Path to Senior Developer' for the Solution2 conference. One thing I’m focusing on is how mastering just a few key skills early—like making code readable, keeping it simple, and making it easy to change—can set you apart quickly.

@bot

Ainiriandainiriand
2024-09-09

Understanding string slicing in 🦀:

Remember: slices are based on bytes, not characters! Slicing an ASCII string is different from slicing a multibyte Unicode string. If you slice incorrectly, Rust will panic at runtime. ⚠️

let multibyte_string = "España";
let slice_multibyte = &multibyte_string[..5]; // This will panic! 🚫

Ensure your slices align with valid UTF-8 character boundaries.

Nouvelle-Techno.frnouvelletechno
2024-07-10

🌟 Tuto Express PHP : DateTime vs DateTimeImmutable 🌟

🔧 Connaissez-vous la différence entre `DateTime` et `DateTimeImmutable` en PHP ? Découvrez dans ce tuto express pourquoi il est crucial de comprendre ces deux classes pour gérer vos dates efficacement !

📲✨ Abonnez-vous pour plus de Tutos Express

2023-08-13

Consistent naming 🏷️ and length 📏 for samples offers a myriad of benefits for you (and others!). Utilise str_pad() to easily pad your sample numbers. #rstats #CodeTips

Darius 👨🏾‍💻dariusthedev
2023-04-05

✅ PRACTICE IS KEY

When I started having technical interviews, I BOMBED them ALL.

I wasn’t comfortable coding while people watched.

So I practiced a lot. Both alone & in front of others.

Seems obvious, but PRACTICE is the answer to most your problems.



Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst