An open source developer’s guide to systems programming
Apr29

An open source developer’s guide to systems programming

An open source developer’s guide to systems programming Alex Bunardzic Fri, 04/29/2022 – 03:00 Register or Login to like Register or Login to like Programming is an activity that helps implement a model. What is a model? Typically, programmers model real-world situations, such as online shopping. When you go shopping in the real world, you enter a store and start browsing. When you find items you’d like to purchase,...

Read More
5 tips to avoid these common agile mistakes
Apr29

5 tips to avoid these common agile mistakes

5 tips to avoid these common agile mistakes Kelsea Zhang Fri, 04/29/2022 – 03:00 Register or Login to like Register or Login to like Agile is a tried and true discipline used by software development teams worldwide with great success. In my previous article, I listed mistakes I’ve made in the past so you don’t have to make them yourself. My teams and I have used agile since I started in tech. It hasn’t always...

Read More

Create a blog post series with navigation in Jekyll

Create a blog post series with navigation in Jekyll Ayush Sharma Thu, 04/28/2022 – 03:00 Up Register or Login to like. Blogging about individual self-contained ideas is great. However, some ideas require a more structured approach. Combining simple concepts into one big whole is a wonderful journey for both the writer and the reader, so I wanted to add a series feature to my Jekyll blog. As you may have guessed already,...

Read More
Why use Apache Druid for your open source analytics database
Apr28

Why use Apache Druid for your open source analytics database

Why use Apache Druid for your open source analytics database David Wang Thu, 04/28/2022 – 03:00 Up Register or Login to like. Analytics isn’t just for internal stakeholders anymore. If you’re building an analytics application for customers, you’re probably wondering what the right database backend is for you. Your natural instinct might be to use what you know, like PostgreSQL or MySQL. You might even think to...

Read More
How I grew my product management career with open source
Apr27

How I grew my product management career with open source

How I grew my product management career with open source Shebuel Inyang Wed, 04/27/2022 – 03:00 Up Register or Login to like. I’m a curious person, and I like to explore many fields in the technology industry, from visual design, programming, and product management. I am also drawn to open source ideas. So I’m excited to share with you how I, as a product manager (PM), have used open source to build my career. I...

Read More
A practical guide to light and dark mode in Jekyll
Apr27

A practical guide to light and dark mode in Jekyll

A practical guide to light and dark mode in Jekyll Ayush Sharma Wed, 04/27/2022 – 03:00 Up Register or Login to like. Adding a light and dark mode to my side project www.fediverse.to was a fun journey. I especially loved how intuitive the entire process was. The prefers-color-scheme CSS property contains the user’s color scheme—light or dark. I then define SASS or CSS styles for both modes, and the browser applies the...

Read More