Amir TutunchiRefactoring Swiftly: Taming Spaghetti Code, One Line at a TimeHow I learned to stop panicking, start refactoring, and turn messy iOS code into clean, maintainable masterpieces.Nov 19
Murat AslanSummary of ‘Patterns of Enterprise Application Architecture’ BookThe book covers a set of patterns that can be used to design and develop enterprise-level applications. These patterns are proven solutions…Mar 18, 20231
Justin MuenchHow to Stop Hating Legacy Code (and Actually Make It Work for You) 👴👨💻Ah, legacy code — two words that can send a chill down any developer’s spine. We’ve all been there: tangled, brittle code with no tests in…Nov 2Nov 2
InConsaltzonebyDebasish DaluiAPI Maturity Model — Inspired by Martin Fowler“A maturity model is a tool that helps people assess the current effectiveness of a person or group and supports figuring out what…Jul 18, 2021Jul 18, 2021
InWeb of WeeknotesbyAndy CallowWeeknotes s06e24TL;DR: Trust Public Meeting. Not quite hitting meeting expectations. Midlands Digital Skills Development Conference. Legacy fanboy moment.Sep 22Sep 22
Amir TutunchiRefactoring Swiftly: Taming Spaghetti Code, One Line at a TimeHow I learned to stop panicking, start refactoring, and turn messy iOS code into clean, maintainable masterpieces.Nov 19
Murat AslanSummary of ‘Patterns of Enterprise Application Architecture’ BookThe book covers a set of patterns that can be used to design and develop enterprise-level applications. These patterns are proven solutions…Mar 18, 20231
Justin MuenchHow to Stop Hating Legacy Code (and Actually Make It Work for You) 👴👨💻Ah, legacy code — two words that can send a chill down any developer’s spine. We’ve all been there: tangled, brittle code with no tests in…Nov 2
InConsaltzonebyDebasish DaluiAPI Maturity Model — Inspired by Martin Fowler“A maturity model is a tool that helps people assess the current effectiveness of a person or group and supports figuring out what…Jul 18, 2021
InWeb of WeeknotesbyAndy CallowWeeknotes s06e24TL;DR: Trust Public Meeting. Not quite hitting meeting expectations. Midlands Digital Skills Development Conference. Legacy fanboy moment.Sep 22
Harsh JaiswalFake It Till You Make It — Lazy Load Through Virtual Proxy PatternOptimize resource allocation in your programApr 14, 2021
Ricardo Serrato (Programming Headache)Why Extract Method Is a Top Refactoring Technique and Examples to Make It a Daily HabitRefactoring is great; code that is a mess can gradually be transformed into code that is understandable at first glance.Aug 24
Oli SteadmanFour Principles of the Data MeshThe blog at Martin Fowler’s site is a great way of keeping up to date with latest consensus on data architecting. Last year on that blog…Dec 21, 2020