Best of Angular2021

  1. 1
    Article
    Avatar of angularAngular·4y

    Thank you, Angular

    Igor Minar is leaving Google to take up a role with Uber Tech Lead Jeremy Elbourn. He will be transitioning to the role of Lead Tech Lead (TL) for the project. Minar has been working on the project since 2009, when he first met Miško Hevery. He says the project has grown to become much bigger and more influential than he ever imagined.

  2. 2
    Article
    Avatar of hashnodeHashnode·5y

    Refactoring old code

    A colleague asked me to write an extension on an old codebase. The old code was using loops and wasn't really efficient with the tools we have nowadays. I decided to use the Map method to map the data into the desired format. The last thing we need is to have the array sorted based on the number variable.

  3. 3
    Article
    Avatar of keycdnkeycdn·5y

    Top Frontend Frameworks

    The right frontend framework simplifies, streamlines and speeds up the website design and development process while still giving you the flexibility and features that you need to produce exceptional results. React is a popular JS framework that focuses on user experience. As of December 2020, mobile traffic has surpassed desktop traffic with 55.73% of traffic coming from mobile devices.

  4. 4
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    useQuery Instead of Fetch While Calling an API

    React doesn’t come with its own fetching library, so developers came with their own implementation to fetch the data from the server. The problem is, it is very hard to code the caching based fetching system to effectively avoid network call duplication. useQuery Instead of Fetch While Calling an API.

  5. 5
    Article
    Avatar of angularAngular·5y

    Angular v13 is now Available

    Angular v13 is now available for download. The latest release brings all sorts of updates and features to help your teams build great apps. We also have an update guide available at update.angular.io to help teams get instructions on how to update their projects. Get Angular v13 now by running ng update in your project.

  6. 6
    Article
    Avatar of devgeniusDev Genius·4y

    Micro-Frontend Architecture With Angular

    Micro-frontends are small applications mostly divided by subdomain or functionality working together to deliver a larger application. Each app can be implemented by a separate team and any framework. Apps development becomes faster and easier because of separate teams. CI/CD Becomes easier and this makes theCI/CD process a lot easier. No Shared applications, we tend to share code across features but this doesn't scale well and introduces a lot of bugs.

  7. 7
    Article
    Avatar of medium_jsMedium·5y

    Vue Ecosystem

    Vue is a progressive framework for building user interfaces. It consists of a core library that focuses on the view layer and an ecosystem of supporting libraries. Vue is in 2nd place with 16.4% amongst the top 5 most wanted web frameworks. It is used by big companies such as Gitlab, Alibaba, Xiaomi, Adobe, Euronews, Nintendo, Grammarly, Codeship, Behance, and many more.

  8. 8
    Article
    Avatar of devtoDEV·4y

    Modern Angular

    Modern Tools are tools that can and should be used when building Angular applications and Angular libraries. These tools tend to focus on a more architectural side of software development. Modern Tools take advantage of the latest improvements in the JavaScript ecosystem to improve productivity, consistency, reliability, scalability and developer experience.

  9. 9
    Article
    Avatar of phProduct Hunt·5y

    Tailwind UI Kit — 600+ components, 30 templates, React, Angular, & Vue support

    Tailwind UI Kit is a one-of-a-kind collection of 600+ ready-to-drop-in components. It includes 30 templates with react, angular, and vue support. It's available for iOS, Android, and web apps. For more information, visit Tailwind's website.

  10. 10
    Article
    Avatar of webweb.dev·5y

    Introducing Aurora

    Aurora is a collaboration between Chrome and open-source web frameworks & tools. It aims to deliver the best user experience possible for production apps regardless of the browser you're rendering in. By bridging the gap between browsers and frameworks, it enables high-quality to be a side-effect of building for the web.

  11. 11
    Article
    Avatar of medium_jsMedium·5y

    Managing Javascript Projects With Monorepo

    A monorepo (mono repository) is a single repository that stores all of your code and assets for every project. Pros: Single lint, build, test and release process. Cons: Huge codebase. Excessively large repos. Managing Javascript Projects With Monorepo.

  12. 12
    Article
    Avatar of dzDZone·5y

    ReactJS Vs. AngularJS

    Hire Dedicated Remote Developers from GraffersID. Onboard dedicated remote developers to your project as quickly as in 2 days. If at any point in time, you feel the developer is not performing as per expectation, you can ask for replacement or end the contract with 0 penalties.

  13. 13
    Article
    Avatar of ossOpen Source Way·5y

    10 ways to advance your JavaScript journey in 2021

    Opensource.com publishes a wealth of information on a wide range of technical topics. JavaScript is consistently among the top 10 most used and sought skills. More than 90% of websites use it in some capacity. Check out these articles for options that may help you start or improve your programming workflow.

  14. 14
    Article
    Avatar of itnextITNEXT·5y

    How Micro Frontend changes the Future of Angular?

    Micro Frontend is a client-side architecture design when individual components or pages are hosted in separate domains and integrated into the main shell app (host application) Each of the micro-app owned the whole business subdomain and has the following characteristics: Owned by one team. Independent deployment. Fault tolerance.

  15. 15
    Article
    Avatar of devtoDEV·5y

    ⭐Angular 13 Features ⭐

    Angular version 13.0.0 is now available. View Engine is no longer available in Angular as of v13. Libraries built with the latest version of the APF (Angular package format) will no longer require the use of ngcc because of standardization on more modern JS formats such as ES2020.

  16. 16
    Article
    Avatar of hashnodeHashnode·5y

    A project management app built using Angular, NestJs & Auth0

    Compito is a simple and easy-to-use project management application built using Angular and NestJs. It's my submission towards the Auth0 x Hashnode hackthon. After more than 300 commits, I feel the app is having all the basic functionality that I planned.

  17. 17
    Article
    Avatar of hashnodeHashnode·5y

    My Journey from Angular to React in 2021

    How I transitioned from an Angular Developer to a Senior React Developer in 2021. I hope you will learn and be able to relate a thing or two from my journey. I got introduced to Angular back in 2018 when I was doing my PG-DAC course in Sunbeam Institute(CDAC Centre), Pune.

  18. 18
    Article
    Avatar of halodocHalodoc·4y

    Staying Updated with Angular

    Angular is an open source framework developed and maintained by the Angular Team at Google. It is developed using TypeScript, the superset of JavaScript. The first version of the concept was completely rewritten, and was released as Angular 2 in the year 2016. The new version adopted semantic versioning with an aim to release new updates constantly.

  19. 19
    Article
    Avatar of telerikTelerik·4y

    Angular on Desktop

    Angular is one of the most popular modern web application development platforms. There are strategies for code sharing with web, but a lot also depends on the type of app being built and the desktop integrations desired. One of the easiest ways for a web app to work on desktop is PWA—web apps can be progressively better citizens on mobile/ desktop platforms.

  20. 20
    Article
    Avatar of medium_jsMedium·5y

    🔥 What to Expect from Angular 14 in 2022: Is Micro Frontend Coming? 🤫

    Angular 14 is expected to be released in 2022. The team is working on supporting micro frontend applications. Micro Frontend will be able to import components, directives, and pipes and use them directly. This will allow developers to find the issues during development time and significantly improve type checking.

  21. 21
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    How to Keep Your Secrets from Your Source Code in an Angular Project 🤫

    Secret refers to any sensitive values that are not supposed to be pushed as part of the source code. This can be things like API keys, OAuth tokens, certificates, and passwords. This article shows you a technique to easily use Angular’s environment.ts file to access sensitive data.

  22. 22
    Article
    Avatar of devtoDEV·5y

    What are the benefits of using Angular?

    Angular is a Javascript-based framework for developing mobile and desktop frame applications created by Google. It is used and favored by the Google Cloud platform, AdWords, and thousands of web applications built within Google. Forbes, Delta Airlines, BMW, Samsung, Paypal, Tesla, Netflix, SpaceX.

  23. 23
    Article
    Avatar of dzDZone·5y

    Stop Coding, Start Configuring

    The promise of Aspect Oriented Programming was that instead of "coding" these generalised parts, you could "apply them as aspects" to your code. Most apps have commonalities that can be extracted, where generalised solutions can be created, based upon patterns of reusable components.