Posts — page 8 of 14
Adding an icon font to your Xamarin Forms apps
I've started building a new app using Xamarin Forms from scratch. The idea is that I have a list of contacts stored in the cloud. There isn't anything revolutionary about that,…
Choosing a hosting option for your web app in Azure
Azure, like all the other clouds, has a plethora of mechanisms for getting your web site published. You have Static Web Apps, Azure App Service, Azure Blob Storage, Web Apps for…
Rounded corner panels and masks in SwiftUI
I've been working on my UI developer skills recently (and I've done a few other posts about this as well). If you look at any of the recent design trends on Dribbble or UPLabs,…
Deploy your React app to Azure
I've got to the point with my template where I am thinking about deployment options. There is already a great option (the gh-pages module) for deploying to a github.io site.…
Add unit testing to your React app
Thus far, in my journey to produce a customized toolchain for my React development, I've covered a lot of ground. See part 1 and part 2 for that coverage. I've come to the point…
Add visual testing to your React app with Storybook
In my last article, I started a React app from scratch, then integrated Parcel as the bundler, TypeScript for language support, SASS, ESLint for linting the code, and Stylelint…
Building a React app with Parcel, Typescript, SASS, and ESLint
create-react-app (CRA) is great for getting started super-fast. It has just about everything you need for building all but the most demanding apps. It is, however, opinionated in…
Integrating Microsoft Login and MSAL with React and Redux
I have a new app I am working on. It's sort of a 1990's style text MUD, but I'm bringing it "up to this century" with a host of new features. I'm writing the first front-end in…
Pre-build steps for Flutter using Visual Studio Code
Flutter is not a build system. I know, it's a terrible way to start, but you have to accept that you need to produce a build system for Flutter. There are build systems written in…
Adding a pre-build step to Android Studio builds
I'm currently writing a cloud-native app with an Android (and iOS) front end. I've got my backend configuration written using Terraform, and it outputs a file called…