Explore >> Select a destination


You are here

www.ivaylopavlov.com
| | phiresky.github.io
3.5 parsecs away

Travel
| | I was writing a tiny website to display statistics of how much sponsored content a Youtube creator has over time when I noticed that I often write a small tool as a website that queries some data from a database and then displays it in a graph, a table, or similar. But if you want to use a
| | ivaylopavlov.com
0.7 parsecs away

Travel
| | On my quest to make shorter videos on programming fundamentals, I'm kicking this initiative with a video explaining the mechanics of compiled and interpreted programming languages and the trade-offs associated with each. The presentation inside Read more...
| | typicalprogrammer.com
2.3 parsecs away

Travel
| | [AI summary] A discussion on the use of relational databases versus alternative integration methods like XML over HTTP, focusing on encapsulation, data integrity, and the role of SQL in application integration.
| | timilearning.com
26.7 parsecs away

Travel
| This post will contain some examples of good and bad Go code, using them to show common mistakes that can be made when starting to build concurrent programs, and how those can be corrected. It will cover goroutines, mutexes, condition variables, and channels.