About:

Alice Girard Guittard, Software Engineer and Co-Founder at Tsukumogami Software, passionate about Software, DevOps and Information Security.

Website:

Specializations:

Incoming Links:

Outgoing Links:

Schneier on Security
Subscribe to RSS:
The blog post provides a comprehensive guide on self-hosting code repositories using Gitea, detailing the installation process, server requirements, database setup, and security measures. It covers the use of Docker for managing G...
The author explores the latest trends in AI, particularly focusing on command line tools for coding with large language models (LLMs). They discuss various open-source models, including Deepseek, Mistral, and Qwen3, evaluating the...
The blog post discusses the challenges of learning Kubernetes and introduces a book titled 'Build an Orchestrator in Go' by Tim Boring, which serves as a guide for creating a simple container orchestrator. It outlines the basic co...
Ebitengine is a simple yet powerful game engine for Go, enabling developers to create 2D games with ease and flexibility.
The author shares the journey of creating Itako, a portfolio tracking and data visualization software for stock market transactions. Starting with simple Python scripts to simulate investment returns, the project evolved into a ro...
The author shares the journey of creating Itako, a portfolio tracking and data visualization software for stock market transactions. Starting with simple Python scripts to simulate investment returns, the project evolved into a ro...
The article discusses the harmful effects of Discord, comparing it to real-life book clubs and highlighting the addictive nature of the platform.
The author reflects on the process of developing and releasing their first indie game, Dice’n Goblins, on Steam. They discuss the challenges of RPG game development, marketing strategies, and the experience of working with a publi...
The text explains how to use Neovim with Godot and GDScript. It covers configuring Godot, connecting to Godot with vim-godot, getting autocompletion with coc.nvim, and debugging using nvim-dap.
The author has been working on various projects including a minimalist remote file browser, a SaaS software for stock portfolio performance, a commercial game, and learning Japanese. They have also been learning about finance and ...
The article discusses the process of signing and notarizing Godot games for Mac, which is required by Apple since 2019. It provides a step-by-step guide on how to publish your Godot game on Mac, including getting a Mac, creating a...
The text provides a guide on creating a press kit using Milou, a NodeJS software that generates press kits in the form of static websites. It includes information on installation, creating a company page, creating a product page, ...
The post discusses using George Pólya's problem-solving methodology to solve a software engineering problem of rendering 3D objects using Golang. It covers understanding the problem, devising a plan, carrying out the plan, and loo...
The text is a love letter to Apache Echarts, a data visualization library made by researchers from Zhejiang University and Baidu. It provides developers with a declarative language to render charts to canvas or SVG elements, cover...
The article is a step-by-step guide on how to install and configure Mikochi to use HTTPS with Docker and Traefik. It includes instructions on setting up a Linux server, installing Docker, launching Mikochi using docker-compose, se...
The text discusses the issue of offensive words appearing in the output of a one-time passphrase generator and the difficulty of filtering them out. The author explores various methods of detecting and filtering offensive words, i...
Atlas offers a solution to the problem of managing SQL database schemas by allowing you to define your SQL schemas in a declarative manner. It provides an alternative to the traditional imperative changes and allows you to use HCL...
The article discusses five kubectl plugins that help avoid repetitive tasks, make cluster administration simpler, and incident response less stressful. The plugins are installable using Krew, and the author provides a note for Mac...