
blog.plataformatec.com.br
Plataformatec BlogPlataformatec's place to talk about Software Engineering, Agile Project Management, Ruby, Rails, Elixir and Phoenix
http://blog.plataformatec.com.br/
Plataformatec's place to talk about Software Engineering, Agile Project Management, Ruby, Rails, Elixir and Phoenix
http://blog.plataformatec.com.br/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Tuesday
LOAD TIME
3.6 seconds
16x16
32x32
64x64
128x128
160x160
192x192
PAGES IN
THIS WEBSITE
24
SSL
EXTERNAL LINKS
188
SITE IP
104.237.142.254
LOAD TIME
3.56 sec
SCORE
6.2
Plataformatec Blog | blog.plataformatec.com.br Reviews
https://blog.plataformatec.com.br
Plataformatec's place to talk about Software Engineering, Agile Project Management, Ruby, Rails, Elixir and Phoenix
Plataformatec Blog « Page 2
http://blog.plataformatec.com.br/page/2
Topics we write about. Beyond Functional Programming with Elixir and Erlang. May 25, 2016. I would like to add a slightly different perspective to functional programming in the Erlang VM: functional programming is not a goal in the Erlang VM. It is a means to an end. When designing the Erlang language and the Erlang VM, Joe, Mike and Robert did not aim to implement a functional programming language, …. How to config environment variables with Elixir and Exrm. May 17, 2016. May 12, 2016. May 10, 2016.
Build embedded and start permanent in Elixir 1.0.4 « Plataformatec Blog
http://blog.plataformatec.com.br/2015/04/build-embedded-and-start-permanent-in-elixir-1-0-4
Topics we write about. Build embedded and start permanent in Elixir 1.0.4. Apr 10, 2015. Elixir v1.0.4 ships with two new important options for new projects. If you generate a new application with. You will see in your. Build embedded: Mix.env = :prod, start permanent: Mix.env = :prod]. Although those options were originally meant to be in Elixir v1.1, we have decided to bring them into v1.0.4 and do a new release. In this post, we will explain why. We have written about protocols before. While we would ...
Embedded « Plataformatec Blog
http://blog.plataformatec.com.br/tag/embedded
Topics we write about. Build embedded and start permanent in Elixir 1.0.4. Apr 10, 2015. Elixir v1.0.4 ships with two new important options for new projects. If you generate a new application with mix new, you will see in your mix.exs: [build embedded: Mix.env = :prod, start permanent: Mix.env = :prod] Although those options were originally meant to be in Elixir v1.1, we have decided to bring them into v1.0.4 and do …. Subscribe to our RSS. Subscribe to get email updates. Integração Discreta @ QConSP 2014.
DSL or NoDSL at Euruko 2010 « Plataformatec Blog
http://blog.plataformatec.com.br/2010/06/dsl-or-nodsl-at-euruko-2010
Topics we write about. DSL or NoDSL at Euruko 2010. Jun 18, 2010. At the end of May, I was honored to talk at Euruko. The most important Ruby event in Europe! The event was excellent, the organizers made an awesome work before, during and they are still keeping it up by releasing several videos along this week! Without further ado, here follows my talk video:. DSL or NoDSL by José Valim. From Krakow Tech Conferences. Also, I uploaded my slides. I’m definitely looking forward to Euruko 2011 in Berlin.
Devise: authentication for lazy programmers « Plataformatec Blog
http://blog.plataformatec.com.br/2009/11/devise-authentication-for-lazy-programmers
Topics we write about. Devise: authentication for lazy programmers. Nov 4, 2009. It has been a couple weeks since we first bloged. At that time, we released version 0.1 and now, after some great feedback, some enhancements and a few bugs fixes, we reached Devise 0.4. So, what changed since then? I’m lazy, you’re lazy. Devise now comes with generators, so adding up authentication to your app is even easier and quicker to do. First, let’s install Devise. If you haven’t yet:. After we configured Devise.
TOTAL PAGES IN THIS WEBSITE
24
simple-form-bootstrap.plataformatec.com.br
Example application with SimpleForm and Twitter Bootstrap
http://simple-form-bootstrap.plataformatec.com.br/documentation
Simple Form and Bootstrap. Here you'll see the usage of Simple Form. Toolkit on a Rails 4 application. You can check the source code on GitHub. How to build your Rails application with Simple Form and Bootstrap. Configuring your Rails app with Simple Form and Bootstrap. Create your new Rails application:. Rails new my new app. Open the generated Gemfile and add the Simple Form dependency:. Install the Simple Form, using the - bootstrap option:. Rails generate simple form:install - bootstrap. You can see ...
simple-form-bootstrap.plataformatec.com.br
Example application with SimpleForm and Twitter Bootstrap
http://simple-form-bootstrap.plataformatec.com.br/examples
Simple Form and Bootstrap. Here you'll see the usage of Simple Form. Toolkit on a Rails 4 application. You can check the source code on GitHub. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Example block-level help text here. Lorem ipsum dolor sit amet. Option one is this and that—be sure to include why it's great. Option two can be something else and selecting it will deselect option one. Lorem ipsum dolor sit amet. Simple Form: Basic Form. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.
Coffeescript: Fat arrow vs thin arrow – Giang Nguyen chores
https://giangnguyen.net/2014/02/16/coffeescript-fat-arrow-vs-thin-arrow
Ruby on Rails freelancer. Coffeescript: Fat arrow vs thin arrow. February 16, 2014. May 3, 2015. In any JavaScript function, the value of. Is the object that the function is attached to. However, when you pass functions to other functions or reattach a function to another object, the value of. Will change. Sometimes this is what you want, but often you would like to keep the original value of. Notice that the prepare function on the birthday class takes an action function as an argument, to be called whe...
Rails + oauth-plugin + mongodb – Part 1: Provider – Giang Nguyen chores
https://giangnguyen.net/2012/05/15/rails-oauth-plugin-mongodb-part-1-provider
Ruby on Rails freelancer. Rails oauth-plugin mongodb – Part 1: Provider. May 15, 2012. May 3, 2015. Recently I had a chance to work with Oauth and Rails using oauth-plugin. And mongodb. Although oauth-plugin itself has a documentation but actually doesn’t cover the mongoid part detailed enough. Also I found this very good tutorial but it’s for SQLite3 only: Oauth Provider. Base on the above posts, to get Rails and oauth-plugin working with mongodb, you need to do some changes. 1 Create new project. From ...
Mac OS: Lock screen with keyboard shortcut – Giang Nguyen chores
https://giangnguyen.net/2011/07/06/mac-os-lock-screen-with-keyboard-shortcut
Ruby on Rails freelancer. Mac OS: Lock screen with keyboard shortcut. July 6, 2011. May 3, 2015. When I step away from my Mac at work, I want a quick way to lock the screen, and hitting a hot-corner with the mouse is problematic for me. This hint details how to lock the screen from the keyboard by using Automator to build a Service in Snow Leopard. I had difficulty picking a keyboard shortcut that would work in 10.6.0. Command-L did not work for me, because it is assigned the Show All Prefere...You are c...
May 2011 – Giang Nguyen chores
https://giangnguyen.net/2011/05
Ruby on Rails freelancer. Install MongoDB on Snow Leopard. May 3, 2011. May 3, 2015. I have to install MongoDB on a Linode server with Ubuntu 10.04. So I decided to install it on my MBP first. It’s a cool little database, and John Nunemaker’s MongoMapper gem is a treat. Here’s how I got the server installed and running as a daemon in Snow Leopard for local development. Download, unpack, and install the pre-compiled 32-bit binaries:. Read More ». Mac os x 10.6.6 mysql 5.5.8. August 19, 2016. August 3, 2016.
July 2011 – Giang Nguyen chores
https://giangnguyen.net/2011/07
Ruby on Rails freelancer. Mac OS: Lock screen with keyboard shortcut. July 6, 2011. May 3, 2015. When I step away from my Mac at work, I want a quick way to lock the screen, and hitting a hot-corner with the mouse is problematic for me. This hint details how to lock the screen from the keyboard by using Automator to build a Service in Snow Leopard. Read More ». Mac os x 10.6.6 mysql 5.5.8. Forecasting software project’s completion date through Monte Carlo Simulation. August 19, 2016. August 3, 2016.
June 2015 – Giang Nguyen chores
https://giangnguyen.net/2015/06
Ruby on Rails freelancer. 3 đặc tính cần có của người đàn ông. June 9, 2015. August 25, 2016. Sợt thuật ngữ chuyên môn, thấy hay nên ăn cắp về. 1 Thứ nhất phải có tri thức, tri thức của đàn ông là gì:. Phông văn hóa cao. Nền tảng học thuật phải cao. Cách đối xử tinh tế. Phải có nhân tâm (hiểu đời, trải nghiệm). 2 Thứ hai, phải sắc nét. Trắng đen rõ ràng, một mặt đen, một mặt trắng, cướp cũng được nhưng phải ra cướp, vua cũng được nhưng phải ra vua, đừng lờ mờ, đừng lờ nhờ. Nói ít làm nhiều. August 3, 2016.
3 đặc tính cần có của người đàn ông. – Giang Nguyen chores
https://giangnguyen.net/2015/06/09/3-dac-tinh-can-co-cua-nguoi-dan-ong
Ruby on Rails freelancer. 3 đặc tính cần có của người đàn ông. June 9, 2015. August 25, 2016. Sợt thuật ngữ chuyên môn, thấy hay nên ăn cắp về. 1 Thứ nhất phải có tri thức, tri thức của đàn ông là gì:. Phông văn hóa cao. Nền tảng học thuật phải cao. Cách đối xử tinh tế. Phải có nhân tâm (hiểu đời, trải nghiệm). 2 Thứ hai, phải sắc nét. Trắng đen rõ ràng, một mặt đen, một mặt trắng, cướp cũng được nhưng phải ra cướp, vua cũng được nhưng phải ra vua, đừng lờ mờ, đừng lờ nhờ. Nói ít làm nhiều. Nowadays we a...
February 2014 – Giang Nguyen chores
https://giangnguyen.net/2014/02
Ruby on Rails freelancer. Coffeescript: Fat arrow vs thin arrow. February 16, 2014. May 3, 2015. In any JavaScript function, the value of. Is the object that the function is attached to. However, when you pass functions to other functions or reattach a function to another object, the value of. Will change. Sometimes this is what you want, but often you would like to keep the original value of. Read More ». Mac os x 10.6.6 mysql 5.5.8. August 19, 2016. 5 Strategies to improve software development workflow.
TOTAL LINKS TO THIS WEBSITE
188
Default Web Site Page
If you are the owner of this website, please contact your hosting provider: webmaster@blog.plastowmedia.com. It is possible you have reached this page because:. The IP address has changed. The IP address for this domain may have changed recently. Check your DNS settings to verify that the domain is set up correctly. It may take 8-24 hours for DNS changes to propagate. It may be possible to restore access to this site by following these instructions. For clearing your dns cache.
Plat4M Blog | Fullservisová digitálna agentúra Plat4MPlat4M Blog Fullservisová digitálna agentúra Plat4M
Marketing cez vyhľadávače vs tradičná reklama. Starý spôsob marketingu: Zbytočne vyhodnené peniaze? Páči sa vám toto tlačítko? Na aké technologické vychytávky sa môžeme v roku 2015 tešiť? V roku 2014 sme mohli vidieť zaujímavé drony, augmented reality projekty a autá, ktoré dokážu jazdiť samé. Tento rok nás čakajú okrem týchto technológii aj 3D tlačiarne v kuchyni, hydroponické záhrady, múdre tričká (smart T-shirts) či nositeľné zariadenia (Wearables Technology). 3D tlačiarne v kuchyni. 3D tlač je už dlh...
blog.plataforma.paraapoesia.nom.br
Domínio LocaWeb
Http:/ blog.plataforma.paraapoesia.nom.br/. Este domínio pertence a LocaWeb.
Plataforma C – Platform for Christian Politics
Manual práctico - tool kit - Manual de Formación en Política Cristiana 2 - La Transformación Social. Lo que realmente importa - Manual de Formación en Política Cristiana - La Transformación Social. De ondersteuning van FICDD voor het werk van Plataforma C in Costa Rica – interview met Dennis P. Petri. January 9, 2017. Waarom is dit werk wat je in Costa Rica doet nodig? Posted in: Religion and Politics. El activismo judicial: riesgo para el estado de derecho. January 2, 2017. By Dennis P. Petri. The Jewis...
Página web en construcción
La página web a la que está intentando acceder está bajo tareas de construcción o mantenimiento.
Plataformatec Blog
Topics we write about. Two motives why your team is feeling pressured. Mar 9, 2018. Written by Lucas Colucci. Adding pressure to your team is like adding salt to your food: if you add a little bit, everything will be fine, and the result will be better; if you add more, the result might be better, but your health will suffer; if you add even more, you’ve just ruined everything, and you need to …. A importância do processo de refining em um projeto. Mar 7, 2018. Written by Breno Campos. Mar 7, 2018. Há al...
Blog Plata Scarlata – Nuestro blog
LOS COLGANTES DE MODA DE ESTA PRIMAVERA. 24 mayo, 2016. Los colgantes de moda de esta primavera Cada mañana cuando nos vestimos tenemos que escoger aquellos complementos de moda, aquellas joyas que nos van a realzar nuestro estilismo. No debemos olvidar que la joyería es aquel conjunto de piezas que nos ayudan a dar color, a sofisticar o resaltar nuestro estilismo. Podemos distinguir entre la […]. 22 mayo, 2016. Las joyas de color Rosa Cuarzo. 3 mayo, 2016. El día de la madre. Joyas para regalar. EL DÍA ...
platau | platau-platform for architecture and urbanism.
LOOP – Beirut Design Week 2015. Last week, we exhibited the first prototype of an ongoing research focusing on CRAFT, investigating local materials and craftsmanship processes to create contemporary objects. the product was LOOP, an experimentation with the flexible properties of the rattan. Rattan ( khayzaran in Arabic). June 8, 2015. LOOP – Beirut Design Week 2015. June 8, 2015. Zgharta House in the news. April 25, 2015. Zgharta House in the news. April 25, 2015. Zgharta House on Archdaily. We are deli...
El Blog de PLATCOM
Consejos y opiniones sobre negocios online y administración de sitios web. 8 consejos imprescindibles para mantener seguro un sitio web bajo Joomla. Agosto 17, 2013. Alternativas para cobrar por internet en tiendas virtuales Colombianas. Abril 10, 2013. Posted in Negocios por internet. Cuando desarrollamos una tienda virtual, bien sea basada en un desarrollo a la medida o en un sistema ya existente como Magneto. Hoy en día, una empresa Colombiana tiene las siguientes alternativas para solucionar esto:.
Plate Blog
Der Mensch im Mittelpunkt Die meisten Menschen unserer Gesellschaft verbringen mehr Zeit am Arbeitsplatz als zu Hause. Umso wichtiger ist es, ein Arbeitsumfeld zu schaffen, in welchem Menschen sich wohlfühlen. Ein Wohlfühl-Arbeitsplatz steigert nachweislich Motivation und Leistungsfähigkeit - Menschen, die gerne zur Arbeit gehen, sind ausgeglichener und produktiver. Den Arbeitsplatz…. Die Wissenschaft des Druckens. Kennen Sie schon die T.S.I? Wetterfeste Folienetiketten von HERMA - haften zuverlässig auc...
| Plate & Pitchfork Blog
From the Market: Strawberry Rhubarb Smash. Don’t Miss The Boat! Join us for an epic adventure in Hells Canyon this September. Chef Jason Barwikowski from the Woodsman Tavern and Chef Benjamin Bettinger from the soon to open Imperial will keep you well fed as you paddle one of the most scenic places in Oregon if not the country! Make your reservation today. Posted on June 24, 2012. As of late, I’ve been positively. Roasted strawberries, Dry Rhubarb Soda. It was so perfect that I didn’t even bother trying ...
SOCIAL ENGAGEMENT