Starschema Hackathon 2022

New Year, new transferred working day. Luckily we had the opportunity to do something fun in a Saturday instead of just extending our work week. So we had another Hackathon! 🎉 ...

March 26, 2022 · 3 min · Mátyás Budavári

CSS Battle Showcase

I came across CSS Battle last year. I tried code golfs before, but this is a whole new level. ...

March 14, 2022 · 4 min · Mátyás Budavári

Deploy With Github Actions

Recently I tried Github actions to deploy some of my static sites, and I’ve been quite happy with its capabilities. Let me share my configs for different kinds of setups. ...

May 17, 2021 · 2 min · Mátyás Budavári

Plotly Dash Development Tips

Last year I was working on some dash-plotly applications/dashboards. It was confusing at first, I learned a lot during that time, I’d like to share my gathered experience. The docs already contain useful information, I do not wish to repeat them. There are many example pages in github, my goal is to collect my most visited pages here, so it’ll be easier to start out with development. ...

April 5, 2021 · 12 min · Mátyás Budavári

React CSSTransition appear animation with in=false and without unmountOnExit

React Transition group is a great library for animations in react. I want to share my experience on how to have an appear animation on components that are mounted with an in={false} property. ...

June 18, 2020 · 2 min · Mátyás Budavári