Idea Blog

Page 2 of 10

Previous page

Celery Integration In Django 

Sulav Panthi (Software Engineer (Python, Django)) 3 Min. Read May 12, 2021

This blog contains instructions to integrate celery in any django project for asynchronous execution of tasks.
Read More..

Using Socket.Io With Node.Js 

Sajan Dhakal (Software Engineer (ReactJS)) 1 Min. Read May 12, 2021

simple example of client server communication with socket
Read More..

Timely Backups Of Mongo Database 

Roman Khadka (Team Lead (Ruby on Rails)) 1 Min. Read Dec 14, 2020

This is a basic backup method that i followed to create timely backups of mongo database in production.
Read More..

Rake Tasks 

Sheriff Hussain (Software Engineer (Ruby on Rails)) 4 Min. Read Oct 15, 2020

The blog gives idea on how to create rake tasks, how to use parameters passed to the tasks, how to manage the execution pattern, namespaces, and many more
Read More..

Using Data Table Along With Turbolinks 

Sheriff Hussain (Software Engineer (Ruby on Rails)) 1 Min. Read Sep 18, 2020

Using jQuery Data-Table along with turbolinks in rails, and also solving the most common duplication problem while using them together.
Read More..

Timely Backups Of Pg Database 

Roman Khadka (Team Lead (Ruby on Rails)) 2 Min. Read Jun 17, 2020

This is a basic backup method that i followed to create timely backups of postgres database in production.
Read More..

Web Socket 

Sheriff Hussain (Software Engineer (Ruby on Rails)) 1 Min. Read Mar 1, 2020

Web Sockets provide a persistent connection between the server and the client, which help in real time communication.
Read More..

Active Record's Includes Method 

Rojan Sunar (Software Engineer (Ruby on Rails)) 1 Min. Read Mar 1, 2020

includes is a method in Rails provided by the ActiveRecord that is used to preload the records limiting the count of the SQL queries to the database.
Read More..

Delegate Method 

Roman Khadka (Team Lead (Ruby on Rails)) 2 Min. Read Jan 12, 2020

How to delegate methods in ruby and rails
Read More..

Design Patterns 

Shristina Nakarmi (Software Engineer (Ruby on Rails)) 2 Min. Read Dec 15, 2019

Summary of the post.
Read More..

Next page