Idea Blog

Page 5 of 10

Previous page

React Conditional Rendering Methods 

Shristina Nakarmi (Software Engineer (Ruby on Rails)) 11 Min. Read Sep 29, 2019

In a conditional render a component decides based on one or several conditions which elements it will return. For instance, it can either return a list of items or a message that says "Sorry, the list is empty".
Read More..

Memory Leaks On Android 

Kishor Mainali (Software Engineer (Flutter | Android)) 4 Min. Read Sep 29, 2019

This blog is all about finding and solving memory leaks in an Android application.
Read More..

Es6 Important Features | Learn Es6 In 1 Hour 

Suman Tiwari (Software Engineer (Ruby on Rails)) 4 Min. Read Sep 23, 2019

In the end, ECMA Script 6 gives us very useful and common features of classes, arrow functions, interpolation etc. This helps to make javascript easy to understand and use.
Read More..

Context Api React 

Roman Khadka (Team Lead (Ruby on Rails)) 3 Min. Read Sep 22, 2019

Context api as an alternative to Redux to manage the state in a React application.
Read More..

Some Helpful Topic For Learning React 

Rojan Sunar (Software Engineer (Ruby on Rails)) 3 Min. Read Sep 22, 2019

React JS is Javascript library for building the User Interface. It is used to build a single page applications.
Read More..

Basic Tutorial For React And Rails 

Sumin Parajuli (Software Engineer (Ruby on Rails)) 5 Min. Read Sep 22, 2019

This post can be helpful for learning basics on how to use react as front end and ruby as backend for a beginner.
Read More..

Data Structure Trees In Ruby 

Suman Tiwari (Software Engineer (Ruby on Rails)) 2 Min. Read Sep 16, 2019

Trees are the non-linear structure where data are placed in some hierarchical order. Among trees, binary tree is one of the most popular data structure in ruby.
Read More..

Spread Operator In Js 

Roman Khadka (Team Lead (Ruby on Rails)) 3 Min. Read Sep 16, 2019

Spread operator is a very handy operator in Javascript that not many people use.
Read More..

Syntactically Awesome Stylesheets 

Rojan Sunar (Software Engineer (Ruby on Rails)) 3 Min. Read Sep 15, 2019

SASS stands for Syntactically Awesome Stylesheets which is a CSS pre-processor. Pre-processor is simply a program that process a input data and produces an output and that output is used in another program.
Read More..

Ruby Gem 

Suman Tiwari (Software Engineer (Ruby on Rails)) 3 Min. Read Sep 9, 2019

Ruby gem is a module/library which can be installed into a project having ruby platform. It is the a package to integrate specific functionality required for the system.
Read More..

Next page