👉 https://www.avonture.be
If you want to try it out: in a DOS or Linux console, run “docker pull cavo789/blog” then “docker run -d -p 443:443 --name blog cavo789/blog.” Wait a few. Open a browser and go to localhost, and voilà, my blog is running offline. 🐋🐋
If you want to try it out: in a DOS or Linux console, run “docker pull cavo789/blog” then “docker run -d -p 443:443 --name blog cavo789/blog.” Wait a few. Open a browser and go to localhost, and voilà, my blog is running offline. 🐋🐋
Everything will be preconfigured so that all you have to do is write your website from VSCode, and hot reload will allow you to see the changes in real time.
Everything will be preconfigured so that all you have to do is write your website from VSCode, and hot reload will allow you to see the changes in real time.
➡️ 12 chapitres progressifs
➡️ Compatible Windows & Ubuntu
➡️ 100% en français 🇫🇷
🔗 github.com/NDXDeveloper...
#Docker #DevOps #Container #OpenSource
➡️ 12 chapitres progressifs
➡️ Compatible Windows & Ubuntu
➡️ 100% en français 🇫🇷
🔗 github.com/NDXDeveloper...
#Docker #DevOps #Container #OpenSource
In this article, let's see how to proceed. One image for the deployment and, locally, using VSCode and the devcontainer feature.
In this article, let's see how to proceed. One image for the deployment and, locally, using VSCode and the devcontainer feature.
Let's display a banner to inform the reader.
Let's display a banner to inform the reader.
Thanks to @docuxlab.com for his LogoIcon component.
Thanks to @docuxlab.com for his LogoIcon component.
One could imagine a snippets-type use case for this i.e. you put things like $CLIENT_ID$ and replace it on-the-fly.
One could imagine a snippets-type use case for this i.e. you put things like $CLIENT_ID$ and replace it on-the-fly.
Now, a nice meerkat will be displayed during the vertical scroll on long articles. Just click on it and you'll jump back to the top with a smooth animation.
React component created by @docuxlab.com
Now, a nice meerkat will be displayed during the vertical scroll on long articles. Just click on it and you'll jump back to the top with a smooth animation.
React component created by @docuxlab.com
You'll open your project with VSCode but everything will already be configured for that specific project: extensions, configuration, tools (like enabling XDebug here).
You'll open your project with VSCode but everything will already be configured for that specific project: extensions, configuration, tools (like enabling XDebug here).
1. Pylint
2. Autoflake
3. isort
4. vulture
5. pydocstyle
6. mypy
7. Pyright
8. Black
9. prospector
10. Extra - Ruff
1. Pylint
2. Autoflake
3. isort
4. vulture
5. pydocstyle
6. mypy
7. Pyright
8. Black
9. prospector
10. Extra - Ruff
Also, create a /series and /series/:slug pages to promote them.
Creating series will allow authors to cut off very big articles in smaller ones, increase SEO and it's more professional, no? ;)
Also, create a /series and /series/:slug pages to promote them.
Creating series will allow authors to cut off very big articles in smaller ones, increase SEO and it's more professional, no? ;)
The Cards component is the one of @docuxlab.com
Learn how to proceed by reading my latest article.
The Cards component is the one of @docuxlab.com
Learn how to proceed by reading my latest article.
It increases the interest of each post (and their visibility) when a visitor comes for a specific post and sees that there are other things that may interest them.
It increases the interest of each post (and their visibility) when a visitor comes for a specific post and sees that there are other things that may interest them.
Such functional tests will allow you to automate actions on your website like navigating, filling in forms, ... and do assertions like checking DOM elements.
In this article, let's do everything in #Docker. No config.
Behat is perhaps quite old now (but still working).
Let's see in deep how to implement it and make some checks .
Behat is perhaps quite old now (but still working).
Let's see in deep how to implement it and make some checks .