My coding practice around topics such as data structures and algorithms, JavaScript and C#. More info about my approach in the Wiki.
Here's the directory structure and how to run each project:
- /hackerrank: my HackerRank solutions
- /leetcode: my Leetcode solutions, in C#, JavaScript and TypeScript
- /csharp-solutions: ./LeetCodeSolutions.Tests/dotnet test
- /javascript-solutions: npm t
- /typescript-solutions: npm t
- /others
- /eloquent-javascript: my solutions for the Eloquent JavaScript book exercises (run with node <file.js>)
- /javascript-interview-questions: npm t
- /jsnad: my solutions for the LFW211: Node.js Application Development (Linux Foundation) lab exercises
- /msgpack-lite-sandbox: playing with msgpack (node index.js)
- /openui5: tutorials from the OpenUI5 documentation website (check the wiki md file on each project folder)
- /qlikview-examples: Getting Started with QlikView Series tutorials
- /udemy: exercises from the Udemy courses I'm taking
- C# Advanced Topics: Prepare for Technical Interviews, /csharp-advanced: ./CSharpAdvanced.Test/dotnet test
- Introduction to Data Structures & Algorithms in Java, /ds-and-a
- /csharp-solutions: ./DSAndA.Test/dotnet test
- /javascript-solutions: npm t
- /typescript-solutions: npm t
- The Complete Python Bootcamp, From Zero to Hero in Python, /python
- /top: exercises from the The Odin Project