Open in app
Home
Notifications
Lists
Stories

Write
Nicolas Dommanget-Muller
Nicolas Dommanget-Muller

Home

May 31, 2021

Delete your old GitLab CI pipelines

No more long history of pipelines, let’s clean it all up 🧹 Introduction Failed, passed, canceled, pending, there are a lot of chances that you have a long list of old jobs in your GitLab project. Hopefully, GitLab provides API endpoints to list them or delete pipelines one by one. You…

Gitlab

2 min read

Delete your old GitLab CI pipelines
Delete your old GitLab CI pipelines

Published in The Startup

·Jan 18, 2021

How to Use Face ID With React Native or Expo

Bring biometric auth to your React Native or Expo app. Let your users sign in with it. Introduction Like many applications, your app may have authentication. Your users might sign in with an email/password. So once they sign in everyone using their phone can access the data inside the app. It…

React Native

3 min read

How to Use Face ID With React Native or Expo
How to Use Face ID With React Native or Expo

Published in Level Up Coding

·Dec 14, 2020

Schedule your Node.js tasks with agenda.js 📔

Need to create recurring tasks? Execute tasks later? Agenda is what you may need. Introduction When building a Node.js application, you may need to execute recurring tasks or run them later. ⏰ You might know CRON jobs on Linux systems. CRON is a time-based job scheduler. …

Nodejs

3 min read

Schedule your Node.js task with agenda.js 📔
Schedule your Node.js task with agenda.js 📔

Aug 10, 2020

Clean and format your code before committing with Husky 🐶

Husky helps to run tests on your code before committing, pushing… As a developer, you may want to keep your code clean and formatted. If you are coding in JavaScript you might be using ESLint ⚙️ ESLint helps you to format your code by applying custom rules. But if a…

Development

2 min read

Clean and format your code before committing with Husky 🐶
Clean and format your code before committing with Husky 🐶

Aug 5, 2020

5 tips to wake up earlier 🌅

Because getting up early shouldn’t be a problem, here are 5 tips for getting up early. Introduction Did you ever think of waking up earlier to realize more things? Waking up earlier is a good idea to improve productivity as at 5 a.m …

Sleep

5 min read

5 tips to wake up earlier 🌅
5 tips to wake up earlier 🌅

Published in Level Up Coding

·Aug 3, 2020

Build your standalone Expo App locally with Turtle CLI 🐢

Build iOS .ipa and Android .apk expo app locally by using Turtle CLI Introduction Recently, I had to build an expo app. I tried it by using expo.io servers, but my build was in the queue and I didn’t have time to waste. So I decided to see if it was…

React Native

4 min read

Build your standalone Expo App locally with Turtle CLI 🐢
Build your standalone Expo App locally with Turtle CLI 🐢

Jul 27, 2020

Serve static files through HTTP/(S) with Python 3

A simple guide to serving files over HTTP and HTTPS with Python 3 🐍 — Introduction Recently, I had to create my own https server to build an Expo app (React Native) with turtle-cli on my own device. Turtle-cli needed to access some files over https. One of the solutions was to make a simple HTTPS server to serve the current folder. Usually I would have…

Python

2 min read

Serve static files through HTTP/(S) with Python 3
Serve static files through HTTP/(S) with Python 3

Published in Level Up Coding

·Jul 20, 2020

After Effect Animations in React Native with Lottie 🧨

Lottie allows us to render After Effect animations natively on mobile and web Introduction Animations help to make your app more dynamic and more user friendly. As you may know, it is possible to create animated videos with Adobe After Effect. Why not integrate these animations to our App? That is…

React Native

3 min read

After Effect Animations in React Native with Lottie 🧨
After Effect Animations in React Native with Lottie 🧨

Published in Level Up Coding

·Jul 13, 2020

How to “Sign in with Apple” on React Native

A simple guide to authenticating your users with Apple on React Native and Node.js Recently with a client, we have been rejected on the App Store because we have enabled a 3rd part authentication (Facebook) without adding “Sign in with Apple”. So, we had to deal with it and implement…

React Native

4 min read

How to “Sign in with Apple” on React Native
How to “Sign in with Apple” on React Native

Published in JavaScript in Plain English

·Jun 29, 2020

A Simple To-Do app with Deno & React Native

Building a To-Do app with Deno and React Native — Recently Deno (An alternative to Node.js) has released. A lot of peoples are talking about it as it is new and sounds to have some cool features. Today, we will make a simple To-Do app with Deno as a REST API. We will see these different things: Oak (An HTTP…

Deno

3 min read

A Simple To-Do app with Deno & React Native
A Simple To-Do app with Deno & React Native
Nicolas Dommanget-Muller

Nicolas Dommanget-Muller

Node.js & React Native Developer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable