Open in app

Sign In

Write

Sign In

Thomas Francis
Thomas Francis

3 Followers

Home

About

Jan 7, 2022

This post is part of a project for the Web Development specialization at Holberton New Haven.

This 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. https://holbertonintranet.s3.amazonaws.com/uploads/misc/2020/2/c7786afc216b3a98a651.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIARDDGGGOU5BHMTQX4%2F20220107%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220107T192216Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=3a64675a0b36b9ee56f142284c91795ed91645e678176a4351777c76d054308d…

2 min read

This post is part of a project for the Web Development specialization at Holberton New Haven.
This post is part of a project for the Web Development specialization at Holberton New Haven.

2 min read


Nov 1, 2021

Final Project Reflection: Completing Foundations

The purpose of project Semblance is to provide a new avenue for meeting people locally by matching people base on dynamic storytelling archetypes. My team members for this project included Carson (frontend), Nels (frontend), and Justin (backend). I helped Justin on the backend. I had the idea for Semblance while…

Holberton School

4 min read

Final Project Reflection: Completing Foundations
Final Project Reflection: Completing Foundations
Holberton School

4 min read


Oct 7, 2021

Thinking 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 acronym that stands for Science Technology Engineering and Math. It’s an acronym for roles that require technical skills. …

Web Development

3 min read

Web Development

3 min read


Sep 5, 2021

Click-bait: Ace your Next SE Interview with This One Weird Trick! Processing URL Requests

Introduction `What happens when you type a URL in your browser and press Enter?` This is a common interview question used to assess a candidate’s web stack knowledge. Many software engineering candidates struggle with this concept, myself included. The following are a few concepts that every developer should be familiar with. DNS Requests …

Url

3 min read

Click-bait: Ace your Next SE Interview with This One Weird Trick! Processing URL Requests
Click-bait: Ace your Next SE Interview with This One Weird Trick! Processing URL Requests
Url

3 min read


Aug 15, 2021

Living 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 history of IoT, the advantages of IoT, but will mainly cover the inherent risks of IoT. Brief History of Smart Devices The first smart device may have…

IoT

4 min read

Living in the Internet of Things: how can we adapt?
Living in the Internet of Things: how can we adapt?
IoT

4 min read


May 26, 2021

In Python, Everything is Object

Python is an object-oriented language, where every assignment can be much bigger than it seems. For example, a simple string assignment to a variable: x = “hello” This string assignment is actually an object that can hold many pieces of contextual data such as the length of the string. All…

2 min read

In Python, Everything is Object
In Python, Everything is Object

2 min read


May 4, 2021

How to Create a Dynamic Library in C

Libraries 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 library consists of separate pieces of object code. Because of this modularity, it’s possible to alter the source code without needing to recompile the…

C

2 min read

How to Create a Dynamic Library in C
How to Create a Dynamic Library in C
C

2 min read


Apr 18, 2021

Why 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. But why? The tsc command used by itself will look for the tsconfig.json file in the current and parent directories. thiscomputer codefolder % tsc Once found, the file or directories specified in “files” or…

Typescript

2 min read

Why doesn’t the “tsc” transpilation command work in Create-React-App?
Why doesn’t the “tsc” transpilation command work in Create-React-App?
Typescript

2 min read


Feb 28, 2021

A Trip to the C Library. Creating Static Libraries

The shallow version: To compile all your C files in the directory to object files: gcc -c *.c To create a library: ar -rc yourlibraryname.a *.o Then index your library: ranlib yourlibraryname.a The in-depth version: We use libraries to organize information, which often simplifies access to that information. The same…

1 min read

A Trip to the C Library. Creating Static Libraries
A Trip to the C Library. Creating Static Libraries

1 min read


Published in This happens when you type gcc main.c. Totally not written by Gucci Mane.

·Feb 4, 2021

This happens when you type gcc main.c. Totally not written by Gucci Mane.

TL;DR: Terminal input command: gcc [filename] PREPROCESSOR First, the file goes through the preprocessor where the code from header files (like #include <stdio.h> or #include “custom_library_file”) are placed into the output file. Your file just got a bit larger. COMPILER Second, the file goes through the compiler where all the…

2 min read

This happens when you type gcc main.c. Totally not written by Gucci Mane.
This happens when you type gcc main.c. Totally not written by Gucci Mane.

2 min read

Thomas Francis

Thomas Francis

3 Followers

Is currently student at Holberton New Haven

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech