Vicente Antonio G. Reyes
Vicente Antonio G. Reyes

Vicente Antonio G. Reyes

Follow
home๐Ÿ˜ป Nownownow๐Ÿง‘โ€๐ŸŽจ Soul Heist Music๐ŸŽ™The Cocktain SID Showbadgesnewsletter
Tag

Beginner Developers

#beginners

More content

Read more stories on Hashnode


Articles with this tag

Setting up my macOs development environment for 2022

Jan 3, 20223 min read 1.3K views

By the third or fourth week of November was the only time I realized I was hacked. Tinkering on my macโ€™s logs and system files showed that the...

Setting up my macOs development environment for 2022

How to deploy your Django app to Heroku

Oct 27, 20202 min read 45 views

Deploying a Django app to Heroku can be a walk in the park for some developers. But for some developers, it seems like they're going through a rough...

How to deploy your Django app to Heroku

Showing the data we created on the frontend

Oct 27, 20205 min read 37 views

Now that we've created the data for our blog, we'll learn how to show it using the Django ORM in this chapter. Wait, what? O-R, what? The Django ORM...

Showing the data we created on the frontend

Creating the data and fine-tuning the templates

Oct 27, 20204 min read 36 views

Django follows the DRY principle of software development or the Don't repeat yourself principle, aiming to minimize writing code or repeating code....

Creating the data and fine-tuning the templates

Testing our app using Unittests

Oct 27, 20207 min read 44 views

Suppose you've gotten familiar with our project directory. In that case, you should've noticed the testing, code quality packages, and linters...

Testing our app using Unittests

Creating the models.py, views.py, urls.py, admin.py & the superuser

Oct 27, 20206 min read 43 views

In writing models in Django, we have to follow the coding standards that are stated in the docs. A few pointers to remember are all field names should...

Creating the models.py, views.py, urls.py, admin.py & the superuser