Maxime

Maxime @maxime1992

About: Software engineer, I've been working with Angular for 6 years now and strive to work more full stack. I publish on dev.to about topics I love around open source, frontend, data privacy, automations.

Location:
France
Joined:
May 31, 2019

Maxime
articles - 18 total

Fun with Angular: Create grouped queues of tasks for APP_INITIALIZER

Intro Have you ever heard of APP_INITIALIZER? It's a handy DI token that lets you provide...

Learn More 6 0Jun 28 '23

Build a reactive split-flap display with Angular

Hello! I've decided to make a follow up from RxJS: Advanced challenge to build a reactive split-flap...

Learn More 12 0Jun 9 '23

RxJS: Advanced challenge to build a reactive split-flap display

Hello! In this article, I'm defining an exercise, challenging you to it, and giving my own answer to...

Learn More 18 4Jun 9 '23

The holy grail of note-taking: Private data, efficient methodology and P2P encrypted sync across all your devices

Take the control back on your notes and your data privacy

Learn More 19 2Jun 7 '23

Paperless-ngx, manage your documents like never before

Hi there 👋! In the previous post of this series, we've seen how to setup a server to self host any...

Learn More 14 2Jun 5 '23

How to detect unnecessary renderings of DOM elements in your web app to improve performance

The code examples I'm giving is using Angular but it's only a very low amount of code to illustrate...

Learn More 97 8Jun 3 '23

Next level data privacy with easy, free and secure self hosting at home

Hello 👋! Yes you read this well. Self hosting made: Easy. Free. Secure. With a machine running at...

Learn More 83 13Jun 3 '23

RxJS: Avoid an easy mistake when using startWith

As an example in this blog post, I'll use a really basic example with Angular to illustrate a real...

Learn More 16 1May 26 '23

Stackoverflow: Increase the chances to get answers to your questions

I love Stackoverflow. Probably like a lot of other developers out here. It has helped me thousands of...

Learn More 1 0May 17 '23

I had no idea Typescript generics were capable of doing that 🤯!

Context An API which we don't own can return an object containing the same property, with...

Learn More 18 1Oct 10 '21

Implement a generic oneOf type with Typescript

Implement a generic oneOf type with Typescript

Learn More 15 5Aug 24 '20

Building a reactive microwave for Ryan Cavanaugh with RxJs

Advanced example of reactive programming with RxJs

Learn More 7 1Apr 19 '20

Brute-forcing an encrypted message from Enigma using the web worker API

[Part 3] - Brute-forcing an encrypted message from Enigma using the web worker API

Learn More 22 2Sep 20 '19

Building an Enigma machine with only TypeScript and then use Angular DI system to properly instantiate it

[Part 2] - Building Enigma with TypeScript and Angular

Learn More 11 0Sep 10 '19

Angular: Easily extract a falsy value from an observable using the async pipe ?

Whether you've been using Angular for years or if you just got started with it a day ago, chances are...

Learn More 64 0Aug 26 '19

Enigma machine, how does the famous encryption device work?

[Part 1] - Understand the machine

Learn More 15 0Aug 1 '19

Manage your dev.to blog posts from a GIT repo and use continuous deployment to auto publish/update them

04/2023 UPDATE: While the overall idea of the blog post remains unchanged and is still relevant, I no...

Learn More 942 63Jul 7 '19

Building scalable robusts and type safe forms with Angular

Hi there 👋! Today I'd like to share some of my experience in building (what I think are) large and...

Learn More 112 28Jun 16 '19