Blog


How to Download Attachments From Outlook Using Python and MSAL

Automate your Outlook attachment downloads using Python

PythonOutlook

Python Datetime Vs. NumPy Datetime: 8 Differences You Should Know

How Python datetime and NumPy datetime modules handle the datetime values.

PythonDatetimeNumpy

How to Fix Tailwind CSS IntelliSense in Visual Studio Code

TailwindCSS IntelliSense not working in VS Code? Follow the steps in the article to fix it.

TailwindcssVscodeIntellisense

How to Create the LWC Multi-Select Combobox that Salesforce is Still Missing

Use the Salesforce Lightning Design System (SLDS) to create your own reusable custom component

SalesforceDesign systemsLightning

Logistic Regression from Scratch

Explained and Implemented

PythonLogistic regressionMachine learning

Advanced TypeScript: Type-Level Nested Object Paths

A Real-world use case of Conditional Types, Type Inference, Template Literal Types, and Recursion.

JavaScriptReactProgramming

How to Track the Element’s Visibility in Angular

An alternative way of tracking the element’s visibility.

AngularJavascript

Create a Face Recognition Model Using Face Embeddings and Scikit Learn’s Support Vector Machines

Input an image containing faces and it will output the names of all detected and recognized faces.

Face VerificationFace RecognitionPython

Hosting a static website with S3 & CloudFront

AwsS3Cloudfront

“for i in range(len(list))” VS “for element in list” — When to Use Which

A beginner's guide on the two ways of iterating through a string or list.

PythonStringList