Daniel's blog
  • Home
  • About
  • vim
  • k8s-tools
  • git-commands
  • bash
Subscribe

Create documentation users will love with mkdocs

user

Aug 22, 2022 • 1 min read

Installation

Using pip

pip install mkdocs-material

Using docker

docker pull squidfunk/mkdocs-material

Creating a new documentation in your project

mkdocs new .

Official site documentation

Material for MkDocs
Write your documentation in Markdown and create a professional static site in minutes – searchable, customizable, for all devices
Martin Donath

Sign up for more like this.

Enter your email
Subscribe

playwright - Modern end-to-end web app testing

Playwright is the new kid on the block when it comes to end-to-end testing, it is brought to us by our good friend at Microsoft who also created VS Code and TypeScript.

user Aug 24, 2022 • 1 min read

flet.dev - Build mobile, desktop, and web apps in Python

flet.dev allows you to create flutter apps using Python. This means you'll be to create desktop, mobile, web apps all with one codebase and it's all regular python! Installing fletpip install flet Basic App structureimport flet from flet import Page def main(page: Page): # add/update controls on Page

user Aug 23, 2022 • 1 min read

Pyscript: A refreshing new world in the browser space

There has been multiple ways of creating backend applications in python over the years: flask, django, fastapi But if you wanted to do something in the frontend you had to switch to a frontend framework in JavaScript such as React, Vue.js, Svelte in order to get your users some

user Aug 22, 2022 • 1 min read
Daniel's blog © 2025
  • Sign up
Powered by Ghost