0

So... Saying im an intermediate-beginner coder who had programming in highschool learning only Pascal, VB, VB+SQL and PHP coding something that i'll barely use in my developer career (programs like Fibonacci sequence and other math related stuff), can anyone give me some challenges in PHP/C#/Javascript simulating the "real programmers" actually code? Sorry for bad english

Comments
  • 1
    If you want to feel like a "real programmer" you should get yourself a project manager lolol
  • 4
    Something I've done countless times.... Create an API to create/delete/update/get data from a dB... Then come up with creative queries like "sales between dates x and y and price above 10"...then you create a nice ui for it. This will give you a wide range practice of skills... Don't forget to write tests, maybe have ci (use Travis or something).
  • 1
    HackerRank
Add Comment