Thomas Francis·Jan 7, 2022This post is part of a project for the Web Development specialization at Holberton New Haven.In response to the fake user persona and story map below, I have come up with the following ideas to improve overall user experience.
Thomas Francis·Nov 1, 2021Final Project Reflection: Completing FoundationsThe purpose of project Semblance is to provide a new avenue for meeting people locally by matching people base on dynamic storytelling…
Thomas Francis·Oct 7, 2021Thinking About Getting into Web Development? Don’t do it.Just kidding, that was clickbait. Learning new STEM technologies is usually a good idea to figure out what you want to do next. STEM is an…
Thomas Francis·Sep 5, 2021Click-bait: Ace your Next SE Interview with This One Weird Trick! Processing URL RequestsIntroduction
Thomas Francis·Aug 15, 2021Living in the Internet of Things: how can we adapt?IoT is an umbrella term for “smart” devices that are connected to each other through the internet.[1] This article will cover a brief…
Thomas Francis·May 26, 2021In Python, Everything is ObjectPython is an object-oriented language, where every assignment can be much bigger than it seems.
Thomas Francis·May 4, 2021How to Create a Dynamic Library in CLibraries are used in C to ensure that our code is reusable and organized. One type of library in C is the Dynamic Library. The Dynamic…
Thomas Francis·Apr 18, 2021Why doesn’t the “tsc” transpilation command work in Create-React-App?The short answer is that create-react-app has the “noEmit” setting set to “true” by default.
InThis happens when you type gcc main.c. Totally not written by Gucci Mane.byThomas Francis·Feb 4, 2021This happens when you type gcc main.c. Totally not written by Gucci Mane.TL;DR: