Adaptive Layout Tutorial in iOS 11: Getting Started
In this tutorial, you'll learn how to use Adaptive Layout in Xcode 9 with iOS 11, enabling you to re-use the same storyboard for multiple devices and orientations
In this tutorial, you'll learn how to use Adaptive Layout in Xcode 9 with iOS 11, enabling you to re-use the same storyboard for multiple devices and orientations
In this article, you’re going to find my take on rem vs em. You’re also going to learn exactly what rem and em are, and how to use them to build modular components.
In this tutorial, I'll show you how easy it is to build a web application with Vuejs 2 - a progressive JavaScript framework - and add authentication to it.
This post explains a Docker-based development and deployment setup for JavaScript - Node.JS - projects with both front- and back-ends with a single codebase.
So you’re a React developer and you’ve decided to try out Vue.js, so much of what you can do in React you can also do in Vue. There are some conceptual differences.
BEM CSS is an absolute lifesaver for me in my effort to create applications in a modular, component-driven way. 10 dilemmas I’ve battled with.
Let's Encrypt is a new Certificate Authority (CA) that provides an easy way to obtain and install free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. It simplifies the process by providing a software client, certbot (previously
When you transfer a domain from one registrar to another it’s important to consider the Domain Name System (DNS) and how that will impact the domain conf...
In this post I'll examine the Swift reflection API, see how fast it is, and will try to show use cases where it can be applied successfully.