Archive for Suman Tiwari

System Design Concepts 

Suman Tiwari (Software Engineer (Ruby on Rails)) 1 Min. Read Dec 9, 2019

System design is a process to transform user requirements into some suitable form, which helps the programmer in software coding and implementation. It is the step in software development that allows programmers to get the overall picture of required software.
Read More..

Additional Ruby Literals 

Suman Tiwari (Software Engineer (Ruby on Rails)) 1 Min. Read Dec 9, 2019

Ruby has many literals that is uncommon for starters. It consists of literals like rational, complex literal, string percent literal, character literals etc. which are useful in specific situations.
Read More..

React Features 

Suman Tiwari (Software Engineer (Ruby on Rails)) 2 Min. Read Oct 14, 2019

React has been rapidly growing popularity among developers due to its simplified features like JSX, components, virtual DOM etc. So, with these features react can make any beginner understand the concept and learn it easily.
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..

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..

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..

Ruby Mixin 

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

Ruby mixin is the easiest way to add functionality to classes. It is more powerful than inheritance in terms of usage. So, it is the best way to inherit features in Ruby.
Read More..

Active Jobs In Rails 

Suman Tiwari (Software Engineer (Ruby on Rails)) 2 Min. Read Aug 26, 2019

Active Job is a framework in Ruby on Rails for creating, scheduling and executing background jobs. This will help users to perform jobs separately from the normal execution cycle of the system.
Read More..

Ruby Programming And Its Basic Conventions 

Suman Tiwari (Software Engineer (Ruby on Rails)) 5 Min. Read Aug 18, 2019

What is Ruby programming and what are its basic conventions to be followed.
Read More..

Middleman And Its Uses 

Suman Tiwari (Software Engineer (Ruby on Rails)) 1 Min. Read Aug 12, 2019

Middleman is a static site generator using all the shortcuts and tools in modern web development.
Read More..

Search Engine Optimization(seo) 

Suman Tiwari (Software Engineer (Ruby on Rails)) 2 Min. Read Jun 14, 2019

Search Engine Optimization (SEO) is the process of making our content optimized for better ranking in search engines result. It is the idea of getting better traffic on our site for free. Popular search engines like Google, Yahoo, Bing etc are like a librarian which shows us best search results based on optimized contents in a website.
Read More..