Articles about: Web development

Creating websites, web apps, tips on how to code them all

How to use native sharing via a web page?
How to use native sharing via a web page?

80 reads
Level: :

Sharing resources is at the heart of the Internet, and social networking buttons can be found on all kinds of sites, making it easy to share content so that others can enjoy it. On Android, this has been possible for some time, but on IOS and macOS it's only been available since version 12.1 of Safari. This article will be very brief, showing how to use this API. window.navigator.share This is the name of the function for sharing via the native window of the operating system, iOS or Andro...

Ludovic Frank - Freelance developer
Ludovic Frank
Feb 2, 2021
My transition to Docker
My transition to Docker

79 reads
Level: :

Ah Docker! I've been hearing about it for years, but like many people (I think) I hadn't yet taken the plunge. I'd read several articles on this technology, and even looked at the official documentation to try and tweak a few things, but it was still too vague for me. First of all, what is Docker? It's (almost) magic in the sense that you don't need to worry about your server configuration, your OS or your version of PHP, Node, React ... in short. You just code on your machine, and miracu...

Josselin Dionisi - Freelance developer
Josselin Dionisi
Dec 7, 2020
How do I create a website?
How do I create a website?

83 reads
Level: :

There are several ways of creating a website, each with its own advantages and disadvantages. But first of all, you need to ask yourself the right questions? Why this site? What needs should it meet? Is it a store? Is it a blog? Is it a showcase site? Does it need to be highly interactive (like an application)? Does it need to be SEO-friendly? Once we've answered these questions, we have several options open to us, including two main ones: Custom development. In this case, we create th...

Ludovic Frank - Freelance developer
Ludovic Frank
Oct 5, 2020