Tag: learn

  • How To: Use Bootstrap 4 In Django

    How To: Use Bootstrap 4 In Django

    Django is an extremely capable backend framework. If it doesn’t look good, a functional website isn’t very useful. Users will determine the value of your website based upon it’s aesthetics. As a result, it is critical that the website’s UI and User Experience are excellent in order for you to increase traffic. Django is a…

  • 10 Tips To Improve Django Website Performance

    10 Tips To Improve Django Website Performance

    After years of working with Django, I’d like to share some tools and techniques for optimising Django frameworks performance, and identify bottlenecks holding your Django application hostage. So, because performance is a hot topic, let’s talk about how to make Django run quicker and better. Deploy your app using nginx + uWsgi/gunicorn. Use a CDN…

  • 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.…