Django Stars, Hacker Noon

Django Stars

Hacker Noon

Ukraine

Contact Django

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • Hacker Noon
  • Codementor

Past articles by Django:

How to Create a Project Management Communication Plan

The software development process is complicated and, at times, chaotic. To make it less so, all its stages must be well-organized, planned, and agreed upon. Miscommunication, lack of clarity, and missed deadlines will jeopardize any project. → Read More

Team Communication During the Project: Why It's So Important

During project planning, communication is often overlooked. Most project plans only consider the actual development – but what about discussing and explaining the tasks at hand? You know how they... → Read More

How to Successfully Set Tasks and Boost Your Development Team’s Productivity

There’s a saying that goes “Go I know not whither and fetch I know not what” and usually, mostly ironically, this describes a poorly set task — something that we all know too well and had to suffer… → Read More

AI to Transform The Financial Services: Six Examples

Artificial Intelligence is not a new kid on the block, but rather an integral part of a growing number of industries. Forward-thinking executive managers and business owners actively explore new AI… → Read More

Top Seven Apps Built With Python –

Over its almost 30 years of existence, Python has become one of the most popular programming languages. But if most startups once used it because of its simplicity and low cost, modern giants like… → Read More

Creating an Online Mortgage Service: Tips and Insights

Having started its rise in the 2010s, fintech has changed the image of traditional financial services. With online banking, online investing, and online payments already existing, it has been only a… → Read More

Merging Django ORM with SQLAlchemy for Easier Data Analysis

Development of products with Django framework is usually easy and straightforward; great documentation, many tools out of the... → Read More

Merging Django ORM with SQLAlchemy for Easier Data Analysis

Development of products with Django framework is usually easy and straightforward; great documentation, many tools out of the box, plenty of open source libraries and big community. Django ORM takes… → Read More

Create and Deploy a Telegram Bot with Python

In this post, we’re going to build a very simple bot using Python and deploy it on Heroku server. Read about what bots are and why you might want to create them. → Read More

Docker: Getting Started with Python, Redis, and Nginx

When you develop an application, you need to provide your code alongside with all possible dependencies like libraries, web server, databases, etc. Learn how docker is able to effectively isolate apps to make them independent of the system. → Read More

Continuous Integration: CircleCI, Travis CI, and Jenkins

Continuous Integration (CI) is a software development practice that is based on a frequent integration of the code into a shared repository. Read this post to find out which CI platform is the one for you. → Read More

Python & Django Beginner's Pack: Books, Tutorials, Newsletters etc.

Want to learn Python & Django? Look no further — here's a list of basic and advanced books, tutorials, newsletters, etc. to help you become a Python & Django master! → Read More

List Comprehensions vs. Generator Expressions

This article describes the difference between list comprehensions and generator expressions and provides simple examples for basic and complex concepts. → Read More