-
Updated
Aug 8, 2022
#
software-engineering
Here are 2,786 public repositories matching this topic...
A complete computer science study plan to become a software engineer.
computer-science
algorithm
algorithms
interview
data-structures
software-engineering
coding-interviews
study-plan
interview-prep
interview-preparation
coding-interview
programming-interviews
An ultra-simplified explanation to design patterns
computer-science
engineering
wikipedia
architecture
design-patterns
principles
software-engineering
door-factory
-
Updated
Apr 19, 2022
A curated and opinionated list of resources for Chief Technology Officers, with the emphasis on startups
interviewing
roadmap
awesome
architecture
decision-making
management
principles
hiring
software-engineering
awesome-list
startups
cto
leadership
engineering-management
-
Updated
Jun 2, 2022
A curated list of references for MLOps
engineering
devops
data-science
machine-learning
ai
ml
software-engineering
federated-learning
mlops
-
Updated
Jul 28, 2022
A comprehensive list of books on Software Architecture.
awesome
books
architecture
goodreads
software-engineering
awesome-list
software-architecture
software-design
-
Updated
Oct 20, 2021
Programming curricula
-
Updated
Jul 27, 2022
A curated list of topics to start learning software engineering
-
Updated
Aug 4, 2021
A best practice for tensorflow project template architecture.
template
deep-learning
neural-network
tensorflow
best-practices
oop
software-engineering
tensorflow-tutorials
convolutional-neural-networks
deep-learning-tutorial
tesnorflow
-
Updated
Apr 21, 2022 - Python
一份硬核(hardcore)计算机科学CS自学计划,偏向软件工程和系统架构方向
-
Updated
Jan 12, 2021
deadline
artificial-intelligence
software-engineering
data-management
computer-systems
social-computing
networked-systems
security-systems
ccf-rankings
conf-deadline
-
Updated
Jul 27, 2022 - Vue
Everything you need to know for a Software Engineering interview
-
Updated
Apr 28, 2021
Books for people who are or aspire to manage/lead team(s) of software engineers
lists
engineering
list
books
management
culture
resources
software-engineering
software-development
reading-list
leadership
booklist
engineering-management
readling
engineering-leadership
the-engineering-manager-series
-
Updated
Jul 17, 2022
List of evergreen skills, based on software development best practices & cross-framework principles, that should serve as a fair assessment of skilled software engineers / developers
best-practices
clean-code
software-engineering
software-development
technical-interviews
technical-interview-questions
software-engineering-concepts
evergreen-skills
cross-framework-principles
-
Updated
Jul 24, 2022
This repo collects examples of intentional and unintentional hacks of media sources
-
Updated
May 18, 2020
This repo contains links of resources, theory subjects content and DSA questions & their solution for interview preparation from different websites like geeksforgeeks, leetcode, etc.
data-structure
algorithms
interview
data-structures
database-management
software-engineering
interview-questions
oops
operating-systems
system-design
computer-networks
cpp-cheat-sheet
-
Updated
Aug 8, 2022 - C++
language
computer-science
it
design-pattern
algorithm
database
tech
network
interview
operating-system
data-structures
knowledgebase
software-engineering
interview-questions
hacktoberfest
hacktoberfest2020
-
Updated
Sep 2, 2021
A comprehensive list of 180+ YouTube Channels for Data Science, Data Engineering, Machine Learning, Deep learning, Computer Science, programming, software engineering, etc.
python
data-science
data
machine-learning
youtube
awesome
statistics
web-development
programming
ai
deep-learning
math
ml
resources
artificial-intelligence
data-engineering
coding
data-analysis
software-engineering
awesome-list
-
Updated
Dec 31, 2021
A curated list of articles that cover the software engineering best practices for building machine learning applications.
-
Updated
Feb 23, 2022
Architecture Weekly - links and resources to boost your knowledge and developer skills
-
Updated
Aug 8, 2022
Software architect roadmap
roadmap
skills
architecture
software-engineering
architect
enterprise-architect
solutions-architect
application-architect
-
Updated
Mar 5, 2020
A guide on how to write readable, reusable, and refactorable software
-
Updated
Apr 11, 2021 - JavaScript
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. 👨💻
microsoft
computer-science
youtube
google
facebook
scale
amazon
architecture
scalability
reliability
interview
netflix
whatsapp
toc
software-engineering
hacktoberfest
interview-preparation
system-design
eventual-consistency
-
Updated
Aug 8, 2022
A career guide to Front End Developers
javascript
css
html
language
development
front-end
web-development
frontend
skills
career
software-engineering
webdev
career-guide
-
Updated
Aug 24, 2021 - HTML
Risk-First Software Development
practice
metrics
risk
scrum
software-engineering
software-development
risk-management
extreme-programming
lean-software-management
risk-modelling
methodologies
menagerie
-
Updated
Jun 11, 2022 - CSS
Programming Dictionary
-
Updated
Feb 1, 2022
computer-science
list
roadmap
web
backend
guide
architecture
topics
databases
software-engineering
curated-list
guides
for-beginners
backend-developers
backend-engineers
-
Updated
Jun 20, 2022
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:
- data_loaders module that connects with duckdb
- feature_logic module(s)
Answers for Quizzes & Assignments that I have taken
python
java
computer-science
data-science
machine-learning
natural-language-processing
big-data
reinforcement-learning
deep-learning
coursera
data-visualization
data-structures
programming-exercise
data-analysis
edx
software-engineering
ibm
java-programming
harvard-university
java-developer
-
Updated
Sep 11, 2020 - Jupyter Notebook
These are coding solutions for problems I study while preparing for technical interviews at tech companies
python
c-plus-plus
leetcode
data-structures
software-engineering
technical-interviews
algorithms-interview
-
Updated
Sep 9, 2020 - C++
Improve this page
Add a description, image, and links to the software-engineering topic page so that developers can more easily learn about it.
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."
We currently try to decode everything. Of course we silently fail in case the file is a binary, pdf, or whatever can not be decoded to UTF-8.
Instead of silently failing, we could return an undecoded version of the file.