So i started using #python this year. Yeah, yeah, i'm late to the party, i know.
But i'm still kinda suspicious about the widespread usage of python. The language isn't really my favourite, but the ecosystem is huge.
I still hold my stance that python isn't really suited for bigger applications or stuff that requires even the least amount of perf, but it's a wonderful tool to quickly hack stuff that must run once or must be super flexible.
Make Use Of: How to Use React Router V6: A Beginner's Guide https://www.makeuseof.com/react-router-v6-how-use/ #Tech #MakeUseOf #TechNews #IT via @morganeogerbc #WebDevelopment #Programming #React
#Tech #MakeUseOf #technews #it #webdevelopment #programming #react
Fixing a bug which had to do with exactly this problem took me 2 hours today... That's called life of a programmer, I guess.
#programming #frontend #javascript #webdev
(here is the second video)
#gpu #indiedev #indiegame #gamedev #programming #opengl
It's super challenging to work with shaders, but so rewarding.
I am reworking the light system to move it from the CPU to the #gpu, which when finished will not only increase the performance and maintainability, but also greatly increase the visuals and potential gameplay and immersion.
GPUs are awesome!
PS: Don't mind too much the details as well as the lack of light on the tiles, it's very much a work in progress and far from finished.
#gpu #indiedev #indiegame #gamedev #programming #opengl
Here's a litmus test for code/ #design #readability.
Can you understand the code a few days or weeks later when under the influence of a moderate dose of your favorite psychotropic agent?
If the answer is no, that's some bad news for your code/design as it is.
#design #readability #programming #drugs
Make Use Of: The 7 Best GitHub Alternatives for Hosting Your Project https://www.makeuseof.com/tag/best-github-alternatives/ #Tech #MakeUseOf #TechNews #IT via @morganeogerbc #Programming #GitHub #Git
#Tech #MakeUseOf #technews #it #programming #github #git
The game I was a Programmer and Narrative Designer for. Escape from Baba Yaga is a 2d Platformer where you rescue children and try to escape from the chasing Baba Yaga!
https://emstergrace.itch.io/escapefrombabayaga
#gamedesign #gamedev #programming #school
#gamedesign #gamedev #programming #school
Constants can sometimes help find (certain) errors at compile time instead of runtime: constexpr over const variables; const variables over non-const variables; and macros or literals if you must.
Obviously, constants don't always provide this benefit, but strive to use them where opportunity permits.
Example: https://sigcpp.godbolt.org/z/sjd5vWrPn
(Also, avoid "naked new", but that's for another time.)
#cpp #cplusplus #programming #software #softwarequality
Interesting writeup of the UK air traffic control debacle https://jameshaydon.github.io/nats-fail/ #programming #software #softwareengineering #aircraft #airspace #airtrafficcontrol #ukairtravel
#programming #software #softwareengineering #aircraft #airspace #airtrafficcontrol #ukairtravel
I love September because I know Apple wonβt force me to rewrite all my code until June.~
Anytime I go to a conference, be it writing or dev, I leave with a ton of stuff I want to do as a result, and a ton of stuff I need to do to catch up.
#programming #writing #conference
POWER UP Your ASP.NET Core Blazor User Interfaces With Plugins!
https://www.youtube.com/watch?v=LNxK_LtfnQI
#programming #coding #softwareengineering #softwaredeveloper #softwaredevelopment
#programming #coding #softwareengineering #softwaredeveloper #softwaredevelopment
Software Engineers: APPLY What You're Learning! #programming
https://www.youtube.com/watch?v=UQifdVrn0qw
#programming #coding #softwareengineering #softwaredeveloper #softwaredevelopment
#programming #coding #softwareengineering #softwaredeveloper #softwaredevelopment
My list of #tutorials for people who want to learn #C or know more about it: https://lmemsm.dreamwidth.org/28528.html If you know of other good C tutorials I may have missed, please let me know. #programming
User: "Can we have an feature X?"
Me: "Sure, give me a second." *implements feature*
My Boss: "Wtf, we cant give them feature X if we don't make it absolutely inconvenient!"
Me: *Explains users that we can't have nice things*
Only 30 hours left at this place.πͺ #softwaredevelopment #programming #coding i want #agile
#softwaredevelopment #programming #coding #agile
Hey folks! Have a look π
Breaking Free From Exceptions β A Different Way Forward
https://dev.to/devleader/breaking-free-from-exceptions-a-different-way-forward-2dcp
#dotnet #programming #coding #csharp
Check out my blog post! OOP and Interfaces in C#: How To Use Them Effectively
https://www.devleader.ca/2023/09/11/oop-and-interfaces-in-c-how-to-use-them-effectively/
#programming #coding #softwareengineering #softwaredevelopment
#programming #coding #softwareengineering #softwaredevelopment
πΉ π Announce and cool showcase: I published a video showing MACROSTEP in the #Lem editor.
It's part of 18 videos for the new chapter on **macros** in my Udemy Common Lisp course!
https://www.udemy.com/course/common-lisp-programming/?couponCode=LISPMACROSPOWER (Lem video: last one)
Thanks for your support, it helps.
(student? I can send free links, plz PM)
#programming #commonlisp #lisp #lem