Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avinashbarnwal/software-engineering
Software Engineering
https://github.com/avinashbarnwal/software-engineering
software-engineering
Last synced: about 1 month ago
JSON representation
Software Engineering
- Host: GitHub
- URL: https://github.com/avinashbarnwal/software-engineering
- Owner: avinashbarnwal
- Created: 2019-04-03T14:58:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T02:58:46.000Z (over 4 years ago)
- Last Synced: 2024-10-31T22:03:14.091Z (2 months ago)
- Topics: software-engineering
- Language: C++
- Homepage:
- Size: 63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Software Engineering
All the learnings here
Read
- **Clean Code Book****Useful Links**
- https://dmitripavlutin.com/coding-like-shakespeare-practical-function-naming-conventions/
- http://jsonviewer.stack.hu/
- https://python-future.org/compatible_idioms.html
- https://medium.com/always-be-coding/effective-technical-leadership-b193a544e771
- https://stackoverflow.com/questions/575196/why-can-a-function-modify-some-arguments-as-perceived-by-the-caller-but-not-oth
- https://docs.python-guide.org/writing/structure/
- https://github.com/kilimchoi/engineering-blogs**Object Oriented Programming**
- https://medium.freecodecamp.org/object-oriented-programming-concepts-21bb035f7260**Full Stack Data Science**
- https://multithreaded.stitchfix.com/blog/2019/03/11/FullStackDS-Generalists/?
- https://towardsdatascience.com/why-every-data-scientist-should-use-dask-81b2b850e15b
- https://github.com/MLWave/Kaggle-Ensemble-Guide
- https://github.com/ft-interactive/chart-doctor/tree/master/visual-vocabulary
- https://people.duke.edu/~ccc14/sta-663/CUDAPython.html
- https://mathisonian.github.io/kde/
- https://towardsdatascience.com/deconstructing-metrics-on-medium-bf5b4863bf96?sk=8bd7eb3ae6d762eccb2111788c7a8933
- Unit Test - https://github.com/slundberg/shap/tree/master/tests/explainers**Automate Linking between Local Drive to Google Drive**
**Algorithm Practice**
- https://github.com/kdn251/interviews**Angularjs**
- https://blog.revillweb.com/angularjs-tutorial-learn-angularjs-in-30-minutes-35b5eae52dc2
-**Must Do Courses**
- https://see.stanford.edu/Course/CS106B**Machine Learning Systems**
- https://code.fb.com/ml-applications/evaluating-boosted-decision-trees-for-billions-of-users/
- https://github.com/juanjoneri/SURP-2018
- https://www.infoq.com/presentations/doordash-real-time-predictions**OR-Tools**
- https://github.com/google/or-tools/blob/master/ortools/sat/doc/solver.md**API**
- https://www.kaggle.com/rtatman/careercon-intro-to-apis
- https://www.kaggle.com/rtatman/careercon-making-an-app-from-your-modeling-code
- https://www.kaggle.com/rtatman/careercon-deploying-apis-on-heroku-appengine/**Graph Coloring**
- http://graphstream-project.org/doc/Algorithms/Welsh-Powell/**Software Design**
- https://design.quora.com/Why-Mechanics-Design**Java**
- https://stackoverflow.com/questions/18140964/return-different-type-of-data-from-a-method-in-java
- It has 0 length array.
- Counter java - https://stackoverflow.com/questions/32348453/python-counter-alternative-for-java.
- What is ObjectMapper?
- What is the use of SpringBootApplication?
Ans - If we comment @SpringBootApplication and SpringApplication.run(JobShopApplication.class, args).
It doesn't produce web application.**Interesting Read**
- https://www.freecodecamp.org/news/career-switchers-guide-to-your-dream-tech-job/**Git**
- https://geshan.com.np/blog/2016/04/3-simple-rules-for-less-or-no-git-conflicts/**Coding Style**
- https://github.com/davified/clean-code-ml**Python**
- https://www.geeksforgeeks.org/class-method-vs-static-method-python/
- https://opensource.com/article/19/5/python-3-default-mac