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
Updated date
November 9, 2023
Post type
Blog
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
Updated date
November 29, 2023
Post type
Blog
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
Updated date
December 15, 2023
Post type
Blog
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
Updated date
October 18, 2023
Post type
Blog
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
Updated date
September 4, 2023
Post type
Blog
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
18 min read
Updated date
January 16, 2024
Post type
Blog
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
Updated date
March 13, 2024
Post type
Blog
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
Updated date
October 2, 2023
Post type
Blog
Topic
Python