#TIL: in @jetbrains products (eg @phpstorm ) you can create .http files for sort of instant API-requests. Neat.
https://www.jetbrains.com/pages/intellij-idea-http-client/
via coder2k https://www.twitch.tv/coder2k
#TIL: in @jetbrains products (eg @phpstorm ) you can create .http files for sort of instant API-requests. Neat.
https://www.jetbrains.com/pages/intellij-idea-http-client/
via coder2k https://www.twitch.tv/coder2k
found, not really a bug, an interesting behavior in C# and @godotengine
When parsing JSON, an int gets parsed to a float. Which probably makes sense, since everything in JavaScript is a float anyways.
But that then breaks the ulong parsing with a wrong format. Don't know if this is a new 4.4 behavior or if it was always this way. In any case it took me a while to find this bug in my code.
#csharp #godot #gamedev #indiedev #Godot4 #programming #programmingtips #JavaScript #json
Kuzalisha #ufunguo mbadala #sparekey, unapiga tu picha take a photo, bhasi #HapaUjanjaTu!
Ata hizi #socialmediaphotos, una download picha na kuzaliza #makekeys, #inshaAllah whatever Your intention be it, remember #KNOWujanjaNOujanja!
Zikiwa na #transponderkey hapo lazima #ujanja uongezeke
www.5021.tips/ujanja/keyprogramming
Hizo taka taka kuna #howitworks #howitsdone ili uweze ku #doityourself #diy #keyprogramming #programmingtips #5021tips #diytipsandtricks #techtipsandtricks #tech
"Ever wondered how Python's lists, tuples, sets, and dicts work under the hood? Learn their secrets, speed hacks, and common mistakes to avoid! Perfect for coders aiming to optimize their Python skills.
#Python #DataStructures #ProgrammingTips
https://newwstuff.com/python-data-structures-internal-workings-of-lists-tuples-sets-dicts/
Master Git Like a Pro!
Check out 50+ Essential Git Commands you NEED to know – plus, grab our FREE Git Cheat Sheet for quick reference!
Read now: https://buff.ly/3EvS7iJ
Save & Share this for future reference!
meaningful error messages are important!
for example, thanks to past-me I know exactly what the error is, where the error is and what to do!
Also: Working on a new progress bar for the #ProgressBarSimulator
The way from problem to solution in different programming languages
found on: https://vxtwitter.com/peach2k2/status/1888687249321058717
To #teachyourself #howto do complicated #coding #programming without assistance from a #software nor other #programmer, compare data before & after any #codingwork been done to that #EEPROM!
Like to do #immooff, compare these data, before & after then....
www.5021.tips/ujanja/immoffiles
All files included with instructions so You can #doityourself, #HapaUjanjaTu
@mikolasan
okay ^^" done
Fediverse Registrations per month
https://github.com/SpielmannSpiel/Fediverse-User-Growth
NOTE: I take no accountability for the correctness of these data, it was just the first thing I found that looked plausible and had an API ^^"
TIL matplotlib has xkcd style since 2013, and you can just turn it on with plt.xkcd()
via https://vxtwitter.com/jwt0625/status/1885247693678928360
What is PSR-6? A Beginner’s Guide to PHP Caching Standards
Caching is an essential part of optimizing PHP applications, and PSR-6 is here to set the standard for it!
Discover how this caching standard works and how you can implement it to boost your project’s performance.
Read the full guide here: https://qirolab.com/posts/what-is-psr-6-a-beginners-guide-to-php-caching-standards
Computer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter.
- Peter Weinberger
The benefits of trailing commas (by @treyhunner): Trailing commas in #Python simplify code changes and reduce errors.
When swapping or adding elements in multi-line data structures, trailing commas prevent syntax errors and make diffs easier to read.
They also help avoid implicit string concatenation, a common Python pitfall.
I've taught a lot of people to code and I've found myself giving the same advice again and again. Here are a few things that come up a lot.
If you are early in your career, check it out. And share it with someone who would benefit.
If you have been around the block, what stands out for you? And what other advice would you give?
#CodeNewbie #ProgrammingTips #LearnToCode #GoodCode #DevAdvice"
Do you group multiple classes in a single file to save time?
Think again!
What if it’s slowing you down in the long run?
Here’s the deal:
Better organization
Easier testing
Fewer merge conflicts
What’s your experience? Do you prefer splitting classes or keeping them together?
Share your thoughts & let’s discuss:
Java Inheritance Explained: 10 Programs to Deepen Your Understanding
#Java #Inheritance #OOP #ObjectOrientedProgramming #JavaProgramming #Coding #JavaDevelopment #JavaTutorial #LearnJava #SoftwareDevelopment #JavaBasics #ProgrammingConcepts #JavaCode #TechEducation #JavaLearning #CodeNewbie #JavaConcepts #ProgrammingTips #JavaDevelopers #TechCommunity #DevCommunity
Python Tip: Use list comprehensions for cleaner, more efficient loops! Instead of writing multiple lines, simplify with:
[x*2 for x in range(10)]
It’s faster and easier to read.
Lost in the maze of debugging? I've got your map: the "Useful GDB Commands" Quick Reference Guide!
In this post you'll find:
--> Essential commands to control program execution
--> Memory inspection tricks that actually work
--> Compilation flags to make debugging easier
Check out the full guide here: https://dreaming-of-dragons.blogspot.com/2024/10/useful-gdb-commands.html