React Native Architecture : Explained!
React Native is a modern framework that allows JavaScript to run on and interact with IOS and Android phones in the same way as native code does.
React Native is a modern framework that allows JavaScript to run on and interact with IOS and Android phones in the same way as native code does.
Developers are adopting Higher Order Components (HOC) Stateless Functional Components, and for good reason: they make it easier to achieve…
This article shows how Passport, Node.js, Express, and MongoDB can be used to implement local authentication.
If you ever worked with an AJAX call, you are probably familiar with the following error displayed in browser console:
In this article, you'll be learning about the MVC (Model-View-Controller) and the MVVM (Model-View-ViewModel) design patterns.
A quick guide that explain how to format a Linux Disk as Ext4 from the Command Line
Those of you upgrading npm to its latest version, npm@5.2.0, might notice that it installs a new binary alongside the usual npm: npx.
A few weeks ago I wrote a tutorial on the new Vue server-side rendering capabilities for Laravel. That tutorial mostly focused on the set…
Learn how to easily implement authentication in your Vue.js application. You will learn how to handle unauthenticated API calls, have auto authentication, have restricted routes access and more.
Learn the differences and similarities between null and undefined in JavaScript
Apple has released it’s own package manager called ‘Swift Package Manager‘ to share and distribute Swift packages. It’s good to know that…
HTML 5.2 has introduced a new dialog element for native modal dialog boxes. At first glance, it seems fairly straightforward (and it is), but as I’ve been playing around with it, I’ve found it
In authenticated frontend apps we can change what a user can see depending on their role e.g. guest, admin etc. In this article, we implement a simple but scalable permission system into a Vue.js app using the CASL library.
If you want to shrink your Docker images, have your services start faster and be more secure then try Alpine out.
A Docker open source container software platform that packages applications in “containers,” allowing them to be portable among systems running Linux.