Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamza-musa/codewars
Daily Coding Exercises to sharpen problem solving skills
https://github.com/hamza-musa/codewars
code codewars coding-challenges engineering interview-questions javascript programming-exercises software-design software-development software-engineering software-team tech technical technology
Last synced: 5 days ago
JSON representation
Daily Coding Exercises to sharpen problem solving skills
- Host: GitHub
- URL: https://github.com/hamza-musa/codewars
- Owner: Hamza-Musa
- Created: 2023-10-30T18:01:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T17:09:57.000Z (8 months ago)
- Last Synced: 2024-04-14T13:18:52.796Z (8 months ago)
- Topics: code, codewars, coding-challenges, engineering, interview-questions, javascript, programming-exercises, software-design, software-development, software-engineering, software-team, tech, technical, technology
- Language: JavaScript
- Homepage: https://www.codewars.com/users/XxHMu54
- Size: 1000 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeWars Challenges: Visit Here
A repository filled with codewars challenges (kata). Push a minimum of 5 solutions every week.
## Lessons Learned:
The Biggest Lesson I learned in tackling this endless supply of questions is understanding that there is a long way to go. Not being able to answer a question is okay, as long as you take the initiative to improve.
## How It's Made:
**Tech used:**
Every day, the first thing I do is solve a Codewar!
## Optimizations
- Looking at best practices, spend time understanding that code and how to apply it to my code going forward.
- Consistently refactor and optimize my code, sometimes for efficiency, and sometimes for readability.