What is firebase and how to use it with web appsOct 16 2022 10 min.Understanding Firebase core modules, implementation strategies for Web Applications, and Tips for accessing the Blaze Plan features without additional costs
SQL vs NoSQL databases from developer perspectiveOct 16 2022 10 min.Never-ending war between relational and no-relational databases lasts more than decade and it's not going to end soon for the reason.
Authenticate Zoho CRM in PHPOct 15 2022 15 min.Generate access token with OAuth2 and start using API 2.0 in PHP app.
Authenticate Zoho CRM in Node.jsOct 15 2022 15 min.Generate access token with OAuth2 and start using API 2.0 in Node app.
Create CKEditor 5 custom buildOct 15 2022 12 min.This guide outlines the process of creating a custom CKEditor 5 build that will work with React, Angular and Vue
How to use Zoho CRM API with PHP Create Leads and DealsOct 15 2022 15 min.Learn to effectively manage leads, deals, accounts, and contacts with custom PHP service methods. Our step-by-step instructions cover everything from creating basic deals and handling file attachments to dynamically linking contacts and accounts
Authentication in Nuxt app Auth module and Express.js implementationOct 15 2022 15 min.Full Step-by-Step Guide for Authentication in a Nuxt 2 App with Frontend and Backend Integration
Authentication in Nuxt app Part 2 Auth module and Express.js implementationOct 15 2022 10 min.Learn to enhance Nuxt.js authentication with email verification, password reset, and user blocking. Implement secure login, utilize Passport.js, and manage password changes efficiently.