







Latest Web Design Articles
View more articlesLaminas: MVC Framework for PHP – Book Review
Read on a book review for "Laminas: MVC Framework for PHP" and find out why it's been called the mos...
Using Amazon Web Services (AWS) in easy way
If you understand how a brewery works, then you can understand Amazon Web Services (AWS). When yo...
Ajax Promises Visualized By Gambling At A Casino
If you have ever gambled or watched a movie about gambling, then you can understand promises in Java...
Node Package Manager (NPM) Explained
Today, in 2018, millions of developers have used Node.js to create the back-end for their web applic...
Closures as simple as Mailing a Package
If you have mailed a package or letter in the past, then you can understand closures in JavaScript. ...
Latest Mobile Articles
View more articlesIntegrating AppDelegate with Pluggable Services
Find a better way than shifting the responsibilities to pluggable services to manage delegates. Star...
Protocol-Oriented Dependency Injection in Swift
Read on Dependency Container what does it do, how it is structured any why we want to keep all of ou...
Clean Architecture using Swift on iOS
The principles of clean Architecture require hours of expertise and knowing usual pitfalls for iOS a...
Latest Native Languages Articles
View more articlesBegin and End with range-based for loops
Start using `begin` and `end` without defining a global function templates or via preferences of `st...
Replace raw pointers with: object_ptr
Provide a pointer-like object that won't own the pointee and can be used as a replacement of raw poi...
Getting index of the element in a for loop with an indexed_view
Use the `for` loop to get the element's index when iterating over indexed_view and index-based array...
Custom template type class: strong_typedef
Start using custom classes instead of build-in one for wrapping existing types and associates with a...
Access private data in C++
Find out how to access private class data in C++ with standard available approaches and without awfu...