techmythoughts.blogspot.com techmythoughts.blogspot.com

techmythoughts.blogspot.com

Learning bLog

Sagar Rohankar technical blog

http://techmythoughts.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR TECHMYTHOUGHTS.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

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

Hey there! Start your review of techmythoughts.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.5 seconds

FAVICON PREVIEW

  • techmythoughts.blogspot.com

    16x16

  • techmythoughts.blogspot.com

    32x32

  • techmythoughts.blogspot.com

    64x64

  • techmythoughts.blogspot.com

    128x128

CONTACTS AT TECHMYTHOUGHTS.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Learning bLog | techmythoughts.blogspot.com Reviews
<META>
DESCRIPTION
Sagar Rohankar technical blog
<META>
KEYWORDS
1 learning blog
2 bean
3 configure the controllers
4 posted by
5 sagar rohankar
6 no comments
7 email this
8 blogthis
9 share to twitter
10 share to facebook
CONTENT
Page content here
KEYWORDS ON
PAGE
learning blog,bean,configure the controllers,posted by,sagar rohankar,no comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,orgmortbay jetty,jetty maven plugin,jettyversion},project artifactid},stop,true,start jetty,jetty
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Learning bLog | techmythoughts.blogspot.com Reviews

https://techmythoughts.blogspot.com

Sagar Rohankar technical blog

INTERNAL PAGES

techmythoughts.blogspot.com techmythoughts.blogspot.com
1

Learning bLog: March 2011

http://techmythoughts.blogspot.com/2011_03_01_archive.html

Some#random('thoughts'); / technical, non technical. Sunday, March 13, 2011. What I've learned from TDD. TDD, I'm practicing development using unit test from 1 year now and frankly speaking I'm loving it. I listed some points/notes/importance I learned from TDD. You might like to add some points or want to correct me, so please comment. Here the list goes:. Caught 80% of bugs at first place before your code goes to production. Gives idea about the usage of API you're developing. Updates: Some TDD Quote.

2

Learning bLog: December 2012

http://techmythoughts.blogspot.com/2012_12_01_archive.html

Some#random('thoughts'); / technical, non technical. Friday, December 7, 2012. Adjustable flex datagrid row height for multi-level tree component. Note: This blog is extension to the post blogged here. The OP has used one level tree to display in grid, whereas I used multilevel tree. It failed to adjust height when you expand inner child element. The whole tree get collapsed when you collapse the inner element. To provide a solution to above problems, you have to -. The below code explains it all.

3

Learning bLog: August 2010

http://techmythoughts.blogspot.com/2010_08_01_archive.html

Some#random('thoughts'); / technical, non technical. Saturday, August 7, 2010. GlassFish V3 admin console taking too much time to load. If you have installed Glassfish V3 and trying to load admin console, but after signing in, is it taking too much time to get to the main page? Do you have server.log entry like this:. Cannot refresh Catalog : Connection timed out. Then its time to tweak some files. Here its how:. 1 Update the %GLASSFISH HOME/glassfish/domains/domain1/domain.xml. 2 Remove update tool jar.

4

Learning bLog: Code Kata - good way to learn new language

http://techmythoughts.blogspot.com/2013/06/code-kata-good-way-of-learning-your.html

Some#random('thoughts'); / technical, non technical. Wednesday, June 12, 2013. Code Kata - good way to learn new language. Recently, I started exploring and learning Scala and functional programming. So far, it is a good experience and as a programmer gives you new "functional" thought process about problem. The best way to learn Scala or any language for that matter is to start writing Katas in that language. Coding Kata, if you're not familiar with it then must visit codingdojo.org.

5

Learning bLog: December 2011

http://techmythoughts.blogspot.com/2011_12_01_archive.html

Some#random('thoughts'); / technical, non technical. Thursday, December 8, 2011. PIT Tests, a Mutation Testing. While wondering over internet, I just come across the "mutation testing" and here I blog about it. The blog largely said about one such framework " PIT tests. When we say my code coverage is 80%, that only mean, in simple term, your unit tests cover 80% of your code base. Do they really tell you what your tests are really testing? How does it work? The simplest example might be,. And tests are ...

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

SOCIAL ENGAGEMENT



OTHER SITES

techmystics.com techmystics.com

TechMystics - Above & Beyond for You - Home

Your website represents you. Today, anyone can build a website. But only TechMystics will build you a site that is professional, useful and truly represents you and your business. More importantly, your website will be easily updateable by you or your staff as easily as writing an email. We Take Care of Everything. What to Look for in a Web Designer. Don't take our word for it. Check around. Click below to read about how best to choose someone you can work with:.

techmystique.wordpress.com techmystique.wordpress.com

Techmystique | dark arts seo & content development

Facebook Live takes aim at Periscope and Meerkat. Have you downloaded Facebook Mentions? It’s an app for would be celebrities, news and media organizations and just anyone who is remotely famous. Why is Facebook pulling a stunt like this? Facebook clearly thinks it is big enough to game this. So they hired a bunch of famous people and paid them a lot of money for them to live stream their day to day chores for your entertainment. After spending many months researching Periscope. Unlike Snapchat, where a ...

techmyt.com techmyt.com

techmyt.com

We are still building with our site, will be back soon.

techmytalk.com techmytalk.com

TechMyTalk | Lets Talk About Technologies

Lets Talk About Technologies. EDA – Event Driven Architecture. December 13, 2013. Event-driven architecture (EDA) is a push-based communication between publisher and consumer, which predominantly use for proactive notification in real time environment. For eg. Fraud notification from credit card Company, shipping, order fulfillment etc. EDA use to communicate with consumer with minimum or no delay and avoid busy-wait thread stats. Continue reading →. Spring Integration: A lightweight integration Approach.

techmythbusters.com techmythbusters.com

MomentiMedia GmbH

techmythoughts.blogspot.com techmythoughts.blogspot.com

Learning bLog

Some#random('thoughts'); / technical, non technical. Saturday, February 22, 2014. Again writing fast and maintainable integration tests using in-memory db, liquibase, gradle and spring mvc test. This blog is improvisation to previously blogged testing effectively with database blog. In this blog we will remove the jetty setup and instead use Spring MVC Test. Create the HSQLDB in-memory instance (instantiating datasource instance). And run Liquibase scripts against them. (using Spring Lqiuibase. Configure...

techmythsworld.blogspot.com techmythsworld.blogspot.com

Tech Myths World

Saturday, November 12, 2011. Solving httpd MaxClients and mod status stuck in "sending reply". 1 Site is an Ajax web application. 2 Running on Apache, pg-pool, postgresql setup. 3 Memcached also running. 4 Entire site is in PHP. First, the symptoms. 1 Site returns error 500 or "site is taking too long to respond". 2 This happens even during off-peak hours (2am at night, etc). 1 httpd configuration for max clients is set too low. All linux commands are in orange- Ex: ps aux. If you don't have mod status o...

techmytongue.blogspot.com techmytongue.blogspot.com

A BRAND NEW WORLD

A BRAND NEW WORLD. Flex,JAVA,LCDS,BLAZEDS. Saturday, January 16, 2010. Whats up with me? Its been a long time since I have blogged here and a lot of things have happened in between. From breaking my knee to a painful surgery to a new job to an accident to a new place to live , Life is surely bashing me up! This post is just to let know that I will be blogging regularly from now on. Like atleast once a week. Wednesday, July 8, 2009. As usual, flex's event architecture was there to aid me achieve this task.

techmytown.com techmytown.com

Coming Soon

Future home of something quite cool. If you're the site owner. To launch this site. If you are a visitor.

techmyview.com techmyview.com

TECH - MyView | Inscribing Programming Notion Into Blog

Inscribing Programming Notion Into Blog. Some Useful Extension Methods for Enums. Definition of Enum - The enum keyword is used to declare an enumeration, a distinct type that consists of a set of named constants called the enumerator list. In programming, enums are used pretty heavily for defining constants. While programming I found few very widely used scenarios for which extension methods would make developers life easy. Parse String to Enum. How often do we need to convert string value to Enum?