Milecia

Author profile

Milecia

Starting classes soon! | Software/Hardware Engineer | International tech speaker | Random inventor and slightly mad scientist with extra sauce

@flippedcodingUnder a rock somewhereWebsiteView on DEV

Articles by @flippedcoding

Browse the latest writing surfaced through DevArt.

Building an AR App with Markers
#react#javascript#ar

Building an AR App with Markers

Bringing AR to web apps seems like something that's pretty common, but it still takes some custom work to get things going. In this post, we'll go through how you can add AR.js to a Redwood app to enable AR functionality.

MileciaMilecia5 min read
32 reactions0 commentsRead full article
Creating an Asteroid Map with a NASA API
#react#javascript#graphql

Creating an Asteroid Map with a NASA API

There are tons of cool APIs out there that give us access to all kinds of data. If you're into space things at all, you might be happy to know that NASA has APIs that let us work with some of their data. In this post, we'll see how you can make an asteroid map using one of these APIs.

MileciaMilecia9 min read
58 reactions1 commentsRead full article
Make A Custom Map App with Redwood

Make A Custom Map App with Redwood

Working with map data can lead to some interesting projects. Whether you want to pinpoint locations for users to visit or you want to show where equipment is located for a manufacturing company, maps can lead to unexpected insights. In this tutorial, we'll take a look some basics of working with a map.

MileciaMilecia9 min read
17 reactions1 commentsRead full article
Building a Virtual Beat Box in Redwood
#react#javascript#graphql#tone

Building a Virtual Beat Box in Redwood

Most of the time the only media types that get attention in web development are videos and images. We're going to make a small app that will let users work with audio in the browser and make their own beats!

MileciaMilecia8 min read
9 reactions0 commentsRead full article
Making an Audio Visualizer with Redwood
#react#javascript#graphql

Making an Audio Visualizer with Redwood

Audio on the web is an often overlooked feature we can take advantage of to give users more information about the data they have. In this tutorial, we're going to make an audio visualizer in Redwood that saves snippets of the visual for you.

MileciaMilecia6 min read
33 reactions1 commentsRead full article
Making a Meal Picker with Redwood
#react#javascript#graphql

Making a Meal Picker with Redwood

Feeding yourself as an adult is hard sometimes. There are times it's too hard to make a choice on what to eat because there are too many options. That's why we're going to make an app to pick a meal for us!

MileciaMilecia7 min read
23 reactions0 commentsRead full article
Making Better Components With Storybook
#react#javascript#storybook

Making Better Components With Storybook

When you're building components to use in an app, it helps to work with them in isolation. With Storybook, you can test and create components in isolation from the entire app. In this tutorial, we'll go over writing stories for components in Redwood.

MileciaMilecia6 min read
39 reactions1 commentsRead full article
Adding Custom Branding to a User App
#react#javascript#images

Adding Custom Branding to a User App

You might end up working on a project with multiple users who want different layouts for their dashboards. Users typically like to have some level of customization over the applications they use and we're going to cover how to do that with Redwood.

MileciaMilecia8 min read
6 reactions0 commentsRead full article
Creating Custom User Reports with Redwood
#react#javascript#graphql

Creating Custom User Reports with Redwood

Users expect to be able to see their data in a format that's easy for them to read. When you allow them to download custom reports as PDFs, it gives them something they can use to see their data quickly. In this tutorial, we'll make a new Redwood app that stores user data and generates reports for them.

MileciaMilecia8 min read
17 reactions0 commentsRead full article
Making a Media Library with Redwood
#javascript#react#graphql

Making a Media Library with Redwood

Having a customizable media library can help you keep track of relevant content and manage settings around it. In this post, we'll create a media library that can be extended to cover a lot of different needs.

MileciaMilecia7 min read
9 reactions0 commentsRead full article
Building a User Dashboard with Redwood
#javascript#graphql#prisma#react

Building a User Dashboard with Redwood

Dashboards are a common part of many apps, but they are so complex with the amount of data they handle. We're going to use Redwood to make a user dashboard with a database, back-end, and front-end all connected.

MileciaMilecia8 min read
26 reactions0 commentsRead full article
Creating a VR App with Redwood
#javascript#vr

Creating a VR App with Redwood

VR is a relatively new area of tech and now's a good time to learn about how to make AR apps with JavaScript. This tutorial will take you through everything you need to get started with VR in Redwood.

MileciaMilecia6 min read
12 reactions1 commentsRead full article
Voice Recognition with Tensorflow
#python#tensorflow#machinelearning

Voice Recognition with Tensorflow

While I'm usually a JavaScript person, there are plenty of things that Python makes easier to do. Handling voice recognition with machine learning is one of those things.

MileciaMilecia7 min read
31 reactions0 commentsRead full article
Debugging Your React App
#react#javascript#debugging

Debugging Your React App

Debugging is a daily part of every developer's life. I usually go through a process when I encounter a bug that helps me move pretty quickly through issues. Hopefully this is useful to somebody else too!

MileciaMilecia4 min read
35 reactions1 commentsRead full article
Getting Started With Docker
#docker#devops#webdev

Getting Started With Docker

While not everyone uses Docker (yet), it's a great tool to know as a developer or someone in DevOps. Check out this super quick overview of getting started with Docker.

MileciaMilecia5 min read
85 reactions2 commentsRead full article
How Chaos Engineering Works
#chaosengineering#devops

How Chaos Engineering Works

You never know what might happen to your system because a server room caught on fire. Or can you? With chaos engineering, you can run experiments to make your system more resilient to failures.

MileciaMilecia4 min read
44 reactions1 commentsRead full article
11 Ways To Optimize Your Deployment Pipeline
#devops#webdev#optimization

11 Ways To Optimize Your Deployment Pipeline

Making sure apps stay up to date is what most companies plan around. That's why it's important to make sure your CI/CD is also optimized. Otherwise, you're missing improvements on the way that updated code gets to customers.

MileciaMilecia7 min read
39 reactions0 commentsRead full article
Milecia developer articles | DevArt