Jochem

@jochemkeller
11 Followers
207 Following
18 Posts
🧑‍🎨 Front-end developer
🥰 loving at the moment: lit.dev, Astro, Netlify, nanostores & the Fediverse!
🔖 ‪en.pronouns.page/he‬
Personal websitehttps://jochemkeller.nl
GitHubhttps://github.com/jochemkeller
@pawelgrzybek hey Pawel! I noticed that when reading your monthly top picks posts, I also started faithfully listening to your album pick of the month. And without fail, I find every album to be a banger! So, a word of thanks, for great curatorship, and to many more top picks! 😄🙏

@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/

HTTPS-enabled front-end development in 6 lines of code

What if I told you that you can enable HTTPS for your local (front-end) web development, in only 6 lines of code?

ᴋeller

@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/

HTTPS-enabled front-end development in 6 lines of code

What if I told you that you can enable HTTPS for your local (front-end) web development, in only 6 lines of code?

ᴋeller

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/

HTTPS-enabled front-end development in 6 lines of code

What if I told you that you can enable HTTPS for your local (front-end) web development, in only 6 lines of code?

ᴋeller

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 😂