d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Cs Student Looking For Ways To Practice
Add Reply New Topic New Poll
Member
Posts: 2,930
Joined: May 4 2007
Gold: 1,028.00
Feb 3 2017 09:59pm
If you've got some 101 level problems you need help with, feel free to PM me.

I'd be happy to help for small FG fees. (5-10 fg depending on problem. 50-100 fg for me to actually do the assignment for you)
Member
Posts: 5,167
Joined: Nov 23 2006
Gold: 11.01
Feb 14 2017 12:30pm
You don't practice by doing easy things you already know.

Take something new and just start building... even if it's something stupid.

IE: I took used Silex (php micro framework) and built my own RESTful API for my personal website. It was so pointless and unnecessary but taught me a lot. It was just something simple that could've been hardcoded into the HTML but was fun to optimize and improve on every few months.

For example instead of hardcoding my name in the HTML I used a GET /name and instead of a typical contact me form I used a POST /contact etc etc. Very very very basic endpoints that aren't necessary but teach you the basics of designing an app.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll