kyle benderothbendyworkshop.hashnode.dev·Jan 11, 2025A Developer's Journey: From Casino Games to Exploring New TechOver the last decade, I’ve worked in the gaming industry, creating over 70 slot games for casinos. I’ve risen from an entry-level programmer to a manager, leading a talented team of developers, and earned my certification as a Scrum Master. While I’v...Learning Journey
Kevin DenverforSoftware Engineering Cornersoftware-engineering-corner.zuehlke.com·Jan 6, 2025Refactoring Legacy Code using Tiny Types and Data Oriented Programming in JavaLegacy systems are often procedural and rely heavily on mutable state, which makes them difficult to maintain and extend. This reliance on mutable data structures can lead to issues like unintended side effects and bugs, especially when several parts...73 readsFunctional Programming
Milan Jovanovićmilanjovanovic.hashnode.dev·Dec 28, 2024What Rewriting a 40-Year-Old Project Taught Me About Software Development"Your task is to rewrite this system. It powers our entire operation. Oh, and it's written in APL." That's how my journey with this legacy rewrite began. For those unfamiliar with APL, it's a programming language from the 1960s known for its unique m...software development
aven datablog-systems-decommissioning-definition-types-benefits-process.hashnode.dev·Dec 13, 2024Legacy Systems: Definition, Types, Advantages & Disadvantages, Examples, ModernizationWhat is a legacy system? Definition: A legacy system refers to outdated computer software, equipment, hardware, or technology that is still used in daily operations. These systems lack support, maintenance, and future development. Examples include ol...Legacy System Definition
Raj Kumarmodernization-blueprint.hashnode.dev·Nov 6, 2024Oracle Forms Support is Ending: What Are Your Best Alternatives?Oracle Forms was introduced in the 1980s. It quickly gained recognition for its user-friendly interface and remarkable features. Bill Friend was hired as the second employee of Oracle. His responsibility was to develop a straightforward method for us...Oracle
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 topicdeveloper guide
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 ...177 readsCOBOL
Ahra YiforCodeSnapcodesnapmag.hashnode.dev·Sep 12, 2024레거시 시스템의 결합도를 낮추는 방법원문: Maximiliano Contieri, "How to Decouple a Legacy System" 레거시 코드 개선 연습 좋은 설계를 위한 방법과 따라야 할 규칙을 설명하는 글들은 많습니다. 이 글에서는 레거시 설계를 개선하는 구체적인 예제를 살펴보고자 합니다. 문제점 기존 시스템의 다수는 결합(coupling) 문제가 있습니다. 이로 인해 유지보수성이 떨어집니다. 결합도가 높은 시스템을 변경하면 그 파급 효과 역시 큽니다. 커플링:...15 likes·33 readsSeptember 2024Software Engineering
Aven Dataavendata1.hashnode.dev·Sep 6, 2024Emerging Trends in Legacy System ManagementManaging legacy systems is vital for many organizations, as these outdated yet essential systems support daily operations. However, their aging technology can limit growth and adaptability. Emerging trends in legacy systems management are now providi...Legacy System Management
Vivekheyvivek.com·Aug 23, 2024🚀 Refactoring Legacy Code: Strategies for Modernizing Old Projects 🛠️Working with legacy code is a challenge that most developers will face at some point in their careers. Whether you’re maintaining an old project, integrating new features, or improving performance, refactoring legacy code is often necessary to ensure...13 likes·257 readsrefactoring