The Wayback Machine - https://web.archive.org/web/20220721111641/https://github.com/topics/software-engineering
Skip to content
#

software-engineering

Here are 2,742 public repositories matching this topic...

A comprehensive list of 180+ YouTube Channels for Data Science, Data Engineering, Machine Learning, Deep learning, Computer Science, programming, software engineering, etc.
  • Updated Dec 31, 2021

SYSTEM DESIGN IS NOT JUST FOR INTERVIEWS, IT CAN BE HOW YOU MANAGE YOUR LIFE. How is modern software designed? 🤔 Some design-level considerations for scalability, maintainability eventual consistency, availability & reliability. 👨‍💻 Interview Prep. 👨‍💻
  • Updated Jul 10, 2022
skrawcz
skrawcz commented Jul 19, 2022

idea

https://duckdb.org/ is a hot new tool. It could be a nice way to load data for people. We should show some ways people could use it with Hamilton. IIRC duckdb does predicate push down when querying files like parquet, which can be faster than loading them via pandas and then doing some filters.

Rough sketch:

  1. data_loaders module that connects with duckdb
  2. feature_logic module(s)
documentation good first issue

Improve this page

Add a description, image, and links to the software-engineering topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the software-engineering topic, visit your repo's landing page and select "manage topics."

Learn more