All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Security
Security
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Ido Shamun

55 articles on daily.dev Blog

Appears on

Articles55

Optimistic Offline-First Apps With Vuex

TL;DR β€” Use Vuex plugins together with localForage to easily persist application data in an optimisti...

0
daily.dev Blog7y ago

Brand new Storybook for Daily

As part of our ongoing journey of open sourcing and documenting Daily, we are now launching a Storybo...

0
daily.dev Blog7y ago

Daily has gone open source

We have shared some hints and clues along the way but it's time to announce that Daily is now open so...

0
daily.dev Blog7y ago

Managing your secrets in Git πŸ—

We have always been told not to store secrets in Git. But what if I told you that we manage all our secrets in Git?

0
daily.dev Blog6y ago

Pro tips for data scraping in production

Data scraping is a delicate art of turning websites into a beautiful machine-readable data structure. πŸ‘©β€πŸŽ¨

0
daily.dev Blog6y ago

I've made up my mind. I know how to choose my next tech stack ✨

Every time I create a new project, I ask myself the same question: which tech stack should I use.

0
daily.dev Blog6y ago

Theming styled-components with CSS custom properties

styled-components has a pre-built solution for theming. But I think we can utilize CSS custom properties instead for a more readable code.

0
daily.dev Blog5y ago

Breaking The Gateway

API gateway is an architectural pattern that has its pros and cons, I decided to remove it from my architecture. Here is why.

0
daily.dev Blog5y ago

My 5 Practical CSS Tips

This is going to be a short post with my best CSS tips. I'll do my best to share references for every tip so you can read more and get a better understanding.

0
daily.dev Blog5y ago

Managing multiple NodeJS versions

We all switch around different projects, sometimes even daily. Every project has a different NodeJS version. Learn how to manage it with nvm

0
daily.dev Blog5y ago

The moment.js ultimate lightweight alternative: date-fns

JavaScript Date is no fun! It's OK for the basics, but once you want to do more complex manipulations, oh boy...

0
daily.dev Blog5y ago

Super practical React-TypeScript cheat sheet for every day use

This blog post is a great chance to publicly document my most used React TypeScript types. I focus on functional components and react hooks.

0
daily.dev Blog5y ago

SQL Join vs Subquery: The Game Changer

When building an SQL query that involves multiple tables, there is always a constant debate about joining the tables or using subqueries.

0
daily.dev Blog5y ago

GraphQL Terminology - Cheatsheet

Just like other specs, GraphQL has its own language and terms. In this article, I'm going to explain the most popular terms.

0
daily.dev Blog5y ago

Docker Compose: The Perfect Development Environment

Working on a full-scale project and keeping our local development environment up-to-date is not a simple task. Docker Compose to the rescue! πŸ¦Έβ€β™‚οΈ

0
daily.dev Blog5y ago

Server-Side-Rendering Renaissance

Web development has changed dramatically since the early days of the internet to now. In this article, I'll recap the major changes and try to predict the next trend.

0
daily.dev Blog5y ago

Web Vitals Optimizations: Advanced Dynamic Import Patterns

Improving your web application's performance can increase both the conversion rate and the organic customer acquisition rate.

0
daily.dev Blog5y ago

Preact vs React: A lightweight alternative (Next.js included)

Preact is a 3kB alternative to React. If you care about performance, you should at least consider Preact as an alternative.

0
daily.dev Blog5y ago

My favorite coding and entrepreneurship books πŸ“š

My most recommended books are laid out here together with my personal notes. They all about engineering, entrepreneurship, and DevRel.

0
daily.dev Blog5y ago

My Recent Tips For Optimizing Web Performance

If you don't care about web performance, you're missing out. Better performance leads to a better ux, conversion rate, and surprisingly also SEO.

0
daily.dev Blog5y ago