Tags
Posts
-
Speed up your React application
Use this one trick to speed up your react application up to 70%
read article -
Create up-to-date screenshots of your application
Create up-to-date application screenshots for free. One tool that helps you keep your documentation fresh and your customers happy.
read article -
Catch up on JavaScript 3: Clack, ipx, smtp-tester, and much more
Catch up on JavaScript is a series of useful libraries I'm posting daily on Twitter. This post features what I posted this week.
read article -
Catch up on JavaScript 2: Easepick, magic-regexp, Token CSS, and more
Catch up on JavaScript is a series of useful libraries I'm posting daily on Twitter. This post features what I posted this week.
read article -
What the fuss is about RPC
RPC (Remote Procedure Call) - is a protocol to call servers and invoke some defined code on them. In comparison to REST or GraphQL RPC...
read article -
You may also like:
-
Catch up on JavaScript: Cookie-es, TW Classed, Devalue, and more
Catch up on JavaScript is a series of useful libraries I'm posting daily on Twitter. This post features what I posted this week.
read article -
Email frameworks comparison in 2023
Email templates are what every app needs to have. I tried all and see what I pick at the end.
read article -
Integration testing Passwordless authentication with Playwright
Passwordless authentication is becoming more and more popular. It’s an easy way to have authentication functionality. The main advantage of having magic links is better security. One password to...
read article -
Tauri + NodeJS: Alternative to Electron
Tauri is a framework for building binaries for all major desktop systems. Thanks to the sidecar feature we can run it with NodeJS server aside.
read article -
Feedback widget in Docusaurus
Learn how to add feedback widget to Docusaurus documentation. Feedback is essential to improve any product. The documentation page is nothing different apart from other parts of the product.
read article -
3 Things you should know BEFORE you start with Supabase
Supabase is powerful and gaining much popularity. See what you should know before you start using it!
read article -
Happy React: Reactions on your website for free
Blazing fast, easy-to-use reactions on your website. Fully customizable reactions on your posts. Get feedback about your posts, documentation page, or any other resources!
read article -
Rapid API: Home for your SaaS
Making SaaS products has never been easier. See how you can do it using Rapid API.
read article -
Typescript hints in your code samples
Adding code samples to your website is an excellent idea. It shows how the code should look like. It's hard to image npm package docs without code samples. Existing solutions are good when we want to...
read article -
Technical Failure #1: React hooks dependencies
React introduces hooks in 16.8 and everything changed. See how to manage dependency the right way and learn from my mistakes!
read article -
Write better code with AI
Artificial intelligence is most of the significant technology nowadays. It opens new ways on how we look at the data. Deepcode is the first real-time semantic code analysis powered by AI”.
read article -
Free private npm package using GitHub
Sharing logic between more than one application is crucial for creating scalable architecture. We can move some logic, UI components into a separate package. Next, this package can be shared between
read article -
You don't need a backend developer!
I mean that! You don't need a backend developer, at least for serving data. Hasura is doing everything for you!
read article -
State machines for the rescue
XState can help you build a more predictable and less error-prone application state using finite state machines
read article -
Astro: Meta framework of future web development
Astro is a meta-framework to build fast websites with opt-in javascript bundling of React, Vue, Svelte.
read article -
Is Preact worth checking in 2021?
Preact is a framework that aims to be fast with a smaller size alternative React with the same API. Let's see what it makes better than React.
read article -
React Query in Web Extensions
React Query is a library for fetching data from API. Is performant, manages fetched data, and what is the most important is backend agnostic — you can use it with REST or GraphQL APIs.
read article