Categories
Business

Unblocking Your Team: How Agile Spikes Can Help

The goal of an agile spike is to gain a deeper understanding of the problem or feature, identify potential solutions, and estimate the effort required for implementation.

Categories
Rails Ruby

Why choose Ruby on Rails?

If you’ve been looking for a rapid development tool that helps create fast and powerful web applications with minimal effort, then Ruby on Rails is your best bet.

Categories
Business

What is Requirement Elicitation? Is it the same as Requirement Gathering?

Requirement elicitation requires a detailed analysis of user scenarios to draw out requirements.

Categories
Business

Kreeti Technologies Celebrates Excellent Customer Service!

With expertise is in niche technologies likes Ruby on Rails, Elixir, Phoenix, Kotlin, ReactJs & React Native etc.

Categories
Elixir

Code Evaluation/Testing Service using Docker API

Using Docker API to build a Code Evaluation Service in Elixir.

Categories
Rails Refactoring Ruby

Refactoring Legacy Rails Application

How to modernise legacy ruby on rails applications to make them easy to maintain, extend and scale.

Categories
Business

Employer Brand Management

Bringing Brand to Employment Delivering a consistent and distinctive customer brand experience has always been a central concern of brand management. Approach to brand management was first introduced by P & G in the 1930s and mostly dominated the fast-moving consumer goods. When Philip Kotler first suggested the 4 Ps as a platform for marketing […]

Categories
Elixir

csv2sql – Blazing fast Elixir Csv 2 Sql loader

Loading csv files to a database has always been a challenging task, without the database tables already created one has to go through the tiring process of manually inspecting the CSVs and creating the DDL queries to create the tables before the data can be loaded.  Again, when dealing with huge csv files, the process […]

Categories
Business

Entrepreneurship: Approach and Strategy

Minimum Viable Product Dr. Rajiv Sikroria  (Training & Placement Coordinator) Sunbeam Women’s College Varuna, Varanasi  Entrepreneurship is not only about undertaking risk, but undertaking risk in calculated way. We as an entrepreneur often are swayed away by our Business Idea. We want to carry on the Idea. In such cases, entrepreneurs fall in the lap […]

Categories
Rails

Rails Paperclip Image Storage – Redux

Paperclip is probably the most popular and feature-rich solution for integrating file uploading and management into an application. It’s an easy file attachment library for Active Record. The main features of Paperclip include basic file uploading, validations and callbacks, post-processing (which includes generating thumbnails) and finally storing the images in AWS S3/ Google Cloud / […]