DevRadar

Tech Blog

Auto-aggregated global tech articles · 1,063 posts

I
Backend

Is it possible to deserialized a saved file of an old pascal system?

I'm working on making a latest system from an old pascal system (created in year 2008). And am trying to retrieve all of the data from that old system. It's has been said that the data was encrypted by the creator of the old system. But when i looked into the contents of the saved file using notepa

Reddit r/programming
W
Frontend

What I learned building an enemy state machine in Godot 4

I wrote "just use a match statement, it's fine" three times before I stopped saying it. It is fine, right up until an enemy needs a fourth state and two of the transitions start depending on each other. Here is what actually cost time building enemy AI for a wave-based game, in the order it bit me.

DEV Community
H
DevOps

how do small teams actually keep staging in sync with prod?

our staging environment has drifted so far from prod that I've basically stopped trusting it. it happened gradually -- a config change here, a manual fix there, someone needed something 'just for testing' and now the state is a mess. I've seen people suggest infra-as-code, automated deploys to stagi

Reddit r/webdev
I
General

I built a browser game that asks your microphone to imitate a robot

I wanted a microphone project with a very small brief: hear a sound, copy it, and see how close you got. That became Mimic Party Online, a browser game where each round gives you a short sound cue and one recording attempt. The cue might be a meme clip, an animal call, a machine noise, or something

DEV Community
A
Frontend

AI Can Write Your Code. Can It Actually Debug It?

AI Can Write Your Code. Can It Actually Debug It? AI coding assistants have changed how developers write software. You can describe a feature, generate a function, refactor a component, write a test, or explain an unfamiliar codebase in seconds. But there is one part of software development that

DEV Community