Blog


Remove Silence from Your Audio in Python with ‘pydub'

Shorten the pauses in your audio with ‘pydub'!

PythonPydubAudio

How to Pass Data Between Pages in react-router-dom V6?

3 ways of passing data between pages in react-router-dom V6

ReactReact routerReact router dom

Mock Your Hooks to Make Testing Simpler

Mocking with Jest can have a weird learning curve. Let's see how to mock those hooks.

ReactTestingJest

How to Upload Files to SharePoint Using Python

Upload files to MS SharePoint using Office365 Python SDK

PythonSharepointOffice365

Plot Multiple Graphs Per Row in Matplotlib (Python)

A tutorial on plotting multiple graphs per row in Python.

PythonGraphsMatplotlib

Introducing GPT-Neo: An Open Source AI Content Generator Alternative to GPT-3

An overview of GPT-Neo, the open-source AI content generator alternative to GPT-3, and how it can be used to generate text with Python.

GptGptneoPython

How to Create One-Page Reports With Python

A tutorial on creating one-page reports with Python.

PythonProgrammingCoding

How to Set Up Your TCP Client/Server App with Node.js from Scratch

A step-by-step guide on setting up your own TCP client/server application with Node.js.

NodejsJavascriptTcp

Pass By Object Reference in Python

Understanding “pass by object reference” in Python.

PythonComputer SciencePass by object reference

How to Get the Difference Between Two JavaScript Objects

Get the list of the keys that are different between two objects using the Lodash isEqual method.

JavascriptObject methodsWeb development