gustavocguimaraes.wordpress.com gustavocguimaraes.wordpress.com

gustavocguimaraes.wordpress.com

Codersations | Conversations about Coding

Conversations about Coding

http://gustavocguimaraes.wordpress.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR GUSTAVOCGUIMARAES.WORDPRESS.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.6 out of 5 with 11 reviews
5 star
5
4 star
1
3 star
3
2 star
0
1 star
2

Hey there! Start your review of gustavocguimaraes.wordpress.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

2.7 seconds

FAVICON PREVIEW

  • gustavocguimaraes.wordpress.com

    16x16

  • gustavocguimaraes.wordpress.com

    32x32

CONTACTS AT GUSTAVOCGUIMARAES.WORDPRESS.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Codersations | Conversations about Coding | gustavocguimaraes.wordpress.com Reviews
<META>
DESCRIPTION
Conversations about Coding
<META>
KEYWORDS
1 codersations
2 main menu
3 skip to content
4 conversations about coding
5 post navigation
6 larr;
7 older posts
8 posted on
9 gustavocguimaraes
10 jaime iniesta
CONTENT
Page content here
KEYWORDS ON
PAGE
codersations,main menu,skip to content,conversations about coding,post navigation,larr;,older posts,posted on,gustavocguimaraes,jaime iniesta,i was exhilarated,a gem website,posted in coding,tagged contribution,github,open source,tagged memoization,a try
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Codersations | Conversations about Coding | gustavocguimaraes.wordpress.com Reviews

https://gustavocguimaraes.wordpress.com

Conversations about Coding

INTERNAL PAGES

gustavocguimaraes.wordpress.com gustavocguimaraes.wordpress.com
1

Sending Pull Requests – Codersations

https://gustavocguimaraes.wordpress.com/2014/03/24/sending-pull-requests

March 24, 2014. April 27, 2014. This weekend I contributed to my first (of many more! Open source projects. I pair-programmed with Cameron Cundiff. This is how the process works from start to finish. 0 – Find a project you want to contribute. Check what issues are open. These are features or software bugs that need to be worked on. Cameron and I decided to work on issue #62. Which required adding a link to the Whiteboard application landing page where the user can click on to show all standups locations.

2

gustavocguimaraes – Codersations

https://gustavocguimaraes.wordpress.com/author/gustavocguimaraes

August 14, 2016. August 14, 2016. I often use RSpec as my testing library when I code in Ruby. The documentation is not that great so I often use code that I already wrote as syntax reference. Here I am going to write RSpec: Core and RSpec: Expectations syntax so I can refer it in the future. RSpecdescribe 'Common, built-in expectation matchers' do example 'Equality' do expect('x' 'y').to eq('xy') # a = b expect('x' 'y').to eql('xy') # a.eql? B) expect('x' 'y').not to be('xy') # a.equal? Add one extra me...

3

Role-Based Authorization with Rails 4 Enum – Codersations

https://gustavocguimaraes.wordpress.com/2014/12/17/role-based-authorization-with-rails-4-enum

Role-Based Authorization with Rails 4 Enum. December 17, 2014. June 22, 2015. I have started creating an employee engagement application recently. Its purpose is to allow companies to engage their employees in volunteering activities around social projects. For this application I need to create 3 different roles and access levels. I am using Ruby on Rails and I discovered that you could do this with gems such as ActiveAdmin. But I decided to give Rails 4 Enum. More info about enum methods here. Migrate t...

4

Passing Params With Rails Render AKA Lesson on Rails Render vs Redirect_to – Codersations

https://gustavocguimaraes.wordpress.com/2014/05/27/passing-params-with-rails-render-aka-lesson-on-rails-render-vs-redirect_to

Passing Params With Rails Render AKA Lesson on Rails Render vs Redirect to. May 27, 2014. May 27, 2014. Problem: User is directed to the purchase page of the website with a discount code. While purchasing user forgets to add password, hit submit button. Rails(with Devise gem) sends user to url/users but now discount is gone! This bug … well…bugged me for a morning. I hope this post helps others with the same problem. This is how my RegistrationsController which inherits from Devise looked. When you succe...

5

Postgresql Did Not Work After I Updated to OS X Yosemite(With Solution) – Codersations

https://gustavocguimaraes.wordpress.com/2014/12/16/postgresql-did-not-work-after-i-updated-to-os-x-yosemitewith-solution

Postgresql Did Not Work After I Updated to OS X Yosemite(With Solution). December 16, 2014. January 20, 2016. This morning, I tried to start up an application on Rails with a Postgresql server and had this error:. PG: ConnectionBad: could not connect to server: Connection refused > Is the server running on host "localhost" (: 1) and accepting > TCP/IP connections on port 5432? Mkdir pg tblspc pg twophase pg stat tmp. Touch pg tblspc/.keep pg twophase/.keep pg stat tmp/.keep. Leave a Reply Cancel reply.

UPGRADE TO PREMIUM TO VIEW 8 MORE

TOTAL PAGES IN THIS WEBSITE

13

LINKS TO THIS WEBSITE

mykindofgeek.com mykindofgeek.com

2014 April - My Kind Of Geek

http://mykindofgeek.com/2014/04

My Kind Of Geek. An adventurer's log. Monthly Archive: April 2014. 22 Apr, 2014. Tests are great to have for any Rails application, but it can become inconvenient to have to run them repeatedly. Two utilities, Guard and Spork, can be used in conjunction to help streamline your test suite and speed up your tests. Guard is a utility which helps automate your tests. You can specify which files you want it to watch, and Guard.. Sleepy Dinosaur Learns to Code. Today I Learned…. Just Your Average Coder-ess.

mykindofgeek.com mykindofgeek.com

Finding Closure During A Monster Attack - My Kind Of Geek

http://mykindofgeek.com/programming/finding-closure-during-a-monster-attack

My Kind Of Geek. An adventurer's log. Finding Closure During A Monster Attack. Middot; January 22, 2014. This week at Flatiron we’ve been diving into Javascript, and I came across the concept of closures. A closure is when you return a function inside a function in a way that the child function keeps reference to any variables defined in the parent function. Take the following example. If you wanted to specify a different target and weapon each time you were caught battling monsters you could call:.

mykindofgeek.com mykindofgeek.com

What’s that you’re hearing? Oh, just your browser talking to you. - My Kind Of Geek

http://mykindofgeek.com/programming/whats-that-youre-hearing-oh-just-your-browser-talking-to-you

My Kind Of Geek. An adventurer's log. What’s that you’re hearing? Oh, just your browser talking to you. Middot; January 20, 2014. Once you get an app online with Sinatra or Rails, it quickly becomes important to be able to talk to your browser, and listen to it. How else will you tell it what to do? You need to understand a little bit of what’s going on to really be able to control the browser and get input from the user. The key to that, is the mysterious yet pervasive params hash. And be impossible&#46...

mykindofgeek.com mykindofgeek.com

2014 March - My Kind Of Geek

http://mykindofgeek.com/2014/03

My Kind Of Geek. An adventurer's log. Monthly Archive: March 2014. 21 Mar, 2014. Spider Solitaire @ BrooklynJS. Last night, I was one of the speakers at the soon-to-be-known-as-renowned BrooklynJS. (If you live in NYC, it’s definitely a meetup to check out! My talk was on how I went about making a Spider Solitaire game in Javascript. (Slides are here for those who missed it! It reminded me, once again, how amazing this community is and how glad I am.. Sleepy Dinosaur Learns to Code. Today I Learned….

mykindofgeek.com mykindofgeek.com

Guard Your Spork - My Kind Of Geek

http://mykindofgeek.com/programming/guard-your-spork

My Kind Of Geek. An adventurer's log. Middot; April 22, 2014. Tests are great to have for any Rails application, but it can become inconvenient to have to run them repeatedly. Two utilities, Guard and Spork, can be used in conjunction to help streamline your test suite and speed up your tests. The real power of Guard and Spork comes when they’re used in conjunction. You can connect Guard and Spork so that Guard launches a Spork server and runs its automated tests on that. You may also like. 21 Sep, 2014.

mykindofgeek.com mykindofgeek.com

Who You Gonna Call(back)? - My Kind Of Geek

http://mykindofgeek.com/programming/who-you-gonna-callback

My Kind Of Geek. An adventurer's log. Who You Gonna Call(back)? Middot; February 6, 2014. In Javascript, callback functions are widely used. But what is a callback function? It’s a function which is passed as an argument to another function. MyFunc(someArgument, anotherFunc);. In order to make your own callback function, you simply need to pass in the name of a function as an argument, define it, and call it at some point in the function. Here’s an example:. Var callback = function(){. For (var i = 0; i.

mykindofgeek.com mykindofgeek.com

2014 June - My Kind Of Geek

http://mykindofgeek.com/2014/06

My Kind Of Geek. An adventurer's log. Monthly Archive: June 2014. 17 Jun, 2014. 3 Countries, 3 Conferences, 38 Days. Starting mid-April, I went on a whirlwind of three conferences, two of which were international, in just over a month. They were all incredible experiences, culminating in JS Conf, where I helped lead a NodeBoats workshop! More on that later. JS Conf Brazil First stop was JS Conf Brazil in beautiful Fortaleza. Despite being in Brazil, the conference was in English, with..

mykindofgeek.com mykindofgeek.com

3 Countries, 3 Conferences, 38 Days - My Kind Of Geek

http://mykindofgeek.com/programming/3-countries-3-conferences-38-days

My Kind Of Geek. An adventurer's log. 3 Countries, 3 Conferences, 38 Days. Middot; June 17, 2014. Starting mid-April, I went on a whirlwind of three conferences, two of which were international, in just over a month. They were all incredible experiences, culminating in JS Conf, where I helped lead a NodeBoats workshop. More on that later. First stop was JS Conf Brazil. Emulating Chuck Close’s. Artwork by Dave Furfero, aka Furf. How to implement ES6 on the front end by John Paul. Next up was jQuery Conf UK.

mykindofgeek.com mykindofgeek.com

The Start of Project Week - My Kind Of Geek

http://mykindofgeek.com/programming/the-start-of-project-week

My Kind Of Geek. An adventurer's log. The Start of Project Week. Middot; January 16, 2014. This week at Flatiron we started working on our long-term projects. We’ve worked in groups at various points through the semester, but working in a fixed group for a longer, bigger project brings a different perspective with it. On top of that is the challenge of this being our first complete Rails app. Working in a group also has its challenges. It can be tempting to look too far ahead and start pulling the en...

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL LINKS TO THIS WEBSITE

23

SOCIAL ENGAGEMENT



OTHER SITES

gustavocerruti.com gustavocerruti.com

::: GUSTAVO CERRUTI ::: Site Oficial :::

É tempo de deixamos de ser expectadores. É tempo de tomarmos as nossas telas e pintarmos os nossos sonhos, os sonhos de Deus. É tempo de interpretarmos a Palavra de Deus e transmiti-la como atores do céu. É tempo de dançarmos as canções de Deus. É tempo de sonharmos os sonhos de Deus. Noite inesquecível com o. Escola de adoradores realizada em julho/2017 na Igreja Shekinah. Marcos witt* e gustavo cerruti. Cantor, conferencista internacional. E diretor do grupo CanZion. Gerry márquez* e gustavo cerruti.

gustavocesar.com.ar gustavocesar.com.ar

||| GUSTAVO CESAR |||

gustavocesarino.com.br gustavocesarino.com.br

Gustavo CS

Buscando desenvolver sistemas com qualidade. Saúde, Honestidade, Felicidade e Relacionamento Pessoal em prioridade. Em Breve, publicação de mais conteúdo. 8212; — — —. Sistemas Web and Sites. Copyrigth - gustavocesarino.com.br.

gustavocetrez.blogspot.com gustavocetrez.blogspot.com

ADMINISTRACION EDUCATIVA

Este Blog se ha diseñado para publicar documentos interesentantes para el desarrollo de la ADMINISTRACION EDUCATIVA en el programa de Tecnico en Preescolar Sé que estos documentos son de gran valor para su formación técnica. Domingo, 27 de febrero de 2011. Concept Maps: Theory, Methodology, Technology. Proc of the Second Int. Conference on Concept Mapping. A J Cañas, J. D. Novak, Eds. San José, Costa Rica, 2006. Freddy Trujillo, Focused Management de Colombia S.A., Colombia. 2 El Pensamiento Estratégico.

gustavocg.com gustavocg.com

Gustavo Côrtes

23 anos, publicitário, apaixonado por Comunicação e Internet. Experiência em Marketing Digital, Análise de Redes Sociais e Geração de Conteúdo. TV Brasil - Redator Web - Jul 2012 - Atualmente. TV Brasil - Redator Web - Jul 2012 - Atualmente. Coordenador de Mídias Sociais. Jun 2010 – Mar 2011. Coordenador de Mídias Sociais. Jun 2010 – Mar 2011. Assistente de Marketing Digital. Dez 2008 – Mar 2010. Assistente de Marketing Digital. Dez 2008 – Mar 2010. Power Ventures INC (Power.com).

gustavocguimaraes.wordpress.com gustavocguimaraes.wordpress.com

Codersations | Conversations about Coding

A Simple But Effective Way to Contribute to Open Source Projects. January 30, 2015. I use open source code every day. Be it Rails. Or the myriad of Ruby gems. Out there, open source is part of my life and work. It all started when I used the MetaInspector. Once I updated the tests, I submitted a pull request. And added my comments. The maintainer of the gem, replied to me within minutes. My own small but meaningful contribution to an open source project. It made me feel great that day! January 8, 2015.

gustavochagas.blogspot.com gustavochagas.blogspot.com

gustavo

Terça-feira, 25 de fevereiro de 2014. Compartilhar com o Pinterest. Visualizar meu perfil completo. More- Emquanto o governo. Modelo Simple. Tecnologia do Blogger.

gustavochalfun.blogspot.com gustavochalfun.blogspot.com

Gustavo Chalfun - www.chalfun.com.br

Gustavo Chalfun - www.chalfun.com.br. Segunda-feira, 23 de novembro de 2009. Depois de um longo período de inatividade, pretendo retornar ao blog. Farei atualizações diárias, ajudando principalmente os alunos, com materia didático e respostas de eventuais testes e provas. Terça-feira, 9 de dezembro de 2008. Interrogatório por video conferência - Só falta a sanção do Presidente. Está na Folha on line e transcrevo na íntegra:. E da instituição criminal. Além disso, o projeto estabelece que a sala do presíd...

gustavochambinicasio.wordpress.com gustavochambinicasio.wordpress.com

Gustavochambinicasio's Blog | Just another WordPress.com site

Lo sentimos, pero estás buscando algo que no está aquí. Crea un blog o un sitio web gratuitos con WordPress.com. Crea un blog o un sitio web gratuitos con WordPress.com. Seguir “Gustavochambinicasio's Blog”. Recibe cada nueva publicación en tu buzón de correo electrónico. Construye un sitio web con WordPress.com. Add your thoughts here. (optional).

gustavochams.com gustavochams.com

A3 - Gustavo Chams

Fine Art / Exhibitions. Everything in the world began with a. To another molecule and.

gustavocharao.arq.br gustavocharao.arq.br

..:: Gustavo Charão - Arquitetura e Urbanismo ::..

GUSTAVO CHARÃO ARQUITETURA E URBANISMO -. Gustavo Charão - Arquitetura e Urbanismo. Projeto Urbanístico Resort Ilha de Cajaíba. Projeto Aeroporto de Lençóis. Educacional e comercial (sustentável).