Explore >> Select a destination


You are here

qconnewyork.com
| | www.softdevtube.com
7.1 parsecs away

Travel
| | Software startups make global headlines every day. As technology companies succeed and grow, so do their software development departments. In your career, you might suddenly get the opportunity to lead teams: to become a software development manager. But this is often uncharted territory. How do you decide whether this career move towards management is right
| | blog.martinig.ch
8.5 parsecs away

Travel
| | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to
| | www.techelevator.com
11.2 parsecs away

Travel
| | The relationship between math and programming and answering the question "How much math do I need to be good at this?"
| | newvick.com
24.7 parsecs away

Travel
| A practical guide to Python concurrency using a Fibonacci server to demonstrate the strengths and limitations of threads, processes, and asyncio. Learn when to use each approach through hands-on examples