Daniel's blog
  • Home
  • About
  • vim
  • k8s-tools
  • git-commands
  • bash
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

Create documentation users will love with mkdocs

Installation Using pippip install mkdocs-material Using docker docker pull squidfunk/mkdocs-material Creating a new documentation in your projectmkdocs new . Official site documentationMaterial for MkDocsWrite your documentation in Markdown and create a professional static site in minutes – searchable, customizable, for all devicesMartin Donath

user Aug 22, 2022 • 1 min read
Coming soon
News

Coming soon

This is a brand new site that's just getting started. Things will be up and running here shortly, but you can subscribe in the meantime if you'd like to stay up to date and receive emails when new content is published!

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