Nils Mehlhorn

Nils Mehlhorn @n_mehlhorn

About: Founder. Software Engineer. Author. Speaker

Location:
Germany
Joined:
Jun 10, 2019

Nils Mehlhorn
articles - 18 total

Angular File Upload with Progress

Upload files like PDF or ZIP in Angular programmatically with the HttpClient so you can show a Material progress bar.

Learn More 25 0Feb 17 '21

How to Handle Unserializable Data with NgRx

Here's why serializability is important and how to handle unserializable data when managing state with NgRx in Angular

Learn More 15 0Jan 27 '21

How to Keep NgRx State on Refresh

Learn how to keep the state of the NgRx store between page reloads with Redux devtools and re-hydration from localStorage.

Learn More 42 0Nov 17 '20

How to Navigate to Previous Page in Angular

Here's how you implement a back button to navigate to the previous page in Angular. We'll explore static and dynamic routing approaches in a live example.

Learn More 72 3Oct 21 '20

How NgRx Store & Effects Work: 20 LoC Re-Implementation

Let's learn how NgRx works and where it stores data by creating a custom Redux implementation for Angular with an RxJS Behavior Subject.

Learn More 54 4Sep 17 '20

Angular Autosave for Forms, Services and NgRx

Saving changes automatically to the server improves user-experience. Let's implement autosave with Angular and RxJS for forms, subject services and NgRx

Learn More 70 0Jul 6 '20

Angular File Download with Progress

Downloading files is a common task for web applications. These files could be some PDF, ZIP or any ot...

Learn More 124 1Mar 16 '20

Handling Observables with Structural Directives in Angular

Handling observables is a much discussed topic in Angular. There are multiple ways to get reactive va...

Learn More 135 2Feb 10 '20

How to Make Interesting Presentations for Software Projects

Originally published on scenelab.io - try our online editor for branding and mockup graphics. No mat...

Learn More 273 6Jan 27 '20

Improving Website Headers Using Hero Images

Originally posted on scenelab.io - try our online editor for branding and mockup graphics. As we vis...

Learn More 35 1Jan 20 '20

How Developers Can Design Effectively

Originally posted on scenelab.io - try our online editor for branding and mockup graphics. Building...

Learn More 161 6Jan 8 '20

Angular Material Pagination Datasource

Join my mailing list for in-depth articles and exclusive content on web technologies like Angular and...

Learn More 55 4Jan 3 '20

Angular Environment Setup - Safe & Testable

Originally published at nils-mehlhorn.de Most real-world Angular applications live in different envi...

Learn More 81 4Nov 26 '19

What You Can Do with JavaScript Today

Originally published at nils-mehlhorn.de - follow me on Twitter for more content The famous scriptin...

Learn More 82 3Sep 24 '19

Tracking errors in Angular with Sentry

Originally published at nils-mehlhorn.de Do you know what's going on in your Angular app when it's l...

Learn More 67 10Aug 13 '19

Finding harmony between refactoring and implementation

Originally published at nils-mehlhorn.de I saw this inspiring music video and it gave me the idea fo...

Learn More 7 0Jul 2 '19

Implementing undo-redo with NgRx or Redux

Originally published at nils-mehlhorn.de on June 20, 2019 Having the ability to undo your actions h...

Learn More 28 2Jun 25 '19

Loading indication in Angular

Originally published at nils-mehlhorn.de on January 30, 2019 Its a common desire: having something r...

Learn More 74 4Jun 11 '19