Skip to content

Articles by Daniel Diaz

Daniel is a self-taught Python Developer, Technical Writer, and long-life learner. He enjoys creating software from scratch and explaining this process through stunning articles. Follow him on Twitter: @DaniDiazTech

25 Python Frameworks to Master

Level up your Python skills and take a look at this list we compiled of 25 top-notch Python frameworks for you to master.
Reading time
21 min read
Publish date
April 27, 2023
Topic
Python

Ready, Set, Launch: Creating a Static Site With GitHub Pages

Static sites are the perfect way to quickly build an online presence. GitHub Pages gives you a free and simple way to deploy your static site.
Reading time
18 min read
Publish date
February 22, 2023
Topic
Static Site Generators
Topic
Web Development Tools

20+ Essential Python Commands You Should Know

Master software development with the most used commands for Python development in the three main operative systems Windows, Mac, and Linux.
Reading time
19 min read
Publish date
August 3, 2022
Topic
Python

How to Generate SSH Keys for GitHub

Now that your project is on GitHub, how do you keep it secure? Learn all you need to know about generating SSH keys for GitHub right here.
Reading time
11 min read
Publish date
February 4, 2022
Topic
Web Development Tools

Git for Web Development: Get to Know the Typical Workflow of a Project

Wondering how to integrate Git into your web development workflow? We'll show you everything you need to know with this easy tutorial.
Reading time
11 min read
Publish date
January 11, 2022
Topic
Git
Topic
Web Development Tools

The 40 Most-Used Linux Commands You Should Know

Linux is one of the most popular operating systems among professionals. In this article, you'll learn about the 40 most-used Linux commands.
Reading time
19 min read
Publish date
October 6, 2021
Topic
Tech Tips

Django vs WordPress — Which Is Better for Your Website?

Learn about key similarities and differences between Django vs WordPress, and which one to choose for your website needs.
Reading time
23 min read
Publish date
September 29, 2021
Topic
WordPress Alternatives

A Beginner’s Guide to Python Object-Oriented Programming (OOP)

Learn the ins and outs of Python Object-Oriented Programming (OOP). We'll cover it from concept to implementation with many examples.
Reading time
21 min read
Publish date
July 2, 2021
Topic
Python