Zack West·Feb 5, 2024Dear Recruiters: 3 Ways Your Software Engineer Candidate Can Work For YouSoftware Engineering is a competitive field and subject to aggressive recruiting. I have heard both engineers and recruiters express…
InalpharithmsbyZack West·Sep 26, 2022Using Bash to Concatenate StringsBash scripting makes concatenating strings simple and fun. All the normal Bash features are available and more complex approaches can be…
InalpharithmsbyZack West·Jul 15, 2022Remember to Import Your Datetime!The datetime module is a powerful part of the Python standard library. However, some repetitive naming decisions make a simple syntactic…
InalpharithmsbyZack West·Jul 13, 2022Saving & Loading CSV Files with Pandas DataFramesPandas DataFrames provide convenient methods for manipulating data with ease. The row-column format of the DataFrame is native to CSV files…
InalpharithmsbyZack West·Jul 11, 2022Fix: React Scripts Command not Found ErrorReact’s powerful state management has become wildly popular as a backbone for dynamic user experiences in web applications. Here are a few…
InalpharithmsbyZack West·Jul 7, 2022Using Arithmetic Operators on Python StringsPython lets developers use high-level syntax to perform robust string operations via arithmetic operators. There are some restrictions as…
InalpharithmsbyZack West·Jul 6, 2022Swapping Dictionary Values in PythonSwapping dictionary values in Python uses the age-old swap logic found in the course materials of many a computer science course. However…
InalpharithmsbyZack West·Jul 4, 2022Tabulate JSON Data in Python Using PandasTrying to tabulate JSON into a human-friendly format? Is your JSON data nested? In any case, the Pandas library can make short work of…
InalpharithmsbyZack West·Jul 1, 20221000/*: Framerate Conversion for Optimal PerceptionCurious about all the random 1000/60 snippets in the code you inherited? These are common translations from CPU and CPU millisecond time to…
InalpharithmsbyZack West·Jun 29, 2022Tabs vs. Spaces: The Programmer’s Holy WarThe debate of tabs vs. spaces has raged on among software engineers for decades. It’s the closest thing the software industry has to a holy…A response icon5A response icon5