Hello, again!
This week's topic is
Environment Management : It's a Thing!
ENVIRONMENT:
You're a software developer, right? And before you get started on a project, before you write line one, you need some kind of environment.
Hello, again!
This week's topic is
Environment Management : It's a Thing!
ENVIRONMENT:
You're a software developer, right? And before you get started on a project, before you write line one, you need some kind of environment.
Source Control.
Okay, so, you're a software developer - I'm going to assume that you use source code control software, because the last programmer stubborn enough not to use source control died in 2008.
However, in the off-chance that you are too young or too old to know the gospel, I'm going to give a very brief overview of what you somehow managed to miss.
A project composed of code has three problems that source code is designed to solve.
| <?xml version="1.0" encoding="UTF-8"?> | |
| <opml version="1.1"> | |
| <head> | |
| <title>The Old Reader</title> | |
| <dateCreated>Tue, 19 Nov 2013 01:54:19 GMT</dateCreated> | |
| <dateModified>Tue, 19 Nov 2013 01:54:19 GMT</dateModified> | |
| <ownerName>Ikoikocomic</ownerName> | |
| <ownerEmail>ikoikocomic@gmail.com</ownerEmail> | |
| </head> | |
| <body> |
@classam hey dude, we spoke yesterday about things I should know for developing... Any resources that are helpful for learning?
Hey, Stuart. Lots of resources. So many resources that I could talk for days about them. So I'm going to:
I got started with PHP - and a book called "Web Applications with PHP and MySQL" which is now starting to seriously show its age ( http://shop.oreilly.com/product/9780596005436.do ) - because deploying a PHP application is very, very easy. I'm not sure if I necessarily recommend it, because PHP is a total shit-show of a language, but it's an introduction to PHP, an introduction to MySQL, an introduction to getting those things to work together... a good way to get to the point where you can call yourself a web developer very quickly.
Get comfortable with the Linux command line. If you're in for a long read about user interfaces, command lines, Linux, and Windows, unpack and absorb this thing: http://www.cryptonomicon.com/beginning.html - but the extreme tl;dr of that
| Magnificent Events | |
| ------------------ | |
| A backend event-based websocket/REST database and Javascript app-development framework. | |
| ### Seriously? Isn't that just a bunch of buzzwords mashed together? ### | |
| Yeah, I know. I still think it might be useful. |
| # Hash Functions Taste Great with Anything | |
| * Name : Curtis Lassam | |
| * Twitter : [@classam](http://twitter.com/classam) | |
| * Github : [classam](http://github.com/classam) | |
| * Website A : [curtis.lassam.net](http://curtis.lassam.net) | |
| * Website B : [cube-drone.com](http://cube-drone.com) | |
| ## Abstract |
| 5 Usability Tips for App Designers | |
| ---------------------------------- | |
| Hey, everyone. I'm a guest speaker, and I'm here to share some very simple | |
| usability guidelines with you for application development. | |
| Make clickable links obviously clickable. | |
| Or touchable if you're designing for a phone or a tablet or something. |
| Sushi Bar Ajisai | |
| 3xTuna | |
| 3xSalmon | |
| California Roll | |
| Tekka Maki | |
| Negi Hama | |
| Crispy Hot Tuna | |
| Spicy Tuna | |
| Ebi Battera |
| 5 Crucial Usability Tips for App Designers and Developers | |
| ---------------------------------- | |
| Hey, everyone. I'm here to share some very simple | |
| usability guidelines with you for application development. | |
| By the end of this video, you should have a better understanding of how to | |
| design a UI that is intuitive and easy for your users to make sense of. | |
| Let's begin by examining one of the fundamental pieces of applications |
| CONTRACT_REVIEW_CHOICES = Choices( | |
| ('PEND', 'Pending'), | |
| ('PROM', 'Promoted'), | |
| ('DENY', 'Denied'), | |
| ('MEGADENY', 'Denied, and then made fun of, like, right to their face') | |
| ) | |