programming
-
"We converted Super #Mario Bros. 3 physics code into #javascript to make it easier to study… and made a demo people could play with." https://old.reddit.com/r/retrogamedev/comments/1gqhilj/we_converted_super_mario_bros_3_physics_code_into/ You can play with the demo yourself here, https://htmlpreview.github.io/?https://github.com/velipso/smb3-physics/blob/main/index.html Read the code and all the details here: https://github.com/velipso/smb3-physics?tab=readme-ov-file #programming #games #gamephysics
-
"How I ship projects at big tech companies" #programming #webdev https://www.seangoedecke.com/how-to-ship/
-
This is awesome. Why I 🧡 the web,. "Generating Random #Mazes with #JavaScript" https://sunny.garden/@paulhebert made a random maze generator and shows you how it was done. https://cloudfour.com/thinks/generating-random-mazes-with-javascript/ #puzzle #programming
-
#Developer Friend: "I imagine my code from last week as a boring old 2-door car. What's your old code look like?" Me: 🤔 #webdev #memes #programming
-
Using an 8K #TV as a #monitor https://daniel.lawrence.lu/blog/y2023m12d15/ #tech #devlife #programming
-
When you are a #developer but are using the "free but very old that all still technically work" #programming tools. #webdev #memes
-
My IDE on Monday showing me the errors in the #code I wrote on Friday before I rushed off into the weekend. #webdev #memes #programming
-
"Write #code that is easy to delete, not easy to extend." #programming #webdev https://programmingisterrible.com/post/139222674273/write-code-that-is-easy-to-delete-not-easy-to
-
"Unlocking the Power of #JSON Patch" #webdev #programming https://zuplo.com/blog/2024/10/10/unlocking-the-power-of-json-patch "JSON Patch is a standardized format for describing how to modify a JSON document. It was created to address the need for a simple, efficient, and standardized way to apply partial updates to resources, especially over HTTP. "
-
As a #developer sometimes you'll see #code comments like this. Often, you'll be the one writing it. #webdev #memes #programming
-
#coding #programming #webdev "It's not enough for a program to work, it has to work for the right reasons. #Code working for the wrong reasons is code that's going to break when you least expect it." https://buttondown.com/hillelwayne/archive/be-suspicious-of-success/ "And since "correct for right reasons" is a much narrower target than "correct for any possible reason", we…
-
Dave Farley On What Makes High Quality Code "So I've come to the belief that the only definition of quality in code that makes any sense is our ability to change the code. If it's easy to change, it's high quality; if it's hard to change, it's not." https://www.bennadel.com/blog/4713-dave-farley-on-what-makes-high-quality-code.htm #programming #coding #webdev
-
Me: "I'm seeing a lot of warnings in my branches." Friend, not into #programming: 🤔 #memes #webdev
-
Friend of mine yesterday: "I finally figured out timezones in #programming." Today: #PHP #coding #webdev #memes
-
I respect people's opinions and experiences on #coding and #AI. It's been my experience that AI (horrible general term, it's really Code Pilot in #VSCode ) has certainly helped me. Saved me a ton of time vs me trying to google something. Don't blindly trust – code still tested. Helps automate things and writes decent…
-
Frontend vs backend code on many many websites. #webdev #memes #programming
-
A great post about a programmer looking into a QR code system of a restaurant ordering system. And the horror of public APIs in some cases. Spoiler: He could order food for another table in any restaurant live without paying for it. https://peabee.substack.com/p/whats-inside-the-qr-code-menu-at #programming #Api
-
"Bypassing airport security via #SQL injection" 🤨 #programming #database https://ian.sh/tsa
-
"#OpenAI is shockingly good at unminifying code" #AI https://glama.ai/blog/2024-08-29-reverse-engineering-minified-code-using-openai #programming
-
This is awesome. 🧡 A collection of Free Public #APIs for "Students and #Developers" that are tested every day. https://www.freepublicapis.com/ #webdev #programming
-
Good Refactoring vs Bad Refactoring #programming #webdev #coding https://www.builder.io/blog/good-vs-bad-refactoring
-
Good read: "The anatomy of a 2AM mental breakdown" #webdev #programming https://zarar.dev/anatomy-of-a-mental-breakdown/
-
TIL: 8 versions of UUID and when to use them #programming #webdev #coding https://ntietz.com/blog/til-uses-for-the-different-uuid-versions/
-
Larry Tesler was passed away. A tip of my hat to him – he was the computer scientist behind cut, copy and paste (and find/replace). How many programmers (at least) should him a 🫡 https://www.bbc.com/news/world-us-canada-51567695 #tech #programming
-
Why I 🧡 the web: Someone created an Applesoft BASIC editor that extracts and updates code into a live #Apple II VM. Sample programs. This was I think my first programming language in elementary school. https://paleotronic.com/applesoft/ #programming #basic
-
Why I 🧡 the web. Someone created a website that documented every recent #Chipotle locations prices. Prices can differ up 43% per location! https://www.chipotlecost.com/ (Not real time but still cool). #Selenium #Programming
-
Trying to figure out the best way to go through server log files over 100MB. So far I found this: https://github.com/variar/klogg I'm using a Mac, if that helps. Even text editors i've used in the past (VS Code and even more basic ones) will slow at a certain point. #webdev #programming
-
"Follow the simple tutorial and i'm sure you can get our code to work for you." #TryingOtherCompaniesCode #programming#webdev #memes
-
"#Programmers Should Never Trust Anyone, Not Even Themselves" #coding #programming #webdev https://carbon-steel.github.io/jekyll/update/2024/06/19/abstractions.html
-
"A Bunch of #Programming Advice I’d Give To Myself 15 Years Ago" https://mbuffett.com/posts/programming-advice-younger-self/ "It’s really easy to write terrible #code. But it’s also really easy to write code that follows absolutely every best practice, with 100% test coverage, and has been fuzz-tested and mutation-tested for good measure – your startup will just run out of…