🥰 loving at the moment: lit.dev, Astro, Netlify, nanostores & the Fediverse!
🔖 en.pronouns.page/he
| Personal website | https://jochemkeller.nl |
| GitHub | https://github.com/jochemkeller |
| Personal website | https://jochemkeller.nl |
| GitHub | https://github.com/jochemkeller |
@hdv ik las net “Trains are offices”, en I feel seen 😂 gebeurd zelden dat ik het zó eens ben met een blog!
Als toevoeging: wat ik vooral chill vind aan trein-werk is dat eigenlijk elke andere vorm van afleiding je wordt ontnomen. “Hmm, ik zit hier nu 2 uur, ik kan er dan maar beter ook goed gebruik van maken”
Op de een of andere manier werkt dat enorm motiverend 💪
Leuk om te lezen dat er anderen zijn die ook dit soort productiviteit ‘lifehacks’ toepassen 😎 en werk-se! 🚊
One of the git commands I find myself using a crazy amount since I found it is:
```
git rebase -i `git merge-base HEAD origin/develop`
```
This does an interactive rebase on all the commits since the branch diverged from develop. What I used to do is count the amount of commits (for instance 4) and then `git rebase -i HEAD~4`. But this oneliner smooths that nicely! 🥳
@stefan Hi Stefan, hope you’re doing okay 👌
I just wrote a blog, that I think might be interesting for you. Shameless plug: https://jochemkeller.nl/blogs/local-ssl-in-6-locs/
@pawelgrzybek Hi Pawel, hope you’re doing okay 👌
I just wrote a blog, that I think might be interesting for you. Shameless plug: https://jochemkeller.nl/blogs/local-ssl-in-6-locs/
I recently came across a way to easily manage local development SSL certificates for my projects, and it's transformed the way I do front-end development! 💅
Decided to blog about it here: https://jochemkeller.nl/blogs/local-ssl-in-6-locs/
I am doing some really weird psuedo CSS on the back of UnoCSS & lit’s classMap. and… I kinda like it?
It behaves kinda like stylus but has the ability to sprinkle in reactivity as you can see with the `this.last`. Can’t imagine this performs well though 😂