-
Updated
May 23, 2020
#
software-engineering
Here are 1,323 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
Sep 27, 2019
Programming curricula
-
Updated
Apr 13, 2020
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
Nov 13, 2018 - Python
This repo collects examples of intentional and unintentional hacks of media sources
-
Updated
May 18, 2020
Everything you need to know for a Software Engineering interview
-
Updated
Nov 27, 2019
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
May 11, 2020 - HTML
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
Apr 23, 2020
Risk-First Software Development
practice
metrics
risk
scrum
software-engineering
software-development
risk-management
extreme-programming
lean-software-management
risk-modelling
methodologies
menagerie
-
Updated
May 23, 2020 - CSS
Software architect roadmap
roadmap
skills
architecture
software-engineering
architect
enterprise-architect
solutions-architect
application-architect
-
Updated
Mar 5, 2020
Programming Dictionary
-
Updated
Sep 29, 2019
A curated list of articles that cover the software engineering best practices for building machine learning applications.
-
Updated
May 18, 2020
java
computer-science
algorithms
guide
interview
data-structures
cheatsheet
software-engineering
coding-interviews
tech-interviews
interview-preparation
technical-interviews
-
Updated
May 18, 2020
A guide on how to write readable, reusable, and refactorable software
-
Updated
Apr 17, 2017 - JavaScript
language
computer-science
it
design-pattern
algorithm
database
tech
network
interview
operating-system
data-structures
knowledgebase
software-engineering
interview-questions
-
Updated
Feb 9, 2020
Interview Preparation material for Senior Software Engineer - Android role
interview
software-engineering
interview-prep
interview-preparation
software-engineering-fundamentals
-
Updated
Oct 25, 2019
Python Framework to analyse Git repositories
-
Updated
May 20, 2020 - Python
kevintpeng
commented
Sep 8, 2018
In this example the generated table of contents doesn't link to the sections on the page, because the headers have anchor tags in them. These should be sanitized out.
ruby
rails
vim
markdown
elixir
phoenix
journal
notes
coursera
learn
software-engineering
note-taking
learning-notes
software-design
lifelong-learning
-
Updated
May 16, 2020 - Elixir
Quiz & Assignment of Coursera
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
May 19, 2020 - Racket
A gently curated list of companies using verification formal methods in industry
-
Updated
May 7, 2020
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
May 22, 2020 - C++
A Discrete Fourier Transform (DFT), a Fast Wavelet Transform (FWT), and a Wavelet Packet Transform (WPT) algorithm in 1-D, 2-D, and 3-D using normalized orthogonal (orthonormal) Haar, Coiflet, Daubechie, Legendre and normalized biorthognal wavelets in Java.
mathematics
design-patterns
hilbert
software-engineering
wavelet
frequency-domain
frequency-analysis
wavelet-tree
wavelet-packets
hilbert-spaces
wavelet-toolbox
orthogonal
wavelet-analysis
wavelet-decomposition
hilbert-transform
wavelet-transform
wavelet-compression
orthogonal-transforms
wavelet-transform-algorithm
orthonormal
-
Updated
Apr 11, 2020 - Java
python
design-patterns
software-engineering
padroes-de-projetos
design-patterns-python
engenharia-de-software
-
Updated
Apr 20, 2020 - Python
davisjam
commented
Oct 1, 2017
At the moment we suppress exceptions thrown by Studies, and some exceptions thrown by CommitVisitors.
- I think coarse "throw Study exceptions?" and "throw CommitVisitor exceptions?" knobs might be nice.
- At minimum, however, we should document what we do about exceptions thrown by user code.
See discussion in #74.
SOLID Principles - simple and easy explanation
-
Updated
Nov 13, 2019 - PHP
The most common question-patterns for any coding-interview
awesome
patterns
algorithms
interview
data-structures
cheatsheet
software-engineering
awesome-list
interview-practice
interview-questions
coding-interviews
interview-test
interview-prep
interview-preparation
awesome-lists
google-interview
algorithms-and-data-structures
amazon-interview
awesome-interview-questions
-
Updated
Jul 1, 2019
When: recombinant design pattern for state machines based on gene expression with a temporal model
nodejs
design-pattern
typescript
state-management
state-machine
design-patterns
typescript-library
software-engineering
typescript-decorators
temporal-models
event-based
-
Updated
Nov 7, 2018 - TypeScript
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."
I'm curious as to what the recommended approach is on testing operations? We've started using them and it's a good concept, but I'm uncertain whether these are to be tested as unit or functional as I referred to the wiki on testing jobs and features.
Currently one of my operations relies on a DTO passed through to it that has been processed in previous jobs. If I was to functionally test it, I