Idea Blog

Page 1 of 10

Rdbms 

Sanju Basnet (Associate Software Engineer (Ruby on Rails)) 4 Min. Read Jul 22, 2021

Stands for "Relational Database Management System." An RDBMS is a DBMS designed specifically for relational databases. Therefore, RDBMSes are a subset of DBMSes.
Read More..

Database Normalization 

Mukesh Mahara (Associate Software Engineer (Ruby on Rails)) 3 Min. Read Jul 22, 2021

Normalization is a database design technique that reduces data redundancy and eliminates undesirable characteristics like Insertion, Update and Deletion Anomalies.
Read More..

Material Design 

Sanju Basnet (Associate Software Engineer (Ruby on Rails)) 3 Min. Read Jul 1, 2021

This blog is about design language introduced by google in 2014.
Read More..

How I Start My Development Setup Now, With Bash 

Sushil Bajracharya (Software Engineer (React JS)) 6 Min. Read Jun 27, 2021

In this blog, we learn what is bash, bash scripting, alias,and how I automated starting my development setup with single word commands.
Read More..

Uml Diagram 

Mukesh Mahara (Associate Software Engineer (Ruby on Rails)) 6 Min. Read Jun 25, 2021

UML Diagram is the standard way of visualizing, specifing, constructing and documenting information about the system.
Read More..

Python Decorators Plain @Powerful 

Milan Malla (Software Engineer (Python)) 3 Min. Read May 28, 2021

Basic introduction of decorators in python.
Read More..

Introducing Redux 

Barsha Upadhyaya (Associate Software Engineer (React JS)) 7 Min. Read May 23, 2021

As react is all about rendering content on a screen and handling user interaction, its primary goal is not really around maintaining.
Read More..

Promise And Async/Await Javascript 

Sushil Bajracharya (Software Engineer (React JS)) 13 Min. Read May 20, 2021

In this blog we learn what is a Promise in javascript and how we can handle them using Async/Await.
Read More..

Serializers In Django 

Rishav Paudel (Software Engineer (Python, Django)) 1 Min. Read May 20, 2021

Overview of Django Serializers
Read More..

Cypress End To End Testing 

Neha KC (QA Engineer) 1 Min. Read May 12, 2021

end-to-end testing using Cypress
Read More..

Next page