Developed with TypeScript, Ts.ED allows you to build your applications with either object-oriented programming, functional programming, or decorators.
One of Vue’s features is the watcher function. Let’s take a look at how watchers work in Vue and how to utilize them.
There are many ESLint rules for React out there — learn which ones are most useful in this post, which covers the twelve most essential ones.
When you refactor your application to use React Hooks, the first problem you’ll face happens to be the root issue from which other challenges stem.
lazy
and lateinit
variables in KotlinThe lateinit initialization can save you from repetitive null checks that you might need when initializing properties as nullable types.
Learn how to develop and deploy Tezos smart contracts, what to consider when comparing Tezos vs. Ethereum, and more in this article.
Explore one very powerful yet simple way to secure a REST API using JSON Web Tokens (JWT), reviewing some best practices and implementing an example.
Learn how to use Redux and a library like Axios to turn data fetching and state management from a nightmare to a breeze.
In this tutorial, we’ll cover how to interact with Rust databases using two different libraries: Diesel and SQLx.
With the introduction of @mention, you can mention friends and invite them to join the discussion. Today, you see forms with @mention functionalities in social media applications.
petite-vue is an alternative distribution of Vue inspired by Alpine that is optimized for progressive enhancement.
This tutorial provides an overview of NestJS and demonstrates how to implement JWT user authentication on a NestJS API.