
peppernsolt.wordpress.com
FLEAMARKET – Developer BlogDeveloper Blog
http://peppernsolt.wordpress.com/
Developer Blog
http://peppernsolt.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
1.2 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
7
SSL
EXTERNAL LINKS
1
SITE IP
192.0.78.12
LOAD TIME
1.188 sec
SCORE
6.2
FLEAMARKET – Developer Blog | peppernsolt.wordpress.com Reviews
https://peppernsolt.wordpress.com
Developer Blog
초보 서버개발자를 위한 Gem! Bullet – FLEAMARKET
https://peppernsolt.wordpress.com/2015/07/29/초보-서버개발자를-위한-gem-bullet
초보 서버개발자를 위한 Gem! 안드로이드 어플만 개발하다보면 아무래도 클라 DB 쿼리 성능에 대해서는 신경을 많이 쓰지않는다. 사실 그다지 쿼리가 복잡할 일도 없고 테이블도 최소한으로 유지하기 때문에 성능이슈가 많지않다. 클라이언트 DB의 경우 인덱스만 적절히 잘 달아주는 정도로도 충분하고 오히려 UI를 얼마나 최적화된 상태로 그려주는지 IO, network 작업을 를 얼마나 적절히 백그라운드로 돌려주는지 혹은 캐시를 적절히 활용해주는지 여부가 더 중요하다. 하지만 서버 개발을 하면서 부터는 이야기가 달라진다. 즉, 모든 유저의 쿼리에 대응해야해서 성능이 중요하고 캐싱또한 더 중요해진다. 슬로우 쿼리하나가 서비스 성능에 큰 영향을 끼친다. 나같은 초보 서버 개발자가 가장 처음 어려움을 겪는 부분이 아마 이런 부분인것 같다. 즉, 도대체 테이블 구성을 어떻게 할것이며 쿼리는 어떻게 해야 최적화된 쿼리를 할 수 있는건지. Bullet 이 기본적으로 제공하는 3가지 핵심 기능이다. 2009-08-25 ...
안녕하세요 페퍼앤쏠트 개발자 블로그입니다. – FLEAMARKET
https://peppernsolt.wordpress.com/2015/05/28/hello-world
안녕하세요 페퍼앤쏠트 개발자 블로그입니다. 사실은 안드로이드 개발자이지만 플리마켓 서비스 개발을 시작하면서 서버개발이 하고 싶어서 전향(? 이공간은 제가 개인적으로 서버개발을 처음 접하면서 습득한 지식 위주로 포스팅을 해보고 싶어서 만들었습니다. 원래 서버 개발을 하셨던 분들은 별볼일이 없으실꺼같구요 처음 접하시는 분들에게 도움이 될 수 있도록 노력하겠습니다. Ruby on Rails 서버 세팅하기. 답글 남기기 응답 취소. 아래 항목을 채우거나 오른쪽 아이콘 중 하나를 클릭하여 로그 인 하세요:. WordPress.com의 계정을 사용하여 댓글을 남깁니다. ( 로그아웃. Twitter의 계정을 사용하여 댓글을 남깁니다. ( 로그아웃. Facebook의 계정을 사용하여 댓글을 남깁니다. ( 로그아웃. Google 의 계정을 사용하여 댓글을 남깁니다. ( 로그아웃. 후속 댓글을 이메일로 알립니다. WordPress.com에서 무료 웹사이트 또는 블로그 만들기.
About Peppernsalt – FLEAMARKET
https://peppernsolt.wordpress.com/about
Peppernsalt 는 직장을 다니며 즐겁게 사이드로 개발을 하고 싶은 몇몇 개발자와 디자이너가 모여 만든 개발 그룹입니다. 현재 플리마켓이라는 직장인들을 위한 서비스를 운영중이고 판교/분당 지역을 시작으로 강남/서초 지역을 최근에 오픈했습니다. 궁금하신분은 http:/ fleamarkets.co.kr. 답글 남기기 응답 취소. 아래 항목을 채우거나 오른쪽 아이콘 중 하나를 클릭하여 로그 인 하세요:. WordPress.com의 계정을 사용하여 댓글을 남깁니다. ( 로그아웃. Twitter의 계정을 사용하여 댓글을 남깁니다. ( 로그아웃. Facebook의 계정을 사용하여 댓글을 남깁니다. ( 로그아웃. Google 의 계정을 사용하여 댓글을 남깁니다. ( 로그아웃. 후속 댓글을 이메일로 알립니다. WordPress.com에서 무료 웹사이트 또는 블로그 만들기.
Rails 어플리케이션 개발에서 쉽게 하는 실수 – FLEAMARKET
https://peppernsolt.wordpress.com/2015/07/29/rails-어플리케이션-개발에서-쉽게-하는-실수
Rails 어플리케이션 개발에서 쉽게 하는 실수. 안드로이드 개발을 할때는 그래도 경험에서 판단할 수 있는 정도의 리팩토링 기준이 있었는데 서버의 경우 특히 루비 코드의 경우 코드 자체는 보기에 참 예뻐서 나같은 초보 서버 개발자의 경우 뭐 잘돌아가네 정도로 만족할 수도 있겠다는 생각이 들었다. 최근에 그래서 뭔가 코드 리팩토링을 좀 해야하지 않을까해서 찾은 블로그 글이 있었고 그 중 참고할만한 부분만 정리해봤다. 원글보기. Using Query Method Outside Models. 말그대로 액티브레코드 쿼리메소드를 모델에서가 아닌 컨트롤러에서 사용하는 것을 지양하자는 것이다. 알고는 있었지만 생각없이 개발하다보니 where, limit, group, order 등의 쿼리 메소드를 컨트롤러에서 하고 있는 코드가 많이 있었고 비즈니스 로직은 최대한 모델에 있어야 한다는 것이다. 2 Using Logic Inside The Views. S'} % /h2 . App/helpers/comments he...
Ruby on Rails 서버 세팅하기 – FLEAMARKET
https://peppernsolt.wordpress.com/2015/05/29/ruby-on-rails-서버-세팅하기
Ruby on Rails 서버 세팅하기. 클라이언트 개발자의 경우 서버 혹은 웹개발에 대한 갈증을 가진 경우가 종종 있다. 나도 안드로이드 경력은 오래됐으나 서버를 배울 기회는 거의 없었고 항상 서버개발에 대한 갈증이 있었던 것 같다. 이번에 친한 지인들과 플리마켓이라는 서비스를 준비하면서 서버 개발을 해보고 싶어 뭣도 모르는 상태에서 급 서버 개발을 맡게 되었다. 서버 개발을 위해서는 현재 나의 상황에 맡게 어떤 OS를 사용할지 어떤 Web framework. 를 쓸지 배포는 뭘로할지 DB는 어떤걸 쓸지를 잘 선택해야한다. 내가 중요한게 생각했던건 2가지 첫째, “쉬워야한다” 둘째, “레퍼런스가 많아야한다” 어차피 한글로된 정보는 거의 없고 정말 막히는 부분에서는 결국 구글(스택오버플로우)의 도움을 받아야한다. 이 기준으로 정한 기준이다. OS – Ubuntu 12.04. Web framework – Ruby on Rails. DB – Postgresql. 호스팅 서버는 해외 서비스인 Vultr.
TOTAL PAGES IN THIS WEBSITE
7
Price Request - BuyDomains
Url=' escape(document.location.href) , 'Chat367233609785093432', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=500');return false;". Need a price instantly? Just give us a call. Toll Free in the U.S. We can give you the price over the phone, help you with the purchase process, and answer any questions. Get a price in less than 24 hours. Fill out the form below. One of our domain experts will have a price to you within 24 business hours. United States of America.
Pepper & Salt
June 28, 2009 by ruicosta13. Ingredients for 1 starving person:. 200 g white or brown mushrooms. 2 – 3 pork sausages. 250 ml (1/2 can) baked beans. 3 eggs (scrambled eggs). 100 g (3 slices) bacon. Preheat the oven to almost 120 C, put the bacon slices on alum foil and give it in the oven. Cut the mushrooms into small slices and fry them in a pan. Open the can of baked beans and heat them up in a pot; add some sour cream if you want the tomato sauce more creamy. Hint: You are going to need a big pan!
Home » peppernsaltcafe.com.au
Monday – Friday : 6.00am – 5.00pm. Saturday : 6:00am – 4:30pm. Sunday : 6:30am – 4:00pm. Great Western Super Centre. 2018 peppernsaltcafe.com.au.
Six Strings & Two Stix
Six Strings and Two Stix. Saturday, August 02, 2008. So much has changed! I used to be so addicted to my blog but god only knows what happened to all that! Blame it onr orkut and facebook! Now slowly ppl have got fed up of even that and so.im back to this! Well i was quite startled when i noticed that its been a whole entire year since i posted on the log. jeez! And so much has changged since then. In other news.The Dark Knight has been on everybody's mind lately! More about that in the next post! I drea...
FLEAMARKET – Developer Blog
초보 서버개발자를 위한 Gem! 안드로이드 어플만 개발하다보면 아무래도 클라 DB 쿼리 성능에 대해서는 신경을 많이 쓰지않는다. 사실 그다지 쿼리가 복잡할 일도 없고 테이블도 최소한으로 유지하기 때문에 성능이슈가 많지않다. 클라이언트 DB의 경우 인덱스만 적절히 잘 달아주는 정도로도 충분하고 오히려 UI를 얼마나 최적화된 상태로 그려주는지 IO, network 작업을 를 얼마나 적절히 백그라운드로 돌려주는지 혹은 캐시를 적절히 활용해주는지 여부가 더 중요하다. 하지만 서버 개발을 하면서 부터는 이야기가 달라진다. 즉, 모든 유저의 쿼리에 대응해야해서 성능이 중요하고 캐싱또한 더 중요해진다. 슬로우 쿼리하나가 서비스 성능에 큰 영향을 끼친다. 나같은 초보 서버 개발자가 가장 처음 어려움을 겪는 부분이 아마 이런 부분인것 같다. 즉, 도대체 테이블 구성을 어떻게 할것이며 쿼리는 어떻게 해야 최적화된 쿼리를 할 수 있는건지. Bullet 이 기본적으로 제공하는 3가지 핵심 기능이다. 2009-08-25 ...
Pepper N Spice Jamaican Resturant and Catering
For the best in Jamaican Cusine come join us at Pepper N Spice. Hours: Mon - Sat 11am-5pm. Phone: 242 601 2028. Phone Orders are welcomed). Formerly head chef at Pepper Pot, Rohan Kerr now heads the kitchen at Pepper N Spice, giving you the same great taste without the great price tag. The new resturant is located on Madeira Street across from McDonald. View Pepper N Spice. In a larger map. Straight from 'Yard' for your dining pleasure. Sharp lemon and vinegar flavor. Oxtails braised in Red Wine and Stock.
peppernspice (Shamin) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Going, going, gone. Deviant for 7 Years. This deviant's full pageview. August 3, 1988. Going, going, gone. You can drag and drop to rearrange.
Price Request - BuyDomains
Url=' escape(document.location.href) , 'Chat367233609785093432', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=500');return false;". Need a price instantly? Just give us a call. Toll Free in the U.S. We can give you the price over the phone, help you with the purchase process, and answer any questions. Get a price in less than 24 hours. Fill out the form below. One of our domain experts will have a price to you within 24 business hours. United States of America.
TransIP - Reserved domain
Is gereserveerd door een klant van TransIP. Has been registered by a customer of TransIP. Direct aan de slag met je domein? Getting started with your domain. Hoe begin ik een eigen website of blog? How do I start a website or blog? Hoe kan ik e-mail versturen vanaf mijn eigen domeinnaam? How can I send and receive email with my own domain? Hoe stuur ik mijn domeinnaam door? How do I forward my domain name? Hoe kan ik een domeinnaam van een andere eigenaar overkopen? 262 beoordelingen op Trustpilot.