sumeet / Sumcademy

Coding / software engineering exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sumcademy

The anti-Cracking the Interview1 Curriculum

Here are some of the coding exercises I've given for the off chance these might be useful to more people. Feel free to do whatever you'd like with these: copy them, modify them, solve them, etc.

Stars are difficulty ratings, out of 5.

Course O: 15 exercises (Ruby, webdev, HTTP, sockets, databases)

  1. BELP (BASIC Yelp) review site (limited Gems) ⭐⭐⭐☆☆ (SQL, webdev)
  2. BELP (contd.) User Metrics ⭐⭐⭐☆☆ (SQL, webdev)
  3. Bank Concurrency ⭐⭐⭐☆☆ (SQL, distributed systems, Ruby)
  4. OBench ⭐⭐⭐☆☆ (Ruby, concurrency)
  5. So Long, Frank ⭐⭐⭐⭐☆ (Ruby, webdev)
  6. Continuing To Deconstruct The Framework ⭐⭐⭐⭐☆ (Ruby, webdev)
  7. Cookie Dough (Raw Cookies) ⭐⭐⭐☆☆ (Ruby, webdev)
  8. BATCHAT ⭐⭐⭐☆☆ (Ruby, sockets)
  9. My Little HTTP Server ⭐⭐⭐☆☆ (Ruby, webdev, sockets)
  10. Rack From Scratch ⭐⭐⭐⭐☆ (Ruby, webdev, sockets)
  11. Putting The Framework Back Together (Ruby DSLs) ⭐⭐⭐⭐☆ (Ruby)
  12. What Is A Compiler? ⭐☆☆☆☆ (Computer Science)
  13. Other Databases Part 1: MongoDB ⭐⭐⭐⭐☆ (MongoDB, databases)
  14. Other Databases Part 2: Flip A Switch ⭐⭐⭐☆☆ (databases, design patterns)
  15. Other Databases Part 3: Testing ⭐⭐⭐⭐☆ (Ruby, unit testing)

Course E: 2 exercises (Node.js, webdev, Golang)

  1. Hello..., World? ⭐⭐☆☆☆ (JS, webdev, authentication)
  2. My Language Is Faster Than Your Language ⭐⭐⭐☆☆ (Node.js, Go, Concurrency)

Course M: 1 exercise (Functional programming, Haskell)

  1. Functional Programming Is For Ner^H^H^HAcademi^W^WFun? ⭐☆☆☆☆ (Haskell)

Course G: 1 exercise (Linux, command line)

  1. Turning an old laptop into The Cloud ⭐☆☆☆☆ (Linux, command line)

Other (better) resources

Puzzles and Games

  • Advent of Code: Christmas themed coding puzzles, start out easy, and get progressively harder. Teaches you algorithms without boring you. Doing these makes you feel like you can code anything. Suitable for beginners and experts. 2019 is best year.
  • Zachtronics: Beautiful, highly produced coding video games. Great, gentle introduction to Assembly language, though the instruction sets are all for ficticious computers. Suitable for experts and beginners.

Videos

  • Tsoding: Low-level, functional programming, programming for fun. Free.
  • Destroy All Software: Computation, webdev, Ruby, Unix, Vim, testing and TDD. Costs money.
  • Clean Coder: Fundamentals: Actually useful resource for learning "clean coding" techniques. There's real code examples and refactoring screencasts, which makes this concrete and not hand-wavy. I recommend the first 7 episodes. Costs money.

1 I don't suggest people to grind away at this book, even though it's really popular. Is it a software engineering Bible? No, it's a test prep book. However, your potential employer cares most about whether or not you can make their website/app. In the end, preparing for the actual job would be far more useful to both you and the employer. Code, build stuff, have fun, do Sumcademy.

About

Coding / software engineering exercises