
GIANARB.IT
Gianluca Arbezzano - DeveloperGianluca Arbezzano, my personal blog, Software Engineer
http://www.gianarb.it/
Gianluca Arbezzano, my personal blog, Software Engineer
http://www.gianarb.it/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
0.8 seconds
16x16
32x32
64x64
128x128
160x160
192x192
256x256
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
60
SITE IP
104.27.174.209
LOAD TIME
0.762 sec
SCORE
6.2
Gianluca Arbezzano - Developer | gianarb.it Reviews
https://gianarb.it
Gianluca Arbezzano, my personal blog, Software Engineer
Docli - Digitalocean console manager
Manage DigitalOcean in your Console. Go get github.com/gianarb/docli. I'm a CLI application written in GO, help me with PR, issues. Git clone https:/ github.com/gianarb/docli.git.
Zend Framework 2 - How do you implement log service?
https://gianarb.it/blog/how-do-you-implement-log-service
Zend Framework 2 - How do you implement log service? 26 Jul 2013 - Tags: php, zf2. A log system is an essential element for any application. It is a way to check the status and use of the application. For a basic implementation you can refer to the fig-stanrdars organization PSR-3. Article, that describes th elogger interface. Zend Framework 2 implement a Logger Component. The following is an example of how to use it with service manager. This is a little log! Comments powered by Disqus.
Git global gitignore
https://gianarb.it/blog/Git-globa-gitignore
21 Nov 2013 - Tags: developer. Helps me manage my commits by setting which files or directory don’t end in my repository. I know two good practices if you work for example on an open source project:. You don’t commit your IDE configurations. Not use .gitignore file for exclude IDE configuration, because this is personal problem. There are differents IDE, if all devs exclude this files on a repository level the lists is very long. Git config - global core.excludesfile /.gitignore global. Idea # COMPOSER #.
InfluxDb - Time Series Database
https://gianarb.it/influxdb-slide
InfluxDb a time series database. Created by Gianluca Arbezzano. It is a software system that is optimized for handling time series data, arrays of numbers indexed by time (a datetime or a datetime range). The Lean Startup: How Today's Entrepreneurs Use Continuous Innovation to Create Radically Successful Businesses. A time series is a sequence of data points, measured typically at successive points in time spaced at uniform time intervals. Distributed time series database with no external dependencies.
Zf2 Event, base use
https://gianarb.it/blog/Zf2-Event-base-use
Zf2 Event, base use. 21 Nov 2013 - Tags: zf2, php. Some mouths ago I have writted a gist for help me to remember a base use of Events and Event Manager into Zend Fremework, in this article I report this small tutorial. Var Zend EventManager EventManagerInterface */. This example is very good! Gianarb@GianArb-2 eventTest : ). Php try.php Wow! Hello This example is very good! See Zend Event Manager Ref. Comments powered by Disqus. Generated August 24, 2016 Can you help me?
Build your Zend Framework Console Application
https://gianarb.it/blog/zendframework-console-app
Build your Zend Framework Console Application. 21 May 2015 - Tags: php, zf2. Blogpost about console-skeleton-app for your console application http:/ t.co/WuVq0GZlxE. Mdash; Gianluca Arbezzano (@GianArb) June 23, 2015. Article written about console-skeleton-app. Integration with container system to manage dependency injection. Docs to test your command. Use cases and different implementations. ZF Console and other components. Is maintained by zfcampus and it is used by Apigility. The Application’s entrypo...
TOTAL PAGES IN THIS WEBSITE
19
AngularJs crAcl component focus on directive and test - Spaghetti.io
http://spaghetti.io/cont/article/angularjs-cracl-component-focus-on-directive-and-test/55/1.html
AngularJs crAcl component focus on directive and test. At Apr 17 15. What we are going to do in the next lines is sharing a small section of crAcl. Componet: the crGranted directive. First at all, what can we use this for? Well, I usually use this directive to compile or not section of pages, depending on the user’s role. How is it possible? Simple, crGranted directive compiles and appends this HTML in your page if and only if your role is `ROLE USER`. Div cr-granted=ROLE USER Welcome user /div. Each tim...
Git history merge with Subtree - Spaghetti.io
http://spaghetti.io/cont/article/git-history-merge-with-subtree/32/1.html
Git history merge with Subtree. At Nov 27 14. While developing an application, it may be the case that, what in the beginning seemed an external module, perfect to be used independently on the application being developed, may become part of the business logic and can not be easily re-used. It is a good alternative solution, compared to the one involving a sub-module, as it allows to choose the merging type, e.g. with or without tree squashing, selecting a given branch instead of another. Comments powered...
Vim for PHP developers
http://vim-php.com/blog.html
Vim-Php Share your tricks, feedback and experience. Raquo; vim composer 0.3.0 is ready. Raquo; Welcome vim-relatedtest. Raquo; Composer knows the path of class file. Raquo; Plugin Vim-Composer release 0.1.0. Raquo; phpctags 0.2.0 update it. Raquo; Simple flow to generate, update and load ctags. Raquo; phpctags new release 0.3.0. Raquo; phpctags new release 0.3.0. Raquo; phpctags new release 0.3.0. Raquo; phpctags new release 0.3.0. Raquo; phpctags 0.1.0 il ready to go!
Vagrant provisioning with Salt - Spaghetti.io
http://spaghetti.io/cont/article/vagrant-provisioning-with-salt/4/1.html
Vagrant provisioning with Salt. At Oct 01 14. Vagant supports many provisioning systems, ranging from the classic bash to more famous systems, such as Chef and Puppet. Saltstack was designed as an external plug-in, but, since Vagrant version 1.3.0, it is possible to use it as a native component, with no need to install external parts. Config.vm.hostname = cwitter-dev.local web.vm.synced folder ., /srv/. You need to specify some essential parameters for the Minion configuration file:. Set the file client,...
Vagrant and AWS provisioning in Cloud - Spaghetti.io
http://spaghetti.io/cont/article/vagrant-and-aws-provisioning-in-cloud/30/1.html
Vagrant and AWS provisioning in Cloud. At Oct 02 14. The spreading of Vagrant application is rapidly increasing, especially owing to the rising number of available plug-ins, capable to extend the tools native behaviour and to satisfy most users needs. Vagrant comes with a very user-friendly interface dedicated to plug-ins handling:. First, you have to install the vagrant-aws plug-in. Vagrant plugin install vagrant-aws. Now you are ready to deploy your machine in Cloud:. Vagrant.configure(2) do config...
Author - Spaghetti.io
http://spaghetti.io/lista/naviga/author.html
I am a developer since 2006. I am a basket and whisky lover, interests that i follow separately for obvious reasons. I am also the Milan PHP User Group founder and coordinator. Senior Web Developer , Website. 15 year experience in web programming, fucused on cross platform frontend and game development (even remote). Web enthusiast and game passionate, full stack programmer ready to dive into new projects. Top skills: AngularJS Phonegap PHP. Freelance Frontent Developer, PHP Expert , Website. I search fo...
AngularJS by Gianluca Arbezzano | ZEEF
https://angularjs.zeef.com/index.xhtml
Find all the best information concerning AngularJS. Feel free to suggest links w/ button! Software Engineer in Corley SRL,. Published 2 years ago. Updated 10 months ago. Sophisticated Build Mgmt System. Speed Up AnuglarJS Development. Seed Project For Angular Apps. Startint Points and Best Practices. AngularJS Ex App Using Rails. Starting Point for AngularJS App. Seed Project for Anguler and Ratchet Apps. AngularJS Example Using Rails&Devise. Project Template for AngularJS App. Re-usable/inter-operable ...
TOTAL LINKS TO THIS WEBSITE
60
Giana Park Photography
Giana Pratidina Blog
Blog Pengalaman Giana Pratidina. 10 CARA MUDAH MERAWAT BAYI. May 22, 2016. May 22, 2016. Merawat bayi mungil menjadi menyenangkan jika Anda tahu trik praktisnya. Bunda punya trik praktis untuk merawat bayi Anda. Cara Hijab Syar’i Ala Oki Setiana Dewi. May 22, 2016. May 22, 2016. Cara Hijab Syar i Ala Oki Setiana Dewi. Cara Hijab Syari Ala Oki Setiana Dewi. Ternyata Cara hijab syar’i ala oki setiana dewi itu merupakan cara berhijab yang tidak membuat tua pemakainya, terlihat anggun dan. October 6, 2014.
Gianara (Gianne) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Digital Art / Hobbyist. The Most Powerful Element. Deviant for 3 Years. 3 Month Core Membership. August 1, 1995. The Most Powerful Element. This deviant's activity is hidden. Deviant since Apr 29, 2012. Artist...
gianaraforeverinlove.blogspot.com
Gia Aris
Be alive, be happy, be me :). Believed in karma. What goes around comes around. I know something is missing in my heart and life. And so, my mission is to find the missing pieces. . View my complete profile. Friday, June 6, 2014. PHB Ethical Beauty Malaysia. Ceh, macam poyo lak aku rase diri aku skunk ni). Okeh Disebabkan ari ni ari Jumaat and aku sangat lah malasnya nak buat kerja, so mari aku update blog aku yang dah lama sangat tak gerak ni. Brightening Skin Care Essentials. Ini kira set lavender la n...
Gianluca Arbezzano - Developer
Hello, this is my person site. I use this space to share my knowledge, what I do and to keep track of interesting things around software development, scalability, linux. Sometime about life, work and growing vegetables. You are more than welcome and you should say hello to me on twitter. And have a look at my blog. Value of your metrics: goodbye monitoring, welcome observability. Latest posts go to older posts. Review book Database Reliability Engineer. How to use a Forwarding Proxy with golang. A review...
gianardi.coloradospringshotelstoday.com
What'S In Your Gianardi? - Gianardi
WhatS In Your Gianardi? IM Not Just The Gianardi, IM A Member. WhatS In Your Gianardi? The Fore Coaching Neurosis. The Tragically Puckering Assesment. Schhh You Know Cris. The Suddenly Leasing Ascent. The Unwisely Whitening Antipathy. Jag var i södra Sverige för ett par dagar sedan. Jag deltog där i ett byggprojekt och det var verkligen roligt. Efter att vi var klara med bygget var det mycket som behövdes röjas upp. Därför anlitade vi ett företag som erbjuder byggstäd i Malmö.
Davide Gianardi | Microsoft Dynamics Navision, Project Manager and Senior Consultant at Brain Force
Microsoft Dynamics Navision, Brain Force. Download CV in PDF. Mobile: ( 39) - 329-2315816. Controllo e reporting sull'avanzamento del progetto, in termini di qualità, costi e scadenze. Analisi dei processi aziendali, raccolta dei requisiti funzionali e implentazione della soluzione gestionale. Supporto all'area commerciale in attività di prevendita. 2011 Presales Assessment ERP. 2011 Standard Sales Assessment ERP. 2011 Sales Specialist Assessment ERP. Capo progetto e consulente senior.
gianardi.storytellersunlimited.com
Better Living Through Gianardi. - Gianardi
Better Living Through Gianardi. - Old Mountain Dew. Gianardi, Old Mountain Dew. Better Living Through Gianardi. Tijdens hij binnen zit. Någon som vill veta vad det är för väder i Stockholm? Hur det fungerar tillsammans. Kunna få en bra hälsa.
Gianarelli, Inc commercial painting and wall coverings
Gianari
ΑΠΟ 16 ΑΥΓΟΥΣΤΟΥ ΟΛΑ ΤΑ ΠΡΟΙΟΝΤΑ -50%! Upsilon;ποδήματα. Mu;πότες. Gamma;όβες. Pi;έδιλα. Pi;λατφόρμες. Tau;σάντες. Nu;έες Παραλαβές. 908;ροι Χρήσης. Sigma;χετικά με εμάς. Alpha;γγ. Μεταξά 27-29, Γλυφάδα. E-mail: info@gianari.com. Το eshop χρησιμοποιεί cookies. Με την πλοήγησή σας στο site, αποδέχεστε την χρήση τους. Powered by FOCUS-ON GROUP.
SOCIAL ENGAGEMENT