Services
Blog
Français
Viens avec ton ordi, on n’attend rien de toi… sauf ce qui te fait vibrer (ou t’empêche de dormir la nuit). Ici, zéro appel à propositions à l’avance.
Pas de formulaire, pas de titre à trouver trois semaines avant, pas de stress. Tu arrives, tu sors ton laptop, et pendant la soirée tu montres ou tu fais ce qui te passe par la tête :
Tout est informel, tout est bienvenu, tant que c’est quelque chose qui te passionne!
Read MoreBecause while frameworks like Django claim that “templates include a restricted language to avoid for the HTML coder to shoot themself in the foot”, the GoF on the other hand states that Decorator is the pattern that is most efficient for designing GUIs, which is actually a big part of the success encountered by frameworks such as React.
Ryzom basically offers Python Components, with extra sauce of bleeding edge features such as “compiling Python code to JS”, and “data binding” which is “DOM refreshes itself when data changes in the DB” if you enable websockets. Currently support Django, but Starlette is also planned in the near future.
Read MoreAs you know, YBS is commited to contribute to defending OSS and OSS hackers.
As this becomes more and more visible, I am pleased to announce today that we are now sponsoring famous Open Source hackers:
Thank you all deeply for your contributions.
They complete the long list of YBS sponsors, which I hope to centralize somewhere one day :)
Have a great day
Read MoreIn a world where Dockerfiles, docker-compose.yml files, ansible files, and others compete for my attention against tech debt in projects that become a bit complex: I decided to make a Python micro framework to make it as nice to build an infra as I think it is to build a CRUD with Django.
Shlax is meant to be a multi purpose automation framework, where logic to acheive a certain state can be easily shared accross container building, host provisioning, infrastructures with virtual systems and networks. Most of it is not production ready yet, but the container building part seems to get me the best I can get:
Read MoreSnowpack is the fastest and easiest way ever to benefit from npm and imports in frontend code without going full SPA.
Elected Productivity Booster OS Award 2020, Snowpack is a frontend builder with a startup time of 50ms, which typically can be 30s in a typical Webpack project.
Changing a frontend file will typically not cause a Django view reload because Django doesn’t want to provide JS by default: djsnowpack provides a solution for that.
Read MoreWARNING 3.8.0 did not contain the proper built JS, please use 3.8.1 that was just released.
Django-autocomplete-light 3.8.0 was released, and features all your contributions of the year, and tested with a pre-release for the last 3 months or so.
It promises to fix all your JS loading issues, but comes at the price of a small backward compatibility breaks affecting users with custom init functions. If unsure: you probably don’t have any and the upgrade should just work for you.
As you will see, this is a pretty big release, we’ll also briefly talk about the future of django-autocomplete-light in this post.
Read MoreThis post describes how I feel Django could be even more awesome to use out of the box !
The problem is pretty obvious: Django admin provides barely anything that’s usable for non-admin, not even working base templates and sane default features such as searchable lists with some kind of row level security.
For your internet users, Django only generates basic
HTML forms without even a default template that calls {{ form }} and {{ form.media }} and {% csrf_token %}.
Break free from the POSIX standard for more fluent CLIs, by exposing simple Python functions or objects with a minimalist argument typing style, or building your own command during runtime. For me, it’s in between google/python-fire, microsoft/knack, and Django.
Before becoming a generic CLI framework, back 10 rewrites prior to the latest release, cli2 was supposed to just bring Python callables on the CLI without even a single line of code:
Read MoreHow weak is a Continuous Deployment when you can’t just deploy the master branch to production at any time? Merging unfinished patches to publish them on a staging deployment blocks production deployment of the master branch…
eXtreme DevOps is the practice of an extremely aggressive Continuous Delivery strategy where each patch push deploys an ephemeral deployment such as branchname.ci.example.com. Of course, this would be quite hard to achieve with configuration files, even with NGINX and Ansible.
But, with Traefik it becomes so easy that we couldn’t resist and make it the standard practice for all our developments, from private companies of all sizes, and to government organizations. In this session, James demos and discusses his expertise using Traefik to practice eXtreme DevOps for his customers.
Read More