501 followers
I write daily web development tips that help you become a more efficient developer. 👨💻⚡️
Yesterday we made a modal in Ionic, modals are really cool, but generally, we want to pass or receive data from them. That will be what we'll be making today, a modal that passes, modifies, and returns data. The end result for today will look somethi...
Modals are a big thing in apps. You see them almost everywhere for small detail transactions. In this article, I'll show you how to add your own modal to an Ionic app. The result will look like this. This tutorial will pick up from our starting Ion...
The other day I had to make an Ionic application that had a tab bar and a side menu. Today, I'll be showing you how to create this yourself. As the starter template, we will be using the Ionic tabs, which you can find on my Ionic start GitHub repo. T...
Alright, so we now made a super cool HTML starter with tailwind, but how can we host this somewhere online, so people can view it? As you may know, this website is hosted on Netlify, and I love it! The website is hosted through Git push and GitHub ac...
Many websites leverage Google Fonts to introduce cool and unique fonts to a website. And fonts can make or break you're website. Let's take a look at how we can introduce a Google Font into the plain HTML Tailwind starter we made yesterday. If you'r...
Ever needed just a plain HTML started, but with the power of Tailwind? We can of course, load Tailwind from a CDN, but that kind of goes against the power of Tailwind. It would load every styling element, of which 90% isn't used in our project. We al...