blog.chaliy.name blog.chaliy.name

blog.chaliy.name

Mike Chaliy's Personal Site

Mike Chaliy's Personal Site. Where do we keep our application configuration settings? Precisely this is not true. We have single configuration setting. This is environment name where code will work (e.g. Local, Staging, Live). Everything else is configured in code based on environment name, machine name and sometimes on phase of the moon. What we do when some reconfiguration needed? This entry was posted on January 20, 2012, 4:33pm. Under: configuration. Web-related development tools I used in 2011.

http://blog.chaliy.name/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.CHALIY.NAME

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.4 out of 5 with 8 reviews
5 star
2
4 star
3
3 star
1
2 star
0
1 star
2

Hey there! Start your review of blog.chaliy.name

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

5.9 seconds

FAVICON PREVIEW

  • blog.chaliy.name

    16x16

  • blog.chaliy.name

    32x32

  • blog.chaliy.name

    64x64

  • blog.chaliy.name

    128x128

CONTACTS AT BLOG.CHALIY.NAME

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Mike Chaliy's Personal Site | blog.chaliy.name Reviews
<META>
DESCRIPTION
Mike Chaliy's Personal Site. Where do we keep our application configuration settings? Precisely this is not true. We have single configuration setting. This is environment name where code will work (e.g. Local, Staging, Live). Everything else is configured in code based on environment name, machine name and sometimes on phase of the moon. What we do when some reconfiguration needed? This entry was posted on January 20, 2012, 4:33pm. Under: configuration. Web-related development tools I used in 2011.
<META>
KEYWORDS
1 powershell
2 psget
3 Mercurial
4 configuration
5 TeamCity
6
7 coupons
8 reviews
9 scam
10 fraud
CONTENT
Page content here
KEYWORDS ON
PAGE
blog,contacts,my rss feed,in code,permalink,knockout,coffescript,resharper javascript,wcf web api,projects with success,elmah,small,jquery,plugins,tools,html,some new features,inmo posh git,inmo posh tab,install module psget force,some new modules,pswatch
SERVER
openresty
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Mike Chaliy's Personal Site | blog.chaliy.name Reviews

https://blog.chaliy.name

Mike Chaliy's Personal Site. Where do we keep our application configuration settings? Precisely this is not true. We have single configuration setting. This is environment name where code will work (e.g. Local, Staging, Live). Everything else is configured in code based on environment name, machine name and sometimes on phase of the moon. What we do when some reconfiguration needed? This entry was posted on January 20, 2012, 4:33pm. Under: configuration. Web-related development tools I used in 2011.

INTERNAL PAGES

blog.chaliy.name blog.chaliy.name
1

Script to commit with message taken from JIRA... - Mike Chaliy's Personal Site

http://blog.chaliy.name/post/12682930993/commit-project

Mike Chaliy's Personal Site. Script to commit with message taken from JIRA ticket. Every day we commit. In some cases we commit resolutions to JIRA tickets. In most cases commit messge is title of the ticket and may be few additional words about what actually was done. Considering this, I wrote small script. It connects to JIRA, takes title of the tocket, optionally appends what you will say to it and eventually commit everything to Mercurial. Usage is simple:. Commit-Project ABB-499 "Foo bar".

2

Mike Chaliy's Personal Site

http://blog.chaliy.name/tagged/teamcity

Mike Chaliy's Personal Site. Health monitoring for our production. Few weeks ago we have small fail, when on staging environment one of our schedulers failed to start, so part of our background tasks just didn’t started. Few months ago we have had an issue, when wrong configuration on one of the web facing boxes have invalid serialization configuration and so public API calls to load balanced farm was failing on random basis. Why I am talking about this? Few weeks ago we moved from SVN to Mercurial. ...

3

Mike Chaliy's Personal Site

http://blog.chaliy.name/tagged/Mercurial

Mike Chaliy's Personal Site. Script to commit with message taken from JIRA ticket. Every day we commit. In some cases we commit resolutions to JIRA tickets. In most cases commit messge is title of the ticket and may be few additional words about what actually was done. Considering this, I wrote small script. It connects to JIRA, takes title of the tocket, optionally appends what you will say to it and eventually commit everything to Mercurial. Usage is simple:. Commit-Project ABB-499 "Foo bar". This is c...

4

Mike Chaliy's Personal Site

http://blog.chaliy.name/tagged/configuration

Mike Chaliy's Personal Site. Where do we keep our application configuration settings? Precisely this is not true. We have single configuration setting. This is environment name where code will work (e.g. Local, Staging, Live). Everything else is configured in code based on environment name, machine name and sometimes on phase of the moon. What we do when some reconfiguration needed? This entry was posted on January 20, 2012, 4:33pm. Under: configuration.

5

Mike Chaliy's Personal Site

http://blog.chaliy.name/tagged/JIRA

Mike Chaliy's Personal Site. Script to commit with message taken from JIRA ticket. Every day we commit. In some cases we commit resolutions to JIRA tickets. In most cases commit messge is title of the ticket and may be few additional words about what actually was done. Considering this, I wrote small script. It connects to JIRA, takes title of the tocket, optionally appends what you will say to it and eventually commit everything to Mercurial. Usage is simple:. Commit-Project ABB-499 "Foo bar".

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

LINKS TO THIS WEBSITE

chaliy.name chaliy.name

Mike Chaliy: Node.NET: Modern non-blocking IO API in .NET

http://chaliy.name/archive/2010/7/node_dot_net

Mike Chaliy's Personal Site. NodeNET: Modern non-blocking IO API in .NET. I am sure you know about node.js. Probably most visible and innovative framework of the last days. In few words, I can describe it as non-blocking or async I/O API for building server side services. Why bother? Let’s see example, for example to read file from disk you need this:. Var fs = require(fs); fs.readFile(/etc/passwd, function (err, data) { if (err) throw err; console.log(data); });. Var file = new FileStream(Program.cs...

chaliy.name chaliy.name

Mike Chaliy: Code-generation DSL with T4 (Text Templates)

http://chaliy.name/archive/2009/10/code_generation_dsl_with_t4_text_templates

Mike Chaliy's Personal Site. Code-generation DSL with T4 (Text Templates). Sometimes you have to write many repeatable code. Good examples are data/message contracts for the web-services or data access layer. This often means writing dozens properties, classes … boring …. Domain Specific Language) that will be the input data. Configuration. The only problem with .NET Configuration is fact that 80% of the custom. Code is useless. Looks like a lie? Well, to prove please view here. So generator should assume.

chaliy.name chaliy.name

Mike Chaliy: NET 4.0: New and useful LINQ extensions to the IEnumerable

http://chaliy.name/archive/2009/12/system_interactive_new_and_useful_linq_extensions_to_ienumerable

Mike Chaliy's Personal Site. NET 40: New and useful LINQ extensions to the IEnumerable. Few months ago I made post. With comparison of Ruby, Java and C# code to read all lines from text file. That time I have to code ForEach. It allows executing arbitrary code against each element of the sequence. I believe most people already have this method. Other languages already have such construct. For example. In functional languages like F# or ForEach for. In ruby. IMHO this construct is really usable. Statment ...

chaliy.name chaliy.name

Mike Chaliy: Mock friendly System.Reflection API, positive changes in .NET 4.0

http://chaliy.name/archive/2010/4/reflection_api_now_mock_friendly

Mike Chaliy's Personal Site. Mock friendly System.Reflection API, positive changes in .NET 4.0. While testing my db move forward. I realized that now you can completely mock. Class Starting from .NET 4.0 most of the stuff is protected and virtual! For example, code below will create assembly representation with types supplied in argument. But as you may expect you can override virtually everything else. For example, assembly level attributes, resources, referenced assemblies. You name them :). Actual cod...

chaliy.name chaliy.name

Mike Chaliy: The right way to do INNER JOIN in LINQ to Entity

http://chaliy.name/archive/2009/9/the_right_way_to_do_inner_join_in_linq_to_entities

Mike Chaliy's Personal Site. The right way to do INNER JOIN in LINQ to Entity. Despite of my last belief. That code will not fly into the production. Why? Because I found the right way to do. The problem I have to solve is the following:. I have regular Order model. A Customer has many Orders, an Order has many OrderItems, many OrderItems have the Product. I have to get all Products that given Customer have bought. So The Right Solution. Is the most easy code. And is actually the most correct one:.

chaliy.name chaliy.name

Mike Chaliy: Can you guess error in this Java code snippet?

http://chaliy.name/archive/2009/12/can_you_guess_error_in_this_java_snippet

Mike Chaliy's Personal Site. Can you guess error in this Java code snippet? Our application has been upgraded from GXT 2.0.1 to GXT 2.1.0. And this snippet causes all our data forms ignore data…. So, can you guess where error is? Public static TextField String textField(final String name, final String label) { return new TextField String (){ setName(name); setFieldLabel(label); } ; }. TextField String f = textField(Test, Test); assert f.getName()! Let me know if you need more information :).

chaliy.name chaliy.name

Mike Chaliy: ASP.NET MVC Web Services (Part #1)

http://chaliy.name/archive/2009/9/asp_net_mvc_services_part_1

Mike Chaliy's Personal Site. ASPNET MVC Web Services (Part #1). What do you think about. As platform for web service based applications? Look at the following code:. This code is actually. The only notable difference is return type. I return custom object. Not inherited from. For me looks good. For example, I can test it without any. And at the end I have endpoint. When action return type not inherited from. Not so useful on the client side. And no less custom. In our production code we use custom. New J...

chaliy.name chaliy.name

Mike Chaliy: Thoughts on non-blocking sequential number generation

http://chaliy.name/archive/2009/10/thoughts_on_non_blocking_sequential_number_generation

Mike Chaliy's Personal Site. Thoughts on non-blocking sequential number generation. Right now we are facing a requirement to generate readable sequential numbers. Yeh… some Order Numbers, some Customer Numbers, that kind of stuff. Nothing new. The problem is that we cannot leverage on the standard patterns that use central authority. Having central authority always means huge distributed locks and this goes even worst in load balanced farms. In worst case process looks like cyclic retry. At this point ma...

chaliy.name chaliy.name

Mike Chaliy: Kiev ALT.NET: First event dedicated to DDD and CQRS

http://chaliy.name/archive/2010/7/kievaltnet_first_event_anounced

Mike Chaliy's Personal Site. Kiev ALT.NET: First event dedicated to DDD and CQRS. Yay, Kyiv is now in ALT.NET. Move :). Well. At least we can try. And our first attempt will take place on Friday. So please welcome very first Kiev ALT.NET. Event specially dedicated to. I hope title is self-explanatory, anyway you can get more details in official invitation. BTW, you can subscribe for further announces by RSS. On photo, actually Kyiv 4AM. This entry was posted 8 months ago. Permalink.

chaliy.name chaliy.name

Mike Chaliy: Not so generic Generic Repository

http://chaliy.name/archive/2009/11/not_so_generic_generic_repository

Mike Chaliy's Personal Site. Not so generic Generic Repository. I know two kinds of people, who use generic repository. And who do not. Personally I do not like generic repositories. I feel that “one size feet all” is not a case here. At the same time I am lazy and do not like to write each repository. Fortunately, I found nice solution that keeps repository custom, but do not need too much code. I have abstract base repository, with most of the stuff I can predict. And I have implementation of the.

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL LINKS TO THIS WEBSITE

25

OTHER SITES

blog.chaleur-zakka.com blog.chaleur-zakka.com

雑貨と器探しの日々

大好きな 器 に囲まれて仕事ができたら セレクトした器を紹介し人に喜んでもらえたら. 開催期間 2015年 4月 29日 水 5月 6日 水. 開催期間 2015年 4月 29日 水 5月 5日 火. 4月29日 水 5月6日 水 の間、シャルールはお休みをいただきます。 2015年4月29日 (水) 陶器市 陶器まつり. 2015年4月 5日 (日) 日々の出来事. 12月27日 土 1月4日 日 の間、シャルールはお休みをいただきます。 2014年も あっという間に あと10日 早いものです。 連休で お天気も良かったので すごい人 人. 2014年12月 8日 (月) 日々の出来事. 開催期間 2014年 11月 1日 土 11月 4日 火. さて、 こちらは 村田亜希さん 東峯未央さんのブース。 2014年11月 8日 (土) 陶器市 陶器まつり. 2014年 11月 1日 土 11月 4日 火. 2014年11月 1日 (土) Chaleur. 今週に入り、九州 東海と 西日本は軒並み 梅雨入り しましたが. でも、この梅雨入りで 一時の 夏本番並みの暑さ が落ち着いてくれて.

blog.chalfontclassiccuisine.co.uk blog.chalfontclassiccuisine.co.uk

Chalfont Classic Cuisine Blog

Chalfont Classic Cuisine Blog. Professional and friendly with a touch of flair. An update for our customers and friends. In September we moved out of our unit in Raans Road. We are still looking for the right place for our B and B up north. Its a long road,up hill and down dale! But one day we will have a fantastic place, for you to come and sample our hospitality with a great breakfast, and some lovely countryside to visit. A date for your diary and back by popular demand! Why not mark the WWF’s E...

blog.chalicemedia.com blog.chalicemedia.com

Web hosting provider - Bluehost.com - domain hosting - PHP Hosting - cheap web hosting - Frontpage Hosting E-Commerce Web Hosting Bluehost

Web Hosting - courtesy of www.bluehost.com. There is no content here.

blog.chalicesantiago.com blog.chalicesantiago.com

Account Suspended

This Account Has Been Suspended.

blog.chalievice.com blog.chalievice.com

CHALIE'S OFFICE blog

能楽狂言方の大蔵基誠さんは、 パーティ感覚で楽しむ狂言 をテーマに、さまざまなアプローチで日本の文化と狂言そのものに触れるイベント Kyogen Lounge を催しています。 大蔵氏をギャラリーに招いて、 Kyogen Lounge in CHALIE VICE を催すことにしました。 日時 2015年8月1日 土 15時 16時. 参加費 2,160円(税込) ドリンク代込. FATHER’s DAY GIFT. 8212;—————————————-. CHALIE VICE FATHER’s DAY GIFT WRAPPING. 対象 5月20日 木 6月12日 月 ご注文分. お申し込み ご購入時、備考欄に 父の日ラッピング希望 と記載ください. THE GALLERY by CHALIE VICEでは、4月8日 水 から. ギャラリーでは、 宝石 とも称される究極のバイクMVアグスタ F3/F4の実車を展示。 2015年4月8日 水 4月28日 火. THE GALLERY by CHALIE VICE. 日 時 2015年3月28日(土) 16:00-18:00. Page: 1 of 11.

blog.chaliy.name blog.chaliy.name

Mike Chaliy's Personal Site

Mike Chaliy's Personal Site. Where do we keep our application configuration settings? Precisely this is not true. We have single configuration setting. This is environment name where code will work (e.g. Local, Staging, Live). Everything else is configured in code based on environment name, machine name and sometimes on phase of the moon. What we do when some reconfiguration needed? This entry was posted on January 20, 2012, 4:33pm. Under: configuration. Web-related development tools I used in 2011.

blog.chalk.com blog.chalk.com

Chalk.com Blog

Teacher of the Week - Aug 10. By Chalk.com Team. Aug 10, 2015. Teaches Physics, Science, and Math at Fraser Academy, a private school in BC, Canada. How do you make your classes engaging? What have you done to improve your teaching in the past year? What inspires you to teach? Teacher of the Week - Aug 3. By Chalk.com Team. Aug 3, 2015. Music Teacher at Peoria Notre Dame High School in Peoria, Illinois. How do you make your classes engaging? Of course, I love cool apps! With so many different classes&nda...

blog.chalkable.com blog.chalkable.com

Default Web Site Page

If you are the owner of this website, please contact your hosting provider: webmaster@blog.chalkable.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.

blog.chalkart-berleigh.com blog.chalkart-berleigh.com

ChalkArt BerLeigh工房 ブログ

8月10日 金 8月19日 日. 8月10日 金 8月19日 日. 掲載の画像 デザイン 文章等一切の無断転載 複製等は固く禁じます。 C) 2015 無料ブログ JUGEM.

blog.chalkboard.education blog.chalkboard.education

Chalkboard Education

The mobile app that reconnects students to their courses. Proudly made in Accra, Ghana. Our team member was reduced to an “attractive exotic woman” and we’re pissed about it. Originally posted by insideoutheadquarters. A few days ago, Chalkboard Education won a prestigious prize at a major industry event. The news came as a great surprise. We are grateful that our project gathered the attention of the best tech and media experts. Our employee had the opportunity to pitch our company, results and next ste...

blog.chalkboardproject.org blog.chalkboardproject.org

ChalkBloggers

Sign up for Email Updates:. I believe my mission is to care. I care about the students in my classroom, both their wellbeing and their academic growth. I care about them as people. - Tyler Nice, High School Teacher. Click to see blog post. What type of content would you like to see more of on ChalkBloggers? Interviews with education advocates. A venue for educators to share their experiences in the classroom and opinions on education in Oregon. Walks act as lab for teachers – Lebanon Express. You should&...