<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://www.rubynepal.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.rubynepal.org/" rel="alternate" type="text/html" /><updated>2026-03-08T17:34:32+00:00</updated><id>https://www.rubynepal.org/feed.xml</id><title type="html">RubyNepal</title><subtitle>We are Ruby community of Nepal. The aim of this community is to support, encourage and spread the use and adoption of the Ruby programming language in Nepal,
 and to develop a vibrant community around the language and related technologies.</subtitle><entry><title type="html">Rails Girls Meetup Feb 2023</title><link href="https://www.rubynepal.org/blog/rails-girls-nepal-meetup-feb-2023" rel="alternate" type="text/html" title="Rails Girls Meetup Feb 2023" /><published>2023-02-06T00:00:00+00:00</published><updated>2023-02-06T00:00:00+00:00</updated><id>https://www.rubynepal.org/blog/rails-girls-nepal-meetup-feb-2023</id><content type="html" xml:base="https://www.rubynepal.org/blog/rails-girls-nepal-meetup-feb-2023"><![CDATA[<p>Hello everyone!
As we all know, there is a Ruby community here in Nepal which hosts amazing meetups every month. But did you know that we also have a Rails Girls community? It is a community to encourage and empower women in Ruby in Nepal.</p>

<p>Checkout our last bootcamp style <a href="https://www.meetup.com/nepal-ruby-users-group/events/262707295/">Ruby on Rails Workshop for Girls (* and women)</a> here <a href="http://railsgirls.com/kathmandu">http://railsgirls.com/kathmandu</a>.</p>

<p>It has been dormant for quite some time but it’s high time we REVIVE it! We know, we know! Reviving and growing a community is a LOT of work.</p>

<p>Let’s start easy by getting to know each other first. We have planned a small coffee meetup on 25th February to meet the awesome ladies that are actively working with Ruby, Ruby on Rails here in Nepal. Let’s meet, grab some coffee, talk about what is happening in tech and Ruby; and share our experiences.</p>

<div class="image-wrapper">
  
  <img src="https://secure.meetupstatic.com/photos/event/1/2/c/f/highres_510304815.jpeg" alt="Rails Girls Nepal Meetup Banner" class="center-image" />
  
  
    <p class="image-caption">Image: Rails Girls Nepal Meetup Banner</p>
  
</div>

<p>If you want to talk about anything specific, please feel free to send us your ideas. We’d love to have you as a speaker!</p>

<p>For more details and to RSVP, head to our meetup page at <a href="https://www.meetup.com/nepal-ruby-users-group/events/291145795/" class="rnw-link">Rails Girls Nepal Meetup 2023</a></p>

<p>See you there!</p>

<p><em>P.S.</em> Please <em><strong>share</strong></em> <a href="https://rubynepal.org/blog/rails-girls-nepal-meetup-feb-2023">this blogpost</a> or <a href="https://rubynepal.org/blog/rails-girls-nepal-meetup-feb-2023">the meetup page</a> to help us spread the news. Thank you!</p>]]></content><author><name>Prepsa</name></author><category term="activities" /><category term="meetup" /><summary type="html"><![CDATA[Hello everyone! As we all know, there is a Ruby community here in Nepal which hosts amazing meetups every month. But did you know that we also have a Rails Girls community? It is a community to encourage and empower women in Ruby in Nepal.]]></summary></entry><entry><title type="html">Tools used to redesign rubynepal.org</title><link href="https://www.rubynepal.org/blog/tools-used-to-redesign-rubynepal" rel="alternate" type="text/html" title="Tools used to redesign rubynepal.org" /><published>2018-05-15T00:00:00+00:00</published><updated>2018-05-15T00:00:00+00:00</updated><id>https://www.rubynepal.org/blog/tools-used-to-redesign-rubynepal</id><content type="html" xml:base="https://www.rubynepal.org/blog/tools-used-to-redesign-rubynepal"><![CDATA[<p>Rubynepal.org website is redesigned and this this post I am going to explain about the tools we used to redesign the rubynepal website.</p>

<p><em>TLDR: We used <a href="https://jekyllrb.com/docs/home/">Jekyll</a>, which is a simple, blog-aware, static site generator. Css framework <a href="https://bulma.io/">bulma</a>, And some other jekyll packages like jekyll-analytics, jekyll-autolink_email, jekyll-paginate, jekyll-seo-tag, jekyll-youtube etc.</em></p>

<h4 id="background">Background</h4>

<p>It was april 8, 2018 there was the Ruby on Rails meetup at NCIT College, Balkumari Lalitpur. So there was some sort of discussion about the community, We are taking lots of things from community like open source software and tools, lots of helps from the community. Only taking things from community is not the good idea but give something to the community is also great.</p>

<p>And I asked one question to the panelists, question was “As a developer what kinds of contribution can I do for the community?” we got lots of good  responses from panelists and at last Saroj dai says “We are going to redesign rubynepal website, you can do some sort of contribution if your are interested”.</p>

<p>I am not good on designing things and front end development but I showed some interest on it, that was the great opportunity for me if I get the chance as a contributor of rubynepal.org redesign. After some days I talked to Saroj dai, and he granted permission to me. Cheers!</p>

<h4 id="story-begins">Story Begins</h4>

<p>Octopress was used to make rubynepal.org website, which is an obsessively designed toolkit for writing and deploying <a href="https://jekyllrb.com/">Jekyll</a> blogs. But we chose <a href="https://jekyllrb.com/">jekyll</a> to make redesign  because Octopress was not actively updated from 2016. You can found the rubynepal website repo in github <a href="https://github.com/RubyNepal/rubynepal.github.io">here</a>.</p>

<p>Let’s talk about css framework, I see the twitter handle of saroj dai and there was the first tweet on his wall  was  about  bulma (A modern css framework based on bulma). You may guess that’s why I chose bumla css framework and that’s true.</p>

<p>Some of the jekyll plugin used are as follows:</p>

<ul>
  <li>
    <p><strong><a href="https://github.com/jekyll/jekyll-admin">jekyll-admin</a></strong> :  A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites.</p>
  </li>
  <li>
    <p><strong><a href="https://github.com/benbalter/jekyll-avatar">jekyll-avatar</a></strong> :  A Jekyll plugin for rendering GitHub avatars</p>
  </li>
  <li>
    <p><strong><a href="https://github.com/hendrikschneider/jekyll-analytics">jekyll-analytics</a></strong> : Plugin to easily add webanalytics to your jekyll site. Currently Google Analytics, Piwik and mPulse are supported.</p>
  </li>
  <li>
    <p><strong><a href="https://github.com/ivantsepp/jekyll-autolink_email">jekyll-autolink_email</a></strong> : Autolink emails for your Jekyll.</p>
  </li>
  <li>
    <p><strong><a href="https://github.com/vwochnik/jekyll-email-protect">jekyll-email-protect</a></strong> : Email protection liquid filter for Jekyll.</p>
  </li>
  <li>
    <p><strong><a href="https://github.com/jekyll/jekyll-feed">jekyll-feed</a></strong> : A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts.</p>
  </li>
  <li>
    <p><strong><a href="https://github.com/jekyll/jekyll-paginate">jekyll-paginate</a></strong> : Pagination Generator for Jekyll.</p>
  </li>
  <li>
    <p><strong><a href="https://github.com/jekyll/jekyll-seo-tag">jekyll-seo-tag</a></strong> : A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site’s content.</p>
  </li>
  <li>
    <p><strong><a href="https://github.com/jekyll/jekyll-seo-tag">jekyll-youtube</a></strong> : A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site’s content.</p>
  </li>
</ul>

<p>Some gems used for the development and test environment are as follows:</p>

<ul>
  <li>
    <p><strong><a href="https://github.com/gjtorikian/html-proofer">html-proofer</a></strong> : Test  rendered HTML files to make sure they’re accurate.</p>
  </li>
  <li>
    <p><strong><a href="https://github.com/whoward/jslint-v8">jslint-v8</a></strong> : Ruby gem for JSLint via the The Ruby Racer library (JavaScript V8 Engine) in a format targeted directly at CI environments and thoroughly tested.</p>
  </li>
  <li>
    <p><strong><a href="https://github.com/grosser/parallel">parallel</a></strong>  : Ruby: parallel processing made simple and fast.</p>
  </li>
  <li>
    <p><strong><a href="https://github.com/bbatsov/rubocop">rubocop</a></strong>  : A Ruby static code analyzer, based on the community Ruby style guide.</p>
  </li>
  <li>
    <p><strong><a href="https://github.com/brigade/scss-lint">scss-lint</a></strong>  : Configurable tool for writing clean and consistent SCSS.</p>
  </li>
  <li>
    <p><strong><a href="https://github.com/guard/guard-bundler">guard-bundler</a></strong>  : Bundler automatically install/update your gem bundle when needed.</p>
  </li>
  <li>
    <p><strong><a href="https://github.com/rubyist/guard-rake">guard-rake</a></strong> : guard-rake runs a rake task when files change.</p>
  </li>
  <li>
    <p><strong><a href="https://github.com/yujinakayama/guard-rubocop">guard-rubocop</a></strong> : Guard plugin for RuboCop.</p>
  </li>
</ul>

<p>We are planning to remove bulma css and add our own css after completing some high priority backlog tasks. In future we will make style guide for the rubynepal website so the contributer can contribute for the design easily. Let’s see how it goes, And if you have any suggestion about design related things and If you found any issues please feel free to create new issues  <a href="https://github.com/RubyNepal/rubynepal.github.io/issues">here</a>.</p>

<h4 id="on-to-the-future">On to the Future</h4>

<p>Some more plugins and gems will be added later during the process of development of the website and then we will update blog accordingly.</p>]]></content><author><name>Madhu Sudhan Subedi</name></author><category term="development" /><summary type="html"><![CDATA[Rubynepal.org website is redesigned and this this post I am going to explain about the tools we used to redesign the rubynepal website.]]></summary></entry><entry><title type="html">Ruby Meetup January 2016</title><link href="https://www.rubynepal.org/blog/ruby-meetup-january-2016" rel="alternate" type="text/html" title="Ruby Meetup January 2016" /><published>2016-01-12T19:56:00+00:00</published><updated>2016-01-12T19:56:00+00:00</updated><id>https://www.rubynepal.org/blog/ruby-meetup-january-2016</id><content type="html" xml:base="https://www.rubynepal.org/blog/ruby-meetup-january-2016"><![CDATA[<p>Happy New Year to all the Rubyists out there from RubyNepal.org. A common way to celebrate new year is by revisiting moments from your past, so I decided to conduct the first edition of the year 2016’s monthly Ruby and Rails Meetup at CloudFactory. It was nostaligic for me to go back to the place from where I learnt so much and is filled with so many good memories.</p>

<p>As for the meetup itself, two presentation talks were given during the event held on Jan 10th, for which around 35 developers turned up.</p>

<p>The first talk was titled “<a href="https://github.com/RubyNepal/rorh/issues/9" class="rnw-link">Performance Improvement of Rails Application</a>” by <a href="https://twitter.com/sadikshagautam" class="rnw-link">Sadiksha Gautam</a>. She is currently working as Software Developer at EnerNOC, a Ruby on Rails based company in Munich, Germany and was eager to share her experience even before she arrived back to Nepal.</p>

<div class="image-wrapper">
  
  <img src="https://secure.meetupstatic.com/photos/event/a/f/8/a/600_445784938.jpeg" alt="Sadiksha Gautam on stage" class="center-image" />
  
  
    <p class="image-caption">Image: Sadiksha Gautam on stage</p>
  
</div>

<p>Some good tips on profiling, caching and optimization were shared along with her <a href="https://files.meetup.com/18762323/Performance_Improvement_Sadiksha_Gautam-Ruby_Nepal_Meetup-Jan_10.pdf" class="rnw-link">slides</a> which you can sneak into your Rails app and claim your performance bonus raise. Kudos to Sadiksha for giving the presentation while being unwell. Get well soon!</p>

<div class="image-wrapper">
  
  <img src="https://secure.meetupstatic.com/photos/event/b/a/0/0/600_445787616.jpeg" alt="Bikash Kaji showing off stickers" class="center-image" />
  
  
    <p class="image-caption">Image: Bikash Kaji showing off stickers</p>
  
</div>

<p><a href="https://www.docker.com/" class="rnw-link">Docker</a> is new rage in the developer universe and DevOps Manager, Bikash Kaji Basukala wasn’t far behind. He showed all the tricks he had pulled off with tools like Docker, Jenkins CI, Github APIs and Hipchat to automate and scale the ever-growing CloudFactory, a Ruby on Rails startup enterprise from Nepal to millions of users around the world.</p>

<div class="image-wrapper">
  
  <img src="https://secure.meetupstatic.com/photos/event/a/f/b/4/600_445784980.jpeg" alt="Jenkins Hell" class="center-image" />
  
  
    <p class="image-caption">Image: Jenkins Hell</p>
  
</div>

<p>Too bad if you missed this <strong>advanced talk</strong> as some serious <em>Q&amp;A</em> took place afterwards which was rather informative to anyone who is facing problem scaling apps from monolith to SOA to microservices. Checkout the cool diagrams from his <a href="https://bit.ly/scaling_ci_with_dockers" class="rnw-link">slides</a> of “<a href="https://github.com/RubyNepal/rorh/issues/12" class="rnw-link">Scaling CI with Docker @ CloudFactory</a>”.</p>

<div class="image-wrapper">
  
  <img src="https://secure.meetupstatic.com/photos/event/a/f/f/9/highres_445785049.jpeg" alt="Interested audience" class="center-image" />
  
  
    <p class="image-caption">Image: Interested audience</p>
  
</div>

<p>If you haven’t heard then we <a href="https://rubynepal-slack.herokuapp.com/" class="rnw-link">hangout</a> on <a href="https://rubynepal.slack.com/" class="rnw-link">Slack</a> and use github issues to schedule and manage our meetup presentations. You can pick/open <a href="https://github.com/RubyNepal/rorh/issues" class="rnw-link">issue</a> if you want to share your experience or want others to present on topic that intrests you.</p>

<p>Meetup attendees thank <a href="https://twitter.com/bibstha" class="rnw-link">Bibek Shrestha</a> from Austria for the wonderful stickers all the way from <a href="https://confreaks.tv/events/rubyconf2015" class="rnw-link">RubyConf 2015 (Texas, US)</a>.</p>

<div class="image-wrapper">
  
  <img src="https://secure.meetupstatic.com/photos/event/9/e/c/0/highres_445480640.jpeg" alt="More stickers courtesy of Bibek Shrestha" class="center-image" />
  
  
    <p class="image-caption">Image: More stickers courtesy of Bibek Shrestha</p>
  
</div>

<p>Also, warm greetings to <a href="https://www.cloudfactory.com/home" class="rnw-link">CloudFactory</a> for allowing us to use the spacious training hall and snacks for the event. Like it’s said, “One step into the past, one into the future”. Both speakers happen to be my good old #RubyFriends and it was good to see some old faces! So, don’t forget your friends and take care of your family.</p>

<p>Have a great year ahead and see you at the next <a href="https://www.meetup.com/Nepal-Ruby-Users-Group/" class="rnw-link">Ruby and Rails meetup</a></p>

<p>Event page: <a href="https://www.meetup.com/Nepal-Ruby-Users-Group/events/226808320/" class="rnw-link">https://www.meetup.com/Nepal-Ruby-Users-Group/events/226808320/</a></p>

<p>High resolution snapshots: <a href="https://www.meetup.com/Nepal-Ruby-Users-Group/photos/26660245/" class="rnw-link">https://www.meetup.com/Nepal-Ruby-Users-Group/photos/26660245/</a></p>

<blockquote>
  <p>Saroj Maharjan - <a href="https://twitter.com/zoraslapen" class="rnw-link">zoras</a></p>
</blockquote>

<blockquote>
  <p>Organiser, <a href="https://www.meetup.com/Nepal-Ruby-Users-Group/" class="rnw-link">Ruby and Rails Meetup</a></p>
</blockquote>]]></content><author><name>Saroj Maharjan</name></author><category term="activities" /><category term="meetup" /><summary type="html"><![CDATA[Happy New Year to all the Rubyists out there from RubyNepal.org. A common way to celebrate new year is by revisiting moments from your past, so I decided to conduct the first edition of the year 2016’s monthly Ruby and Rails Meetup at CloudFactory. It was nostaligic for me to go back to the place from where I learnt so much and is filled with so many good memories.]]></summary></entry><entry><title type="html">Ruby Meetup December 20, 2015</title><link href="https://www.rubynepal.org/blog/ruby-meetup-december-20-2015" rel="alternate" type="text/html" title="Ruby Meetup December 20, 2015" /><published>2015-12-23T18:37:00+00:00</published><updated>2015-12-23T18:37:00+00:00</updated><id>https://www.rubynepal.org/blog/ruby-meetup-december-20-2015</id><content type="html" xml:base="https://www.rubynepal.org/blog/ruby-meetup-december-20-2015"><![CDATA[<p>After months of hurdles and fuel crisis, we’re finally continuing our monthly Ruby Meetup. Around 30 ruby enthusiasts showed up for the december meetup held on 20th December 2015. I was very glad and a little nervous to host the event for the very first time. I would like to thank <a href="https://twitter.com/zoraslapen" class="rnw-link">Saroj</a> dai for providing me the opportunity to host the event.</p>

<div class="image-wrapper">
  
  <img src="https://secure.meetupstatic.com/photos/event/8/8/9/7/600_445174967.jpeg" alt="RubyNepal Meetup Banner" class="center-image" />
  
  
    <p class="image-caption">Image: RubyNepal Meetup Banner</p>
  
</div>

<p>First speaker was <a href="https://twitter.com/nivdul" class="rnw-link">Ludwine Probst</a>, data engineer from France. Despite having Mathematics as her academic background, she talked about how she is enjoying her career as a software developer. She also shared her experience as a developer in France. She explained her journey from France to Asian countries to know more about the woman involvement on IT world. Rather than a talk, it was an interactive session with the meetup participants.</p>

<div class="image-wrapper">
  
  <img src="https://secure.meetupstatic.com/photos/event/d/9/9/e/600_445315710.jpeg" alt="Ludwine Probst interacting with Audience" class="center-image" />
  
  
    <p class="image-caption">Image: Ludwine Probst interacting with Audience</p>
  
</div>

<div class="image-wrapper">
  
  <img src="https://secure.meetupstatic.com/photos/event/d/9/d/f/600_445315775.jpeg" alt="Ganesh Kunwar talking about TDD in Rails" class="center-image" />
  
  
    <p class="image-caption">Image: Ganesh Kunwar talking about TDD in Rails</p>
  
</div>

<p>Second speaker was <a href="https://twitter.com/gkunwar1" class="rnw-link">Ganesh Kunwar</a>, Sr. Ruby Developer from Jyaasa on the topic “Test Driven Development(TDD Basics)”. He briefly explained on how TDD can be practiced easily with gems like RSpec, Test/Unit, Capybara with some code samples. He shared his experience on TDD workflow on codebase. He shed some light on TDD (Test Driven Development) and DDT (Development Driven Test) approach which not only clarified the value of TDD in QC (Quality Control) but also significantly improving the overall architecture of the system design itself. You can download the  slides <a href="https://files.meetup.com/18762323/Test%20Driven%20Development%20%28TDD%29%20-%20Ruby%20Nepal%20Meetup%20-%20Dec%2020%2C2015.pdf" class="rnw-link">here</a></p>

<p>A big thank you to <a href="https://www.cloudfactory.com/home" class="rnw-link">CloudFactory</a> for sponsoring December RubyNepal Meetup and <a href="https://www.facebook.com/IHKathmandu" class="rnw-link">Innovation Hub Kathmandu</a> for the awesome venue.</p>

<p>We are using github issue to manage our meetup presentation. You can open <a href="https://github.com/RubyNepal/rorh/issues" class="rnw-link">issue</a> if you want to share your experience or present on topic that intrests you.</p>

<p>See you at next <a href="https://www.meetup.com/Nepal-Ruby-Users-Group/" class="rnw-link">Ruby and Rails meetup</a></p>

<div class="image-wrapper">
  
  <img src="https://secure.meetupstatic.com/photos/event/d/9/8/4/highres_445315684.jpeg" alt="Audience at RubyNepal Meetup" class="center-image" />
  
  
    <p class="image-caption">Image: Audience at RubyNepal Meetup</p>
  
</div>

<blockquote>
  <p>Susan Joshi - <a href="https://twitter.com/josisusan" class="rnw-link">josisusan</a></p>
</blockquote>

<blockquote>
  <p>Co-organiser, Ruby and Rails Meetup</p>
</blockquote>]]></content><author><name>Susan Joshi</name></author><category term="activities" /><category term="meetup" /><summary type="html"><![CDATA[After months of hurdles and fuel crisis, we’re finally continuing our monthly Ruby Meetup. Around 30 ruby enthusiasts showed up for the december meetup held on 20th December 2015. I was very glad and a little nervous to host the event for the very first time. I would like to thank Saroj dai for providing me the opportunity to host the event.]]></summary></entry><entry><title type="html">Recap: Ruby Meetup September 13</title><link href="https://www.rubynepal.org/blog/recap-ruby-meetup-on-september-2015" rel="alternate" type="text/html" title="Recap: Ruby Meetup September 13" /><published>2015-09-24T10:34:00+00:00</published><updated>2015-09-24T10:34:00+00:00</updated><id>https://www.rubynepal.org/blog/recap-ruby-meetup-on-september-2015</id><content type="html" xml:base="https://www.rubynepal.org/blog/recap-ruby-meetup-on-september-2015"><![CDATA[<p>The monthly Ruby Meetup was held on the 2nd Sunday of September last week. Local ruby enthusiasts came together to quench and moreover arouse appetite for learning.</p>

<p>Two presentations were given during the meetup. First was a follow-up of our <a href="https://www.meetup.com/Nepal-Ruby-Users-Group/events/224417878/" class="rnw-link">last meetup</a> on front-end development; <strong>Asset Management in Rails</strong> by <a href="https://twitter.com/josisusan" class="rnw-link"><em>Susan Joshi</em></a>. Things got serious when <a href="https://twitter.com/prasvinp" class="rnw-link"><em>Prasvin Pandey</em></a> steered ahead to dive into <strong>MetaProgramming in Ruby</strong>. Gladly no-one dozed off as things got pretty cozy.</p>

<ul>
  <li>You can download the slides and example codes from <a href="https://www.meetup.com/Nepal-Ruby-Users-Group/files/" class="rnw-link">here</a>.</li>
</ul>

<p>A big shout out to our sponsors for the September event. <a href="mailto:rubynepal.org@gmail.com" class="rnw-link">Get in touch</a> if you or your company wants to sponsor and promote the event in future.</p>

<p>1) <a href="https://www.facebook.com/IHKathmandu" class="rnw-link">Innovation Hub Kathmandu</a> for graciously allowing us to use the venue.</p>

<p>2) <a href="https://web.archive.org/web/20170611180349/https://www.leapfrog.academy:80/course/ruby-on-rails" class="rnw-link">Leapfrog.Academy</a> who are currently teaching a course on <em>Web Development with Ruby on Rails</em>.</p>

<p>3) <a href="https://codysseynepal.com/" class="rnw-link">Codyssey Web Nepal</a>, a RoR dev shop.</p>

<p>In a true developer fashion, going forward we’ll be using github to manage meetup presentations. You can go ahead and open issues in https://github.com/RubyNepal/rorh/issues for:</p>

<ul>
  <li>
    <p>Either something you want to present on</p>
  </li>
  <li>
    <p>Show off what you have built or working on</p>
  </li>
  <li>
    <p>Things you want to learn about</p>
  </li>
</ul>

<p>I overheard there was an inspiring entrepreneur speech involved during the networking session at the end. <a href="https://www.meetup.com/Nepal-Ruby-Users-Group/photos/26406995/" class="rnw-link">Picture proofs</a></p>

<p>See you at the <a href="https://www.meetup.com/Nepal-Ruby-Users-Group/" class="rnw-link">next Ruby and Rails meetup</a>!</p>

<div class="image-wrapper">
  
  <img src="https://secure.meetupstatic.com/photos/event/2/e/3/a/600_441971834.jpeg" alt="Prasvin Pandey speaking on Metaprogramming in Ruby" class="center-image" />
  
  
    <p class="image-caption">Image: Prasvin Pandey speaking on Metaprogramming in Ruby</p>
  
</div>

<div class="image-wrapper">
  
  <img src="https://secure.meetupstatic.com/photos/event/2/f/e/6/600_441972262.jpeg" alt="Susan Joshi talking about Asset Management in Rails" class="center-image" />
  
  
    <p class="image-caption">Image: Susan Joshi talking about Asset Management in Rails</p>
  
</div>

<div class="image-wrapper">
  
  <img src="https://secure.meetupstatic.com/photos/event/2/e/1/9/600_441971801.jpeg" alt="Audience at Meetup" class="center-image" />
  
  
    <p class="image-caption">Image: Audience at Meetup</p>
  
</div>

<blockquote>
  <p>Saroj Maharjan - <a href="https://twitter.com/zoraslapen" class="rnw-link">zoras</a></p>
</blockquote>

<blockquote>
  <p>Organiser, Ruby and Rails Meetup</p>
</blockquote>]]></content><author><name>Saroj Maharjan</name></author><category term="activities" /><category term="meetup" /><summary type="html"><![CDATA[The monthly Ruby Meetup was held on the 2nd Sunday of September last week. Local ruby enthusiasts came together to quench and moreover arouse appetite for learning.]]></summary></entry><entry><title type="html">Join Ruby and Rails Meetup</title><link href="https://www.rubynepal.org/blog/join-ruby-and-rails-meetup" rel="alternate" type="text/html" title="Join Ruby and Rails Meetup" /><published>2015-08-07T14:03:00+00:00</published><updated>2015-08-07T14:03:00+00:00</updated><id>https://www.rubynepal.org/blog/join-ruby-and-rails-meetup</id><content type="html" xml:base="https://www.rubynepal.org/blog/join-ruby-and-rails-meetup"><![CDATA[<p>Every year around the world there are ruby meetup and rails meetup happenings, so why not organise Ruby/Rails Meetup here at Kathmandu. This meetup will not be just an event but also be a point of unite and interaction and sharing of knowledge and experiences between the distributed ruby developers in kathmandu valley.</p>

<p>This will be a regular event happening once a month, to be specific; every second Sunday of the month starting August 9th, 2015.</p>

<div class="image-wrapper">
  
  <img src="https://pbs.twimg.com/media/CLoUmwqWIAAc9AR.jpg" alt="RubyNepal Meetup Banner" class="center-image" />
  
  
    <p class="image-caption">Image: RubyNepal Meetup Banner</p>
  
</div>

<p>We want a lot of people and groups to be engaged to make this event success. Feel free to suggest us ideas and to come up forward.</p>

<p>And if you want to present or be a speaker at the meetup, you are most welcome and this is your time to send us details.</p>

<p>Thought about speaking? Want to give speaking at Ruby on Rails Meetup a shot, but not sure what to talk about?</p>

<p>Even if you have a tiny inkling that you’d want to speak, like your experience, technology, tips and tricks, even maybe a tutorial, we’ll help you to ideate, write and present.</p>

<p>Great business starts with unsurpassed people skills, it is a great oppurtunity for tech business houses to be promoted and find connections at the event. We welcome sponsorship of any kind financial, promotional, resources or even may be a service or server.</p>

<p>For more details and to RSVP checkout our meetup page at <a href="https://www.meetup.com/Nepal-Ruby-Users-Group/" class="rnw-link">https://www.meetup.com/Nepal-Ruby-Users-Group/</a></p>

<p>See you at the next Ruby and Rails meetup!</p>

<blockquote>
  <p>Edited and reposted by Saroj Maharjan (orginal content by Rohit Joshi)</p>
</blockquote>

<blockquote>
  <p>Saroj Maharjan - <a href="https://twitter.com/zoraslapen" class="rnw-link">zoras</a></p>
</blockquote>

<blockquote>
  <p>Organiser, Ruby and Rails Meetup</p>
</blockquote>]]></content><author><name>Saroj Maharjan</name></author><category term="activities" /><category term="meetup" /><summary type="html"><![CDATA[Every year around the world there are ruby meetup and rails meetup happenings, so why not organise Ruby/Rails Meetup here at Kathmandu. This meetup will not be just an event but also be a point of unite and interaction and sharing of knowledge and experiences between the distributed ruby developers in kathmandu valley.]]></summary></entry><entry><title type="html">Monthly Dev Meetup July 2014</title><link href="https://www.rubynepal.org/blog/dev-meetup-july-26-2014" rel="alternate" type="text/html" title="Monthly Dev Meetup July 2014" /><published>2014-07-31T19:37:00+00:00</published><updated>2014-07-31T19:37:00+00:00</updated><id>https://www.rubynepal.org/blog/dev-meetup-july-26-2014</id><content type="html" xml:base="https://www.rubynepal.org/blog/dev-meetup-july-26-2014"><![CDATA[<p>The tech scene in Kathmandu is ever growing but it is rather lacking a sense of community. Dev Meetup aims to fill this void with a regular meetup for developers where like minded individuals can gather, get to know each other and share their ideas/views.</p>

<p>The meetup will be carried out monthly (last Saturday of the month) to cover web development topics like ‘ruby’, ‘rails’, ‘javascript’, ‘devops’, ‘databases’, etc.</p>

<p>The first successful <a href="https://www.facebook.com/events/768447783198796/" class="rnw-link">Dev Meetup</a> was held on July 26, 2014 at CloudFactory.</p>

<p>Next Dev Meetup is scheduled for August 30th, 2014 at the same venue. Sign up at <a href="https://plus.google.com/events/cr78vpsi1466vv0ldj990fdgdr8" class="rnw-link">https://plus.google.com/events/cr78vpsi1466vv0ldj990fdgdr8</a> to join us.</p>

<p>Kudos to CloudFactory for sponsoring both the events.</p>

<p>Follow us <a href="https://twitter.com/ruby_nepal" class="rnw-link">@ruby_nepal</a> for latest updates and news.</p>

<p>If you are not sure what to expect or missed the 1st Dev Meetup, check out the pics and videos from the first one.</p>

<hr />

<p><strong>Pictures</strong></p>

<div class="image-wrapper">
  
  <img src="https://pbs.twimg.com/media/BtdOPL3CMAAlPlN.jpg" alt="Ruby Meetup" class="center-image" />
  
  
    <p class="image-caption">Image: Ruby Meetup</p>
  
</div>

<div class="image-wrapper">
  
  <img src="https://pbs.twimg.com/media/BtdmzUJCUAEDi0W.jpg" alt="Audience at Meetup" class="center-image" />
  
  
    <p class="image-caption">Image: Audience at Meetup</p>
  
</div>

<hr />

<p><strong>FB Event Pics and Details:</strong>
<a href="https://www.facebook.com/events/768447783198796/" class="rnw-link">https://www.facebook.com/events/768447783198796/</a></p>

<hr />

<p><strong>Videos And Slides:</strong></p>

<p><strong><em>I) 10 Ways We Can Be Better by Mark Sears</em> - <a href="https://twitter.com/marktsears" class="rnw-link">@marktsears</a></strong></p>

<p><a href="https://bit.ly/ktmdevmeetup" class="rnw-link">Slides - Mark DevMeetup Talk</a></p>

<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style>
<div class="embed-container">    <iframe title="YouTube video player" width="640" height="390" src="//www.youtube.com/embed/COBCnZls5rE" frameborder="0" allowfullscreen=""></iframe></div>

<hr />

<p><strong><em>II) Ansible by Bikash Kaji Basukala</em> - <a href="https://twitter.com/kajisaap" class="rnw-link">@kajisaap</a></strong></p>

<p><a href="https://bit.ly/kajionansible" class="rnw-link">Slides - Kaji DevMeetup Talk</a></p>

<div class="image-wrapper">
  
  <img src="https://pbs.twimg.com/media/BtdXoatCcAAmTPB.jpg" alt="Bikash Kaji Basukala speaking about Ansible" class="center-image" />
  
  
    <p class="image-caption">Image: Bikash Kaji Basukala speaking about Ansible</p>
  
</div>

<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style>
<div class="embed-container">    <iframe title="YouTube video player" width="640" height="390" src="//www.youtube.com/embed/ZKoSG8bxw0A" frameborder="0" allowfullscreen=""></iframe></div>

<hr />

<p><strong><em>III) Ember.js with Ember-Cli by Sachin Sagar Rai</em> - <a href="https://twitter.com/millisami" class="rnw-link">@millisami</a></strong></p>

<p><a href="https://nepalonrails.com/blog/2014/07/emberjs-app-using-ember-cli/" class="rnw-link">Slides - Millisami DevMeetup Talk</a></p>

<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style>
<div class="embed-container">    <iframe title="YouTube video player" width="640" height="390" src="//www.youtube.com/embed/ZZ_HCTb5I1lM" frameborder="0" allowfullscreen=""></iframe></div>

<hr />

<p>If you want to be a speaker in future meetups or wish someone would impart the knowledge or have any  suggestions, then do let us know. If you want to host / sponser the event at your company then ping <a href="https://twitter.com/zoraslapen" class="rnw-link">@zoraslapen</a>.</p>

<p>Looking forward to meet you guys!</p>

<blockquote>
  <p>Saroj Maharjan - <a href="https://github.com/" class="rnw-link">zoras</a></p>
</blockquote>

<blockquote>
  <p>Organiser, Dev Meetup</p>
</blockquote>]]></content><author><name>Saroj Maharjan</name></author><category term="activities" /><category term="meetup" /><summary type="html"><![CDATA[The tech scene in Kathmandu is ever growing but it is rather lacking a sense of community. Dev Meetup aims to fill this void with a regular meetup for developers where like minded individuals can gather, get to know each other and share their ideas/views.]]></summary></entry><entry><title type="html">Ruby on Rails Training at Hetauda School Of Management</title><link href="https://www.rubynepal.org/blog/ror-trainings-at-hetauda-school-of-management" rel="alternate" type="text/html" title="Ruby on Rails Training at Hetauda School Of Management" /><published>2013-06-12T22:47:00+00:00</published><updated>2013-06-12T22:47:00+00:00</updated><id>https://www.rubynepal.org/blog/ror-trainings-at-hetauda-school-of-management</id><content type="html" xml:base="https://www.rubynepal.org/blog/ror-trainings-at-hetauda-school-of-management"><![CDATA[<p>We are organising 4 sessions(one session per 2 week) ruby on rails training series at Hetauta School of Management for BIM final year students from May 25, 2013. We recieved an special invitation from the college to do this training ans we are pleased to aid the college for conducting such extra curricular programs that will help students to broaded their skills and also we are happy to spread the ruby and ruby on rails wisedom to our next-generation IT professionals.</p>

<p>Our training structure is designed as shown below:</p>

<ul>
  <li>[May 25] Front-End Web Basics (HTML5/CSS3, Javascript/JQuery, AJAX, JSON)</li>
  <li>[June 8] Ruby Literacy session (Ruby Installation and Ruby Basics, irb, OOP and Ruby, Modules and File Operations, Blocks )</li>
  <li>[June 22] Getting started with Rails (RubyGems, Rails Installation, Rails Basics)</li>
  <li>[July 6] Up with Rails ( Advance Rails, debugging, deloyment with heroku, Project)</li>
</ul>

<p>if you are around Hetauda, You can catch us at Hetauda School Of Management.</p>]]></content><author><name>Rohit Joshi</name></author><category term="activities" /><category term="training" /><summary type="html"><![CDATA[We are organising 4 sessions(one session per 2 week) ruby on rails training series at Hetauta School of Management for BIM final year students from May 25, 2013. We recieved an special invitation from the college to do this training ans we are pleased to aid the college for conducting such extra curricular programs that will help students to broaded their skills and also we are happy to spread the ruby and ruby on rails wisedom to our next-generation IT professionals.]]></summary></entry><entry><title type="html">How we build rubynepal using Octopress</title><link href="https://www.rubynepal.org/blog/how-we-build-rubynepal-using-octopress" rel="alternate" type="text/html" title="How we build rubynepal using Octopress" /><published>2013-06-06T19:18:00+00:00</published><updated>2013-06-06T19:18:00+00:00</updated><id>https://www.rubynepal.org/blog/how-we-build-rubynepal-using-octopress</id><content type="html" xml:base="https://www.rubynepal.org/blog/how-we-build-rubynepal-using-octopress"><![CDATA[<p>This is not another getting started with octopress guide, this is sharing of our experience and couple of hacks we did while developing rubynepal, that may be helpful to others.</p>

<p>In the beginning of June 2013, We came up with this idea of building a community website for ruby developers of nepal.
We didn’t need to have a full content management features but we needed features like blog support, pages support, ease for deployments and easy contributing mechanism. Finally, we decided to build rubynepal.org with <a href="https://octopress.org" class="rnw-link">octopress</a> and github pages. With this we could to tap out Markdown without needing a web-based WYSIWYG editor and type a command to send everything up to the free Github Pages service and our whole website would be a github repo, perfect for collaboration.</p>

<p>The <a href="https://octopress.org/docs/" class="rnw-link">docs</a> has pretty neat documentation for installing octopress, configuring setting up github pages. Within few minutes basic website was up at github pages.</p>

<p>Next, themes, we forked this beautiful and responsive theme <a href="https://github.com/shashankmehta/greyshade" class="rnw-link">greyshade</a> and customized it. Upto here we had a basic rubynepal.org up and running.</p>

<p>Now, octopress has its root path that displays the posts ie. essentially blog index, but we needed to have a page instead of blog index.
For this, first we moved <em>source/index.html</em> to <em>source/blog/index.html</em>. Then, created a markdown where we wrote what is to be there in homepage.
We put all such kinds of markdown inside <em>_partial</em> folder.
Then, in <em>source/index.html</em> we got rid of all exsiting code with</p>

<figure class="highlight"><pre><code class="language-html" data-lang="html"><table class="rouge-table"><tbody><tr><td class="gutter gl"><pre class="lineno">1
2
3
4
5
6
</pre></td><td class="code"><pre>  ---
  layout: default
  ---
  <span class="nt">&lt;div</span> <span class="na">id=</span><span class="s">"page_about"</span><span class="nt">/&gt;</span>
    {% render_partial _partial/about.markdown %}
  <span class="nt">&lt;/div&gt;</span>
</pre></td></tr></tbody></table></code></pre></figure>

<p>This way about.markdown will be rendered in root page while blog index will be available at <em>/blog</em>.</p>

<p>Now we had to put a list of developers and advisors info in members page. One way was to dump those info to a yml file and access data from there. Matt Swanson has excellent write on how to do that in his <a href="https://mdswanson.com/blog/2013/06/03/jekyll-201.html" class="rnw-link">blog</a>. With this, we could dump the data from yml file to jekyll <em>site</em> variable.</p>

<p>Finally, we built a small heroku app that powers the join page forms and we have rubynepal.org as how it is now.</p>]]></content><author><name>Rohit Joshi</name></author><category term="development" /><summary type="html"><![CDATA[This is not another getting started with octopress guide, this is sharing of our experience and couple of hacks we did while developing rubynepal, that may be helpful to others.]]></summary></entry></feed>