leolanese
I'm a passionately curious Software Engineer, specialising in Front-End under Agile Development methodologies. London, UK.
Sea Mar M.A. Ltd.London, UK
Pinned Repositories
Angular-Component-Communication
Angular (20+) Observables and Signal using Input/Output and Signal Input/Output
Angular-NodeJS-RestAPI
Angular + NodeJS REST Api - Full Stack Development Workflow
Angular-Signals-StandAlone-Shopping-Cart
Angular (17+) using Signals service and stand-alone components producing a Shopping-Cart
Angular-Storybook-Chromatic-CDD
Chromatic is a Visual Regression Test Suit: It can be used to test UI changes in Storybook. take snapshots before and after pushing, and make a comparison automaticly It lets them visually tests stories automatically and publish their Storybook for others to reference. QA can often feel like the world's longest game of "spot the difference"
angular-utility
AngularJS: A collection of AngularJS services that helps me, and I hope these can help you too
bash_profile
bash_profile, based on a Front-End Web Developer POV. I'm sharing best practices, tricks and keep the same profile across multiple development platforms
Functional-Programming-buzzwords
Short definitions of Functional Programming key concepts
Functional-Programming-mindset
"Functional Programming mindset" - An introduction to Functional Programming using JavaScript
JS_ES6_workshop
The road to ES6 JS: New solutions for old JS problems.
Open-Source-JS-Resources
Open Source JavaScript Resources place
leolanese's Repositories
leolanese/bash_profile
bash_profile, based on a Front-End Web Developer POV. I'm sharing best practices, tricks and keep the same profile across multiple development platforms
leolanese/Angular-Component-Communication
Angular (20+) Observables and Signal using Input/Output and Signal Input/Output
leolanese/Angular-Storybook-Chromatic-CDD
Chromatic is a Visual Regression Test Suit: It can be used to test UI changes in Storybook. take snapshots before and after pushing, and make a comparison automaticly It lets them visually tests stories automatically and publish their Storybook for others to reference. QA can often feel like the world's longest game of "spot the difference"
leolanese/Angular18-Preloading-Strategies
Angular18 Pre-loading Strategies - Improving the UX
leolanese/Angular19-API-Signal
Angular (19+) API request using pure reactive signal approach with Separation of Concern (SoC)
leolanese/Angular19-Zoneless-standalone-webComponents-signals
Angular (19+) `ZoneLess`, `stand-alone`, Agnostic `Web Components` and `Signals`
leolanese/Angular-API-Observable-Signal
Angular (20+) Request API based on Observable, Signal (global and local state management, effect, httpResource, input-pattern, model)
leolanese/Angular-Feature-Flag-provideAppInitializer-APP_INITIALIZER
Implementing feature toggles in an Angular (19+) App using provideAppInitializer (APP_INITIALIZER). This powerful technique feature toggles to conditionally activate / deactivate specific features in the App based on configuration settings.
leolanese/Angular-Forms-Performance-Fetch-Search-Filtering
Angular (20+ )forms performance, search and filtering project
leolanese/Angular-Forms-Strategies
Angular (20+) Forms Patterns: Template Driven, React Driven Template and Signal Driven forms
leolanese/Angular-Image-Loading
Prioritizing Important Images: NgOptimizedImage allows you to prioritize the loading of important images, ensuring that the most critical images are rendered first, providing a better perceived loading experience for users
leolanese/Angular-Signal-playground
Angular (17+), using Signals and stand-alone components
leolanese/Angular-Signal-ReactiveForms
Compare `Reactive Forms with Signals` 17+ Vs. new `Signal-Based Forms` 21+
leolanese/Angular-Signal-RestAPI
Angular-Signal-RestAPI
leolanese/Angular-Web-Elements
Angular (16+) Web Elements POC
leolanese/Angular18-InMemoryWebApiModule
Angular18 InMemoryWebApiModule to mock data collections
leolanese/Angular18-MineSweeper-BFS
Angular18-MineSweeper-BFS
leolanese/Angular18-PWA-Testing-Badging-API
Angular18+ PWA: Testing new Badging-API
leolanese/Angular18-Search-Sort-Filter-Pagination-ClientSide-ServerSide
Company-Test
leolanese/Angular19-Dynamic-Component-Rendering
Angular19 Dynamic async Component Rendering
leolanese/JS_InsteadOf_betterDo
JS instead of -> better do Best Practices
leolanese/leolanese
leolanese/NestJS-playground
NestJS-playground with tests and notes
leolanese/ng-portfolio
Portfolio - personal porfolio
leolanese/React-ContextAPI-portfolio
ReactJS Context API Portfolio
leolanese/React-Next-Stripe-TS
Stripe-Next-TS
leolanese/Reactjs-Redux-portfolio
ReactJS Redux Portfolio
leolanese/VSCode-IDE-development-settings
IDE settings
leolanese/Angular-autocomplete
Angular (21+) Autocomplete using Trie DS and signals
leolanese/Angular-BehaviorSubjects-to-Signals
Practical guide of migrating BehaviorSubjects to Signals based on real experience