InMcDonald’s Technical BlogbyGlobal TechnologyBehind the scenes: McDonald’s event-driven architectureWe explore our journey of developing a unified platform enabling real-time, event-driven architectures.Aug 24, 20225Aug 24, 20225
Dan McCrearyThe Generative Turn for Tech StrategyHow Generative AI Has Triggered a Paradigm ShiftMay 7, 20239May 7, 20239
InITNEXTbyAziz NalTypeScript Runtime Type CheckingUtilizing TypeScript’s Type System and Overcoming JavaScript Quirks for Robust Runtime ChecksApr 25, 20234Apr 25, 20234
InWix EngineeringbyNatan SilnitskyEvent Driven Architecture — 5 Pitfalls to Avoid5 pitfalls that Wix engineers have encountered and fixed during their migration of more than 2000 microservices to Event Driven…Aug 14, 202214Aug 14, 202214
KD Knowledge DietSingle Responsibility Principle: What? working as “a software engineer” you don’t know it?!?!Have you ever experienced that code refactoring doesn’t make your code better? Adding spaghetti on top of spaghetti won’t make much of a…Mar 27, 20224Mar 27, 20224
Inneotiv GmbHbyMartin LeuckertIntroduction to Microservice Design PatternsBasic knowledge on how to build microservices using well-known design patterns or migrate your monoliths to a microservice strategy.Nov 3, 20213Nov 3, 20213
InBetter ProgrammingbyVlad OstrenkoComparing Three-Layered and Clean Architecture for Web DevelopmentThe most popular approaches to web application developmentOct 27, 20216Oct 27, 20216
InITNEXTbyShane NolanCreating A Modern Python Development EnvironmentThis blog post demonstrates how I set up and configure my Python development environment using pyenv and Poetry.Apr 4, 20227Apr 4, 20227
Vindya GunawardenaBDD — Beyond TDDBDD in conjunction with TDD — Using Cucumber and SpockApr 20, 2022Apr 20, 2022
InBetter ProgrammingbyGuy ErezDependency Inversion vs. Dependency InjectionStraightforward and simpleFeb 28, 202222Feb 28, 202222
InTrendyol TechbyEmre AltunWhy Domain-Driven Design & Event Sourcing and its BenefitsMonolith application, there are several problems that technical and non-technical teams are trying to deal with because of Monolith…Apr 20, 2022Apr 20, 2022
CoryWhy I avoid async/awaitWhatever your stance on async/await, I’d like to pitch to you on why, in my experience, async/await tends to make code more complicated…Mar 5, 202267Mar 5, 202267
InTDS ArchivebyMadison SchottBest Practices for Building Trust in Your DataHow to get your stakeholders to stop doubting and questioningApr 15, 2022Apr 15, 2022
InTDS ArchivebyAdrienne KlineBuild and Distribute a Python Package Using venv and PyPIPython is an open source platform and is built on the backs of countless paid and freelance developers. Its flexibility and reusable code…Apr 13, 2022Apr 13, 2022
KD Knowledge DietDependency Inversion Principle: How Google Developers write codeTo become a high-paid developer, you need to learn TDD. Basically, you have to develop software with TDD to get into a big company. If…Apr 10, 202227Apr 10, 202227
InHAVELSANbyAhmet YakarTesting Private Methods!Private methods. To test or not to test? That is a serious question.Apr 15, 2022Apr 15, 2022
InLevel Up CodingbyWendy SunChanging Async/Await to Promises.all to Speed Up API Calls in Node.JSHow we converted Async/await to Promises.all in Nodejs which reduced the processing time from 50+ secs to less than 5 secsMar 30, 202212Mar 30, 202212