Blog
How to Send and Read Emails Using Node.js the Easiest Way
Send emails using Nodemailer and read using the IMAP library.
NodejsJavascriptEmail
Using Layers on AWS Lambda — Node.js
Simple walkthrough of creating and using layers on Lambda function.
AWSAWS LambdaNodejs
Create a Business Meeting Scheduling App: Its Cost, Feature, Business Model, and Process
Automate your business process by implementing on-demand online meeting scheduling software and make it easier for customers to book meetings or block calendars for discussions...
Business
Clustering Textual Data with Word2Vec
End-to-end guide to semantic cluster analysis with Word2Vec
PythonData AnalysisSoftware Development
Build a Django Application to Perform CRUD Operations
Add CRUD (Create, Read, Update, and Delete) functionality to your Django application
PythonCRUDDjango
Snowflake vs Microsoft Azure: 6 major differences
SnowflakeAzureMicrosoft azure
A Guide To Data Fitting In Python
Modeling Data with NumPy and SciPy
PythonNumPySciPy
Create Your Own Layout Component in React
A guide on how to create basic layout components with Header, Footer, and content section.
ReactJavascriptWeb development
React Conf 2021 - React Forget
A Christmas miracle - End of 'memo all the things'
React
How You Can Serve React Build Folder From an Express Endpoint
A guide on how to serve a React build folder from an Express endpoint.
ReactExpressNodejs