My girlfriend and I decided to live without Facebook products (including Instagram and WhatsApp) for a month and see how it’s going. Even though we are halfway through the month, I already observed a lot of positive incomes. To fully embrace life without Mark’s Zuckerberg’s products, I decided to deepen my psychological knowledge of this tech-saturated generation, and its impact on a happy, fulfilled life.
When we define Node.js module it is easy to think that we can use module.exports and exports interchangeably, but can we? Let’s understand what is going on under the hood.
Isn’t that all a little bit concerning that one company knows about your passions, salary, what you eat, where you go and what the fuck is your shoe size? It’s scary for me, so I decided to move away from the Mountain View Google bandwagon.
There’s no better time than during a global pandemic, to slow down and do a little bit for yourself. It’s a great time to convert bad habits into good ones, a perfect opportunity to try a new diet, learn a new skill, meditate, or play a series of console games that we’ve been postponing for a long time. I decided to kick 2021 off with a classic self-development book.
Before ECMAScript 2015, JavaScript language was lacking an official module system. Lack of namespacing and protecting against polluting the global environment forced developers to design many solutions for this problem. One of them is the revealing module pattern.
After adding support for WebP and AVIF formats, I managed to serve to my visitors around 40% slimmer images. This pretty significant performance gain is simple to achieve using Hugo.
State of CSS 2020 survey, Extending CSS with Houdini, Cloudflare Pages, React Server Components, AWS Workshops, CSS content-visibility and accessible semantics and more…
Exactly a year ago, at the beginning of 2020, I was confident that it was going to be the best year of my life. Even though we had a lot of madness going on, I somehow managed to make it reality and turn 2020 into the best year of my life.
Both any and unknown are universal types in TypeScript that allow you to assign whatever the heck you want to it. The difference is in accessing those values. Let me explain.
Figma Auto Layout can save you hours. Instead of spending hours on adjusting the size of a component or moving things around the UI project, spend this time on creative tasks.