Hi there 👋

Welcome to my slice of the internet.

  • My job is to bring ideas to life from design to operations

  • I design and build solutions, putting technology to work in the service of people

  • What I do :

    • 💡 Consulting
    • 💻 Design & development
    • 📢 Marketing & Communication
    • 📦 Product Development
  • 🛠 There is more than one way to do it

  • Always ready to talk about your projects around a cup of coffee ☕

  • You can get in touch here

What is inertiajs

the JavaScript apps the monolith way.

March 13, 2024 · 2 min · Yasha

Working with feature flags

some notes about feature flags benefits and implementation

November 24, 2023 · 2 min · YS

Datatables for Vanilla JS

JS Libraries for working with datatable with as little depencies as possible

June 18, 2023 · 1 min · YS

Web of Solutions - June 2023

Algorithms Archive, Architecture of OSS, Pod vs containers, Piano practice and more

June 17, 2023 · 2 min · YS

Lean Javascript libraries

Javascript, with no build step, that you can learn in an afternoon and with which you can build some relatively complex websites while keeping the dev process as simple as possible .

June 16, 2023 · 3 min · YS

Cut a video with ffmpeg

Just a quick snippet reminding how to cut a video with ffmpeg

June 11, 2023 · 1 min · YS

Keycloak - An overview of the open source SSO solution

Series of keynotes to get accointed with how keycloak is working

June 11, 2023 · 1 min · YS

Connecting VPN to OpenVPN on Arch Linux

VPN on arch linux

June 1, 2023 · 1 min · YS

Sealed Secrets on Kubernetes - a quick intro

Sealed Secrets on Kubernetes, a quick intro and description of most useful command

June 1, 2023 · 2 min · YS

We focus on losses

We focus on losses

June 1, 2023 · 1 min · YS

Subtitle editing, translating and dubbing

Subtitle Editing, translating, dubbing

May 29, 2023 · 1 min · YS

testing the idea of blogging instead of tweeting

Blogging or twitting, here is the question

May 27, 2023 · 1 min · YS

Cookiecutter and alternatives

Starting a new project can be quite repetitive task. Fortunately, automating repetitive task is what programming is good at, right? So you’d expect to find plenty of options spitting boilerplate code around, removing the tedious setup, giving us more time for the fun stuff. Funny enough they are not that many options around (I mean there is some choice but if you want to know how many is too many option, try to count how many implementation of the ls command, if you can… and then get back to me…)...

January 15, 2023 · 3 min · YS

mu4e snippet - all inbox today

1 2 3 4 5 6 7 (eval-after-load 'mu4e '(progn (add-to-list 'mu4e-bookmarks '( :name "All Inboxes Today" :query "(maildir:/my/Inbox or maildir:/myother/Inbox) and date:today..now" :key ?i)) ))

November 10, 2022 · 1 min · YS

List of governmental design systems

Wait, what’s a design system A Design System is like a reusable library of components, visuals and principles. Through composition, the system can scale to offer a path for to create a coherent UX for designers and developers of digital products and services. The construction of a Design system offers many advantages. This solution makes it possible in particular to facilitate the work of the teams and to reduce the “design debt” and the “technical debt”....

September 27, 2022 · 2 min · YS

Degree accreditations in Europe

FAQs - Recognition of academic diplomas Recognition of academic diplomas European Agency for Higher Education & Accreditation Wikipedia - higher education accreditation organizations Eurydice EUA

September 11, 2022 · 1 min · YS

Content automation

Images & social media Service Focus Pricing Bannerbear Template base generated Image and video $49/$149/$299 Synthesia AI talking head video generation $30/Sales API teamplate io Image generation API 0/29/69/139 dinapictures image generation api 0/39/99/++ plainonlyvideos video automation api templates 59/249/599 pixelixe image generation api 9/49/99/249 Glitterly image & video templates based 0/15/39

June 21, 2022 · 1 min · YS

Basics of an emacs package

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 ;;; dummy.el --- just a dummy package ;; Author: Y.S ;; Version: 0.1 ;; Keywords: orgmode, gitlab ;;; Code: (require 'cl-lib) ;;hello: is staying hello (defun ol-hello () "Say hello." (interactive) (insert "Hello")) ;;; Commentary: ;; Sync org mode file with gitlab (provide 'orglab) ;;; orglab ends here

May 23, 2022 · 1 min · YS

Work Music Sources

Work music sources https://poolsuite.net/ https://somafm.com/ https://www.lofi.cafe/ https://plaza.one/ http://echoesofbluemars.org/ https://lofi.limo/ https://driveandlisten.herokuapp.com/ https://musicforprogramming.net/latest/

May 23, 2022 · 1 min · YS