I want it in my terminal! Proficiency in the terminal enhances efficiency and opens up a world of opportunities with handy tools and quick commands. Published onOctober 10, 2023terminaldevelopmentgeekJafar RezaeiFullstack Software EngineerRead more
Speedup unit tests development in Angular with NG-Mocks There are multiple ways to speed up unit tests development in Angular. Let me show two of them using the NG-Mocks library. Published onOctober 4, 2023frontendangularunit-testsAlexey SesFrontend DeveloperRead more
Generate unit tests using CodiumAI Unit tests are an essential part of software development. Tests help you to ensure that the code works as you expect. It takes time to create all necessary tests. But there is a way to generate them. Published onSeptember 27, 2023frontendunit-testsvs-codeintellij-ideaAlexey SesFrontend DeveloperRead more
TIL: The CSS order Property Requires Each Grid/Flex Item to be ordered To use order on one element means using order on each of its siblings, too. Published onSeptember 12, 2023cssflexgridRemy ParzinskiFront-end DeveloperRead more
ECMAScript Explicit Resource Management early implementation in TypeScript 5.2 The TypeScript implementation of the using and await using declarations from the TC39 Explicit Resource Management proposal, which is currently at Stage 3 Published onSeptember 8, 2023typescriptweb-developmentjavascriptMohi BagheraniSoftware EngineerRead more
Consistent CSS spacing is hard, but it does not have to be Two simple guidelines is all it takes to prevent rampant spacing issues from turning your expertly crafted project into an endless game of whack-a-mole. Published onAugust 15, 2023frontendcssNiels MatthijsFrontend DeveloperRead more
Finite State Machines in JavaScript Application state can make any application complex real quick. Let’s have a look at Finite State Machines in Javascript to resolve some of these complexities. Published onAugust 1, 2023frontendjavascriptDave BitterGoogle Developer Expert Web & Developer AdvocateRead more
Streamlining Deployment and Scaling: An Introduction to Kubernetes, Helm and Terraform A small go-through to explore Kubernetes, Helm and Terraform Published onJuly 27, 2023KubernetesMinikubek8sHelmTerraformDockerizationKotlinSpringbootEyad JarrarSoftware EngineerRead more
IndexedDB > Web Storage Explore the advantages of IndexedDB over the Web Storage API as a more efficient and sophisticated alternative for storing structured data on the client, eliminating the need for repetitive JSON parsing and stringifying operations. Published onJuly 20, 2023frontendjavascriptDave BitterGoogle Developer Expert Web & Developer AdvocateRead more
Code Is For Humans And Humans Alone Write code for human beings to improve developer experience, readability and maintainability Published onJuly 19, 2023clean-codedxcode-qualityproductivityRemy ParzinskiFront-end DeveloperRead more
Tailwind for productivity In general, developers don't find writing CSS the most fun part of software development. Although, in my opinion, Tailwind CSS makes it fun and efficient! Published onJuly 13, 2023TailwindCSSFrontendProductivityDXRonny RookFront-end DeveloperRead more
White labeling in a front-end monorepo: The do's and don'ts. Defining a good structure for your theme, components, and files is key to maintaining code for multiple brands. If you're coding multiple applications within one shared codebase, these guidelines will help you out. Published onJuly 3, 2023FrontendCSSMonorepoDesign-systemWhite-labelingFrontend-ArchitectureZakaria TaissateFull-stack Software Engineer & Team CaptainRead more