As many of you already know, almost 3 years ago I founded a community called "Code Journeys". At...
(posted on my blog) CodeJourneys meetup | 14.October.2021 18:30 CET On the 14th October...
Let me start with a short disclaimer: I know it is a book from 2018 and I know that it has already...
(check out my blog) Hello everyone, I'm happy to announce that we are going to start the second...
Get to know your teammates and how to effectively work with them by sharing user manuals.
(check out my blog) Hello everyone! 👋 This post is intended for developers and for those who want...
(this article was originally posted on my blog) Most of my posts are just personal notes I take to...
(check out my blog) Hello everyone, last week Mel has started a nice initiative called "Wednesday...
(check out my blog) Hello everyone! 2020 has been quite the year for everybody and we are all fully...
(this article was originally posted on my blog) tl;dr Many people in my life deserve my...
(check out my blog) Hello, everyone! tl;dr A new "round table" has been scheduled: "Vue...
We'll cover all the basics and work on a small project so you can learn by doing.
With a proper configuration ESLint and Prettier can work side-by-side without any problem or conflict.
September brings a lot of news for the CodeJourneys family. We planned the next two live coding sessions: Unit Testing in JS and Front-End Job Interview Simulation.
We are a bunch of friendly people who are supporting each other along the way.
How to build a very basic SPA JavaScript router based on location.hash
Report of the #2 live coding session.
Report of the #1 live coding session.
How to remove duplicate Objects from an Array using the "Set" and the "Array.prototype.reduce()" approach.
I need your help :)
A note to myself.
his is work-in-progress prototype but actually it already works. I have this scenario: multiple VueJs Apps which are sharing a component library. I'd like to place all of them in a monorepo managed by Lerna. The component library is based on Storybook.