2:35
Software Engineering: How to refactor services into API, repository and caching (.NET)?
Roel Van de Paar
2:49
Software Engineering: Abstraction on Iterator Pattern? (2 Solutions!!)
2:14
Software Engineering: Effect of demoting copy-on-write page to read-write on other processes
2:57
Software Engineering: What is an appropriate pattern for handling a queue of network events in C++?
2:10
Software Engineering: Are exceptional/alternate scenarios use cases?
2:11
Software Engineering: Package Interfaces - Coupling & Re-Usability
2:18
Software Engineering: Using output of GNU GPL software in commercial purposes (2 Solutions!!)
2:32
Software Engineering: Generate pips on a die based on value (2 Solutions!!)
2:59
Concrete alternatives to inverse relationship between project completion time and number of...
3:16
OO design: separation of concerns (2 Solutions!!)
1:47
How to handle db authentication in multi tenant application with separate databases?
Software Engineering: How far do I separate Model code from Controller code when writing MVC?
1:22
Software Engineering: Structuring git repository as a 'catch-all'
4:42
Software Engineering: Can variable names match field names? (5 Solutions!!)
2:50
Software Engineering: Determine what to draw based on neighbour tiles?
3:43
Software Engineering: What is involved in compiling or interpreting machine G-Code? (4 Solutions!!)
2:15
Software Engineering: Object-Oriented Analysis - Peter Coad / Edward Yourdon Notation
2:19
Software Engineering: PHP OOP, structuring my objects properly
1:26
Software Engineering: How to encrypt communication without hard coding key in client?
Software Engineering: Docker, microservices and git workflow (2 Solutions!!)
1:51
Software Engineering: Safety of magic setters in PHP
1:53
Software Engineering: Workflow and process when branches have dependencies in git for code reviews
2:06
Process synchronization over Internet
3:17
Extending the flyweight pattern: an oxymoron? (2 Solutions!!)
2:16
Software Engineering: How can I test code that verifies data sanity? (2 Solutions!!)
2:26
Would adding enums to my class make my code more compact or efficient? (2 Solutions!!)
1:54
Software Engineering: Using multiple languages (3 Solutions!!)
Software Engineering: Best way to verify that a user has completed a task on another website.
1:39
Is it true that JVM language is difficult to integrate with C than other language?
Software Engineering: Why do teams still insist on a code-styling policy? (3 Solutions!!)
3:03
How to deal with (or account for) time lost in waiting for other things in an Agile environment?
1:50
What happens when a software that is open source without any license is later licensed with gpl...
2:01
Software Engineering: What are modern develop-deploy-test techniques for non-interpreted languages?
1:58
Software Engineering: Unit testing a large project with few publicly accessible components
2:47
How do I decide whether to make an Input/Output data type an array or a class?
Software Engineering: Is this the right way to use classes on this project?
Software Engineering: Design for an Android app (pharmacy duties) (2 Solutions!!)
2:21
Calculating a score and a breakdown of the score in different places - should I use the same...
2:12
Software Engineering: Does my example violate LSP?
1:36
What is the reason that CSS variables are defined using two hyphen characters (--)?
3:01
File-Directory Implementation: Does a a file have to own a reference to it's dir?
2:02
Software Engineering: In C, are large 'pointer chains' bad for performance or code cleanliness?
Software Engineering: multiple api calls vs more complex apis
1:41
Software Engineering: Best way to use a C++ style api from a C style file compiled in C++
3:23
Software Engineering: Should Modelling Document Analysis? (2 Solutions!!)
Software Engineering: Reasons not to have flexible role management system
2:08
Software Engineering: How to design class with multiple modules?
Software Engineering: Architecture question about MQTT (2 Solutions!!)
2:33
What is the proper infrastructure and release cycle for developing and testing an application?
Software Engineering: Do some built-in functions loop behind the scenes? (2 Solutions!!)
1:33
Software Engineering: Simplistic non-secure example of public key encryption
4:08
Software Engineering: The trend of the "develop" branch going away (6 Solutions!!)
2:36
Throwing an exception from within a constructor of an exception
2:37
Software Engineering: Dealing with conditional verification logic using guard assertion
In a polled interface, is it okay for an object representing hardware to start a task...
Software Engineering: Getting RowCount without wasting resources (2 Solutions!!)
2:22
Can we encourage our test team to collaborate with developers on automating tests? (4 Solutions!!)
2:42
Software Engineering: Most efficient way to find top values (2 Solutions!!)
1:23
Software Engineering: business rules, business proceses and business logic
How do I design concurrent scalable system with guaranteed ordering? How about Akka?
4:00
Software Engineering: How to record changes to tasks in sprint backlog? (3 Solutions!!)
4:05
Software Engineering: Benefits of Structured Logging vs basic logging (3 Solutions!!)
2:17
Software Engineering: Keeping track of the number of nodes in the subtree in black and red trees
1:30
Software Engineering: How to save strings and integers permanently to a users device?
3:04
How can I make a boss (or colleague) be more careful when estimating the complexity of a...
3:58
How to separate public and "mostly private" code in C#? (Friend classes, PIMPL pattern, etc.)?
Python's __get/set/delattr__, ordinary assignment versus __setattr__, __dict__ vs dir()
1:28
Software Engineering: Kernel facilities needed for C++
1:40
Software Engineering: Restful user routes with web token
3:10
Software Engineering: Which way are downstream and upstream services? (4 Solutions!!)
3:45
Software Engineering: How to enforce how an interface is consumed? (4 Solutions!!)
3:57
Software Engineering: Why are we anyway doing Software Estimation knowing it is broken?
4:56
Algorithm to generate all sets of m points in n x n x n cubic lattice which are unique under...
3:41
Modeling a multi-channel communication device in C# (2 Solutions!!)
2:56
Software Engineering: Where to put methods that manipulate objects
3:06
Software Engineering: Returning Unmodifiable Collections only tees you up for runtime exceptions?
4:38
Software Engineering: Using Multiple 'Sub-types' vs a larger single type? (3 Solutions!!)
Software Engineering: Recommendations to organize code changes in GIT
3:21
Where can I find software project deliverables/ documents to help me professionally document my...
2:27
Best ways to manage my Git repositories with projects sharing the same code
2:55
Software Engineering: Developing a new application on a restricted time (2 Solutions!!)
Does the type safety of a programming language implement its binding mechanism or vice versa?
Software Engineering: How to get a good overview of an Agile backlog? (2 Solutions!!)
1:44
Software Engineering: How to split up the initial work on a project? (2 Solutions!!)
1:31
Change stock calculation depending on warehouse
3:07
Software Engineering: How to determine if there is useful deleted code in source control?
Software Engineering: Is a an object Necessary or can I still use a DataTable (2 Solutions!!)
Software Engineering: Does providing object files satisfy LGPL relink clause?
1:21
Software Engineering: Is it a bad practice to use external files for storing SQL templates?
Why does JavaScript console.log of objects sometimes show prototype/constructor pattern forever?
Software Engineering: Why doesn't team size affect scrum time-boxing for meetings? (2 Solutions!!)
2:00
Is it appropriate to ask for mentorship when getting involved with an open source project?
Software Engineering: Which is better to call: API or Database?
1:25
Software Engineering: Should I use <table> or <div>?
1:35
Software Engineering: Project structure for Web, Api, DAL and ViewModels
3:19
Software Engineering: Per my design requirements, does this design hierarchy seem reasonable?
3:11
Why do we separate Data Retrieval from View? (3 Solutions!!)
Software Engineering: Refactoring my code that depends on a renamed library method (2 Solutions!!)
Can a purely declarative language cause runtime exceptions? (2 Solutions!!)
6:10
Is scientific code a different enough realm to ignore common coding standards? (6 Solutions!!)
1:48
Software Engineering: Alternatives to anonymous class
How to convince "old" co-workers of the merits of OO for certain applications?
Software Engineering: Resources for availability can be used for scalability?
2:52
Software Engineering: Dividing up the work of a large code merge among multiple people?
1:43
Within an interface specified by a core component, should it request IReadOnlyCollection
3:20
Software Engineering: Whether to embed linked resources in REST API (2 Solutions!!)
Software Engineering: How do I model similar types that have different data?
Software Engineering: HTTP Query String vs URL Parameter for referral codes (2 Solutions!!)
1:57
Software Engineering: Can I alter the code while adding logging?
Software Engineering: How to find all occurrences of a variable within a source code?
2:41
Software Engineering: Store encrypted data in XML (2 Solutions!!)
3:56
What do language designers do to decide or prove that a particular feature works correctly?
Software Engineering: Should databases be viewed as Monads? (3 Solutions!!)
Software Engineering: Browser Web Application UI/End User Testing (2 Solutions!!)
Software Engineering: GUI Testing With Network
4:20
Software Engineering: Is there any good search algorithm for a single character? (5 Solutions!!)
Software Engineering: Dealing with API rate limits (3 Solutions!!)
2:44
Software Engineering: Architecting a middle-tier enterprise system
Software Engineering: How does the Python Runtime actually work? (2 Solutions!!)
3:05
Benefit of not overloading `AbstractCollection.add()` and having `AbstractCollection.addAll()`?
Software Engineering: Nested classes in Java
2:46
Software Engineering: How to improve this UML class diagram? (2 Solutions!!)
How do I make such a page that opens different link in web (PC) and different in mobile (phones)?
Software Engineering: Recognize bug or inability to solve a problem by yourself (2 Solutions!!)
Is there a programming language which requires argument qualifiers (reference/value) to be...
Software Engineering: Feature branch which never made it into develop (3 Solutions!!)
1:34
Software Engineering: Does it make sense to store daily snapshots of data and analysis?
5:48
Software Engineering: Why can't we just use variables instead of constants? (8 Solutions!!)
1:20
Software Engineering: Unique pointer initialisation
Software Engineering: Should I use the same object for individual instances and collections?
2:25
Software Engineering: Coding style - return object or set exposed properties
4:25
Software Engineering: How do I generate multiple hashes that can be resolved to a single value?
1:52
Software Engineering: Best two-way compression algorithm for 32-bit numbers
2:03
Software Engineering: How to deal with legacy functionality conflicting with new feature?
3:02
Software Engineering: Code Design: Delegation of arbitrary functions
Software Engineering: 3rd party plugin licencing, when launching on the google play store
REST: Can I use POST request to read data? (4 Solutions!!)
4:06
Software Engineering: Multiple windows (2 Solutions!!)
1:56
Software Engineering: Is there any technical reason to be concerned with casting speed?
2:40
Software Engineering: Difference between Python classes and Haskell typeclasses
1:49
Software Engineering: Automatically detect offensive images (2 Solutions!!)
Which languages allow to mix its source code with C++ source code? (3 Solutions!!)
Private string constants for map keys (3 Solutions!!)
Software Engineering: How can I tell what standard my C is in? (2 Solutions!!)
Software Engineering: Unable to Solve Dynamic Programming
5:04
Software Engineering: Composable concurrency in Java or any other programming language
1:55
Software Engineering: Sensible approach to rewriting frontend of website
Is the observer pattern suitable when the observers are not independent of each other?
1:32
Software Engineering: Best approach to scheduled events in Node.JS
1:27
Software Engineering: Using static methods in layered architecture
How to represent complex permissions system in single hash or set of characters?
Software Engineering: Dependency injection use in "Clean Code" by Robert Martin (2 Solutions!!)
Software Engineering: You don't call the Framework, it calls you (2 Solutions!!)
5:18
Software Engineering: When and why to use Nested Classes? (5 Solutions!!)
6:00
Software Engineering: RESTful API. Should I be returning the object that was created / updated?
2:28
Are there any generic algorithims
In Actor Pattern (AKKA.Net) Should actors be classes OR Objects?
Software Engineering: Modulo complexity within nested loop (2 Solutions!!)
2:45
Software Engineering: What is the impact of re-defining a dynamic type variable (such as in PHP)?
Software Engineering: Why isn't Bounded a subclass of Enum in Haskell? (2 Solutions!!)
Code Review and Checkin Guideline: Should reviewers have veto power over checkin?
Software Engineering: What would be the best technique for website localization in MVC?
Software Engineering: How do people make libraries cross-platform? (2 Solutions!!)
3:22
Software Engineering: Providing Local JS and CSS Resources for CDN Fallbacks (3 Solutions!!)
Software Engineering: Distributing GPL-ed software with lost source code (2 Solutions!!)
Software Engineering: Using your home project source code for company project (3 Solutions!!)
3:13
What does "initialize event handler" mean in this context? (2 Solutions!!)
3:37
How to allow for custom Rules in a Entity Component System designed game engine?
2:54
Software Engineering: Prevent creation of multiple entities (2 Solutions!!)
Software Engineering: How to write testcases for a piece of logic? (3 Solutions!!)
How do I achieve non-linear non-dependent control flow using Promises (in server-side ES6)?
3:14
Software Engineering: In which process does syntax error occur? (tokenizing or parsing)
3:47
Software Engineering: MVP (Supervising Controller) Does the view update the model? (2 Solutions!!)
How do you write super() in the UML format?Is it correct to write super(parameter: type): return...
Is it possible to have private or protected objects in Java? Or are all objects considered public?
Software Engineering: Strange C# method call syntax
Software Engineering: Accessing C methods from class A (2 Solutions!!)
Software Engineering: What kind of development am I doing? (3 Solutions!!)
Software Engineering: Catching exceptions from child process (2 Solutions!!)
1:15
Software Engineering: What language is this?
Which sentences are normal in a commercial company user end license agreement?
Software Engineering: How can I represent a multi-dimensional grid? (3 Solutions!!)
3:46
Software Engineering: Is it ok to have a class that only has boolean properties? (3 Solutions!!)
Software Engineering: Does murmur3 hash have memory?
4:33
Software Engineering: Can I implement a payment feature in my own software? (4 Solutions!!)
How to explain to a vendor that when erroneous data is deleted/deactivated the application...
2:05
Software Engineering: Storing pairs in a map
Software Engineering: Using GPLed headers in LGPLed library
Software Engineering: Can the circle-ellipse problem be solved by reversing the relationship?
Software Engineering: Is there any reason to use id= or name= on AngularJS directives?
Software Engineering: Find largest subset where two elements share a property
Software Engineering: How aggressively to change in-house smart pointer to unique_ptr?
Software Engineering: The best way of handing a form post as an API type of submission
Should "magic" getter functions be used for dynamically calculated values
Software Engineering: Clean code deep parameter pass (2 Solutions!!)
Is it possible for $this to return a __construct?
Without using Singletons, what is a good way to manage a global resource? (2 Solutions!!)
Lambda calculus: Call by value / Call by name (lazy) (2 Solutions!!)
When making a change to a single table in our app, should we minimize the scope of our change,
Software Engineering: Why were variable length arrays made optional in C 2011? (2 Solutions!!)