LZLorenzo Zarantonelloinlorenzozar.hashnode.dev·Aug 13, 2024 · 4 min readThree Examples of How AI Expands Developers' RolesHere are three tools to expand developers' roles and productivity. You can start to use them right now. GitHub Copilot - Generic Developer Assistant JIRA AI - Developers Expand Into Product Owners EarlyAI - Your AI Test Engineer GitHub Copilot -...00
LZLorenzo Zarantonelloinlorenzozar.hashnode.dev·Jul 31, 2024 · 5 min readNx Angular Lazy-loading LibrariesSo far, our Nx angular standalone application has three independent libraries and a shared module (library) that could contain shared code for the libraries. In the following example, I’ll show how to lazy-load one library. For the sake of simplicity...01V
LZLorenzo Zarantonelloinlorenzozar.hashnode.dev·Jul 30, 2024 · 5 min readNx Angular Code GeneratorsStraight from the documentation, "Similar to the Angular CLI, Nx comes with code generation abilities. What the Angular CLI calls 'Schematics,' Nx calls 'Generators.'" Shortly: Angular Schematics = Nx Generators So, basically, Nx generators help yo...00
LZLorenzo Zarantonelloinlorenzozar.hashnode.dev·Jul 29, 2024 · 2 min readNx Angular Standalone ProjectIn my previous post, I set up an Nx Angular Standalone app and went through the basic concepts of an Nx workspace. Nx homepage Remember that you can use Nx even if your project is not a monorepo but a standalone app, as in this post. Nx Standalone A...00
LZLorenzo Zarantonelloinlorenzozar.hashnode.dev·Dec 22, 2023 · 5 min readOneEntry Headless CMS: What Is It?For quite a long time, traditional content management systems have been hampered by the challenges that come with re-sharing and reusing materials across platforms, developmental bottlenecks, and scalability issues. However, the advent of headless CM...00