• Cache Django Website Using Redis

    Cache Django Website Using Redis

    The performance of your application is critical to the success of your product. The repercussions of a slow application can be measured in dollars and cents in an environment where users anticipate website response times of less than a second. Even if you aren’t selling anything, quick page loading improve the visitor experience. Everything that…

  • How To: Send Email using Python and SMTP

    How To: Send Email using Python and SMTP

    Simple Mail Transfer Protocol (SMTP) is a protocol, which handles sending e-mail and routing e-mail between mail SMTP stands for Simple Mail Transfer Protocol, and it’s an application used by mail servers to send, receive, and/or relay outgoing mail between email senders and receivers.  Python provides an smtplib module, which defines an SMTP client session object that…

  • The Ultimate MacOS Terminal Cheat Sheet

    The Ultimate MacOS Terminal Cheat Sheet

    The Mac Terminal is a command line system that can help you quickly take control of your operating system and make changes. Getting to the Terminal app is easy — you can navigate via your Mac’s Finder or through Spotlight. Below you can find many useful commands that can help you better utilize the Terminal On…

  • How To: Check Disk Space In Linux

    How To: Check Disk Space In Linux

    How much space do you have free on your Linux drive? Managing disk space on a Linux server is an important task. For example, package manager applications notify you how much disk space will be required for an installation. For that information to be meaningful, you should know how much space your system has available. In this…

  • The Ultimate Django Cheat Sheet

    The Ultimate Django Cheat Sheet

    Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source. Django’s online documentation is a great source…

  • The Ultimate Flutter Cheat Sheet

    The Ultimate Flutter Cheat Sheet

    Flutter is Google’s SDK for crafting beautiful, fast user experiences for mobile, web, and desktop from a single codebase. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source. Flutter’s online documentation is a great source of information, but sometimes you’d rather glance quickly at an example.…

  • Python List and Tuples Cheat Sheet

    Python List and Tuples Cheat Sheet

    Python’s most versatile and useful data types are lists and tuples. They can be found in almost every Python program that isn’t trivial. This cheat sheet will teach you the following: You’ll learn about the key differences between lists and tuples. You’ll discover how to define them and manipulate them. You should have a good…

  • How to Learn Javascript | A Practical Guide To Javascript Development

    How to Learn Javascript | A Practical Guide To Javascript Development

    JavaScript is one of the web’s most powerful and adaptable programming languages. Most websites, including this one, use it to fuel dynamic behavior. To argue that JavaScript is a developer’s best (digital) friend is an exaggeration, but it would be difficult to get by without it. A developer’s odds of not having to learn or…

  • How to Learn PHP | A Practical Guide To PHP Development

    How to Learn PHP | A Practical Guide To PHP Development

    There is no shortage of websites that use the PHP programming language in some capacity, from Facebook to Yahoo and even WordPress. The PHP programming language is one of the most widely used computer languages worldwide. PHP is the fifth most popular programming language on Google, according to the PYPL Popularity of Programming Language Index.…