Reactivity In Vue.js (And Its Pitfalls) – Vue.js Developers
One thing we love about Vue is the reactivity system. If we change a data value it triggers an update of the page to reflect that change.
One thing we love about Vue is the reactivity system. If we change a data value it triggers an update of the page to reflect that change.
Delivering CSS & JS on your websites is completely different with HTTP/2, and here is a guide on how I've done it.
Kotlin is a modern programming language that compiles to Java bytecode. In this tutorial, we'll learn about the List, Set and Map collections in Kotlin.
ReplayKit is an incredible API which makes it extremely simple for developers to integrate safe and efficient screen recording into their apps.
Discover what Redux is all about and how you can leverage from it when building your next project.
In this article, we're going to take a look at NativeScript, an open-source framework for building mobile iOS and Android apps with JavaScript.
Next.js is a framework for building universal React applications with support to server side rendering - SSR.
Discover three important metrics to begin monitoring in Node.js to begin understanding and improving your applications performance.
If you want to build proper apps with Vue, you’ll need to learn about components. It’s one of the most powerful features of the library.
The YouTube Android Player API enables you to incorporate video playback functionality into your Android applications. Load and play YouTube videos and playlists.
In this tutorial I want to introduce Swagger, an open-source framework to help you write RESTful APIs. Swagger offers: Interactive documentation, Discoverability, Client SDK generation.
Improve performance and SEO in your Vue.js apps by implementing Server-Side Rendering.
LokiJS is a fast in-memory datastore written in JavaScript, which prioritises performance and a small footprint over everything else.
UFW, or Uncomplicated Firewall, is an interface to iptables that is geared towards simplifying the process of configuring a firewall.
The Inverted triangle architecture, also know as ITCSS, is a methodology for structuring your css in the most effective and least wasteful way.