#programmingtips
found (not a bug) an interesting behavior in #csharp and @godotengine.org
When parsing JSON, int gets parsed to a float. Which probably makes sense.
that breaks the ulong parsing with wrong format. took me a while to find this bug in my code #godot #gamedev #indiedev #programming #programmingtips
March 16, 2025 at 6:25 AM
Discover a straightforward C# solution for converting images to PDFs! Enhance your app's functionality by integrating this efficient method. #CSharp #ProgrammingTips
Simple C# Solution for Converting Images to PDF
This article shows how to convert images to PDF using C#. Supports image formats such as JPEG, JPG, PNG, BMP, Gif.
medium.com
May 27, 2025 at 9:15 PM
Why use Git? Version control isn’t just for backups—it helps you collaborate and track progress. Imagine a time machine for your code. ⏳ Never skip commits! #Git #GitHub #ProgrammingTips #DevTool
March 15, 2025 at 11:34 AM
Tip for programming: Write comments for the next you, not for others. 📝 Explaining your thought process makes it easier to pick up where you left off after a break! #ProgrammingTips #CleanCode #DevLife
March 15, 2025 at 11:36 AM
Functions are the workhorses of your code. With #TypeScript, they don’t just “work”—they work safely and scalably. Read more on Chapter 3 of Strictly Typed.

#100daysofcode #CodeNewbie #devslife #devlife #codingtip #programmingtips #javascript #webdevelopment #programming #functions #generics
Mastering Functions & Generics in TypeScript | 2025
Learn to master function typing, overloads, and generics in TypeScript. Discover practical ways to write type-safe code from a developer’s perspective.
bitskingdom.com
September 11, 2025 at 7:09 PM
Code is a conversation. Write as if you’re explaining your solution to another developer. Clarity beats cleverness. #ProgrammingTips #CleanCode
March 2, 2025 at 3:02 PM
Delve into C# switch expressions to write cleaner, more efficient code! Upgrade your dev skills by mastering this powerful feature. #CSharp #ProgrammingTips
Mastering Switch Expressions: The C# Upgrade You Didn’t Know You Needed
Level up your code clarity and security with modern C# switch expressions.
medium.com
July 2, 2025 at 12:15 PM
Use descriptive booleans. Instead of true or false, pass explicit values like isEnabled: true. #CodeQuality #ProgrammingTips
May 15, 2025 at 3:02 PM
Don't trust your AI coding agent to be correct about logic. Give it a feedback loop with real data.

mrmurphy.dev/ai-refactors...

#aicoding #cursorai #programmingtips
AI’s Not Trustworthy, But It Is Testworthy – MrMurphy.dev
mrmurphy.dev
March 11, 2025 at 3:31 AM
🚀CSS Frameworks #1 🧩 | Build stunning UIs faster with the best CSS tools! Visit my website: javidev (link in my profile).
#codinglife #webdev #programmingtips #javidev #learncode #mysticjs #softwaredev #javascript #techhacks #usefultools
September 8, 2025 at 10:02 PM
Prefer composition over inheritance. Build flexible systems by combining behaviors rather than rigidly extending classes. #ProgrammingTips #CleanCode
February 13, 2025 at 3:03 PM
Learn to create a REST controller in one line using C# in .NET! Streamline your coding process and enhance efficiency. Dive into minimalist coding with this insightful guide. #DotNet #ProgrammingTips
REST Controller in one line in .Net
One line = one controller with even Bulk methods
m-ushakov.medium.com
September 6, 2025 at 6:15 PM
Pro tip: Don’t just code, document your journey! 📜 Whether it’s a journal or simple notes, keeping track of what you learn helps you grow as a developer and speeds up future projects. 💡 What’s your best dev tip? Let’s share! #GameDev #ProgrammingTips #DevLife
March 15, 2025 at 11:37 AM
🖥️ Discover the key differences between passing by value and passing by address, complete with practical examples. Perfect for beginners looking to enhance their coding skills! 🌟 #CProgramming #CodingForBeginners #LearnToCode #ProgrammingTips #VariablePassing

Out tomorrow :)
April 22, 2025 at 12:10 PM
Explore the new features in C# 14 with extension members! Boost your code efficiency by adding properties, methods, or events to existing types. Stay ahead in your coding game. #CSharp #ProgrammingTips
What’s New in C# 14 – Extension Members – A Comprehensive Guide
Introduced in C# 3.0, extension methods are a valuable feature for external types, especially when those types are sealed, such as string. Roughly two decades later, C# has now finally unveiled sup…
egvijayanand.in
June 11, 2025 at 1:59 PM
Ctrl + K + C é seu amiguinho use sem medo. Se algum log em prod tá travando você de corrigir um bug e você tem CERTEZA que isso roda em prod normalmente, da um Ctrl + K + C sem medo amiguinho. E bola pra frente.

#ProgrammingTips
January 26, 2024 at 2:42 PM
Tools #44: Useful Programming Tools 🧙🏻‍♂️🪄 Supercharge your workflow — visit javidev, link in my profile!
Mystic.js brings another set of game-changing tools every dev should know — boost efficiency like magic! ⚡💻✨

#devtools #programmingtips #codertools #mysticjs #javidev #webdevtools
July 15, 2025 at 10:02 PM