Open in app

Sign In

Write

Sign In

AntoineGGG
AntoineGGG

299 Followers

Home

Lists

About

Jul 16

Create your own containerized Gitlab Runner…

and gain an understanding of what container within a container means. This article will be a part of another article. When you decide to host your GitLab instance on your own, it becomes necessary to set up your own GitLab Runner. However, understanding the location from which your pipeline is…

Gitlab

4 min read

Create your own containerized Gitlab Runner…
Create your own containerized Gitlab Runner…
Gitlab

4 min read


Jul 16

How to self-host a Gitlab instance and your container registry…

Or how to modernise your CI/CD operations by self-hosting your favourite tool. This article is linked to: “self-host your own gitlab runner” More context: Over the past few weeks, I have been exploring GitLab in more depth, going beyond basic commits and pushes with my teammates. …

Gitlab

6 min read

How to self-host a Gitlab instance and your container registry…
How to self-host a Gitlab instance and your container registry…
Gitlab

6 min read


Apr 17

How to get ansible vscode extension working…

Or how to lint your ansible yaml files properly ! For beginners, working with YAML files can sometimes be challenging. Mistakes such as incorrect indentation or using a list instead of a dictionary can result in errors, leading to a frustrating experience with this powerful language. To address these challenges…

Ansible

2 min read

How to get ansible vscode extension working…
How to get ansible vscode extension working…
Ansible

2 min read


Feb 25

Installing e/OS on Fairphone 4

Or ungoogling your daily tool… I’m not here to introduce Fairphone, explain their mission, or discuss why I chose e/OS. Instead, I want to address the lack of comprehensive documentation when it comes to installing an alternative operating system on your mobile device. It’s important to note that attempting to…

Fairphone4

3 min read

Installing e/OS on Fairphone 4
Installing e/OS on Fairphone 4
Fairphone4

3 min read


Aug 17, 2022

How I solved my iliotibial band syndrome…

…or how can I start running/hiking again after four years breaks, thanks to people, orthopedist and foot strike pattern… I won’t delve into the details of what iliotibial is, but if you are reading this, I believe you are dealing with this specific pain. In a nutshell, iliotibial syndrome commonly…

Sports

6 min read

How I solved my iliotibial band syndrome…
How I solved my iliotibial band syndrome…
Sports

6 min read


Aug 2, 2022

Don’t use bodyParser middleware anymore with ExpressJS…

When you work with an express server, you can use the bodyParser middleware to your app with the app.use() function to extract the body of request stream to attach it to the req.body object. You can then process the req.body object to manipulate data for your business logic. Sometimes, when…

Expressjs

2 min read

Don’t use bodyParser middleware anymore with ExpressJS…
Don’t use bodyParser middleware anymore with ExpressJS…
Expressjs

2 min read


Apr 30, 2022

Creating and managing landing pages with React and GrapesJS

… or how to configure GrapesJS to store and load your customer’s content… Let’s imagine that one of your customers requests the ability to build their own pages within the application without relying on your assistance. Now, the question arises: is WordPress the suitable solution for this scenario? …

React

9 min read

Creating and managing landing pages with React and GrapesJS
Creating and managing landing pages with React and GrapesJS
React

9 min read


Oct 27, 2021

Build a light Google places API micro service for your projects.

…or how to switch your api calls into your back-end instead of your front-end… Recently I had to manage an autocomplete input which will call Google places API to suggest adresses for user profil pages. Stack: Back-end: NestJS / MySql Front-end: VueJS / Quasar The Client Side Workflow I’ll present my first approach (without…

Google

7 min read

Build a light Google places API micro service for your projects.
Build a light Google places API micro service for your projects.
Google

7 min read


Published in

Geek Culture

·Sep 13, 2021

Multiple File Upload with Apollo Server 3, React & GraphQL

How to set up your multiple files upload with GraphQL Introduction: In this paper, I would like to introduce the web application project I have been working on and explain the reasons behind its development. …

GraphQL

5 min read

Multiple File Upload with Apollo Server 3, React & GraphQL
Multiple File Upload with Apollo Server 3, React & GraphQL
GraphQL

5 min read


Published in

Geek Culture

·Jun 18, 2021

Using prevState with React, basic and complex

How to use the famous “prevState” to modify our React state without overriding it ! Let start with a basic exemple (the -famous- counter) : With a fresh new React App: import "./App.css"; import React, { useState } from "react"; const App = () => { const [mySuperCounter, setMySuperCounter] = useState(0); const handleIncrement = () => { setMySuperCounter(mySuperCounter + 1); setMySuperCounter(mySuperCounter + 1); setMySuperCounter(mySuperCounter + 1); }; const handleReset…

React

4 min read

Using prevState with React, basic and complex
Using prevState with React, basic and complex
React

4 min read

AntoineGGG

AntoineGGG

299 Followers

Tech Padawan

Following
  • Tom Smykowski

    Tom Smykowski

  • Ryan James

    Ryan James

  • Michael Sunderland

    Michael Sunderland

  • Peace Ojemeh (Perrie)

    Peace Ojemeh (Perrie)

  • David Wyld

    David Wyld

See all (5,129)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams