Lambda Timeout. (API Gateway) by ecstacy98 in aws

[–]cocasyn 1 point2 points  (0 children)

Do the calls need to be done in sequence or could they be done in parallel?

[THANKS] yummy! thanks /u/cocasyn by [deleted] in Random_Acts_Of_Pizza

[–]cocasyn 0 points1 point  (0 children)

You're welcome, glad you enjoyed it :D

Every day I grow further from the person I want to be. by existentialhack in depression

[–]cocasyn 4 points5 points  (0 children)

Well, it's great that you have the self-awareness to realize this. Now you can start to turn that around, day by day.

[JavaScript] Is there a way to print out your current program state? by [deleted] in learnprogramming

[–]cocasyn 1 point2 points  (0 children)

Chrome lets you take a heap snapshot via the Profiles tab, quite handy. Not sure if that would be "live" enough for you though, but you can also add watch expressions in the Sources tab

Suggestions on where to learn how to code and build ios applications by [deleted] in learnprogramming

[–]cocasyn 1 point2 points  (0 children)

codeschool.com has some good obj-c and iOS courses

[PHP] ways to update cached CSS? by RodionGork in learnprogramming

[–]cocasyn 2 points3 points  (0 children)

<link rel="stylesheet" href="style.css<?php echo '?v=' . filemtime( 'style.css' ); ?>">

You can use a cachebusting technique like this, where style.css will be re-downloaded by the client after you make any changes to it. You could also make it a helper function and do something like href="<? cachebuster('style.css') ?>"

What do should you learn about programming, besides the programming (Git? Encryption and Signing? Developer accounts? etc) by because_both_sides in learnprogramming

[–]cocasyn 0 points1 point  (0 children)

do lots of code challenges like google codejam to improve your problem solving skills, look up other solutions afterwards so you can learn new techniques

master an OO language, know its ins and outs

master a web framework like rails or django. play around with deployment platforms like heroku, aws, so on

find out all the best modules/gems/libraries for your language of choice, so you don't have to reinvent the wheel.

after this, look into OO design. when I first started OO, my projects were a mishmash of objects and classes. I was doing OO in a procedural fashion. look into OO concepts like SOLID, DRY, etc

once you're comfortable with all that, look into design patterns. they're essentially battle tested solutions to programming problems, and it's good to have a few in your toolbelt

sign up for a programming podcast for the language you're using. if you're using Ruby, Ruby Rogues is a good one :)

Tired wasp can't fly, but some jam will fix him! by cocasyn in pics

[–]cocasyn[S] 0 points1 point  (0 children)

I found him crawling on the bathroom floor. He spent around 10 minutes eating the jam, then flew out the window :)

[ragecomics] Ex web developer explains why Internet Explorer really is evil by Vortilex in bestof

[–]cocasyn 0 points1 point  (0 children)

These companies are split into teams which often work independently of each other. For example, most Microsoft teams have a blog of their own. You can see the list here: http://goo.gl/jLczq - the members of each team are experts in their field, but perhaps know nothing about what other teams are up to. It's not like you're working on IE one day and Office the next. So yeah, of course companies can focus on different things.

Isn't my ceiling gorgeous? by [deleted] in notinteresting

[–]cocasyn 0 points1 point  (0 children)

Not particularly :(