Added first meetup blog
This commit is contained in:
parent
21c571749c
commit
2daadd6dc0
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
Title = ""
|
||||
Tescription = ""
|
||||
Description = ""
|
||||
Tags = [
|
||||
"development",
|
||||
]
|
||||
|
|
|
@ -1,14 +1,21 @@
|
|||
+++
|
||||
Title = ""
|
||||
date = "2014-01-09T08:54:57-05:00"
|
||||
Slug = ""
|
||||
Description = ""
|
||||
Summary = ""
|
||||
menu = "main"
|
||||
keywords = ["meetup"]
|
||||
Topics = ["meetup"]
|
||||
Tags = ["meetup"]
|
||||
meetup_url = ""
|
||||
speaker_url = ""
|
||||
slides_url = ""
|
||||
+++
|
||||
|
||||
|
||||
|
||||
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/)
|
||||
|
||||
|
||||
|
|
46
content/meetup/scala-dc-june-2017.md
Normal file
46
content/meetup/scala-dc-june-2017.md
Normal file
|
@ -0,0 +1,46 @@
|
|||
+++
|
||||
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/)
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
{{ partial "meta_aside.html" . }}
|
||||
{{ partial "meetup_aside.html" . }}
|
||||
|
||||
{{ partial "disqus.html" . }}
|
||||
{{ partial "footer.html" . }}
|
||||
|
|
9
layouts/partials/meetup_aside.html
Normal file
9
layouts/partials/meetup_aside.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{ $baseurl := .Site.BaseURL }}
|
||||
|
||||
<aside id="meta">
|
||||
{{ partial "meetup_details.html" . }}
|
||||
</aside>
|
||||
|
||||
<meta itemprop="wordCount" content="{{ .WordCount }}">
|
||||
<meta itemprop="datePublished" content="{{ .Date.Format "2006-01-02" }}">
|
||||
<meta itemprop="url" content="{{ .Permalink }}">
|
25
layouts/partials/meetup_details.html
Normal file
25
layouts/partials/meetup_details.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
{{ $baseurl := .Site.BaseURL }}
|
||||
<div>
|
||||
<section id="datecount">
|
||||
<h4 id="date"> {{ .Date.Format "Mon Jan 2, 2006" }} </h4>
|
||||
<h5 id="wc"> {{ .FuzzyWordCount }} Words </h5>
|
||||
<h5 id="readtime"> Read in about {{ .ReadingTime }} Min </h5>
|
||||
<h5><a href={{ $.Params.meetup_url }}>Link: Scala DC June 2017 Meetup</a></h5>
|
||||
</section>
|
||||
<ul id="tags">
|
||||
{{ range .Params.tags }}
|
||||
<li> <a href="{{ $baseurl }}/tags/{{ . | urlize }}">{{ . }}</a> </li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4>I run the following meetups</h4>
|
||||
<ul>
|
||||
<li><a href="https://www.meetup.com/AngularJS-DC/">Angular DC</a><li>
|
||||
<li><a href="https://www.meetup.com/dc-scala/">Scala DC</a><li>
|
||||
<li><a href="https://www.meetup.com/Washington-DC-Elastic-Fantastics/">ELastic Washington, User group</a><li>
|
||||
<li><a href="https://www.meetup.com/Tech_Fusion/">Tech Fusion</a><li>
|
||||
|
||||
</ul>
|
||||
</div>
|
|
@ -21,8 +21,12 @@
|
|||
<!-- <li> <a href="http://feeds.feedburner.com/spf13" target="_blank" title="Subscribe by RSS" class="rss"><span class="icon icon-feed-2"></span>RSS</a> </li> -->
|
||||
<li> <a href="http://www.twitter.com/SalarRahmanian" target="_blank" title="Follow me on Twitter" class="twitter"><span class="icon icon-twitter"></span>Twitter</a> </li>
|
||||
<li> <a href="http://www.linkedin.com/in/salarrahmanian" target="_blank" title="LinkedIn" class="linkedin"><span class="icon icon-linkedin"></span>LinkedIn</a> </li>
|
||||
<li> <a href="http://github.com/softinio" target="_blank" title="GitHub" class="github"><span class="icon icon-github"></span>GitHub</a> </li>
|
||||
<li> <a href="https://plus.google.com/+SalarRahmanian" target="_blank" title="Google+" class="googleplus"><span class="icon icon-google-plus"></span>Google+</a> </li>
|
||||
<li> <a
|
||||
href="https://stackoverflow.com/users/story/1930869"
|
||||
target="_blank" title="Stackoverflow"
|
||||
class="googleplus"><span class="fa fa-stack-overflow"></span> Stackoverflow</a> </li>
|
||||
<li> <a href="http://github.com/softinio" target="_blank" title="GitHub" class="github"><span class="icon icon-github"></span>GitHub</a> </li>
|
||||
<!-- <li> <a href="http://slideshare.com/spf13" target="_blank" title="SlideShare" class="slideshare"><span class="icon icon-slideshare"></span>SlideShare</a> </li> -->
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue