Elixir - Introducing OTP
Erlang system is tried and tested for years and known for fault tolerance, robustness, ditributed operation handling and concurrency. OTP, stands for Open Telecom Platform, even though there is nothing specific about telecom.
Elixir - Static file server
I made to write static file server, can be used as CDN server. Find it at BagwanPankaj@Github
Elixir - Quote Unquote
Most functional languages are great in treating/presenting everything as data. Elixir is no less, it has power to present anything into data using its powerfull quote
, unquote
.
Elixir - Lightweight Processes and spawning a proess
Erlang is popular because of its lightweight processes, actors and working rightly in distributed system. Elixir brings that on Lets look
Elixir - First real world example - Fibonacci
I am not gonna use hello world
example, because that is too simple and boring as well. So lets start with fibonacci series example.
Go to Go - An Introduction to Go language
First of all Happy New year to all. Great now we should be having a good start for the year 2014. So coming to the point. Being a developer I have worked on server languages and tools, naming ruby, rails, javascript, titanium, mongodb a few.
Introduction to Elixir
Elixir is a functional, meta-programming aware language that translates to Erlang VM. It is a dynamic language with flexible syntax and macro support that leverages Erlang’s abilities to build concurrent, distributed and fault-tolerant applications with hot code upgrades.
Version bump for Humongous
Its been very long since I have updated humongous. I had long list of issues to work upon. Finally I had some time to look back to it and other open source projects.
Authenticate Machines not Users
I have been dealing with servers, deployments and system security since long time. One practice that I see and looks much evil to me is using password authentication while deploying to server and/or using password directly into deployment scripts.
What not to write in Robots.txt
Robots.txt is a vital part of most/all of websites. It feeds the robots from different search engine e.g. Google, Bing etc.