ISIbrahim Sakacıinjokerinya.hashnode.dev·May 8, 2022 · 3 min readGetting CLI Arguments in NodeJSSometimes we want to pass parameters to our NodeJS application. This can be a situation, especially when we run our codes on the servers or in a local development environment. I know we have a .env file and we should use it almost every time with app...00
ISIbrahim Sakacıinjokerinya.hashnode.dev·Oct 22, 2021 · 2 min readAdding Static Files To DjangoHi,As I mentioned in my last writing, nowadays I'm interested in Django. So, I started a demo project for Django. URLs, views and HttpResponses, and other things go very well.When I get to render static entities (like CSS, JS, images, etc.), I got an...00
ISIbrahim Sakacıinjokerinya.hashnode.dev·Oct 20, 2021 · 3 min readTo Start A Django Project In Virtual EnvironmentHey, Today I want to share information about how to start a django project. I know this topic is more detailed but I want this writing a shortcut. 1. For Windows Package can be installed by this command: pip install venv The venv package should be...00
ISIbrahim Sakacıinjokerinya.hashnode.dev·Feb 24, 2021 · 3 min readGet An Input On BashHi everyone! There is a saying, "To start is the half of the completion."I'm writing my very first blog here today and taking this decision was not easy for me. Because, you know, if you want to write something you have to spent some time on it. But ...01D