Programming


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

Destructuring Function Parameters in JavaScript

An introduction to destructuring function parameters for beginners

javascriptcodingprogramming

4 Steps To Connect AWS Servers Using SSH Without Key Pairs

Servers on AWS provide certain levels of security for users. That’s great. But too many security concerns may cause your daily operations less convenient. A good example is that you need to provide…

devopslinuxsoftware-development

10 Python Automation Scripts for Everyday Problems

Collection of Handy Tools for your Daily Python Projects

pythonprogrammingautomation

How to Create a Progress Bar in Python

How to use the tqdm library to easily add progress bars to your command line

pythontqdmprogress-bar

Enable HTTPS for Localhost During Local Development in Node.js

A tutorial on how to go from http://localhost:PORT to https://localhost:PORT.

javascriptnodejssecurity

How to Add Your Virtual Environment to the Jupyter Kernel in Windows

A tutorial on adding a virtual environment to the Jupyter kernel in Windows.

pythonvirtual-environmentprogramming

Advanced TypeScript: Type-Level Nested Object Paths

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

javascriptreactprogramming

A Beginner’s Guide on Using MQTT— Python IoT

Subscribe and publish message over mqtt using Python

mqttiotprogramming