You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currency Converter is a terminal application that uses Go, Redis, Echo, and is deployed on Docker for converting currencies with exchange rates from Open Exchange Rates API and it also has historic…
Budget Buddy is an app that tracks your expenses- and organizes them in a simple format. Budget Buddy serves as an expense tracker for hundreds of school clubs; next steps are to build a centralize…
Made a complete compiler: parser to convert code into abstract syntax tree (AST); STS for measuring text similarity; IR data structure for source code and machine code for optimization; integration…