Ari SaifinLevel Up CodingLearn C++ Lambda Functions in 6 MinutesFunctional programming is a programming paradigm that treats computation as the evaluation of mathematical functions. This means that…Jul 27, 20231Jul 27, 20231
Ari SaifinLevel Up CodingLearn C++20 Ranges in 5 MinutesC++20 introduced Ranges to the standard library: a powerful new feature that can make your code more readable, maintainable, and efficient…Jul 23, 2023Jul 23, 2023
Ari SaifinLevel Up CodingSeven Things You Should Do on the Day of Your Tech InterviewThe day of your tech interview has finally arrived! You’ve been preparing for weeks, but you’re still feeling nervous. Before you head to…Jul 20, 2023Jul 20, 2023
Ari SaifinLevel Up CodingDRY Code, DAMP TestsWhy should make your production code DRY and your tests DAMP.Jul 14, 20231Jul 14, 20231
Ari SaifinLevel Up CodingNavigating the Coding Interview Maze: Lessons Learned by Seasoned ProgrammersAs my roommate walked in, visibly frustrated after yet another disappointing tech interview, as experienced software engineers, we couldn’t…Jul 11, 2023Jul 11, 2023
Ari SaifAstrological Adventures: Guessing Programmers’ Zodiac Signs Based on Programming LanguagesOn a dull summer afternoon at the office, my coworker and I felt a sudden urge for amusement and creativity. So, we started a playful game…Jul 7, 2023Jul 7, 2023
Ari SaifinThe StartupGraph Representation in C++A graph is formally defined as a set of vertices V and a set of edges E connecting the vertices:May 19, 2020May 19, 2020
Ari SaifinThe StartupCrypto-Aggregator: An Open Source Alternative to CoinMarketCapSummary: I provide an open-source code for calculating the weighted average price of cryptocurrencies. You can download the code from…Aug 28, 2019Aug 28, 2019
Ari SaifinThe StartupPractical Tips on Dealing with Panic and Anxiety AttacksOr how to make panic attacks your bitch!Aug 26, 2019Aug 26, 2019
Ari SaifinHackerNoon.comShortest and Longest Path Algorithms: Job Interview CheatsheetA quick overview and comparison of shortest and longest path algorithms in graphs.Nov 21, 2018Nov 21, 2018