-
π Ex calls me Abu. Thanks for dropping by!
-
π Iβm currently working on My Portfolio.
-
π± Iβm currently learning React.js and Next.js.
-
β Ask me about anything related to .NET Core / Angular stack and related technologies.
-
β‘ Fun fact: I don't answer the phone calls and then text them to know why they had called.
-
π± Feel free to ping me on WhatsApp.
-
Create your new app starting with nx.
-
Use strict mode and a very strict linter config (don't forget to lint your styles too).
-
Learn a state management tool.
-
Write unit tests, and e2e tests.
-
Script everything you have to do more than thrice.
-
Services are for code that does things. HttpClient is only correct in a Service IMO.
-
Never subscribe in your Service, always return the Observable.
-
Components are to create new DOM and attach Service to it.
-
Directives are to attach Services to existing DOM.
-
Pipes are to do pure data transformations in your templates.
-
Use Formly for any form more complicated than 3 fields, or just always.