dargaCode
React engineer building well-tested, maintainable component libraries. Meticulous coder, resourceful problem solver, and helpful, self-aware teammate.
Senior Software Engineer at @GoFundMe
Pinned Repositories
Autocomplete
Using Trie data structure to instantly display search results
CodecademyBoltNetworkLayout
Layout for an example video streaming site
dargacode.github.io
Rebuilding my old vanilla js website on a react/typescript/webpack stack
KhanChickenDrawing
Khan Academy project (originally completed 5/11/2015)
LogicAndCodingGames
[Resource List] Programming-related games I'd like to try
PhonebookSearch
Generate and quickly search a large list of people and businesses
post-baby-mates
A site for our friends to order meals from our kitchen
UdemyRESTfulBlog
RESTful CRUD blog
WebDevStudyResources
[Resource List] Courses and info I've found most helpful
webpack-react-template
My homegrown Webpack stack for React and Typescript
dargaCode's Repositories
dargaCode/CodecademyBoltNetworkLayout
Layout for an example video streaming site
dargaCode/AnimatedBubbleSort
Generate a randomized array of given length, then bubble sort it
dargaCode/AnimatedInsertionSort
Generate a randomized array of given length, then insertion sort it
dargaCode/AnimatedSelectionSort
Generate a randomized array of given length, then selection sort it
dargaCode/AnsiColorTest
Displays every combination of default fg/bg colors and text weights
dargaCode/BinarySearch
Generate an array of given length, then binary search a random int within that array
dargaCode/CaesarCipher
Rotate text around the alphabet to encipher based on a single integer key
dargaCode/CodecademyAdoptlyLayout
Layout for an example pet adoption site
dargaCode/CodecademyArmandoPerezLayout
Layout for an example artist portfolio site
dargaCode/CodecademyBassLayout
Layout for an example music app site
dargaCode/CodecademyExcursionLayout
Layout for an example travel app site
dargaCode/CodecademyHeadlinesLayout
Layout for an example news organization site
dargaCode/CodecademyNewsroomLayout
Layout for an example news site
dargaCode/CodecademyPocketbookLayout
Layout for an example signup page
dargaCode/ColorMacroTest
Experimenting with Macro Arguments to simplify formatting
dargaCode/DrawPyramid
Draw a pyramid of hash characters of a given height
dargaCode/ListFibonacciNumbers
Generate the first n Fibonacci numbers, up to 75
dargaCode/MakeChange
Count the number of coins required to make change totaling a given amount
dargaCode/NthDayProgramming
Display today as the nth day of my studies
dargaCode/RecursiveNthFibonacci
Generate the nth Fibonacci number using recursion and memoization
dargaCode/RecursiveStringReverse
Recursively reverse a given string using strcpy(), strcat(), and calloc()
dargaCode/RecursiveSum
Recursively sum a series of numbers up to a given max, with an optional nonzero minimum
dargaCode/StringCompare
Compare user-inputted strings using pointer math
dargaCode/StringConcatenate
Concatenate user-inputted strings using calloc() and strcat()
dargaCode/StringCopy
Clone a user-inputted string using malloc and pointer math
dargaCode/StringReverse
Reverse a given string using loops
dargaCode/UdemyBootcampExercises
Exercises from Colt Steele's Udemy Bootcamp Course
dargaCode/UdemyColorMatchGame
Select the color swatch matching the provided RGB value
dargaCode/UdemyScoreKeeper
Interactive scoreboard app
dargaCode/VigenereCipher
Encipher text based on a rotating series of Caesar Ciphers generated from a keyword string