Using SVGs in a React Native project can take your app’s design to the next level. SVGs are perfect for icons, logos,…
When it comes to encryption, there are a few different algorithms that you can use. Two of the most popular ones are…
The spread operator can turn the elements of an array into elements of a function call or into elements of another array…
Firebase is a service for building a flexible backend that can track a wide range of app statistics. GraphQL, on the other…
JavaScript frameworks are becoming more and more popular for frontend development. In this post, we’ll take a look at the top 10…
In case you missed the announcement, Sapper is being replaced by a much newer framework – SvelteKit. This Sveltekit tutorial looks at…
Introduction When building mobile apps nowadays, authentication has become a near essential feature to implement as there’s an increasing need to attach…
Introduction One of the popular uses of Javascript is to add interactivity to web pages. These interactions could be functions that are…
Introduction In programming, it’s important to make sure that your code is readable, maintainable, extendable, and easily testable. One of the ways…
Introduction When writing PHP apps, one common issue you might face as a developer is when your enabled PHP extensions are not…