Skip to main content

17 posts tagged with "engineering"

View All Tags

Using TypeScript Types

· 8 min read
Software Engineer

I've been using TypeScript more and more lately. And I don't like it. I've found that I spend more time fixing type mismatch errors than I save by having a strongly typed variant of JavaScript. However, I am commonly in the minority opinion among my teams. In this article, I'll explore why that is, how to better leverage TypeScript's typing system rather than treating like annotations on top of Javascript, and I'll go through some hands-on examples based on a few real-world cases we recently encountered.

Big Integers in Rust

· 6 min read
Software Engineer

In preparation for our upcoming pilot bootcamp, I've been working on a few programming challenges. Since we're challenging our bootcamp participants to learn a new language as part of this effort, I thought I'd do the same and finally begin exploring Rust.

Battery Basics

· 6 min read
Software Engineer

This article introduces some of the basic concepts of batteries with particular applications for hobby-level small aircraft projects and similar. My aim for this article is to supplement my students' research for their senior design projects and provide an introductory walkthrough of the topic.

A Brief Introduction to Requirements

· 4 min read
Software Engineer

Despite the wide adoption of modern agile practices, formal engineering requirements remain important in many organizations. Formal requirements are often defined early in a project (i.e. before design and implementation), though they often evolve throughout the product lifecycle. They are important because project and industries that define formal requirements specifications tend to hold engineering teams accountable to meeting those requirements. Formal requirements can derive from industry regulation and compliance standards such as FAA regulations, FCC requirements, NIST cybersecurity standards, HIPPA compliance, PCI standards, etc. or be defined by engineering teams in collaboration with customers to capture project-specific constraints.