CodeAndWeb's Dev Blog

Read our blog with the latest tutorials about game and web development, product updates and more.

What's new in BabelEdit 4
What's new in BabelEdit 4

Learn about the new features we've added to BabelEdit 4: Language packages, tree view in Flutter

How to avoid hydration errors in Gatsby with React.lazy
How to avoid hydration errors in Gatsby with React.lazy

I encountered several hydration errors while using Gatsby with React.lazy - this is how I solved them.

How to convert vue-i18n from single file components to JSON
How to convert vue-i18n from single file components to JSON

In this tutorial shows you how you can convert your vue-i18n project from using translations in vue files (single file components, sfc) to using JSON files.

Why using i18n sections in vue.js single file components is bad
Why using i18n sections in vue.js single file components is bad

Using vue.js single file components with <i18n> sections for your translations? Learn why you should not do that and what alternatives there are.

How to handle line endings in git
How to handle line endings in git

Free tutorial: How to handle line endings in git when working on Windows, macOS and Linux

How to create sprite sheets & animations for PixiJS 6
How to create sprite sheets & animations for PixiJS 6

Free tutorial: Create optimized animations & sprite sheets for PixiJS 6, speed up startup of your app, reduce download size. Full demo source code included.