Marc Philippe Beaujean

Marc Philippe Beaujean @marcbeaujean

About: Frequent writer of code and articles.

Location:
Germany
Joined:
Oct 30, 2019

Marc Philippe Beaujean
articles - 21 total

Use these 7 Tips to increase the Speed of your Site

Page speed is important if you want to rank on google. I recently managed to do this: In this arti...

Learn More 5 0Apr 26 '20

Practical Introduction to Vectors for Game Development

Want to make a cool game? Great! (un)Fortunately, a lot of interesting game mechanics are going to re...

Learn More 26 1Apr 5 '20

Is wearing a Posture Corrector worth it?

As a knowledge worker, chances are that you will be spending a great amount of time sitting in front...

Learn More 14 5Mar 29 '20

Container Networks with Docker Compose

One of the best things about Docker is that containers have built-in features for connecting with one...

Learn More 16 0Mar 22 '20

Deploying my Django + React Boilerplate to Heroku

Recently, I developed a new boilerplate for Django apps with React. A boilerplate refers to a project...

Learn More 18 0Mar 15 '20

Getting a Side Project Idea – my Story

CastSpot has now soft launched and although I am struggling to get traffic onto the site, I wanted to...

Learn More 10 0Mar 8 '20

Unix Command Basics new Developers should know

At my first internship for an IT firm, I was very confused when asked to work with the terminal (or "...

Learn More 14 5Feb 16 '20

Deploying your Django App (on Render)

When I finished my first Django app, I found it hard to publish it on the web, because there seemed t...

Learn More 44 2Feb 8 '20

Choosing the right Software Developer Specialization

When I was 17, I was told to figure out what I should study and do for the rest of my life. Obviously...

Learn More 16 2Feb 2 '20

Sending Email with SMTP on AWS (and Django)

Email is one of the most common ways by which applications communicate with their users. In this tuto...

Learn More 10 4Jan 26 '20

5 great Questions for Junior Developers to ask

As a junior developer, you often know very little when starting at your new job. What is worse is tha...

Learn More 69 2Jan 19 '20

When not to code it from Scratch: Backend Edition

After spending some extensive time developing the backend for a personal project, as well as gaining...

Learn More 118 5Jan 12 '20

Should you use GatsbyJS?

TLDR; Gatsby is good for websites that need to be fast and require high visual fidelity (like react p...

Learn More 8 3Jan 3 '20

React Form Submission Handling - anyone got advice?

I keep finding myself rewritting the same ol' submission logic for each form, with slight changes dep...

Learn More 11 4Dec 29 '19

Dockerfile Fundamentals for creating a custom Container

What is a Dockerfile? As mentioned in a previous article of this series, a Docker image is the bluep...

Learn More 119 0Dec 28 '19

"Coding is 30% of the Job"

These were the words uttered by one of the more senior developers during my first week at the job. It...

Learn More 362 15Dec 21 '19

Docker Commandline Guide

Docker Command Line Guide In the last tutorial of the series, we already learned about what Docker i...

Learn More 71 0Dec 16 '19

Introduction to Docker - Docker Series Part 1

What is Docker Many of the ideas from virtual containers can be linked to the historical use of thei...

Learn More 104 3Dec 2 '19

Save Time using Git Configurations

There are many things about the git workflow that can be automated - here are some of my favorite con...

Learn More 3 0Nov 13 '19

When to avoid coding something from Scratch - Frontend Edition

The frontend landscape has been growing in complexity over the past decade, as more and more logic is...

Learn More 42 2Nov 7 '19

Basic Layout Theory for Web Design

Basic Layout Theory for Web Design Why layout is important The way that content is laid out on a we...

Learn More 7 1Oct 30 '19