Published onJanuary 7, 2024Quick sort - ordenação rápida usando JavascriptjavascriptalgorithmsortingAn overview of how to build a quick sort algorithm using Javascript for portuguese speakers
Published onJanuary 5, 2024Bubble sort - ordenação em bolha usando JavascriptjavascriptalgorithmsortingAn overview of how to build a bubble sort algorithm using Javascript for portuguese speakers
Published onJanuary 5, 2024What is lazy loading and why you dont need a framework or a library that implements it.SPAPWAfrontendDOM-APISingle-Page-ApplicationLazy-LoadingES5ES6VANILLA-JAVASCRIPT"Lazy loading is a strategy to identify resources as non-blocking (non-critical) and load these only when needed." MDN, Dec 20, 2023
Published onSeptember 25, 2023Domain DesignerTypescriptNode.jsVue-3BulmaIndexedDBViteDDDHexagonal-ArchitectureThe-Clean-ArchitectureMeta-programmingRADOpenAPIProduct-ManagementNO-CODE Domain Designer for Typescript applications built under the DDD - Domain Driven Design principles.
Published onAugust 7, 2023Linked Lists built with Typescript for portuguese speakerstypescriptdata-structureslinked-listAn overview of how to build linked lists with Typescript for portuguese speakers