Open in app

Sign In

Write

Sign In

AntoineGGG
AntoineGGG

240 Followers

Home

About

Feb 25

Installing e/OS on Fairphone 4

Or ungoogling your daily tool… I’m not here to present you Fairphone, what’s their goal and why, and why I choose e/OS, but seeing the poorly documentation about installing another OS on mobile, and as I know you could brick your phone if you miss some steps, I’ll give you…

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’ll not explain what iliotibial is, and if you are reading this, I think you are concerned by this particular pain. To be brief this syndrome normally appears for people doing…

Sports

5 min read

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

5 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 one of your customers asks you to make it possible with his application to build is own page without asking you to do it. Hmm ok, is WordPress is the right tool for that? Probably…

React

7 min read

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

7 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 To introduce this paper, and why I’m writing it: For a school project, we had to build a web App with this stack : MongoDb => database GraphQL with Apollo => back/api React with GrapQL => front The purpose of…

GraphQL

4 min read

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

4 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 +…

React

4 min read

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

4 min read


Apr 16, 2021

CSS: Remove opacity inheritance from parent to children

CSS: Remove opacity inheritance from parent to children This morning I had to put an image on my Calendar background Page, and was a bit confused about how to stop opacity inheritance from parent to children, here is how you can fix it ! Html Layout: <div className="main-container">…

CSS

1 min read

CSS: Remove opacity inheritance from parent to children
CSS: Remove opacity inheritance from parent to children
CSS

1 min read

AntoineGGG

AntoineGGG

240 Followers

Clean Code Padawan

Following
  • Aadarsh Joshi

    Aadarsh Joshi

  • Andy Anderson

    Andy Anderson

  • Chiarra Sue

    Chiarra Sue

  • Lee Martin

    Lee Martin

  • James Bowen

    James Bowen

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech