1:32
Software Engineering: How to do an "Automatic DB monitor" and notify the client?
Roel Van de Paar
1:40
Software Engineering: Single Responsibility Principle - Setting position of WinForm in MVC
2:09
Software Engineering: Question about Java's proposed value types (2 Solutions!!)
1:45
Kernel operation
3:04
Are static global variables as bad as global variables? How to avoid using them?
3:35
Create unique buckets for stream of entities based on constraints on the entity attributes
1:39
Software Engineering: Matrix multiplication range queries
2:06
Software Engineering: Why does nobody use indentation in css?
3:32
Software Engineering: Adding a function to class member (3 Solutions!!)
1:35
Software Engineering: Using System.out.println() with loops and arrays
3:15
Software Engineering: Verifying objects (3 Solutions!!)
2:55
Is there any low level way to get shifted or unshifted bits which results from bitwise operations?
2:31
Software Engineering: Why directly edit binary files? (2 Solutions!!)
2:01
Software Engineering: Java 8 Optional in JavaScript
1:49
Software Engineering: Is there a name for "leak" of CPU usage? (2 Solutions!!)
9:14
Software Engineering: Why does everyone use Git in a centralized manner? (13 Solutions!!)
2:23
How to effectively compare the (almost) same code which has been auto-formatted? (3 Solutions!!)
1:36
Software Engineering: What good Java template engine should have?
1:26
Software Engineering: How to store data from firebase to analyze at some later date?
2:21
Software Engineering: MVC - Database search logic in View or Model
2:18
Software Engineering: How to optimize a bloated entity that causes a huge query?
3:26
Software Engineering: Use case for async/await? (3 Solutions!!)
2:02
Software Engineering: How short/stable should tests/build be for working CI/CD pipeline?
2:43
Software Engineering: Possible DRY with Pausing Mechanism
Software Engineering: Should I have code that only exists for testing?
7:09
How to deal with misconceptions about "premature optimization is the root of all evil"?
2:49
What is the correct way to pass JSON objects in an http request when a GET request is most...
2:32
Software Engineering: Naming convention for method that may carry out an action (4 Solutions!!)
3:14
Software Engineering: How do I deal with unneeded inherited members? (2 Solutions!!)
2:29
Is there any well known concern about having abstract class with few abstract methods?
1:20
Testing a bootloader written from scratch?
1:43
Software Engineering: Universal Form Handler
2:17
Software Engineering: Should an audit user column be nullable? (3 Solutions!!)
2:13
Software Engineering: Making minor edits elsewhere while working on a commit (2 Solutions!!)
3:25
Software Engineering: Understanding polymorphism and interface in Java (2 Solutions!!)
3:11
Software Engineering: Dev and Tester separated team AND single sprint (2 Solutions!!)
1:33
Most efficient way to keep count of objects in State X without constantly counting
2:11
Software Engineering: Is semver now a standard?
Software Engineering: Cross-platform unicode support for Python command line tool
3:34
Software Engineering: Relaxed architecture DAL or anemic BLL? (2 Solutions!!)
3:01
Software Engineering: Understanding Multiple Dispatch (3 Solutions!!)
2:56
Using queues to decouple functions/avoid direct calling? (2 Solutions!!)
When starting a new ASP.NET application, what changes when I change from .Net 4.5 to 4.6.1 and...
Am I making use of REST if I have implemented an Android app that connects to a localhost?
2:36
Should we embed special cases into business logic/algorithm or leave it separate?
1:54
Software Engineering: Simple messaging pattern to replace shared DB?
1:51
Should I add 1 to my unknown string size when I create a char array to hold it via malloc?
1:28
Software Engineering: Any Non-Singleton PHP PDO Db Connection Examples?
4:28
What is Big-O notation for purely functional languages? (4 Solutions!!)
2:04
Why don't languages that have big integer support have unsigned versions? (3 Solutions!!)
Software Engineering: When software rots, what property of the system changes? (2 Solutions!!)
Getting posts from users that are being followed: two different implementations
2:22
How can I effectively design password authentication for encryption in my project?
2:14
Implementing an event scheduler for animations (3 Solutions!!)
2:00
Software Engineering: How to calculate big O notation according to number width?
2:08
Software Engineering: Most efficient strategy for search large text areas for multiple values
Software Engineering: Modelling a REST Object Question (Python) (2 Solutions!!)
Software Engineering: Should I add a "boolean meaning" to another column? (6 Solutions!!)
2:07
Software Engineering: Is the mechanism used in Passwordless module widely used?
Software Engineering: Could Hindley-Milner inference work for the Go language?
Software Engineering: Is saying "there are no threads in nodejs" correct? (2 Solutions!!)
2:50
Software Engineering: Clairvoyance in caching - optimal strategies?
Software Engineering: OOP: how to keep some state for a brief moment?
Software Engineering: Recommended approach to initialize Command
Software Engineering: Looking for pros/cons on using OWIN vs. a simple hand-rolled token based auth
5:29
Software Engineering: HTTP Status Code for "Still Processing" (4 Solutions!!)
3:02
Software Engineering: How to design an iterable but immutable (read-only) collection?
1:58
GPLv2 code as a separate process in a closed-source iOS app? (3 Solutions!!)
2:35
Software Engineering: Abstract Factories Nesting and DI - Is this acceptable?
1:50
Software Engineering: Improving a try/catch
4:24
Software Engineering: Fuzzy algorithm for grouping data (3 Solutions!!)
2:37
Software Engineering: Naming when having to inherit classes (2 Solutions!!)
Software Engineering: Single exit point meets Java streams (2 Solutions!!)
Software Engineering: Caching and website performance on iOS vs PC (3 Solutions!!)
Software Engineering: TypeScript/ES2015: Prefer `const` instead of `let` reduces readability?
2:15
Software Engineering: Redesigning a builder to make it reusable
Software Engineering: Value of dependency injection in MVC with skinny controllers (3 Solutions!!)
Software Engineering: Best way to enforce constraints in Class (2 Solutions!!)
4:40
Should we be hosting code online? (5 Solutions!!)
Software Engineering: Estimate if benchmark sampling difference is significative (2 Solutions!!)
Software Engineering: How to best design a job queue with constraints? (2 Solutions!!)
5:15
When should a function take a pointer for a collection to fill vs returning a pointer with a...
Software Engineering: Finger Paint path gets huge over time and slows the app
2:45
Is stored procedure having multiple UNION efficient than running all SQL's in parallel?
2:12
Software Engineering: Stateful server on heroku (2 Solutions!!)
4:50
Software Engineering: How to make Scrum work for a team with defined roles? (5 Solutions!!)
1:14
Software Engineering: Does algorithm time complexity O(5) considered as O(1)?
2:27
Software Engineering: Who is responsible for checking object properties such as Visible/Enabled?
For loop and recursion for a new shell in C
Software Engineering: Should I use cqrs + es to build a slot machine app?
1:42
Software Engineering: Is publish subscribe pattern suitable for my case?
4:04
Design for a function to skip a step if called multiple times (3 Solutions!!)
1:18
Are new empty Java marker interfaces created to satisfy an existing method contract a code smell?
3:24
Software Engineering: Can one html page with web services replace current server-client technology?
2:16
Software Engineering: How to handle extra arguments in a JavaScript library?
2:03
Software Engineering: How to programmatically control a GUI application? (2 Solutions!!)
"Reactive programming is programming with asynchronous data streams." is this true?
3:39
Should an Else statement be used just for a comment? (4 Solutions!!)
2:33
Software Engineering: How to make clear that a method can be overridden?
Software Engineering: Transfer flattened entities instead of DTOs?
Validating transaction codes with reference codes... Best way to encode the validation rules?
LSB-propagating left shift, conceptual equivalent of sign-propagating right shift
Why closure declaration syntax in Swift is different from function declaration?
1:55
Software Engineering: Abstracting end-to-end test cases across multiple pages
2:34
What kind of data structure should be used to store components in an electrical schematic program?
2:57
How to use fields from an object after an exception is thrown and the object can't be fully...
Software Engineering: What is the point of calculating these variables this way?
1:56
Is there use case for implementing a callback if a future is returned?
1:52
Software Engineering: Methodologies that fit UX in software development
3:45
Software Engineering: Using negative numbers to return error conditions (4 Solutions!!)
Software Engineering: Best practices for getting data by different criteria (2 Solutions!!)
Software Engineering: Should composition happen no matter what?
Software Engineering: Neural networks: No solutions for test data possible? (2 Solutions!!)
What is the proper or recommended way to save String[]'s, Array's, ArrayList's and int[]'s to...
Software Engineering: PHP MVC/PAC - Logged In/Admin checks placement (3 Solutions!!)
Software Engineering: small team git workflow
Software Engineering: Are there other style sheet languages than CSS?
Efficient Value-Lookup in List of k-Tuples
Software Engineering: call a non GPL-Program from a GPL program via fork
1:53
It it a better to have the expected return at the beginning or at the end of a function?
2:25
What does it mean for a software to be copyrighted, but the source is also offered?
3:42
Software Engineering: How should we quote differing sized contracts in a SCRUM environment?
2:38
Software Engineering: Getting started with machine learning a zero sum game?
What handles the work of video streaming in ASP.NET MVC? (2 Solutions!!)
Software Engineering: Alert when size of continuous stream of events exceeds 1000
In NodeJS/ExpressJS, how should one decide between using request params and query strings?
How to create an algorithm for a raffle, where each raffle guarantees a winning ticket?
Software Engineering: Are there multiple Hamiltonian Paths on a Graph?
How to work with/around an API that does not return errors? (2 Solutions!!)
2:44
Software Engineering: Should I actually be using encapsulation here?
Is there any situation where there is a good reason to use an anchor <a> element without a href...
3:18
Software Engineering: Name for a Chainable ForEach (2 Solutions!!)
4:12
Software Engineering: Is it wise to rely on optimizations? (5 Solutions!!)
5:05
Software Engineering: Modular Objects with conflicting implementations (4 Solutions!!)
1:19
Software Engineering: Can I manage transactions in the UI
2:39
Software Engineering: What are the advantages of Observables over an iterable of futures?
5:27
Does it make sense to declare private fields using an interface as their type?
Why is an abstract class forced to define all functions of an inherited interface?
2:41
Software Engineering: Idiomatic wrapping of C++ template type API in C
1:31
Software Engineering: When do I reset Two Factor Authentication secret keys?
Software Engineering: One time use token Mobile / Desktop linking. How to? (2 Solutions!!)
Software Engineering: Finding unique tuples list of options (2 Solutions!!)
Software Engineering: How much do function calls impact performance? (5 Solutions!!)
2:20
Software Engineering: Software design: too many static objects?
Software Engineering: Different pages for mobile?
3:30
Pattern for algorithm that outputs an explanation of how it gets to a solution when needed
Software Engineering: Creating a web application with full text search on dynamic data
3:48
Is the command design pattern a good way to reduce the number of dependencies in my class?
When to use default arguments in functions (2 Solutions!!)
1:25
Software Engineering: Software derived from LGPL library
Software Engineering: Is it good practice to encapsulate communication with web service?
Software Engineering: Xml Messages: One Type to Rule Them All? (3 Solutions!!)
2:30
Is it bad practice to simplify constructor dependencies using a simple container when the class...
3:09
Software Engineering: Almost point-free style (3 Solutions!!)
Software Engineering: Why does Erlang provide built-in ordering (sorting) of the basic data types?
4:55
Software Engineering: Unit Test for Void which copies data from one location to another
3:05
Software Engineering: Code design: Duplicate code or good implementation (4 Solutions!!)
1:41
Software Engineering: Best structuring for IRC message decoding (Python)
Software Engineering: Architecture of badge system similar to StackExchange?
Is there something to be said for putting the "default" case of a switch statement first?
1:57
Software Engineering: How should I represent mutable boolean state? (2 Solutions!!)
1:37
Software Engineering: AppCache vs Service Workers
3:06
Software Engineering: Redesigning schedule value hierarchy
1:09
Software Engineering: What does set.seed(any number) command means?
What is the best approach to update a database field when a corresponding class property changes?
3:03
Software Engineering: Optimizing the exponential smoothing of a big array
Is using __import__('module_name') an antipattern in Python?
Fundamental difference between a static class and namespaced functions
Software Engineering: Versioning Apps with SemVer (2 Solutions!!)
1:22
Software Engineering: Is it better to pull all data immediately or as needed?
Software Engineering: How to calculate business days difference without a lookup table?
Software Engineering: Is this a correct JWT authentication implementation?
1:27
Software Engineering: Algorithm for matrix positioning
2:40
Software Engineering: OOP project design (2 Solutions!!)
An elegant way to split text into words combined with adjacent punctuation and determine which...
Software Engineering: What do you call the two types of classes on a instance declaration
2:28
Breaking large class into smaller classes when they need a common state? (3 Solutions!!)
1:46
Do all transitive dependencies of GPL software have to be compatible with GPL?
2:24
Software Engineering: How to deal with customer specific code? (3 Solutions!!)
Software Engineering: How to combine template and inheritance?
Software Engineering: Configuration related defines in public header?
2:46
Is there a good way to use the front controller pattern for command line applications?
Software Engineering: Ways to structure a program with 2 states (3 Solutions!!)
Software Engineering: What is the origin of counting from zero in programming languages?
Software Engineering: When should the naming of data structures be more abstract or literal?
3:31
Software Engineering: Value addresses of functions (3 Solutions!!)
Software Engineering: Preventing information leakage while returning an error message
1:47
Software Engineering: How to map references in different VB.Net solutions?
Software Engineering: I feel like the more I improve the structure of my program I am writing a DSL
Software Engineering: Finding longest ambiguous words with a given set of letters
2:19
REST is not appropriate for business applications because of necessary to distribute business...
Most efficient way of allocating participants to conference tracks (2 Solutions!!)
3:36
Software Engineering: Why do I need to declare virtual functions as such? (4 Solutions!!)
Software Engineering: Choice of variable names and types in graph algorithm
Software Engineering: What are the limitations of Java exception approach to errors?
1:17
Software Engineering: Generate a string generator (constant associative array)
2:47
Software Engineering: How to atomically create a new entity in multiple contexts without coupling?
Software Engineering: A very basic question about whether I should check for null and throw NPE?
Why do successive iOS versions take longer to run the same task on the same hardware?
Software Engineering: How to setup multiple queries with slight differences?