Django
-
Using SASS and Compass with Django
- How to make your CSS as DRY as your Python
- Aug. 9, 2014, 10:50 a.m.
SASS
I have recently discovered SASS, Syntactically Awesome Style Sheets, which presents a new way to write stylesheets in a more reusable and DRY fashion. SASS using a syntax closel...
- Continue reading
-
Generic Foreign Keys in Django
- Using content types for generic foreign keys in Django models
- May 4, 2014, 5:13 p.m.
Sometimes it is necessary to use a generic foreign key in a Django model class instead of a foreign key to a specific model. One example could be a photo model that you would like to use for a profile model and a event model in some kind of social networking app. Django provides this functio...
- Continue reading
-
What I learned while creating TravelViewr
- All of the new things I got to do while creating my Senior Project
- April 23, 2014, 8:36 p.m.
During the process of creating TravelViewr, I learned a lot about the full stack of a web application. I previously had an intermediate understanding of Django and was able to successfully do most of the basic CRUD operations, but TravelViewr contained a lot of server side programming that we...
- Continue reading
-
TravelViewr - A vacation sharing web app
- The process of creating my senior project
- April 20, 2014, 1:15 a.m.
When I initially had the idea to make a vacation sharing web app I planned on it being a fairly simple experience that integrated with Facebook for all of the social aspects, and creating it in PHP with a pretty basic code organization. My final result has been a fully featured vacation shari...
- Continue reading
-
Working with Databases in Django
- A primer for using Django and the ORM for all your CRUD needs
- April 13, 2014, 9:32 p.m.
Django is a web development framework for the python programming language. It is a great way to get a robust web application up and running as quickly as possible. This post will introduce you to Django and show you how you can use it to interact with your database of choice quickly and easi...
- Continue reading
Categories
Stephen Goeddel
Software Engineer from Charleston, SC
For more information about me or my projects, check out my portfolio.
Recent Posts
- Deploying Alpha Go App Versions to OpenShift
- Build it, Tag it, Push it, Run it
- Oct. 16, 2023, 12:27 p.m.
- Memory Profiling Go Applications in OpenShift
- Using PProf to check for memory leaks
- Aug. 1, 2023, 7:06 a.m.
- CI Rehearsal Job Runner Plugin
- Saving on CI Costs with an Plugin Conversion
- Jan. 31, 2023, 12:55 p.m.