Integrate Polling Based API In Node/Express Js
NoSQL Many-to-Many Relationship Examples; Bound and Unbound Cases
Right Approach to Modeling Many to Many Relations and Use of Associative Collection
In NoSQL data modeling I analyzed NoSQL data modeling and ways to model many to many relationships. In another post I added a few examples of 1-to-many bound and unbound cases.
[Read More]NoSQL One-to-Many Relation Examples; Bound and Unbound Cases
What Are the Options to Properly Model 1-to-Many Scenarios and Which One is Right?
In NoSQL data modeling post, I have explained NoSQL data modeling and that there are three ways to model one to many relationships. In this post, I will list real-world examples of one to many relationship — both bound and unbound — in which application of different ways of modeling are possible (or not).
[Read More]NoSQL Example of Separate Collections in One-to-One Relationship; Case of Specialization and Generalization
When and Why Should Reference Be Used to Link Documents in 1-1 Relation.
In my detailed post on NoSQL data modeling, I listed down ways of modeling NoSQL data (using mongodb collections). For one-to-one relation, usually, it is not apparent why one needs a separate collection instead of embedding everything in single document.
[Read More]Unit Testing Expressjs Controller (Part 2)
Detailed Example Of Express Mongoose Update API
This is part 2 on the topic of Expressjs controller unit testing. Previously, I added unit tests for 5 basic CRUD APIs for vehicle. In this post I will show one more example, where controller logic gets a little longer.
[Read More]Unit Testing Expressjs Controller (Part 1)
Stepwise Test Driven Development of Express Mongoose CRUD APIs
So far, I have not found a real workable example of unit testing Express controller/route for API. Most I saw either label integration test as unit test or offer little meaningful in right direction.
[Read More]Develop Two Player Chess Game Application with React Js
Why I Chose Hugo Framework For My First Blog?
A journey of exploring various CMSs, website builders and static site generators before settling on Hugo
If you are an over-thinker like me, you are bound to share my experience ahead of launching your first blog. The most strenuous part is platform selection. Wordpress.org? Wordpress.com? Squarespace? Wix? A never ending cycle begins: Weigh pros and cons of each and choose one, only to start over again on second-guessing.
[Read More]