Skip to content

Justin's Blog

A developer's rambling

  • Home
  • Twitter
  • Apple App Store
  • About Me
JavaScript , Node.js , Tips , Tools

Simple HTTP Server

by: Justin AllenPosted on: July 18, 2022July 30, 2022

When you have a need to serve up files using http. You can do so with http-server do this with npx http-server.

iOS , Revived Post , Swift , Tips , Tools

Sharpening My Tools Part 2

by: Justin AllenPosted on: June 26, 2022June 27, 2022

Developing an iOS application is full of small bits of repetitive tasks. When you develop User Interface in code, you must create and handle constraints in code. Depending on what you have to do this could become extremely repetitive and complicated. You can write each constraint yourself, but this gets […]

iOS , Revived Post , Swift , Tips , Tools

Sharpening My Tool Part 1

by: Justin AllenPosted on: June 26, 2022June 26, 2022

I’ve been working on a full fledged pdf reader application for iOS. During the process of developing for this I have wanted to use Icons from Font Awesome; as buttons in the app. Apple’s iOS doesn’t like SVG files or the font awesome font files, to work around this I’ve […]

C# , Revived Post , Tools , Unity

Unity Custom Editor

by: Justin AllenPosted on: June 26, 2022June 26, 2022

This week I have been working on a Unity custom editor, with the goal of making meshes easier to work with. It made sense to show this editor for the MeshFilter type, since that’s the script unity uses to store the Mesh object on. Anytime the MeshFilter selected in the […]

Tips , Tools

Tool Spotlight: https://app.quicktype.io

by: Justin AllenPosted on: June 23, 2022June 26, 2022

Today I had to make Swift structs for the datatypes that are returned from an API. This is usually a rather time consuming process, especially for large data sources. I found this really simple yet helpful tool that takes json objects and converts it to usable structures that you can […]

Theme Blog Explorer by Kantipur Themes