Explore >> Select a destination


You are here

blog.arxiv.org
| | www.fullstackacademy.com
3.4 parsecs away

Travel
| | Confused about the differences between a software engineer vs. software developer? Take a look at the engineering training required and scope of the job
| | rc3.org
3.1 parsecs away

Travel
| | [AI summary] The post critiques the flawed hiring practices in software engineering, advocating for a more thoughtful and less adversarial approach to evaluating candidates, emphasizing the importance of reducing unconscious bias and creating a comfortable interview environment.
| | www.minaandrawos.com
2.9 parsecs away

Travel
| | Thoughts on managing engineering teams in the tech sector. Some thoughts from my journey to learn how to become a better manager of engineers
| | sookocheff.com
16.3 parsecs away

Travel
| Writing correct programs is hard; writing correct concurrent programs is harder. Java Concurrency in Practice. So, why bother with concurrency? A number of reasons: Concurrency provides a natural method for composing asynchronous code. Concurrency allows your program to avoid blocking user operations. Concurrency provides one of the easiest ways take advantage of multi core systems. As processor counts increase, exploiting concurrency will be an even more important facet of high performance systems.