Category Archives: News & Updates
Daily Programmer – Improving your real-world programming skills
Reddit’s r/DailyProgrammer subreddit is a brilliant community-organized group of programmers from around the world that do what many of us enjoy as a hobby & job: program! What’s nice is they do a range of programming challenge difficulties, from the … Continue reading
WindowSnaps!
Cheesy logo for an awesome desktop app! I’ve loved the Window’s “window snapping” feature since they introduced it in Windows Vista. The feature is completely intuitive and incredibly helpful for programmers, where you constantly have to pull up documents, texts, … Continue reading
Power of Lambda; the powerful sorting example
Functional programming is really taking off – as it should! It provides some great short-hand ways of implementing complex or minimally annoying long-blocks of code very quickly. Though it does have some slight drawbacks in terms of maintainability and code clarity (try to … Continue reading