"Don't break up the Internet!" My friend Melanie Sumner always counseled me. As developers, we always think about making our applications accessible at the very...
Nuggets is a community that helps developers grow. It's Hacker News for developers, Designer News for designers, and Medium for product managers. The technical articles...
Nuggets is a community that helps developers grow. It's Hacker News for developers, Designer News for designers, and Medium for product managers. The technical articles...
Since its initial release on May 29, 2013, React. Js has quickly taken over the Internet. It's clear that many developers, myself included, have benefited...
Nuggets is a community that helps developers grow. It's Hacker News for developers, Designer News for designers, and Medium for product managers. The technical articles...
A convenient way for the Activity or Fragment layer to communicate with the ViewModel layer is to use LiveData for observations. This view layer subscribes...
If you've been using React for a while, you might encounter container components and presentation components, or smart components and dumb components. These terms describe...
Computers are becoming more powerful and can use multiple CPU threads to process data. Multiple threads accessing a single resource can suffer from synchronization problems,...
Rethink how different front-end frameworks co-exist, for example, with old modules built using JQuery or AngularJS 1.x interfacing with new modules built using React or...
Nuggets is a community that helps developers grow. It's Hacker News for developers, Designer News for designers, and Medium for product managers. The technical articles...
Jamie Birch recently released Svelte NodeGUI, a framework for building desktop applications on Windows, Linux, and macOS. This is a much lighter alternative to Electron,...
Nuggets is a community that helps developers grow. It's Hacker News for developers, Designer News for designers, and Medium for product managers. The technical articles...
No matter what application we develop, we need a reliable mechanism to communicate between components. For example, in a Web application, we need to communicate...
Elasticsearch is a distributed, extensible analysis class search engine that supports complex aggregation of unstructured data. ** Similar to NoSQL databases, Elasticsearch was created to...
Nuggets is a community that helps developers grow. It's Hacker News for developers, Designer News for designers, and Medium for product managers. The technical articles...
Hypertext Transfer Protocol (HTTP) is one of the most common and widely adopted application protocols on the Internet: it is a common language between clients...
State management is not new in software, but it is still relatively new in javascript-built applications. Traditionally, we keep state directly in the DOM and...
Nuggets is a community that helps developers grow. It's Hacker News for developers, Designer News for designers, and Medium for product managers. The technical articles...
Nuggets is a community that helps developers grow. It's Hacker News for developers, Designer News for designers, and Medium for product managers. The technical articles...
Nuggets is a community that helps developers grow. It's Hacker News for developers, Designer News for designers, and Medium for product managers. The technical articles...
In addition to explicitly specifying column sizes, CSS Grid has a very powerful capability of repeating -to-fill columns and then automatically layout the content. In...