Adithya Sreyajsreyaj.hashnode.net·Aug 28, 2021Compito - A project management app built using Angular, NestJs & Auth0Compito is a simple and easy-to-use project management application built using Angular and NestJs. Authentication/Authorization is all handled by Auth0. It's my submission towards the Auth0 x Hashnode hackthon. It was a great experience building som...Yuvaraj and 8 others are discussing this9 people are discussing thisDiscuss·197 likes·7.4K readsAuth0HackathonGreat work Indeed and effort you have put is clearly visible! I think these types of projects are really beneficial. They are open source and free to use. 7
Adithya Sreyajsreyaj.hashnode.net·Feb 26, 2022Launching Flare ✨ - The twitter for developers we all have been wanting!Flare is my take on a social network for developers. It's built entirely around the needs and interests of software developers. Flare is my entry for the Netlify x Hashnode Hackathon 🔥 TL;DR: Flare is a new kind of social networking site made especi...Avinash Dalvi and 16 others are discussing this17 people are discussing thisDiscuss·173 likes·8.6K readsNetlifyBest project I have seen so far! 24
Muhammad Awaismuhammadawaisshaikh.hashnode.net·Feb 24, 2022Car Wash PWA App - Netlify x Hashnode Hackathon 🔥Detailed Overview https://youtu.be/egrLziXPRSU 👉 Inspiration behind this App Idea? Throughout the world automotive industry is growing exponentially, with this rise of industry there are hundred and thousand of vehicle models along with their respec...Rehan Sattar and 13 others are discussing this14 people are discussing thisDiscuss·83 likes·985 readsNetlify
Tushar Patiltechtush.hashnode.net·Apr 23, 2023Complete Guide to Setting Up Your PC for Angular Development: Tools, Dependencies, and ConfigurationAngular is a popular front-end development framework that is widely used to build complex web applications. Setting up your PC for Angular development can be a challenging task for beginners, as it involves installing and configuring multiple tools a...DiscussAngular
Sanju Msanjusm.hashnode.net·Apr 21, 2023Control value accessor in AngularThe ControlValueAccessor interface offers a collection of functions that enable Angular forms to communicate with native DOM elements. In essence, it serves as a vital link between Angular Form APIs and DOM elements. interface ControlValueAccessor { ...Discuss·1 like·40 readsFrontend Development
Dany Paredesdanywalls4.hashnode.net·Apr 19, 2023Key RxJS Operators Every Angular Developer Should KnowToday, one of our teammates was curious about which RxJS operators they'd need to create a search feature in Angular. I let them know that while RxJS has loads of operators, they don't need to know them all. I usually stick with Map, Filter, Tap, Swi...Discuss·7 likes·3.2K readsAngularAngular
Munir I Saidmuneersahel.hashnode.net·Apr 19, 2023# Why I Shifted to Angular Ionic FrameworkAs a web developer, I have always been on the lookout for new technologies and frameworks that can improve my workflow and productivity. Recently, I decided to shift to the Ionic framework, and in this article, I will explain why. What is Angular Ion...DiscussAngular
Pallav Singhpallavsingh.hashnode.net·Apr 18, 2023Type Inference: What It Is and How It WorksIf you're a developer, you're likely familiar with the concept of typing. Types are used to define the data and operations that can be performed on that data in a programming language. But what if you didn't have to manually define the types of every...DiscussAngular
Dany Paredesdanywalls4.hashnode.net·Apr 16, 2023Testing Functional Guards in Angular 15: A Step-by-Step GuideSince Angular 14, we can convert our class guards to functional and also combine them with inject making it so easy to write guards Angular applications. When we move from class to functional, the constructor disappears, and the dependencies come fro...Discuss·6 likes·377 readsAngularAngular
Mo' Claudiuskodedmo.hashnode.net·Apr 16, 20237 Essential Tips to Optimize Angular Applications for High Performance and Best PracticesBy now everyone knows that Angular is a powerful and popular web application framework developed by Google and with its robust features and ease of use, it has become the go-to choice for developers when building single-page applications (SPAs). Howe...DiscussAngular
Mustapha Afkirmoescodes.hashnode.net·Apr 16, 2023How to create Reactive Forms in AngularCreating forms in Angular using Angular's reactive forms is a great way to build dynamic and interactive forms for your web applications. Reactive forms provide a powerful and flexible way to manage form data and validation. In this blog post, we'll ...Discuss·34 readsAngularAngular
Bartosz Szłapakbarcioch.hashnode.net·Apr 16, 2023Angular directive testingIn this article, I'll show how to test Angular directive. To test it I'll create appCloneElement directive. Its purpose is to duplicate HTML elements given n times. Setup If unsure how to set up Angular with Jest please refer to the article: https://...DiscussTesting Angular applicationsAngular
Tushar Patiltechtush.hashnode.net·Apr 15, 2023Let's understand different versions of AngularAngular is a popular JavaScript framework for building web applications. It was first released in 2010 by Google and has since become one of the most widely used frameworks for building dynamic and responsive web applications. Here's a brief history ...DiscussAngular