1:46
Software Engineering: Testing base-62 converter
Roel Van de Paar
2:06
Software Engineering: Parsing conditional statements
1:33
Software Engineering: shopping system cart problem with stock
1:50
Why are iframe-s so useful in HTML5 WYSIWIG applications?
2:48
Software Engineering: Is there really a fundamental difference between callbacks and Promises?
1:35
Good approach/Strategy to keep integration test database in-sync with production db?
1:39
Hoisting in Javascript === Compiling?
2:09
Software Engineering: How to structure classes in a large codebase? (2 Solutions!!)
3:29
Software Engineering: Ruby: if variable vs if variable.nil? (4 Solutions!!)
1:29
Software Engineering: How to abbreviate "Local" for a time variable, like UTC?
2:08
What are the advantages of a 'traditional' 'backend' architecture for a standard CRUD app?
2:38
Software Engineering: One wide table or multiple themed tables? (2 Solutions!!)
2:07
Software Engineering: expressjs: is it bad practice to use req.hostname for querying a db?
1:34
Software Engineering: Where should I log in the user based on http session: service or controller?
2:05
I'm graduating as a CS major from a bad CS program. How can I catch up? How can I get over it?
3:15
Software Engineering: Design review of a small configuration framework (2 Solutions!!)
1:51
Compute geographic areas Laravel
3:17
How can a method handle validation and entity creation without output parameters?
1:55
Software Engineering: Enclosing main invocation of a function in an if
2:55
Software Engineering: How to model heuristic uncertainty when sorting data? (3 Solutions!!)
2:25
Software Engineering: AutoIncrement Integer Column,Guid or PGuid, which to choose? (2 Solutions!!)
1:17
Software Engineering: What pain point does Intelligent Children Design Pattern solve?
How to write unit tests for an application that mostly performs "hard to test" actions?
3:21
Software Engineering: Temporary Variables or Not: Choose CPU Time or RAM? (3 Solutions!!)
4:19
Is measuring the binary size of a c++ program a good indication of code complexity? Or something...
2:33
Is it ever appropriate to lazy load properties?
2:27
How will React 0.14's Stateless Components offer performance improvements without...
4:24
Software Engineering: Do I need a parent class if I'm using an interface? (3 Solutions!!)
What alternatives to a singleton are there for a class which only can have one instance?
3:00
Software Engineering: Resistance to abstraction (3 Solutions!!)
2:50
How is polymorphism better than two function calls in this example [ATM design]? (2 Solutions!!)
2:30
Can a business application be developed / enhanced with more than one language?
2:47
Software Engineering: Why do you reduce multiple inheritance to the diamond problem?
Software Engineering: Is there any danger in rendering user-entered HTML and can it be mitigated?
1:23
Software Engineering: Is C programming language low level or high level?
2:44
Software Engineering: Write C line by line (2 Solutions!!)
1:24
Is the logic behind `Asyncio.wait()` and async/await, the same, just the code is written...
1:26
Software Engineering: Internal API to public API - versioning
1:59
How do I model a sortable resource in sql database? (2 Solutions!!)
2:28
Software Engineering: Low cost exceptions implementation using metaprogramming
2:15
A condition on an argument used in multiple calls of a method: enforced by caller or by the method?
1:47
Software Engineering: Burrows-Wheeler transform backward search: how to find suffix index?
1:57
Private variables and the old FORTRAN common blocks (2 Solutions!!)
1:49
Software Engineering: Should my public webservices use HTTP or HTTPS? (2 Solutions!!)
2:03
Software Engineering: Approaches to Concurrency
Software Engineering: Why is abstract Decorator class needed in this example?
2:58
Software Engineering: Enterprise Architecture: Where to put persistence/dbContext management?
Is the strong exception safety guarantee with a pass-by-value argument which can throw on...
1:38
Software Engineering: Continuous Deployment with gitignore (2 Solutions!!)
1:56
How can I use a framework like Bootstrap when I already have designs from a design team?
1:22
Software Engineering: Why '-5<(unsigned)5' is false?
2:14
Software Engineering: Better way to transform data
3:03
Software Engineering: Merits of copy-on-write semantics (2 Solutions!!)
3:24
Confusion about data types, compilers, hardware data representation and static vs dynamic typing
2:31
Software Engineering: Minimizing lock time (multithreaded app)
3:08
Software Engineering: Strategies to increasing the maintainability of assertions in code
2:24
Software Engineering: Writing a Compiler - .reloc section of the COFF
4:46
Software Engineering: Putting a password in a REST API call (6 Solutions!!)
1:58
Software Engineering: How to convert byte-array (4 bytes) back into float?
3:32
Software Engineering: Architect in our company is against DTO (5 Solutions!!)
4:20
Software Engineering: Using super keyword to access super class members (3 Solutions!!)
Should I hold an Id and the Item
If the size of a set exceeds the period of a PRNG, is it true that some combinations may be...
3:37
Is there particular circumstance that throwing root superclass exceptions is a good practice?
3:14
Software Engineering: Why ever use exception throw (in C#) except for Class Library development?
Software Engineering: PHP: where to call helper class in MVC?
1:45
Why do programmers define programming models to replace C/POSIX for parallelism?
Software Engineering: Separating Issues across multiple products (JIRA) (3 Solutions!!)
Data Layer vs Business Layer (2 Solutions!!)
2:34
"Untriggered events" in Reactive Programming
4:59
How is defining that a method can be overridden a stronger commitment than defining that a...
3:45
Software Engineering: Handling Value Unit data (3 Solutions!!)
3:06
Software Engineering: Object-Oriented design to create Images in Python
Software Engineering: Why is behavorial subtyping undecidable? (2 Solutions!!)
1:28
Software Engineering: Number of parallel lines in a given set of lines
Finding the smallest sub-collection of sets that intersect to produce one element
Software Engineering: Combinatorial Optimization: Filling a Bag with Sand
2:32
Software Engineering: Best practice in helper/util methods: IoC container or static methods?
Software Engineering: Identifying plagiarized jokes?
Software Engineering: Tips for optimizing javascript code. a year's worth of Dates
1:27
Software Engineering: Why is checking weird bit errors important in garbage collectors?
Software Engineering: Sorting Array before looping : best practice
3:09
Software Engineering: Why take a String input instead of int input for a number? (4 Solutions!!)
2:17
Software Engineering: Can someone give me a good definition of the term "business logic"?
2:10
Software Engineering: What encoding are the HTTP status and header lines?
Software Engineering: How to make git automatically merge increased build numbers? (2 Solutions!!)
2:49
Software Engineering: Inheritance hierarchy design approach - Javascript
3:31
Software Engineering: Why is %s better than + for concatenation? (5 Solutions!!)
1:44
Why does XmlWriter.Create have output parameters?
3:12
Best way to represent multiple JSON response in a REST service?
Software Engineering: HTTP Async/Await Task: avoid flooding server with requests?
3:13
Should I use a jump table
How to periodically serialise object's state and deserialise on initialisation in Python?
Software Engineering: What is the name of this design pattern?
2:22
Software Engineering: False recursion vs. true recursion
Software Engineering: Which programming language (or machine language) first used line numbers?
Software Engineering: Comparison Function Returns True or False
2:46
Software Engineering: How To Extend Parent Methods in Children Classes? (3 Solutions!!)
Is there a limit to how often I should access a website programically to avoid DDOS?
2:37
Software Engineering: How to implement a facade correctly?
4:42
Software Engineering: How to encourage client to do some in house QA testing? (4 Solutions!!)
3:04
Software Engineering: Displaying complex objects in AngularJS
2:21
Software Engineering: What is meant by reuse of inheritance? (2 Solutions!!)
Software Engineering: WMC Calculation in CK Metrics Suite
1:54
Software Engineering: Using a WrapBootstrap theme in an open source project
1:41
Software Engineering: PHI, NoSQL, and searching
In C#, what is the benefit of assigning a class variable to an interface variable before calling...
Software Engineering: Multiple controllers for same resource based on user's Role (2 Solutions!!)
2:29
Software Engineering: If you decide that branching is a bad thing, then why use Git over SVN?
Software Engineering: What is the best approach to compare data in a database?
1:53
Software Engineering: Could there by any issues with transition from MIT to Apache License?
1:31
Software Engineering: Terminology: abstraction vs models
Software Engineering: How to adjust workflow around longer build time?
4:14
Software Engineering: APIs and functional programming (4 Solutions!!)
How should I handle a HTTP response whose body takes time to generate, and whose headers cannot...
Software Engineering: What is it called when threads are waiting but not deadlocked (2 Solutions!!)
How to get the behavior class from its data class when they are separated for the purpose of...
Software Engineering: Single Responsibility Principle : Proxy Pattern for refactoring
Software Engineering: Merge bug fixes from trunk in old branches
4:33
What is the purpose of a wrapper class that does nothing but delegate to the object it wraps?
2:52
Software Engineering: Is using Runnable outside of the context of multithreading valid?
Software Engineering: Using SMS as transaction in offline situations
3:58
Software Engineering: Angular JS style guide when declaring variables (3 Solutions!!)
2:19
How can one demonstrate client site website content after the sites have been updated?
Software Engineering: How to synchronize segments in polylines? (2 Solutions!!)
Workaround for implementing operations on doubly linked
3:18
Software Engineering: Relational table design for data ownership (3 Solutions!!)
How to convert a possibly ever-increasing number to a finite scale? (3 Solutions!!)
Software Engineering: Can't I use an enum at application level if I have a NxN relationship?
Should development teams switch projects at the end of every deadline (sprint)?
2:57
Why does inner class have to specify Outer.this.remove(int)? (2 Solutions!!)
Software Engineering: Why would you document a return type using scaladoc?
Software Engineering: Design Pattern for Library Wrapping Extern Methods
3:26
Software Engineering: Writing R packages to replace .R scripts? (4 Solutions!!)
2:54
Refactoring of a client API for avoid duplicated code and unclear passage of parameters
Software Engineering: Command handler executing commands with different dependencies
1:36
How does my computer associate a keystroke with a set of pixels corresponding to the keystroke...
2:18
Software Engineering: Signature-changing decorator: properly documenting additional argument
2:39
What is the alternative design pattern of a state machine that may have recursive state change?
Software Engineering: Best approach to develop php mysql project with multiple developers
3:33
Software Engineering: Are header-only libraries more efficient? (3 Solutions!!)
3:47
When rewriting medium to large applications, which of these approaches are useful?
2:12
Software Engineering: How to manage microservices?
4:04
How to refine the architecture, look for better solutions and not to spoil relationship with the...
Software Engineering: Algorithm for best subset of items
What is the name for user-defined methods / functions that get called implicitly? (2 Solutions!!)
Software Engineering: Should I be using XML to store configuration values in a database?
2:02
What is it exactly that makes programs platform dependent when they're using cross-platform APIs?
2:00
Software Engineering: Rationale for modern languages implement changeable global variables
Software Engineering: DAO design for writing big XML file on database (2 Solutions!!)
Software Engineering: Should I be using both AngularJS and ASP.NET MVC? (4 Solutions!!)
2:16
Software Engineering: Single Source Shortest Path
Software Engineering: How narrow should my unit tests be? (3 Solutions!!)
2:59
Software Engineering: JSON API specification : When do I need to return a 404 not found?
Software Engineering: Tracking online users with a stateless architecture (2 Solutions!!)
2:45
Software Engineering: Do we need to create local branches for the enhancements we are working on?
Software Engineering: Deterministic function shows undeterministic behaviour, how is this possible?
python - differences between reusable code vs. code for solving specific tasks
3:57
What are "class methods" and "instance methods", in Python? (3 Solutions!!)
1:43
Software Engineering: Why use PHP_AUTH_USER instead of taking credentials under post method?
Why are the smart folks who write and adopt react.js okay with the way markup is...
Software Engineering: Implementing a method that never returns the same data twice (2 Solutions!!)
Software Engineering: Why do we have the "running" state in behavior trees?
Software Engineering: How wrong is it to talk about C++ "methods" (versus "member functions")?
Software Engineering: How does C# remove duplicate instances of static data of constructed types?
Software Engineering: Testing using mocking, must I mock all dependencies too? (2 Solutions!!)
Software Engineering: Technology like SignalR but client side (2 Solutions!!)
Software Engineering: Builder Pattern : Seperation of construction from representation
1:30
Software Engineering: Regular syntax -- what does it mean?
Do I update the copyright header when i modify the source?
Software Engineering: Having a TestContext to test methods instead of Dependency Injection
2:13
Software Engineering: Tracking column (offset) in presence of tab characters (2 Solutions!!)
Should I use a single repo when multiple parts of the same project are running on the same server?
Software Engineering: Optimizing a file type for compare tools
Software Engineering: Taking credit for the public domain work of others
3:43
Should I be using advanced techniques most of the time at my new job just because I can?
3:48
Software Engineering: How to prevent user from requesting API method multiple times in parallel?
Software Engineering: How to Manage Privileges in C# WPF applications?
Software Engineering: How do I go about setting up my Sinatra REST API on a server?
Software Engineering: Migrate legacy requirements to BDD
1:20
Software Engineering: MIT License - Dual Authors
6:24
Software Engineering: OpenGL, multithreading, and throwing destructors (6 Solutions!!)
Difference between Software Engineering and developing software in a Craftsmanship style
2:40
Software Engineering: Programming to Data Oriented Interfaces (2 Solutions!!)
Hypothetical extension to C# property initializer syntax (2 Solutions!!)
Software Engineering: Containers and shared ownership within a class instance
8:27
Given a herd of horses, how do I find the average horn length of all unicorns?
Software Engineering: .net Windows app in a web page
Software Engineering: Exception Handling for class attributes in setters and constructors
Strategy Pattern Implementation (2 Solutions!!)
Do MSBuild project files serve the same purpose as NMAKE makefiles in a build process?...
If AngularJS already takes care of the MVC, would using ReactJS be needed if it is just the View...
3:39
Software Engineering: Is it bad practice that a controller calls a repository instead of a service?
Software Engineering: How do I manage quickly changing python modules?
Can I make a closed-source implementation from scratch of a GPL-licensed library?
2:04
Software Engineering: How are objects stored in unordered_sets?
5:15
Software Engineering: Circular dependencies: Recursive grammar parser (e.g. json) (4 Solutions!!)
Software Engineering: Coordinating threads in a multithreaded server
Software Engineering: Is an AST enough to build any translator?
4:09
Software Engineering: Is declarative programming overrated? (2 Solutions!!)