deccanrubyconf / deccanrubyconf.github.io

Deccan Ruby Conf
https://www.deccanrubyconf.org
MIT License
2 stars 5 forks source link

Program page #87

Closed prathamesh-sonpatki closed 5 years ago

prathamesh-sonpatki commented 5 years ago

We need a page similar to https://www.rubyconfindia.org/program/ It should have sharable URL.

Title:  Testing Your Infrastructure as Code
Abstract:
In this talk, I will discuss about how to write tests for Infrastructure as Code (IaC). I will demonstrate how to provision a Kubernetes cluster a la Kelsey Hightower’s Kubernetes The Hard Way using Ruby based IaC tools, tested with ServerSpec.
Speaker: Iqbal Farabi
Title: An error reporting tool - using Rack Engine and Active Support Instrumentation
Abstract:
Simple, efficient error tracking tool. It’s a Rack-based gem, with small memory footprints & built for performance. It uses Active Support Instrumentation to capture errors & uses threads to process multiple requests simultaneously. It’s not the tool to speak about, it’s the unique way we built it.
Speaker: Kapil Bhosale
Title: Association Caching with Mongoid & ActiveRecord / ActiveResource in Rails
Abstract:
Do you use Mongoid/ActiveRecord/ActiveResource? Have you used them together in one app? Do you define associations between models? How often do those associations change? Why not cache the necessary attributes of the association and avoid JOINS and LOOKUPs / API hits? Want to know how this is done?
Speaker: Prashant Chaudhari
Title: Building a Customer Facing Analytics Platform
Abstract:
My team at Aspera IBM created a real-time data analytics platform using Kafka, Spark, Cassandra and Ruby on Rails. Spark parses and writes the data to Cassandra and Kafka. Our Rails application handles GET requests and websockets. Our customers now have access to real-time & highly detailed data.
Speaker: Laura Kirby
Title: Debugging Ruby Memory Issues - all you need to know
Abstract:
A typical Rails application that is doing CRUD or IO intensive tasks running in production, often hits limitations on RAM side than the processor side. This talk goes into details of why and how applications should be optimised when running on production - specifically memory management part.
Speaker: Ratnadeep Deshmane

@sonamvg Can you check this issue

sonamvg commented 5 years ago

Where do you want this link?

prathamesh-sonpatki commented 5 years ago

@sonamvg On home page. We also need to show actual home page now with link to speakers, program.

sonamvg commented 5 years ago

Ok. Is 'splashy home page' to be removed?

prathamesh-sonpatki commented 5 years ago

Yes, as we are closer to the conference now we need to show actual content now

On Fri, 26 Jul 2019 at 8:38 AM, sonamvg notifications@github.com wrote:

Ok. Is 'splashy home page' to be removed?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/deccanrubyconf/deccanrubyconf.github.io/issues/87?email_source=notifications&email_token=AAEXVNSGBUUWO7GENYRMOXLQBKEVRA5CNFSM4IGBCPO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD23RUTY#issuecomment-515316303, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEXVNWUCVSRTUK2CTC5QODQBKEVRANCNFSM4IGBCPOQ .

--

  • Prathamesh prathamesh.tech
sonamvg commented 5 years ago

Prathamesh, The html template is ready. However I am having trouble adding the 'program' link on 'puts menu grid' or making a shareable link. download

sonamvg commented 5 years ago

I have committed my changes in 'add-program' branch for you to see once. I have temporarily removed schedule and added program. If possible, let me know which template we are using so I can check the issues I'm facing in detail.

anuja-joshi commented 5 years ago

@vipulnsward @sonamvg can we have direct links on actual page? for speaker, program, sponsors, venue etc?

vipulnsward commented 5 years ago

Yeah, I think they can be added now here: https://monosnap.com/file/r8CyOVEKko8etxh7epKDZsFQBv3kL1

vipulnsward commented 5 years ago

@prathamesh-sonpatki have the times been decide? This is how the program looks right now: https://www.deccanrubyconf.org/#program

anuja-joshi commented 5 years ago

Yeah, I think they can be added now here: https://monosnap.com/file/r8CyOVEKko8etxh7epKDZsFQBv3kL1

Yes, or at top right corner.

prathamesh-sonpatki commented 5 years ago

Looks good, schedule is still work in progress. It will be ready in a day or two.