TECHcommunity_SAGtechcommsag.hashnode.dev·Oct 29, 2024Junior Developer's Guide to Legacy Systems | IUG 2024About this video Developers Lars-Erik Bjørk, Kristoffer Jacobsen, Geir Knudsen, and Johan Svartdal present their insights on organizational change and onboarding new talent. https://youtu.be/g0DE8AeIwkI Read full topicDiscussdeveloper guide
David Montesdeocablog.davidmontesdeoca.es·Oct 28, 2024The one about linting in a legacy Ruby projectPreviously, I mentioned that I recently started working on a new project. New for me, of course. The platform of this American fintech consists of many applications developed in multiple programming languages, but mainly in Ruby. There are several de...Discussstandardrb
Kevin DenverforSoftware Engineering Cornersoftware-engineering-corner.zuehlke.com·Sep 18, 2024Efficiently Parsing COBOL Fixed-Length Records with Functional LensesI have been lucky enough to work on more than one project that required integration with legacy mainframe applications throughout my career at Zühlke. Integrating with legacy technologies can be challenging and requires innovative solutions to avoid ...Discuss·148 readsCOBOL
MALLESH C Nmalleshcn.hashnode.dev·Aug 12, 2024From Code to Legacy: Why Every Developer Should Document Their JourneyIf you're reading this, you're probably curious about yourself. And why not? Your life is like a piece of art: every event, big or small, is a brush stroke on the canvas that is you. At least that's what I believe. Now let me tell you why documenting...Discusslegacy
Chris Vesterscvesters.hashnode.dev·Jun 30, 2024Legacy Codebase: TestingFor some reason, most legacy codebases don't have a lot of tests, and if there are tests they often are end-to-end tests that don't clearly specify what they are actually testing. In most cases the tests are just there to have enough coverage and not...Discusssoftware development
Michał Romanmichalroman.hashnode.dev·May 23, 2024Tailwindcss preflight and legacy codeTailwindcss provides a set of base styles that help keep your pages consistent. These include removing margins, resetting font sizes and weights, unstyling lists, and many more. While this is helpful for new projects, it can be tricky to apply Tailwi...DiscussTailwind CSS
Ion Bazanblog.bazan.dev·May 20, 2024💖 Write Future-Compatible PHP Code with Symfony PolyfillsIf you’re like many developers, you know the frustration of being stuck on an older PHP version. Upgrading to the latest and greatest can be a daunting task, especially when you're dealing with legacy code and tight deadlines 🤬. But fear not! Symfon...DiscussUseful toolsPHP
Liam Grantiamliamgrant4.hashnode.dev·Apr 10, 2024VB6 vs .NET controls, a comparisonThis post is a quick overview of an Abto Software blog article. VB6 to .NET migration can get quite complex, with differences in properties, control behavior, layout, styling, and key operating mechanisms. When comparing VB6 and .NET technology, the ...Discuss·10 likes·39 readsdotnet
Joshua Onyeuchefrontendbistro.hashnode.dev·Mar 3, 2024How Did I Become Legacy?Ever wonder how the latest, greatest app you shipped three years ago is now considered legacy? You didn’t set out to build legacy software; it just... happened. And if you’ve ever worked on a project long enough to see it reach this “legacy” status, ...Discuss·19 likescutting-edge
Didiet Noorretrocoding.net·Feb 10, 2024Building for DOS, OS/2, and DOS on a Macbook Apple Silicon.I've previously written about OpenWatcom as a gateway to the ancient world. However, at that time, I focused on installing it using Docker, as OpenWatcom 1.9 only works on Windows and Linux. I'm not a full-time Windows or Linux user, so when I discov...Discuss·1 like·7.3K readsRetrocoding