header-banner-image

Hello, We Are

Codyssey

Let's make your

digital ideas a reality

Blog

Excerpts from the latest escapades of our members.

blog-image
6 February 2020

16th Ruby on Rails Meetup Kathmandu, Nepal

The 16th Episode of the Ruby on Rails Himalayan meetup was hosted at the Codyssey Office in Kathmandu, Nepal. The two talks for this meetup were 'ActiveSupport Instrumentation' and 'Comments in Rails Migrations and Databases' presented by Dipendra Shrestha and Suman Awal.

Read More
blog-image
6 January 2018

Material UI with React

What is Material Design ? You might be hearing about material design frequently these days.What is material design? According to material.io: Material Design is a unified system that combines theory, resources, and tools for crafting digital experiences. Material Design is this concept developed by Google which makes the design of our application neat,clean and highly attractive.It contains various rules for animation, style, layout, components, patterns and usability.It is a visual language to help designers create websites and apps that are accessible,practical and usable.

Read More
blog-image
6 January 2018

Google Sign in with Rails API

Adding Google Sign In With Rails and React For this blog post we will be using ruby version 2.4.0 and rails version 5.1.4 as backend and React/Redux as frontend. Adding Google Sign in functionality in your application can be done in two popular ways. Adding google sign in functionality in the frontend with google api client gapi. Adding google sign in functionality logic in the backend server. If your application has separate backendend with APIs feeding data to the frontend React application, I suggest you to follow the step 2.

Read More
blog-image
6 December 2017

Getting Started With Hugo Sites

Hugo Framework Hugo is a fast and modern static site generator written in Go, and designed to make website creation fun again. Hugo is a general-purpose website framework. Technically speaking, Hugo is a static site generator. Unlike systems that dynamically build a page with each visitor request, Hugo builds pages when you create or update your content. Since websites are viewed far more often than they are edited, Hugo is designed to provide an optimal viewing experience for your website’s end users and an ideal writing experience for website authors.

Read More