POC from 008_fastapi_mysql_restapi: Using Docker to create a MYSQL database and a PhpMyAdmin instance connected to FastAPI POC. This video is part of the post…
I already mention this POC. The files are a mix between logical code written by ChatGPT (I have given the prompt in the main.py) and…
QUICK DESCRIPTION The 2 main actions I wanted to implement with Selenium was: Scraping web pages: You can definitely use Selenium combined with Beautiful Soup…
QUICK DESCRIPTION The 2 main actions I wanted to implement with Selenium was: Scraping web pages: You can definitely use Selenium combined with Beautiful Soup…
QUICK DESCRIPTION A Streamlit application that automate a User Support task for P.O with an NLP KeyBERT Text Analyzer All the files are available on…
Continue reading → Part 2 – The project “KeyBERT Rough Text Analyzer” (discovering_bert_and_keybert)
QUICK DESCRIPTION A Streamlit application that automate a User Support task for P.O with an NLP KeyBERT Text Analyzer All the files are available on…
QUICK DESCRIPTION A Streamlit application that automate a User Support task for P.O with an NLP KeyBERT Text Analyzer All the files are available on…
Part 1 Python, Screaming Frog, SEO, Automate, POC :: Manipulating Data with Streamlit and SQLite with the help of SQLAlchemy. QUICK DESCRIPTION A personal tooling.…
Part 5, This video is part of the post “Deploying and Sharing Streamlit Application with Heroku and Streamlit”. Last part dedicated to deploy the same…
Part 2, This video is part of the post “Deploying and Sharing Streamlit Application with Heroku and Streamlit”. How to install python modules in your…
Part 1, This video is part of the post “Extending Streamlit usage to create data science applications and other type of applications”. It is a…
Part 3, This video is part of the post “Exploring Streamlit or Dash to build specific Interactive Web Applications”. It shows briefly how you can…
Continue reading → Part 3 Extending Streamlit Usage – Using Streamlit as a Wireframing Tool
This video is part of the post “Imagemagick, Docker, DevOps Bulk processing images with Imagemagick and Docker, DevOps solution. A quick comparison with Photoshop scripts,…
Using Gherkin to write User Stories will allow you to write the test at the same time. In this video, I show how to enable…
Continue reading → Enable Gherkin & Using Gherkin Features with CodeceptJS for WordPress
In this video, we really launch the Gherkin Features to run the tests on our locally installed WordPress e.g. npx codeceptjs run –features –steps. We…
Continue reading → With CodeceptJS, launching advanced Gherkin Features for WordPress
This video shows a Gherkin feature that test specifically the Homepage with the help of a WordPress plugin. It is good example for a sophisticated…
Continue reading → Combine Gherkin, CodeceptJS & WordPress Plugin for deeper testing
The idea is to rationnalize and industrialize your tests with CodeceptJS so you carry them out like a testing “swiss army knife” or a E2E…
Continue reading → For a better tests Management with CodeceptJS & Docker
It begins in Zambia… First, a huge thank to all the people from ZNBC, FMM and l’Académie to make this happen. Second part presenting chapter…
Continue reading → Set up a local environment for WordPress (WP), requirements for local environment
This is it! With Docker, through Chrome, I launch for real the WordPress Install with the well-known 5 minutes install. Then, I perform on the…
The basic installation of CodeceptJS to test a local Worpresss, on a custom Local Domain, on MAMP. The video shows how to start and to…
Continue reading → Install, Init & Writing a first test with CodeceptJS for WordPress