5:16
Software Engineering: Early subtasking at the beginning of each sprint (5 Solutions!!)
Roel Van de Paar
1:53
Software Engineering: Injection, strategies and OO
2:34
Software Engineering: What is the difference between function() and function(void)? (2 Solutions!!)
2:04
Software Engineering: Binding software to one PC (2 Solutions!!)
1:49
Software Engineering: How to write proper documentation for references in a docblock?
1:33
Software Engineering: Limitations of modern programming languages for low-level network programming
2:35
Are there any downsides for the same API to perform two slightly different functions?
Software Engineering: Api for CMS And Mobile applications either separate or same
1:51
Software Engineering: Storing Multi-select and Single-select data together
2:14
Software Engineering: Which document model to choose in different situations
2:16
Software Engineering: Is there a way to do bitwise operation with more than two state
2:05
Software Engineering: Graphs and minimum spanning trees?
1:40
Software Engineering: MVVM: Should the VM be a value type?
3:08
Software Engineering: When not to use early return? (3 Solutions!!)
Software Engineering: Find all circles that cover one point (3 Solutions!!)
1:47
How to research API usage?
3:06
Software Engineering: Has variable width types been replaced by fixed types in modern C?
3:44
Software Engineering: What is faster? Using REST API or querying a database directly?
2:17
Software Engineering: Fast indexing of k-combinations
Software Engineering: How to translate from a programming language to another? (2 Solutions!!)
2:43
Software Engineering: Should I check parameter before using it in methods? (3 Solutions!!)
2:36
Software Engineering: URI construction for REST API and use of verbs as resource?
Software Engineering: Git clone to memory (2 Solutions!!)
Software Engineering: Split program to smaller programs
Are there any problems with defining a single-source "module" in C using conditional compilation...
1:56
If the representation part of type abstraction is declared private, then how does sub-classing...
2:00
Software Engineering: Are Microsoft fonts like Impact safe to use in Open Source projects?
2:21
Dependency injection of ViewModel with unmanaged parameter (2 Solutions!!)
1:46
Software Engineering: Rails validation: Which method is preferred
1:50
Software Engineering: The correct way to use Sessions (PHP)?
Software Engineering: Why 'class String' definition has 'final' modifier? (2 Solutions!!)
1:43
Software Engineering: Gherkin: What is a reasonable number of scenarios per feature?
2:11
Software Engineering: Appropriate developer permissions on a dev server? (2 Solutions!!)
Software Engineering: Best practices for tracking multiple pieces of data in a program
1:48
Does UTF-16 have some kind of separator in it? (2 Solutions!!)
How widespread is the use of arabic numerals in Japanese and Chinese? (2 Solutions!!)
1:32
How to scratch database that query faster for cloud computing?
2:25
Software Engineering: Generation of ids in offline/online application
Software Engineering: WCF service with methods to fetch data (2 Solutions!!)
2:24
Software Engineering: OO Design: Algorithm changing State (Information Flow Question)
2:58
Software Engineering: Correct approach for creating api contract
2:29
Is it good practice to implement two Java 8 default methods in terms of each other?
1:26
Why does git need to remove duplicate objects when merging branches?
Software Engineering: Removing old (semantically versioned) NuGet packages
1:57
Software Engineering: Using auto-increment clustered key and guid primary key together
2:32
Software Engineering: What is the middleware (if any) in web-service consumed by a website?
Software Engineering: Naming convention for getting the primitive backing a type? (2 Solutions!!)
2:30
Abstracton layer to control services access to denormalized db entity (3 Solutions!!)
3:09
Software Engineering: Efficient way to handle foreign keys (2 Solutions!!)
3:36
Why should I use lookup tables at all? (3 Solutions!!)
2:27
When applying the interface segregation, should you separate interfaces for regular setters and...
Algorithm to find the optimal trade route (negative cycle with lowest cost per edge in a digraph)
2:52
Software Engineering: Is it possible to avoid abstraction inversion in this scenario?
4:53
Simple and clean way of comparing three numbers (3 Solutions!!)
2:09
Software Engineering: Responsibility of an ESB (2 Solutions!!)
Software Engineering: Problems compiling a function with a trait Add in Rust (2 Solutions!!)
Software Engineering: Nested POJOs, exposing collections, detecting changes (3 Solutions!!)
2:22
Token or ASP.NET Identity based security in ASP.NET Web API 2
1:42
Software Engineering: Modern Interpretation of the Unix Philosophy of "Rule of Generation"
2:45
Has there been recent research on Fred Brooks's model of the "Surgical Software Team"?
2:19
Software Engineering: How can unums emulate IEEE's negative zero?
1:39
Software Engineering: Standard API Protocol for ECM Systems?
4:04
Software Engineering: How to write tests that make sense for visualization software?
Software Engineering: Can I use a closed source JS file in my GPL webapp?
3:05
Software Engineering: Where to initialize objects
Is serving a single document from a server to a browser slower than serving multiple documents?
1:58
Software Engineering: One method to search and create if not found, or two methods (2 Solutions!!)
3:45
What design pattern best suits managing handles to objects, without passing handles
3:00
How should I refactor a singleton (to be used by a container) when the refactored class requires...
2:56
Returning a slimmed down domain entity from your view model (2 Solutions!!)
3:26
Software Engineering: Design question concerning extensibility (3 Solutions!!)
2:02
Software Engineering: When do micro-benchmarks make sense?
1:25
Software Engineering: Is Apple sample code the "correct" way to go?
4:43
Software Engineering: Create new object or reset every property? (6 Solutions!!)
12:11
Software Engineering: Should you write your back-end as an API? (14 Solutions!!)
1:44
Software Engineering: Language/Programming term for paired delimiters (2 Solutions!!)
1:29
Software Engineering: Optimizing and caching frequently accessed but rarely updated Tables
1:54
Software Engineering: Changing requirements mid-sprint (3 Solutions!!)
3:04
Software Engineering: Avoid FileUtil that is made for tests (2 Solutions!!)
1:19
Software Engineering: Where to store (data) classes for webservices
2:07
Software Engineering: How to avoid tying these two methods together with global mutable state?
Software Engineering: Logging private data
3:20
Software Engineering: Generic Sorting of Lists<> (2 Solutions!!)
Software Engineering: Sharing functionality between platforms and languages (2 Solutions!!)
1:22
JEE MVC, controller calls the interface instead of the interface implementation
4:01
Software Engineering: How is a state machine different from any other computer program?
4:45
Software Engineering: Tricky architecture in C# involving a symmetric operation and a viewing class
3:52
Cleanest way to represent three states, where one can hold a Key/Value pair, and the other two...
Programming to an Interface and Interface Segregation in the Context of a User Class
2:44
Software Engineering: User and role modeling (2 Solutions!!)
Software Engineering: floating-point number stored in float variable has other value
2:55
Software Engineering: arbitrary data shared between plugins (2 Solutions!!)
2:41
Software Engineering: Idiomaticy of macros in C++ (3 Solutions!!)
Software Engineering: Using open source apps source code under Apache v2
Software Engineering: Is this too much work for a Gateway to do? (2 Solutions!!)
3:03
Software Engineering: IoC/DI design for class library
Using GNU GPL with classpath exception licensed library in a GNU GPL licensed project
Software Engineering: What should this interface contain?
Software Engineering: Is automatically generating passwords during registration a good idea?
3:07
Software Engineering: Best way to synchronize data between two different databases (3 Solutions!!)
Software Engineering: How can I get the transit time for packets for a jitter buffer?
Why is SRP using the class construct to contain a responsibility opposed to using any other OOP...
3:02
Can I resolve an issue with SRP, SOC that prevents object initialization via constructor?
2:10
Would it be possible to create a language similar to Ruby/Python with static typing that had the...
Software Engineering: How much can you detect undefined behaviour using testing? (3 Solutions!!)
2:37
Software Engineering: Conceptual question whether to pass data between functions or use a Class
3:13
Software Engineering: Approaches for storing and analysing large amounts of time-based data
Software Engineering: How do I distinguish derived code from original code?
Which algorithm to find the shortest (nodes count) path that encompasses all polygons inside a...
Software Engineering: What the best practice in REST to append or delete to a list
1:41
Software Engineering: How does condition_variable::notify_one() choose which thread to unblock?
4:24
Software Engineering: Creating two-way object references and keeping data integrity (4 Solutions!!)
3:19
Software Engineering: Agile development where customer collaboration is difficult (2 Solutions!!)
What's the quickest and most maintainable way to implement SQL querying of disparate C++ variables?
1:52
Software Engineering: Know file size with a base64 string (2 Solutions!!)
1:28
Software Engineering: Polyglot Node.js with Typesafe Akka for Actor Model
2:18
Software Engineering: Why isn't the isa pointer hardwired in Objective-C classes?
1:38
Software Engineering: Ways to avoid using switches to map strings to classes
1:34
Software Engineering: Is this a Model or a ViewModel?
3:58
Software Engineering: Why List<E> interface is additionally introduced in collection hierarchy?
Software Engineering: Focus of unit tests on code
Software Engineering: When should you avoid iterative and incremental development? (2 Solutions!!)
Is guaranteeing immutability a justification for exposing a field instead of a property?
1:16
Software Engineering: execute selection in console in C++ like python or R language
Software Engineering: Type system for performance (2 Solutions!!)
What should the files and folder (Core, Assets, Common, Models, Resources, Views) in my project...
1:35
Software Engineering: Is it good practice to put database connections into a class library?
1:37
Preserving data in js with multipage application
Software Engineering: Continuous Batch Processing in Java
1:30
Software Engineering: GNU GPL when applied to Data
Software Engineering: How to debug a program after it appears to fix itself? (2 Solutions!!)
Software Engineering: Should updating to a newer library be done incrementally or in one big leap?
Software Engineering: Difference between hotfix and bugfix? (3 Solutions!!)
2:08
Software Engineering: How do interpreters differ for statically- or dynamically-typed languages?
Software Engineering: Best practices for scope of returned data per stored procedure
Software Engineering: How do I best query for user-owned data when using NoSQL?
4:05
Software Engineering: Would Rebol (or Red) benefit from Lisp-style Macros? (3 Solutions!!)
3:01
What is a good Design Pattern for a bundle of methods that comprises an algorithm? (3 Solutions!!)
Using a rules engine to manage client and server side validation of business rules?
Software Engineering: Event logging: record a whole message, or a list of properties and generate?
Software Engineering: Cookie name security
2:42
Software Engineering: Namespace by topic or by purpose?
Software Engineering: Seeds distribution algorithm with complexity better than O(n^3)?
3:15
Software Engineering: How should dynamic, interruptible multitasking structure look like?
How to access a variable that I only need to create once on Application.Start?
What is a good metric for guiding a switch from a prototyping language to a production language?
2:54
Software Engineering: Try Catch and Flow Control dilemma (2 Solutions!!)
2:06
Software Engineering: Am I overdoing stuff when I sever interfaces from concrete implementations?
2:20
Software Engineering: Loading Aggregate Root from Database with Validations
2:23
In C, how are functions accessible if they're not inline or called by #include?
Software Engineering: Why i must validate attributes at JSF page? (2 Solutions!!)
2:13
Do I have to distribute my commercial source code that links GPL software if I only use this...
Is there a practical way to manage a physical task board if one
2:48
Can I avoid more faults if I use different paradigms for the implementation and the...
3:59
Software Engineering: long (or bizarre) file paths (3 Solutions!!)
Django API design
Compiling vs pre-built binaries on production machine? (2 Solutions!!)
How can my genetic algorithm accept an arbitrary number of bases of any type, without accepting...
2:51
Software Engineering: Determining game item prices based off of player trades/in-game economy
3:42
Software Engineering: Issues deciding on approach to create object (4 Solutions!!)
Software Engineering: How to sort fractions (small numbers)?
2:47
What categories of software modeling problems is object orientation highly unsuitable for?
Why would a program allow an object to be initialized when it doesn't support all...
Software Engineering: Parsing XML to two separate (WInForm) controls
Software Engineering: Using JDK in Google Android Studio License Issues (3 Solutions!!)
Software Engineering: Continue building off an ugly code base or start refactoring? (2 Solutions!!)
Pushing data from Server to Client without a client request? (3 Solutions!!)
Software Engineering: Integer Map Algorithm (2 Solutions!!)
Is there a name for this data structure pattern consisting of a list of dictionaries each with...
Software Engineering: Store generated image in database or generate it on server/client
Software Engineering: Authenticate in the Services? Or in an Endpoint that exposes the Services?
Software Engineering: Version control practice for Rewrites (3 Solutions!!)
How, in Three Tier Architecture is Database Access Achieved
How to integrate Google Cloud Messaging with Cloud Endpoints and Google App Engine?
3:23
Software Engineering: Is there a standard way to indicate that a function returns a new pointer?
Software Engineering: What is the advantage of global functions when writing functional code
How do you keep up with 'requiring new methods in an interface' (Following LSP and adding new...
Software Engineering: Behaviour of Thread sleep in a single core processor machine?
Software Engineering: Const C++ DRY Strategies (2 Solutions!!)
COM - with great power comes great responsibility, but at what cost? (looking for advice on...
What is the name of the pattern for passing an incomplete object to a constructor?
What is a good way for Tomcat to interact with another Java application running on the local...
1:55
Software Engineering: An Introductory Tutorial for Neural Net Backpropagation with Simplified Math
Software Engineering: Is this data model a list or tree? (2 Solutions!!)
Software Engineering: How to approach legacy code? Desperate case?
How to model a time-based m-to-n relationship in Entity Framework using code first?
Software Engineering: Looking for an Appropriate Search Algorithm
Software Engineering: Interfaces, abstraction, coding to an interface
3:11
Software Engineering: Origin of "a method should return a value or have side-effects, but not both"
4:08
Software Engineering: Using variable + method invocation or repeating invocation? (4 Solutions!!)
Software Engineering: Strategy to define domain data used in Integration Tests
Software Engineering: What is the meaning of "doesn't compose"? (2 Solutions!!)
Software Engineering: Module level logger function
3:31
Software Engineering: How do you use exit status code? (5 Solutions!!)
1:36
Best practice for buffering when posting to a web-service that has gone offline
3:28
Software Engineering: Unknown design pattern (3 Solutions!!)
2:49
Software Engineering: Database Design: Rules for students and student groups
4:00
Software Engineering: Returning a Flag Indicating Success (3 Solutions!!)
Software Engineering: How to model table and column objects and their relation?
Software Engineering: Definition of network connection (2 Solutions!!)