A curated selection of our favorite 2021 posts, spanning technologies & engineering disciplines, with a few classics you still love, read, and share.
Overview
The article highlights ten of Shopify's favorite engineering posts from 2021, showcasing a variety of technologies and disciplines. It emphasizes the importance of sharing knowledge within the engineering community and provides insights into various projects and tutorials that can enhance developers' skills.
What You'll Learn
How to build a web application using only standard Ruby libraries
How to optimize storefronts using Hydrogen framework
How to conduct effective exploratory data analysis (EDA)
How to upgrade MySQL and handle rollback testing
How to implement rate limiting for GraphQL APIs based on query complexity
Key Questions Answered
What are the steps to build a web app without Rails?
What is the purpose of the Hydrogen framework?
How does YJIT improve CRuby performance?
What are the key steps in exploratory data analysis?
Technologies & Tools
Some links below are affiliate links. We may earn a commission if you make a purchase.
Key Actionable Insights
1Building a web application without relying on Rails libraries can deepen your understanding of Ruby and enhance your coding skills.This approach encourages developers to grasp the fundamentals of web development, making them more versatile and capable of tackling various challenges in their careers.
2Utilizing the Hydrogen framework can significantly improve the performance and customization of storefronts.By leveraging Hydrogen, developers can create more engaging and contextually relevant shopping experiences, which can lead to higher conversion rates.
3Implementing a structured exploratory data analysis process can lead to better insights and decision-making.Following the five steps outlined in the article can help data scientists and analysts uncover hidden patterns and relationships in their data, ultimately driving business success.