Testing a clojure web framework
Posted on 2020-08-02 in Blog • Tagged with Clojure, Luminus, Reagent
An opinion about Clojure, Luminus and Reagent after doing a test project with these technologies.
Continue reading
Posted on 2020-08-02 in Blog • Tagged with Clojure, Luminus, Reagent
An opinion about Clojure, Luminus and Reagent after doing a test project with these technologies.
Posted on 2020-07-19 in Blog
Posted on 2020-07-04 in Aurelia • Tagged with JavaScript, Aurelia, Webpack
Recently I decided to change the build system I use on my main Aurelia project. I changed in April 2016 from JSPM to Webpack (JSPM was really not awesome at the time, I can't say for now), again in August 2016 from Webpack to the CLI and now I am …
Posted on 2020-06-15 in Programmation • Tagged with JavaScript, Web, Django
This article is an update to a previous article why you want to build a SPA which I think was laking some nuance and precision. Reading this article is not required to read this one. I'm writing this update because SPAs are very popular and I recently though more about …
Posted on 2020-05-31 in Programmation • Tagged with JavaScript
Today, I'd like to dig into something that has been bothering me lately: why I often feel tired of JavaScript (and even sometimes programming in general). I'm not alone in this, there's even a name for this JavaScript fatigue. Here I'll give my personal thoughts on this (and probably rant …
This article is a follow up to Installing openSUSE next to Fedora with BTRFS where I detailed how I switched to openSUSE Tumbleweed. In this article, now that I have been using Tumbleweed for about 2 months and a half, I'll give some feedback on my experience.
The issues I …
Posted on 2020-02-29 in Programmation • Tagged with Python, Django, PWA, JavaScript
In this article, I'll guide you to create a PWA with the Django framework. All the code for this project is available under my gitlab account. You will find in each sections links to the relevant commits to help you follow. If something is not clear or if you have …
Update: My feedback article is now available.
I wanted to install openSUSE Tumbleweed (the rolling release version of openSUSE) on one of my computers to see how it looked outside a VM (and thus to try to use it daily). I am thinking about switching to this distribution to avoid …
Posted on 2020-01-12 in Programmation • Tagged with JavaScript, Web, Django
Important
I created an updated version of this article in should you build a SPA which provides a more complete and balanced view on this subject. Please read it instead of this current article.
I am currently working professionally on a website that is not a SPA. I'd like to …
Posted on 2019-09-01 in Aurelia • Tagged with JavaScript, TypeScript, Aurelia, Mobile, PWA
I feel like Progressive Web Application (PWA for short) are a more and more popular way to build mobile apps. That's understandable since you can use the same technology you use to build a SPA to build one! So …