Jason Learns Django - 03

Today was a slog. Life got in the way, so lost some scheduled time. So decided to work some more in the evening. What did I do/learn today? Learnt the basics of models, and migrations today. Learnt how to install PostgreSQL, so that I could simualate a production environment. This took eons, all because, I did not realise that I (or some other program I installed) had already installed Postgres in the past, and so I went down a rabbit hole of looking at logs and figuring out ports and why I could not talk to the database I wanted. Am slowly realising that I what working with Django actually is, is to take things that Django provides and then customise them to my needs. And Django provides a lot. Python is just the way I express what I want. Learnt how to write a model file and then use migrations to actually go alakazaam and make them real in my database. Learnt how to rejig the default admin panel, that comes with Django While the stock admin site is pretty function Brad walked me through customising it to add brand colours and adding / changing functionality. For e.g. adding in a search field, so I could search by names. I should be reading Django documentation and then playing with all the features. Time to call it a day. More on Monday. ...

April 24, 2021 · Mario Jason Braganza

Jason Learns Django - 02

Today was a really good day. Did four productive hours of work. Managed to focus, and follow the lessons and write my own code. What did I do/learn today? I need to write a lot more code. I need to write lots of HTML/Javascript, to gain a better understanding. I thought I could get by with basic stuff, but the more I learn Django, the more I see that it works hand in hand with the content and styling that I have written. (Right now there is a set of templates for the course, but I can see myself taking much longer, if this was not there.) The MVT flow is now gradually making more sense to me. What stuff belongs to a model? Or a view? I would listen to the instructor, (Brad), then pause the video and then try to do it myself first. Or at least think through the process and mentally prep an answer. And then go see what he did, and how he did it. Worked with Apps and URLs and Templates and learnt to write code across these files, wiring one up to the other, so that the page would render.

April 23, 2021 · Mario Jason Braganza

Jason Learns Django

Meta post. More than Django itself, I am beginning the phase of my journey, where now I write code and install programs and do all the things. Am committing 2 hours to this daily, on weekdays along with a tiny what did I learn post. I am beginning with Django itself, and if I have difficulties with any underlying concepts, I will quickly dive down and write code to understand those. Learning along with Brad Traversy’s Python Django Dev To Deployment. It’s a bit old, but I like the way he teaches. And to make sure I am not cargo culting, I am doing this with Django 3 (the course has Django 2) ...

April 22, 2021 · Mario Jason Braganza

#CNC2021 Pre-Mission

Here’s putting in some thought into what I’ll do this #CNC2021. Their first mail asked me to reflect on … Determine what has worked. Figured out the basics of data structures and algorithms Figured out how to write in Python Figured out how write my own code. Took a lot of work and persistence. Took a lot of grit. Realised that I’m not “slow.” I just have a hard life and could only put in fewer hours compared to the folks who zoomed past me. Determine what has NOT worked. Just what I said above but in a slightly negative manner. This takes a lot of grit. I need to figure out how to stop bare knuckling it and do it sustainably. I’m dog slow currently. I need to look up everything and I get distracted when I do that. I keep comparing myself to others and get overwhelmed What are your long-term goals? Get a job by accomplishing, in the next 6-12 months, what I listed in my introductory post. I need to do all sorts of basic exercises in the languages I am learning (Python/HTML/CSS/JavaScript) I need to find and contribute to open source projects, to get a feel of how it is to work with folks and to understand how this whole world functions I need to write toy projects for myself. What are your short-term goals? By the end of this challenge, I want to get into the rhythm of writing code across all the three goals I listed up above I just need to see steady forward progress

April 20, 2021 · Mario Jason Braganza