Reverted back to hyde-x theme and removed all meetup related content

This commit is contained in:
Salar Rahmanian 2018-02-18 00:25:45 -08:00
parent 1e44952695
commit 1a64efac69
293 changed files with 6963 additions and 3234 deletions

View file

@ -1,46 +0,0 @@
+++
Title = "Scala Project night and Lightning Talks - June 2017"
Slug = "scala-dc-june-2017"
date = "2017-06-22T08:54:57-05:00"
Description = "Notes on Scala DC meetup in June 2017"
menu = "main"
keywords = ["meetup", "scala", "DC", "Nova", "Washington", "Virginia"]
Topics = ["meetup"]
Tags = ["meetup", "scala", "vim"]
meetup_url = "https://www.meetup.com/dc-scala/events/240386195/"
speaker_url = ""
slides_url = ""
+++
At this meetup we watched a video on frontend development using Scala and
scala.js recorded at this years Scaladays. The presenter [Otto
Chrons](https://twitter.com/ochrons?lang=en) gave a humourous and inspiring
talk on this topic and introduced us to his new UI framework
[Suzaku](https://github.com/suzaku-io/suzaku). By the way he is looking for
contributors to this project so if you are looking for an open source scala
project to contribute to this would be a great one.
If you want to watch the video it can be found here:
### [How I learned to stop worrying and love the frontend by Otto Chrons](https://www.youtube.com/watch?v=nfCGdbfiJGU) ###
After the video we had discussions about scala.js and a few of the attendees
went to the scala.js documentation and created a hello world program using it
to get familiar with it. It was great fun and in future meetups we are thinking
of doing more learning and coding activities to learn scala.js as a group.
If anyone knows me personally they know that I am a big fan of vim as my text
editor. So lately I have been doing 90% of my scala coding using vim and
[ensime](http://ensime.org/). So I did a demo of how I have setup
[neovim](https://neovim.io/) and how I use it.
For anyone who attended the meetup and is keen to have the same setup my
dotfiles can be found here:
### [Salar Rahmanian's dotfiles](https://github.com/softinio/dotfiles) ###
It was great to see everyone who attended, hope to see more scala types at our
next event:
[Upcoming Scala DC Meetups](https://www.meetup.com/dc-scala/)

View file

@ -4,16 +4,12 @@ Description = "About Salar Rahmanian"
keywords = ["Salar", "Rahmanian", "Salar Rahmanian"]
menu = "main"
slug = "salar-rahmanian"
title = "Salar Rahmanian"
title = "About Me"
+++
![Rahmanian Family](/static/img/rahmanian.png)
I , [Salar Rahmanian](https://www.softinio.com), am a software developer based in San Francisco Bay area, California USA. I have over 20 years of experience in software and web development.
I , [Salar Rahmanian](https://www.softinio.com), am a software developer based in Washington DC, USA. I have over 20 years of experience in software and web development.
I am married to my wonderful wife, [Leila Rahmanian](http://www.foofoolmom.com). We have two sons and a daughter, [Valentino Rahmanian](http://www.valentinorahmanian.com) who was born in December 2013, [Caspian Rahmanian](http://www.caspianrahmanian.com) who was born in December 2014 and Persephone Rahmanian who was born in February 2017.
I am married to my wonderful wife, [Leila Rahmanian](http://www.foofoolmom.com). We have two sons and a daughter, [Valentino Rahmanian](http://www.valentinorahmanian.com) who was born in December 2013, [Caspian Rahmanian](http://www.caspianrahmanian.com) who was born in December 2014 and Persephone Rahmanian who was born in February 2017. We also have a cheeky french bulldog called Sir Edward.
![Salar Rahmanian Family](/img/SalarRahmanianFamily.jpg)
![Rahmanian Family](/static/img/family.jpg)
![Leila and Salar](/static/img/LeilaSalar.jpg)
![Rahmanian Family](/static/img/familycollage.jpg)
![Sir Edward](/static/img/SirEdward.jpg)

View file

@ -1,47 +0,0 @@
+++
title = "Sponsoring a Meetup"
date = "2017-06-24"
slug = "sponsor-a-meetup"
description = "How and why to be a sponsor of one of the meetup's I run."
menu = "main"
keywords = ["meetup"]
tags = ["meetup"]
+++
# Sponsoring a Meetup #
I run 4 meetups in DC Tech community with the purpose of creating a community
where attendees learn from each other, share experiences and motivate each
other to sharpen their technical skills finding time for that side project.
As these events are not run for profit we need a venue to meet and some food
and drinks for our members. So we look to sponsors to provide these in exchange
for the sponsor being able to promote their brand or offering at the start of
the meetup.
# Meetup Agenda #
- 5.30pm - Set up venue, Speakers arrive and get setup
- 5.45pm - Food Arrives
- 6.00pm - Event starts - open networking
- 6.30pm - Event host will introduce the event and announcements
- 6.40pm - Food and Drink Sponsor Talk
- 6.50pm - Venue Sponsor Talk
- 7.00pm - Main Presentation / Talk
- 8.30pm - More networking
- 9.00pm - Event ends.
# Do you want to sponsor an event #
Please fill in this form: [I want to sponsor a meetup](https://docs.google.com/a/softinio.com/forms/d/1PMGNTHf8l-gzrZhW1sOi_LE0cTcwh9VQR1hY2g-XgVY/viewform?edit_requested=true)
# Notes for our sponsors #
- For food Pizza is the standard but feel free to order anything else you want
just please make sure there is a vegetarian option.
Even better if there is low carb and/or gluten free option
- For drinks the standard is beer and some variety of soda
- To know how much food and drinks to order please look at the meetup page for
the event the day before and make sure there is enough for around 50% to
60% of the RSVP to the event as a guideline.
# Venue Sponsor #
Our current venue sponsor is [Snagajob Engineering](https://engineering.snagajob.com) big thanks to them.

View file

@ -18,7 +18,7 @@ Here is an overview of what is involved in getting your Laravel 4 apps authentic
## Install the Fastpass PHP SDK
*****Create a folder to install the library in**
**Create a folder to install the library in**
```
$ mkdir app/lib
$ mkdir app/lib/getsatisfaction
@ -149,7 +149,7 @@ class SatisfactionController extends BaseController
```
Now we need to create the two views used by this controller, one with a login form and one view which logs the user into the get satisfaction service.
**For the login form we create the view ** *app/views/satisfaction/login.blade.php*
For the login form we create the view *app/views/satisfaction/login.blade.php*
This can be a copy of the login form you currently use within your Laravel app but with the form action changed to use the new *SatisfactionController*.

View file

@ -16,7 +16,7 @@ Here some simple notes on how I setup and use [pyenv][3] :
## Installing on Mac OS X ##
*Install Using [homebrew][5]*
**Install using [homebrew][5]**
```
$ brew install pyenv pyenv-virtualenv