Blog


How to Create a Basic Form in Python Flask

A simple guide on how we can create a form in Python Flask asking for a name and an email, and pass this form data back to our Python code.

PythonFlaskForm

Snowflake vs Redshift vs BigQuery: The Differences

Snowflake vs Redshift vs BigQuery, which is better? This is a relevant question that arises when it comes to choosing the best data warehousing solution

Data WarehouseSnowflakeRedshift

Should You Use a Paid or a Free Code Editor?

When it comes to choosing the right IDE, the choice is not as obvious as it seems

DevelopmentTools

Best Way How To Install NPM Packages With an Exact Version

Why you should use exact package versions in your package.json

NpmJavascriptNodejs

An Introduction to PyScripter - The Best Free Python IDE

PythonIDEPyScripter

How to Use Environment Variables in Next.js

Take a look at how to use environment variables in Next.js.

NextjsEnvironment-variablesReact

Sort React Components Using .sort()

A guide on the process of rendering child components from an array of objects and creating a Sort button using React.

ReactJavascriptWeb development

Let's Create a Pagination Data Table with React and an External API

A guide on how to create a pagination data table with React using react-data-table-component

ReactJavascriptWebdev

A Few Ways to Count Words in a Sentence Using Python

4 ways that a programmer can use to count the number of words in a sentence.

PythonProgrammingCoding

Unit Conversion in Python

Dimensional analysis and unit conversion of physical quantities with SymPy

Python3PythonCoding