More Productive @Work, How?

        Want to be More Productive at Work without losing time. Below are the two links you can follow up. 


         Here's a website THE CHEATSHEET :


1.  Amazing work by Rico's Cheatsheets


Web Technologies like HTML, CSS, Bootstrap

Frontend like Reactjs, Vuejs

Databases like SQL, knex, PostgreSQL


2. A really appreciable post by Mahesh Patidar on DEV Community.


3. I personally use this Grepper.


4. for JavaScript JavaScript Info


5. Tailwind CSS


6. Angular Material


7. React Material


8. JS Charts


9. Google Search like a PRO


10. React Motion


11. Free Tailwind CSS components 


12. web developer


13. syncfusion


14. CSS color picker


15. https://reactnavigation.org/


16. typescript hotexamples


17. list-of-javascript-functions


18. React Router cheatsheet


19. Discover popular threads on web


20. svgrepo


21. bootstrap 5


22. Angular logging


23. https://www.javascripttutorial.net/es6/javascript-object-destructuring/


24. ES5-ES12 and their common syntaxes


25. Document react components 


26. how to use useState hook efficiently


27. Mat-UI module

31. easy add mat-icon

28. some APIs concept

29. React eg website

30. world chart & more npm

des: 

There are several Angular libraries that can be used to display a world map and add data to it. Some popular options include:

  1. Angular-Leaflet-Directive: This library allows you to easily add a Leaflet map to your Angular application and add data to it using Angular directives.

  2. Angular2-Google-Maps: This library allows you to add a Google Maps map to your Angular application and add data to it using Angular components.

  3. ngx-mapbox-gl: This library allows you to add a Mapbox GL map to your Angular application and add data to it using Angular components.

  4. ngx-openlayers: This library allows you to add a OpenLayers map to your Angular application and add data to it using Angular components.

Each library has its own set of features and documentation, so it's important to evaluate which one best fits your needs and is easy to use.

Cloudcraft is a cloud infrastructure design and documentation tool. It allows users to create visual diagrams of their cloud infrastructure, including services and resources from providers such as AWS, Azure, and Google Cloud. It can also automatically generate documentation from the diagrams, making it easier to understand and maintain complex cloud environments.

Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. It can be used to manage popular service providers, such as AWS, Azure, and Google Cloud, as well as custom in-house solutions. Terraform can be used to create, update, and manage infrastructure as code, allowing for versioning, collaboration, and automatic provisioning and management of infrastructure. This helps to make infrastructure more predictable, scalable, and easier to troubleshoot.

Metadata is data that describes other data. It provides information about a particular item's content, quality, condition, and other characteristics. In computing, metadata is often used to describe files, database records, or other digital resources. Examples of metadata include the date a file was created, the file size, the author's name, and keywords that describe the contents of a file. In the context of cloud computing, metadata also refers to information about the running instance such as hostname, IP address, and user-data. It can be access via API calls to the cloud provider.

In Angular, there are several ways to pass data from a parent component to a child component, and vice versa.

  1. Using @Input() and @Output() decorators:
  • The @Input() decorator is used to pass data from the parent component to the child component.
  • The @Output() decorator, along with the EventEmitter class, is used to pass data from the child component to the parent component.
  1. Using a shared service:
  • Create a service that can hold the data, and inject it in both parent and child component.
  • Any component can update the data, and the other component will have the updated data.
  1. Using a template variable and ViewChild:
  • Use a template variable to access the child component in the parent component's template.
  • Use the ViewChild decorator to access the child component in the parent component's class.
  1. Using a route:
  • When navigating to a child component, data can be passed via the route.
  1. Using a store like ngrx or any other state management tool
  • It can be used to store the state of the application and pass it between components.

Ultimately, the choice of how to pass data between components will depend on the specific requirements of your application.


TanStack Query v4

Powerful asynchronous state management for TS/JS, React, Solid, Vue and Svelte

Toss out that granular state management, manual refetching and endless bowls of async-spaghetti code. TanStack Query gives you declarative, always-up-to-date auto-managed queries and mutations that directly improve both your developer and user experiences.

TanStack Query | React Query, Solid Query, Svelte Query, Vue Query

Overview | React Query | TanStack

I'll add more links and code snippets. Thank you :)


Comments

Popular Posts