Explore >> Select a destination


You are here

www.chrisstucchio.com
| | finnstats.com
4.1 parsecs away

Travel
| | Best Books to learnHadoop, Hadoop is an open-source software framework used for storing and processing large volumes of data.
| | vickiboykis.com
4.0 parsecs away

Travel
| | *Updated with comments from MySQL at end of post. * I've worked with a lot of the different flavors of SQL, including Oracle, SQL Server, Postgres, and SQLite, so I thought I knew all nuances of different SQL syntaxes. But I've recently been working with a project that's using a LAMP stack, so I've gotten a lot more understanding of the MySQL's caveats. I'm working on some data manipulation that requires window functions in MySQL, and I learned the hard way that MySQL doesn't support them.
| | aneesh.mataroa.blog
3.2 parsecs away

Travel
| | [AI summary] The article discusses the evolution of big data processing technologies from supercomputing to Hadoop MapReduce and finally to Apache Spark, emphasizing the importance of understanding the 'why' behind tools and how they address scalability and efficiency challenges.
| | somehowmanage.com
23.8 parsecs away

Travel
| One of the most interesting patterns that is emerging from Large Language Models (LLMs) is the idea of agents. If you're like me, you can only truly grok a concept by seeing or writing code for it from scratch, so like many other folks, I decided to try building one from scratch. So what is...