Blogs

  • Published On: 16 March 2026By

    Traditional database synchronization relies on polling—repeatedly querying databases to detect changes. This approach consumes resources, increases latency, and can miss rapid updates. Debezium Kafka CDC offers a superior alternative [...]

  • Published On: 27 February 2026By

    Stepping into 2026 with renewed energy and optimism

  • Published On: 18 November 2025By

    Managing complex workflows and data pipelines has become essential for modern organizations. Apache Airflow provides a powerful solution for programmatically authoring, scheduling, and monitoring workflows. This guide covers everything you [...]

  • Published On: 4 November 2025By

    Auriga IT honored as 'Tech Titan of Rajasthan' by The Times of India.

  • Published On: 22 October 2025By

    Frappe Framework Python vs Django: Why It Cuts Development Time by 70% vs Django Frappe Framework Python vs Django is a critical comparison for Python developers building business applications. While [...]

  • Published On: 13 October 2025By

    Apache Airflow and Django make a powerful combination for orchestrating complex workflows in web applications. This guide shows you how to integrate them effectively, with a focus on building reusable [...]

  • Published On: 3 October 2025By

    When your IDE feels like a conversation, and your codebase just… vibes. 🚀 The New Pulse of Programming Something curious is happening in software development circles. You’ll hear developers say [...]

  • Published On: 22 September 2025By

    Auriga IT launched Manipur’s first online water billing portal.

  • Published On: 17 September 2025By

    Auriga HQ turns into a live-wire lab for Agentic AI Day—a 36-hour sprint.

  • Published On: 4 September 2025By

    Auriga IT drove Q2 growth through digital transformation & a new Frappe Bronze Partnership.

  • Published On: 29 August 2025By

    Auriga IT Named ‘Tech Titan of Rajasthan’ by Times of India.

  • Published On: 5 July 2025By

    ERPNext, built on the Frappe framework, is an incredibly versatile open-source ERP solution. While its core functionality addresses business needs right out of the box, the default UI may not [...]

  • Published On: 25 June 2025By

    Managing HR and Payroll for large operational workforces in India is uniquely complex. Between shifting labor laws, multi-tiered workforce structures, attendance challenges, and contractor payouts—most software systems fall short. At [...]

  • Published On: 23 June 2025By

    Unit testing isn’t just about catching bugs — it’s a mindset that helps you write cleaner, more maintainable, and bug-resistant code from the start. When building Django applications, adopting pytest [...]

  • Published On: 1 May 2025By

    Auriga IT enters FY 2025-26 celebrating Auriga Day milestones.

  • Published On: 30 April 2025By

    In the era of generative AI, Large Language Models (LLMs) like GPT-4, Claude, and Gemini are transforming the way we interact with technology. But even these powerful models have limitations—especially [...]

  • Published On: 7 April 2025By

    We’re in the midst of a language revolution. AI is no longer some abstract concept — it’s here, embedded in our daily lives. From writing emails and summarizing articles to [...]

  • Published On: 20 March 2025By

    Supercharging Live Alerts With Redis And Kafka   Optimizing Live Alerts with Kafka and Redis Introduction Real-time systems demand both speed and reliability, especially when dealing with high-frequency sensor data. [...]

  • Published On: 24 February 2025By

    Export data from the database into File System in Parquet format Files, organize it hierarchically by date, store it in Amazon S3, and enable efficient querying using Apache Drill. Here's [...]

  • Published On: 24 February 2025By

    Introduction to Apache Cassandra Apache Cassandra is a highly scalable, distributed NoSQL database designed to handle large amounts of data across multiple servers with no single point of failure. Known [...]

  • Published On: 24 February 2025By

    In-memory databases have become a cornerstone of modern application development, providing ultra-fast data access by storing information in RAM rather than on slower disk-based storage. This architecture allows for millisecond-level [...]

  • Published On: 9 January 2025By

    Auriga Hackathon 3.0: Talent, Ideas, and Boundless Creativity What an incredible journey we’ve had with Auriga Hackathon 3.0! After a two-year break, this spectacular event made a roaring comeback—and what [...]

  • Published On: 9 October 2024By

    In today’s world of big data, businesses are constantly seeking ways to harness insights from vast amounts of data in real time. Traditional databases often struggle to meet the demands [...]

    Apache druid
  • Published On: 18 September 2024By

    Introduction to Apache Superset Apache Superset is an open-source platform for data visualization. It is a very powerful tool and offers variety of features, along with an easy-to-use UI. It [...]

  • Published On: 17 September 2024By

    AWS Textract is a fully managed machine learning service by Amazon Web Services (AWS) that automatically extracts text, handwriting, and other data from scanned documents. Unlike traditional OCR (Optical Character [...]

  • Published On: 16 September 2024By

    This blog provides a comprehensive guide on creating a dazzling 3D diamond shader using Three.js and the three-mesh-bvh library. You'll learn how to set up a basic Three.js scene, load a diamond model, and apply a custom shader to achieve a sparkling effect. The tutorial covers shader basics, including vertex and fragment shaders, and explains how to simulate internal reflections, refractions, and chromatic aberration for realistic diamond visuals. Optimization tips and post-processing effects are also discussed to enhance performance and visual quality. Finally, debugging techniques are provided to help troubleshoot complex shaders. By following this guide, you'll be able to create stunning 3D diamond effects with Three.js.

  • Published On: 2 September 2024By

    Introduction Apache NiFi is a robust, open-source data integration tool that simplifies the flow of data between systems. In this blog, we will explore how to create custom processors in [...]

  • Published On: 6 August 2024By

    Amazon S3 is a popular storage service for data lakes, and Amazon Athena is a powerful tool for querying data stored in S3 using SQL. This blog will guide you through the process of querying data in S3 using Athena and demonstrate how to perform the same queries using Python and Boto3.

  • Published On: 31 July 2024By

    This article explores JWT (JSON Web Token) authentication and OAuth, two popular mechanisms for secure information transmission and access delegation in web applications. JWT authentication is explained in detail, covering its three main components: header, payload, and signature. The article demonstrates how to implement JWT in a Django application using the djangorestframework-simplejwt package. OAuth is then introduced as an open standard for access delegation, commonly used for token-based authentication and authorization. The article outlines the key components of OAuth and provides a step-by-step guide for implementing OAuth in Django using the django-oauth-toolkit package. The trade-offs of both JWT and OAuth are discussed, highlighting their respective pros and cons. The article concludes by comparing JWT and OAuth, suggesting ideal use cases for each: JWT is best for stateless authentication, microservices architecture, and mobile/single-page applications. OAuth is ideal for authorization delegation, API access control, Single Sign-On (SSO), and third-party integrations. This comprehensive guide provides developers with the knowledge to choose and implement the most suitable authentication method for their specific use case.

  • Published On: 29 July 2024By

    तेज़ रफ्तार जिंदगी में अक्सर बचपन की सादगी पीछे छूट जाती है, गर्मी की छुट्टियां सिर्फ दूर की याद बनकर रह जाती हैं। क्या हो अगर वो जादुई लम्हें हम [...]

  • Published On: 2 July 2024By

    The last T20 World Cup that India won was in 2007, when Auriga IT was just an inception, the preparations were being done but it was just an idea/experiment. The [...]

  • Published On: 28 June 2024By

    In the world of modern data visualization and monitoring, Grafana has emerged as a powerful tool, enabling users to create, share, and explore dashboards with ease. However, as organizations grow [...]

  • Published On: 9 April 2024By

    Title: A Millennial's Guide to Mastering API Automation Testing with Rest Assured Introduction In today’s fast-paced world of software development, ensuring the reliability and functionality of web applications is paramount. [...]

  • Published On: 9 April 2024By

    In JMeter ,users can use the CSV Data Set Config to read the data from an external source (CSV file) .By using CSV data set config, test plan can be [...]

  • Published On: 15 March 2024By

    AWS Chalice - A Python Serverless Microframework for AWS Requirements: To use AWS Chalice, you will need A Python development environment. An AWS account Let's take a brief look. Technical [...]

  • Published On: 6 March 2024By

    Introduction Apache Pinot stands out as a specialised, real-time distributed OLAP data-store designed for swift analytics, catering to high-volume, low-latency queries effortlessly handling data ingestion from diverse sources such as [...]

  • Published On: 6 March 2024By

    Benchmarking is a process used by organizations to compare their performance metrics, processes, products, and services against industry standards or competitors in order to identify areas for improvement and best [...]

  • Published On: 15 February 2024By

    To get started first we need to review what are Cypress and Rest Assured Cypress.io Cypress is an open-source, end-to-end testing framework designed to simplify the process of testing web [...]

  • Published On: 18 January 2024By

    In a Low-Level Design (LLD) for a car rental system, we'll focus on the detailed design of specific modules and components. Let's elaborate on the LLD for key components: Car [...]

  • Published On: 12 January 2024By

    In this blog, we will explore various optimization techniques in Django ORM such as subqueries, select_related, prefetch_related, and more. These methods not only guide us in consolidating multiple queries into [...]

  • Published On: 10 January 2024By

    API automation refers to the process of automating the testing, deployment, and management of Application Programming Interfaces (APIs). APIs allow different software systems to communicate and interact with each other. [...]

  • Published On: 8 January 2024By

    Introduction: The landscape of data-driven decision-making in enterprises has evolved, demanding powerful and scalable solutions for data visualization and analysis. Shiny, a web application framework for R, has been instrumental [...]

  • Published On: 8 January 2024By

    In the ever-evolving landscape of data science and analytics, the demand for interactive and dynamic data visualisation has grown exponentially. The Shiny framework for R has emerged as a powerful [...]

  • Published On: 8 January 2024By

    Introduction In the realm of computer science, algorithms are the heartbeats of problem-solving. But beyond their individual designs, there's a broader concept that shapes their development and implementation: algorithm paradigms. [...]

  • Published On: 8 January 2024By

    Firstly, We need to understand what is Yolo used for? A groundbreaking algorithm that is used to detects objects in real-time. So, let’s understand  what is Object Detection? Object Detection [...]

  • Published On: 8 January 2024By

    We are in a world where spoken words instantly become written text, thanks to speech-to-text conversion. This isn’t future tech, but a reality powered by Microsoft Azure’s service, Azure Speech [...]

  • Published On: 8 January 2024By

    In the modern landscape of cross-platform communication, the integration of Agora Real-Time Messaging (RTM) into React and React Native applications has emerged as a game-changer. This integration facilitates seamless and [...]

  • Published On: 28 December 2023By

    When we talk about UX design, our minds often paint a picture of seamless interfaces, crafted for accessibility and transparency, aimed at nurturing positive user experiences. But let's peel back [...]

  • Published On: 3 November 2023By

    Automating with Ansible: A Newbie-Friendly Guide Ansible is a powerful DevOps tool designed for automating tasks on remote servers or nodes. In simple terms, it allows you to automate commands [...]

  • Published On: 27 October 2023By

    In today's fast-paced corporate landscape, the concept of company culture transcends mere buzzwords; it defines who we are as an organization and how we operate as a team. At [...]

    Positive Work Environment
  • Published On: 25 October 2023By

      “ If you can't explain it simply, you don't understand it well enough. ” INTRODUCTION OF  PARALLEL PROCESSING In the world of Python programming, efficient execution of tasks is [...]

  • Published On: 23 October 2023By

    In the ever-evolving landscape of software development and deployment, containerization has emerged as a revolutionary technology. Getting Started with Docker is the first step in this journey, where we [...]

    Getting Started with Docker
  • Published On: 20 October 2023By

    Recently, It has been a growing realization that I am growing older - I know we all are but just at the cusp when we start realising that joint pains [...]

  • Published On: 18 October 2023By

    In today's digital landscape, with the rise of online services, the need to protect sensitive user data has never been more critical. One essential aspect of securing your application's [...]

  • Published On: 9 October 2023By

    Introduction to AWS Cognito Integration with Python Amazon Web Services (AWS) Cognito is a robust user management service that plays a pivotal role in modern software architecture. Building a [...]

  • Published On: 5 October 2023By

    In Selenium WebDriver, capturing screenshots serves the purpose of analyzing bugs or issues that may occur during test execution. While Selenium WebDriver can automatically take screenshots during a test [...]

  • Published On: 20 September 2023By

    Google OAuth integration in Django project can sometimes seem daunting, especially with the myriad of third-party solutions available. This guide will provide a methodical walkthrough to integrate Google OAuth, [...]

    djang_google_auth_title_image
  • Published On: 14 September 2023By

    What is Appium? Appium is an open-source project and ecosystem of related software, designed to facilitate UI automation of many app platforms, including mobile (iOS, Android, Tizen), browser (Chrome, [...]

  • Published On: 29 August 2023By

    Discover how 5G technology works, how it compares to 4G and 3G, and what it means for industries like healthcare, smart cities, and IoT. Complete guide with mmWave, network slicing, edge computing, and FAQ — by Auriga IT.

  • Published On: 29 August 2023By

    What is Azure? Azure Graph API, also known as Microsoft Graph API, is a powerful RESTful API provided by Microsoft as part of the Azure ecosystem. It allows developers [...]

  • Published On: 28 August 2023By

    What is a Facebook Retargeting Pixel? Have you noticed that after you visit a website, you start seeing its ads on Facebook? This is called retargeting or remarketing. Those websites [...]

  • Published On: 17 August 2023By

    Overview Today, small and medium-sized businesses (SMEs) also face some of the problems that large enterprises do. One of them is planning and managing their resources. SMEs face similar [...]

  • Published On: 11 August 2023By

    What is Cypress? It is a JavaScript-based testing framework built for the modern web. Some features of Cypress are as follows:- Tests are executed in the browser enabling us [...]

  • Published On: 31 July 2023By

    Snowflake and Apache Druid Reporting Data Warehouses and Real-Time Analytics Databases have unique objectives and notable traits. Selecting the appropriate tool that aligns with your specific requirements is essential [...]

  • Published On: 11 July 2023By

    An open-source distributed streaming platform, Kafka enables real-time processing of large volumes of data. It's design enables it to handle data streams in a scalable, fault-tolerant, and durable way, allowing [...]

  • Published On: 11 July 2023By

    1. Introduction to Multi Factor Authentication In today's world of cyber threats, security is paramount. Moreover, passwords alone are no longer enough to protect sensitive information. Multi factor authentication [...]

  • Published On: 16 June 2023By

    What is GraphQL? GraphQL, as its name implies, is a game-changing query language designed specifically for APIs. It revolutionizes the way data is fetched from a server to a [...]

  • Published On: 6 June 2023By

    Why do you need to know this? Optimizing database operations is crucial for improved application performance, scalability, cost efficiency, and enhanced user experience. It reduces query execution time, minimizes [...]

  • Published On: 23 May 2023By

    On-Page SEO On-page SEO (sometimes called on-site SEO) is the process of optimizing parts of your website pages so they rank higher on search engines and get more search [...]

  • Published On: 22 May 2023By

    What is object detection? Object detection is a computer vision technique that involves identifying and locating specific objects within images or video streams. It goes beyond simple image classification [...]

  • Published On: 19 May 2023By

    In this blog, we will discuss how to use AWS CloudWatch to monitor a Spring Boot application running on AWS. Specifically, we'll cover the following topics: Setting up a [...]

  • Published On: 19 May 2023By

    In the realm of real-time video analytics, the integration of cutting-edge technologies is essential to unlock the full potential of data processing. NVIDIA DeepStream, in combination with GStreamer and [...]

  • Published On: 18 May 2023By

    Why dimensionality reduction ? Dimensionality reduction is a technique used in machine learning and data analysis to reduce the number of input variables or features in a dataset while retaining [...]

  • Published On: 15 May 2023By

    What is the Authorization Header? The Authorization request header includes credentials to authenticate the client on the server. HTTP provides a built-in framework for user authentication and controlling access [...]

  • Published On: 12 May 2023By

    Software Development Life Cycle is also known as SDLC. It is a procedure to develop software applications. It consists of different stages or different phases. 1. Requirement Gathering / [...]

  • Published On: 12 May 2023By

    JOINS :- JOINS are used to retrieve data from multiple tables in a single query. For JOINs to work, the tables need to be related to each other with [...]

  • Published On: 8 May 2023By

    Introduction SSL (Secure Socket Layer) is an encryption-based internet security protocol for ensuring the data privacy, authentication and data integrity. It is widely used in the world of internet [...]

  • Published On: 28 April 2023By

    When multiple users try to access and modify the same data simultaneously, concurrency issues can arise. In a database system, locks are used to prevent multiple users from modifying [...]

  • Published On: 28 April 2023By

    Transactions are essential in any application that interacts with a database, as they ensure that changes to the database are atomic, consistent, isolated, and durable (ACID). In this blog, [...]

  • Published On: 4 April 2023By

    KEYS MySQL is a relational database, and in a relational database, a key is defined as a column or a group of columns which are used to uniquely locate [...]

  • Published On: 2 April 2023By

    Introduction to Docker Docker is an open-source platform that allows developers to easily create, deploy, and run applications in containers. A container is a lightweight, standalone executable package of [...]

  • Published On: 31 March 2023By

    Database Normalization is the process of organizing a relational database in accordance with a series of so-called normal forms in order to reduce data redundancy [...]

  • Published On: 29 March 2023By

    MySQL privileges: Refer to the rights or permissions that are granted to a user account or role to access and manipulate database objects such as tables, views, and stored [...]

  • Published On: 27 March 2023By

    In MySQL, triggers can be used as a replacement for any task that we need to perform after a certain task performed. This will be executed automatically in response to specific events, such as INSERT, DELETE and UPDATE operations on a table

  • Published On: 22 March 2023By

    Delete command- DELETE command is a DML (Data Manipulation Language) command that is used to delete existing records from the table.With the delete command users have to give a [...]

  • Published On: 22 March 2023By

    What is a procedure ? A stored procedure in SQL is a group of SQL statement that are stored together in a database. Based on the statements in the [...]

  • Published On: 2 March 2023By

    What is a Uikit UiKit is an open-source frontend framework for our web development which means that it's basically a collection of CSS and Javascript that helps you to [...]

  • Published On: 2 March 2023By

    What is a Storybook and How Can I Use it?   Storybook is an open-source JavaScript tool that allows developers to create organized UI systems making both the building process [...]

  • Published On: 28 February 2023By

    It's a rare possibility that you missed the ChatGPT buzz! It is an AI-powered chatbot developed by OpenAI, based on the GPT (Generative Pretrained Transformer) language model that uses [...]

  • Published On: 4 January 2023By

    Introduction:- “Apache Druid is a high performance real-time analytics database. It’s designed for workflows where fast queries and ingest matter. Druid excels at instant data visibility, ad-hoc queries, operational [...]

  • Published On: 1 January 2023By

    OpenAI is an artificial intelligence research laboratory focused on creating a digital intelligence that surpasses human intelligence. OpenAI's mission is to ensure that artificial general intelligence (AGI) benefits all of [...]

  • Published On: 30 December 2022By

    Queries are the methods that finds the information from the database and these methods are written inside the interface. Query Creation from method names We have User Model with the [...]

  • Published On: 27 December 2022By

    In this blog, we will discuss how to add the JWT(JSON Web Token) Authentication with Spring Boot to secure our Rest API's. What is JWT ? When two systems exchange [...]

  • Published On: 27 December 2022By

    Setting Up The Project With React And Hardhat Web3 tech stack that will allow you to build full stack apps on dozens of blockchain networks including Ethereum, Polygon, Avalanche, Celo, [...]

  • Published On: 27 December 2022By

    Here I am going to list all the developer tools and framework which are going to used for ethereum development. List of Developer Tools are as follows:- Developing Smart Contracts [...]

  • Published On: 26 December 2022By

    As we discussed what is Caching and merits and demerits of it in my previous blog Caching-I. In this, we will learn about how to do Synchronous caching using annotations [...]

  • Published On: 26 December 2022By

    Blockchain is a time-stamped decentralized series of fixed records that contains data of any size is controlled by a large network of computers that are scattered around the globe and not [...]

  • Published On: 26 December 2022By

    Create and Deploy your Smart Contract The first thing that we need to understand is what the Ethereum Virtual Machine (EVM) is. Its sole purpose is to act as a [...]

  • Published On: 26 December 2022By

    What Is Blockchain Technology? Blockchain- Despite the inherent ‘Block’ in it, the name has traversed more miles than any other technical term in the recent past. It is echoing in [...]

  • Published On: 26 December 2022By

    How To Set Up Your Metamask Wallet MetaMask is a free crypto wallet software that can be connected to virtually any Ethereum-based platform.  You'll need to download suitable crypto-wallet software [...]

  • Published On: 23 December 2022By

    These Vulnerabilities allow you to access  information that should not be attainable or visible. What is information disclosure? Information disclosure, also known as information leakage, is when a website unintentionally [...]

  • Published On: 30 November 2022By

    What is SSO ? A user can sign in with a single ID to any number of connected but independent software systems using the single sign-on authentication scheme. True single [...]

  • Published On: 28 November 2022By

    Why is testing required? Testing is beneficial for the following reasons:- Easy detection of errors in code or its flow. Enhance the quality of the product while reducing costs, maximising [...]

  • Published On: 21 November 2022By

    In Jenkins, We can build all our applications on a single server. As the requirement grows and changes, we will come cross many issues like what if there are thousands [...]

  • Published On: 21 November 2022By

    Use Cases Integrate with Keka - via api/library Generic - It will be able to work with any provider/channel with just a little change. (Eg. Whatsapp, telegram, google chat). Dependencies [...]

  • Published On: 18 November 2022By

    Introduction Angular framework makes HTTP calls to the server for retrieving data to update pages with dynamic information using its HttpClient library. However, Sometimes we might need to add a [...]

  • Published On: 14 November 2022By

    These days people are contemplating life on Mars. At Auriga, we are having enough fun to stay on earth. Auriga is a tribe of friends that has become a family [...]

  • Published On: 8 November 2022By

    On Thursday, Mark Zuckerberg, the CEO of Meta, announced what seems to be a very important feature -  WhatsApp communities, designed to help organisations communicate better. WhatsApp has more than [...]

  • Published On: 2 November 2022By

    What is Cache? It is the place where we store the frequently accessed data so that for future requests the data can be served faster instead of querying from the [...]

  • Published On: 1 October 2022By

    Today, we are going to look at a basic overview of Caching, Its types, and its implementation in a spring boot application. Basically, In essence, caching is known as "Storing [...]

  • Published On: 22 September 2022By

    What is MapReduce? MapReduce is a programming framework that allows us to perform distributed and parallel processing on large data sets in a distributed environment. MapReduce consists of two distinct [...]

  • Published On: 19 September 2022By

    What is Hadoop ? The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. [...]

  • Published On: 12 September 2022By

    What is Apache Spark? Apache Spark is an open-source, distributed processing system used for big data workloads. It utilises in-memory caching and optimised query execution for fast queries against data of any [...]

  • Published On: 12 September 2022By

    The Strapi Design System is fully customizable. We can customize the admin panel as well as the API. We can also extend our content management with custom plugins, in seconds. [...]

  • Published On: 5 September 2022By

    INTRODUCTION In this article, we will understand what is unit testing, why it is required and how to perform unit testing with code coverage using JUnit in spring boot. WHAT [...]

  • Published On: 30 August 2022By

    Introduction Best tools for speed test Reasons for WordPress Website Slowing down Backup our WordPress Installation Install WordPress Caching Plugin Remove Unused Plugins Optimize Images for Speed Use Lazy Loading [...]

  • Published On: 29 August 2022By

    # Deploying Strapi application on Heroku Strapi is a leading open-source Headless CMS. You can know more about Strapi here in my previous blog . This article is focused on [...]

  • Published On: 29 August 2022By

    What is Headless CMS? A headless CMS is a backend content management system (CMS) where the content repository or “body” is separated or decoupled from the presentation layer or “Head”. [...]

  • Published On: 25 August 2022By

    Today, we are going to look at a basic overview of ModelMapper in a spring boot application. Basically, Modelmapper is a object mapping library which is used for mapping to [...]

  • Published On: 24 August 2022By

    Overview While working on a project where you are receiving a lot of data from a client source and that too at high speed, then your system may find it [...]

  • Published On: 22 August 2022By

    Reading huge documents can be very tiring and very time taking. You must have seen many software or applications where you just click a picture and get key information from [...]

  • Published On: 22 August 2022By

    In this article, we will create a simple spring boot application to demonstrate spring method-level security. What is method-level security?  It can be considered an abstract layer of security that [...]

  • Published On: 19 August 2022By

    In this article, we will know what is face recognition and how is different from face detection. We will go briefly over the theory of face recognition. Facial recognition is [...]

  • Published On: 18 August 2022By

    What is Stripe ? Stripe is a payment gateway which provides traders the opportunity to sell their products on their platforms and charge their customers based on the product. It provides [...]

  • Published On: 16 August 2022By

    WHAT IS JMETER? Apache JMeter is a pure open source Java application designed to load test functional behavior of a system and measure its performance. JMeter used  to measure the [...]

  • Published On: 13 August 2022By

    Autoscaling is one of the key features in the Kubernetes cluster. It is a feature in which the cluster is capable of increasing the number of pods/nodes as the demand [...]

  • Published On: 8 August 2022By

    Laravel Laravel is a free and open-source PHP Framework for Web Artisans based on Symfony that helps craft Web Applications following the MVC (Model View Controller) design pattern. Many developers [...]

  • Published On: 4 August 2022By

    Overview : Reporting Module can be used with your projects for sending bulk emails with reports attachment which is generated from the registered service dashboard. With easy-to-use dashboard for registering [...]

  • Published On: 1 August 2022By

    Here we will be using one of the famous web-automation tool : SELENIUM along with PYTHON.................... Here we will be solving Google V3 Captcha which is the current and latest [...]

  • Published On: 31 July 2022By

    In this article, we are going to take a little introduction to JBoss Drool. So, Basically, Java Drool is used to write Rule Engines. A Rule Engine is a domain [...]

  • Published On: 13 July 2022By

    What is SSO? Single sign-on (SSO) is an authentication scheme that allows a user to login with a single ID to any of several related, yet independent, software systems. True [...]

  • Published On: 13 July 2022By

    A Complete Beginner's Guide to Web 3.0 TABLE OF CONTENTS:- WEB 1.0 WEB 2.0 WEB 3.0 What makes Web 3.0 so unique? Properties of Web 3.0 Semantic Web 3D Graphics [...]

  • Published On: 5 July 2022By

    How to Upload File in jmeter- In performance testing scenarios, you might come up with file uploading functionality in any application. In this blog, I will explain to you how [...]

  • Published On: 3 July 2022By

    In this article, we are going to take a little introduction to Design Patterns. As we know, for building a Strong home, a good base is needed, Similarly for developing [...]

  • Published On: 30 June 2022By

    In this article, we will create a simple spring boot application to demonstrate sping events. Events are one of the framework's most underutilized but also most valuable capabilities. Spring events [...]

  • Published On: 30 June 2022By

    Introduction To Spring Batch Spring Batch provides reusable functions that are essential in processing large volumes of records, including logging/tracing, transaction management, job processing statistics, job restart, skip, and resource [...]

  • Published On: 29 June 2022By

      Introduction Annotations are Java types that are preceded by an “@” symbol. Java has had annotations ever since the 1.5 release. Since then, they’ve shaped the way we’ve designed [...]

  • Published On: 24 June 2022By

    Large image takes more space and time to load and thus needs to be compressed . The biggest trade-off in image compressing is depletion of image quality so a perfect [...]

  • Published On: 9 June 2022By

    Optical character recognition (OCR) Optical character recognition is also referred as text recognition. An OCR program extracts and re-purposes data from camera images, scanned document and image-only pdfs. What is [...]

  • Published On: 6 June 2022By

    JSON Extractor:- JSON (JavaScript Object Notation) Extractor is used to extract the values from JSON response.When user need to extract the values from JSON response and pass into some other [...]

  • Published On: 4 May 2022By

    Overview ERPNext is an open-source web-based system aimed at small and medium-sized businesses. It assists companies with accounting, human resource management, sales, purchase, inventory, CRM, administration, project and task management, [...]

  • Published On: 2 May 2022By

    What is p5.js? p5. js is a JavaScript canvas library for creative coding. It is a  collection of pre-written code, it provides us with tools and functions that simplify the [...]

  • Published On: 2 May 2022By

    How is a realtime database different from a static database? Realtime Database as the name suggests allows the user to read and write to the database in realtime. The data [...]

  • Published On: 1 May 2022By

    Introduction ERPNext is a open-source software used by manufacturers, distributors and services companies, which is built on MariaDB database system using Frappe. Frapper is a python based server-side framework. ERPnext [...]

  • Published On: 26 April 2022By

    In this article , we are going to learn how can we intergrate styled-components in our React Applications . Overview - styled-components is the result of wondering how we could [...]

  • Published On: 26 April 2022By

    Accuracy of Tesseract OCR in Java What is OCR? OCR stands for "Optical Character Recognition". It is a technology that recognizes text within a image. It is commonly used to [...]

  • Published On: 26 April 2022By

    In this article, we will use and compare the accuracy of Tesseract and EasyOcr as free popular OCR Engines. WHY DO WE NEED OCR Optical Character Recognition (OCR) becomes more [...]

  • Published On: 26 April 2022By

    In this blog we will read about the Gson and Jackson Libraries which are used to convert JSON data to Java Object and vice-versa. Gson is the open source  Java [...]

  • Published On: 26 April 2022By

    In this article, we will learn how to connect external databases in Django and make a dynamic model for multiple tables in the database. Models in Django A Django model [...]

  • Published On: 11 April 2022By

    This Blog will focus on Apache Superset, an open-source business intelligence tool for data collection, exploration, and visualization. It is easy to use, faster and more efficient than existing similar [...]

  • Published On: 5 April 2022By

    In this article, we will learn how to read a CSV (Comma-Separated Values) file from a FTP Server, download it in the local directory and store it's data into the [...]

  • Published On: 3 April 2022By

    Overview Docker made the world familiar with containers , a technology that completely disrupted the it industry (Imagine spinning of a complete operating system in seconds) . But technology that [...]

  • Published On: 1 April 2022By

    What is a Transaction? In the real world, we are surrounded by transactions every day. Financial ones, exchange, all interactions between 2 or more independent processes to produce the desired [...]

  • Published On: 1 April 2022By

    In this article , we will learn how to read and write excel file (.xlsx) from java code. Since, JDK doesn't provide direct API to read and write XLSX file, [...]

  • Published On: 31 March 2022By

    What is Regex in java? Regex stands for "Regular expression". Regex in java is an API which is used to construct a pattern for searching or performing manipulations on the [...]

  • Published On: 31 March 2022By

    Scratch the NoSQL Surface with Spring Boot and PostgreSQL’s JSONB Data Structure NoSQL databases are, as the name says, databases that do not store their data with relationships. There are [...]

  • Published On: 30 March 2022By

    What is magic mirror module? MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or [...]

  • Published On: 24 March 2022By

    In this article, we will create a simple spring boot application for Authorization and fetching data from Google Calendar API. We will authenticate users with Google OAuth 2.0 and use [...]

  • Published On: 16 March 2022By

    Probably you have heard the term Video Analytics many times around you. But when it comes to know more about it, you would probably end up falling into a framework [...]

  • Published On: 11 March 2022By

    What is Encrypted Attachment? The attachments which are unreadable without a digital key. In generalize form, those files which contents can’t be read without having a digital key (password) are known [...]

  • Published On: 3 March 2022By

    What is ONNX? ONNX(Open Neural Network Exchange) defines a common set of operators - the building blocks of machine learning and deep learning models - and a common file format [...]

  • Published On: 3 March 2022By

      Data Analytics And Visualization   What makes a data scientist different from another? The answer is simple : How good he plays with the data! Before applying machine learning [...]

  • Published On: 3 March 2022By

    National Highways Authority of India (NHAI) is a Central Authority to develop, maintain and manage the National Highways entrusted to it by the Government of India. Currently NHAI has 720+ [...]

  • Published On: 17 February 2022By

    Cloud & DevOps Our innovation-led approach to application services helps you to reinvent your enterprise application portfolio, making use of emerging technology and building. [...]

  • Published On: 7 February 2022By

    Recommendation engines are everywhere these days. In fact, some of the biggest brands we engage with every day are built around one, including Netflix, Amazon, Google, and Goodreads. Thirty-five percent [...]

  • Published On: 30 December 2021By

    What is Business Analytics: Business Analytics is the process by which businesses use statistical methods and technologies for analyzing historical data in order to gain new insight and improve strategic [...]

  • Published On: 10 November 2021By

    Changing Timezone on linux 1. First search for the available time zone by the below command. timedatectl list-timezones | grep -i Asia   2. Then unlink the current timezone sudo [...]

  • Published On: 18 October 2021By

    Two Way Communication between React Native and Android Native – Part 2 In this section we will see how to Communicate from Android to React Native. If you are looking [...]

  • Published On: 14 October 2021By

    Two Way Communication between React Native and Android Native Although React Native is a very complete tool in itself to develop Apps in Android and Ios. But while Developing apps [...]

  • Published On: 5 October 2021By

    Testing is a essential step for software development process. Many developers ignore this step and ended up finding bugs in production. Manual testing is fine until your application grows on [...]

  • Published On: 5 October 2021By

    Before Implementing SSL pinning in our Project, we must have basic knowledge of SSL, how SSL Works. What is SSL? SSL (Secure Sockets Layer), is an encryption-based Internet security protocol. [...]

  • Published On: 23 September 2021By

    When we talk about Operations on/with PDF's, there are so many things to discover and work with. We know that there are many online tools that can do whatever you [...]

  • Published On: 20 September 2021By

    What is Logging? Logging is defined as storing some key information about a process or application in a file or database. Like date and time, filename, some messages etc. Why [...]

  • Published On: 15 September 2021By

    What is Yaazhini? Yaazhini is the vulnerability scanner for android application APK and REST api. User  can easily scan any APK and API  of android application and find the vulnerabilities.  [...]

  • Published On: 13 September 2021By

    What is Cucumber? Cucumber is a testing tool that supports Behavior Driven Development (BDD) Framework. Test are written in simple English language and use different English language tag name their [...]

  • Published On: 6 September 2021By

    When it comes to machine learning, there are tons of content available on internet. Sometimes it is really useful but sometimes it becomes hard to create the right path by [...]

  • Published On: 9 July 2021By

    What is Google App script Google app script is an application development platform on which we can build an app to interact with google workspace. It is the fastest and [...]

  • Published On: 7 July 2021By

    Introduction Google Sheets is the free, web-based spreadsheet application available to anyone with a Google account or Gmail address. It has become a useful, feature-rich competitor to Excel. Google sheets [...]

  • Published On: 6 July 2021By

    What is Sharding in MongoDB? Sharding is a concept in MongoDB, which splits large data sets into small data sets across multiple MongoDB instances. Sometimes the data within MongoDB will [...]

  • Published On: 25 June 2021By

    This blog will explain the way to achieve drag and drop feature in React with little effort. It is easy to use feature that adds great convenience to your [...]

  • Published On: 1 June 2021By

    What is API Documentation and why is it required? Whenever we code for any API, only we know how this API works and what are the needed inputs for this [...]

  • Published On: 31 May 2021By

    State Management in Flutter with  For every mobile application developer, it is very important to handle the state of the application in an optimized way. Handling state is nothing but [...]

  • Published On: 11 May 2021By

    Introduction Flyway is the Apache v2 licensed open-source tool that makes database migrations easy. You can think of Flyway as version control for your database. It lets you evolve your [...]

  • Published On: 29 April 2021By

    What is KNN Algorithm ? K nearest neighbors or KNN Algorithm is a simple algorithm which uses the entire dataset in its training phase. Whenever a prediction is required for [...]

  • Published On: 27 April 2021By

    Channels Layers In Django Channel Layers allow us to create interaction between different instances of an application, mostly used to create real-time applications, we can say it's an alternative to [...]

  • Published On: 27 April 2021By

    Fortran is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing. In this Blog we'll understand how can we automate a Fortran [...]

  • Published On: 24 April 2021By

    Before Navigation you must have known of Android Jetpack.You must be hearing a lot about Android Jetpack, which is a set of components, tools and guidance to make Android apps. [...]

  • Published On: 20 April 2021By

    What is Performance Testing? Performance Testing is a software testing process used for testing the speed, response time, stability, reliability, scalability, and resource usage of a software application under a particular workload. What is OAuth [...]

  • Published On: 20 April 2021By

    Docker is a tool which is used to automate the deployment of applications in lightweight containers so that applications can work efficiently in different environments. Common Docker Terms Docker Container [...]

  • Published On: 6 April 2021By

    Security Testing:- Can System be penetrated by any hacking way. Testing how well the system protects against unauthorized internal and external access checked if system database is safe from external [...]

  • Published On: 5 April 2021By

    What is unit testing? Unit testing is the first step(level) of testing in SDLC. In unit testing, a single unit or component of the software is tested by developers during [...]

  • Published On: 1 April 2021By

    For navigation between screens we use this navigation library for react native apps. The stable version of this library React Navigation 5.0, was released in February 2020. Points we will [...]

  • Published On: 1 April 2021By

    How to start with Flutter     Flutter is an open-source cross-platform that is developed by Google. We can create mobile applications (Android/IOS), Web applications, Desktop applications (Windows/Linux/MacOs) with a [...]

  • Published On: 1 April 2021By

    This article discusses how one could handle loading dynamic content in a modern web application, by making use of skeleton components or skeleton screens. Introduction The speed and responsiveness of [...]

  • Published On: 1 April 2021By

      MotionLayout is a layout type that helps you manage motion and widget animation in app. MotionLayout is a subclass of ConstraintLayout.MotionLayout is intended to move, resize, and animate UI [...]

  • Published On: 31 March 2021By

    Access control is one of the major aspect during any application designing whether it is react/native/react-native or web application. We use different frameworks for this purpose one of them is [...]

  • Published On: 31 March 2021By

    Flutter Vs React Native For cross-platform app development, we are using the React Native framework widely. But in May 2017 a new cross-platform app development framework came into the market [...]

  • Published On: 25 March 2021By

    What is 2-way SSL(Mutual Authentication)? In 2-way SSl both client and server have to present their certificates to each other to verify themselves with a trusted certificate. In 2-way SSl [...]

  • Published On: 24 March 2021By

    Amplify AWS , GCP, Azure all coming up with new tools and services to ease out the development and deployment pain points. Amplify helps you build and deploy serverless applications [...]

  • Published On: 23 March 2021By

    What is SSL SSL certificates have become the necessity now. Browsers have stopped entertaining the web applications without SSL certificates. It is security protocol that enables encrypted communication. With SSL [...]

  • Published On: 23 March 2021By

    Why the need of Signatures When sending a message between two parties we need to address the problem that message should not be read or altered by any middle men. [...]

  • Published On: 19 March 2021By

    There are two ways to do the deployment By Installing gcloud sdk and kubectl at your local system. By using Google cloud shell Here I am describing the steps for [...]

  • Published On: 18 March 2021By

    While working in react native, Many times, we needed to display native view in React Native. In this post, I’d like to show you an example of both how to [...]

  • Published On: 8 March 2021By

    What is Ansible ? Ansible is a simple open source IT engine which automates application deployment, intra-service orchestration,configuration management and many other IT needs. Ansible is easy to deploy because [...]

  • Published On: 4 March 2021By

    Hello Folks, If you are new to AWS lambda and don't have any idea about what are lambda functions, this article is especially for you.  There is no prerequisite for [...]

  • Published On: 24 February 2021By

    GraphQL A Query Language for APIs GraphQL is a new API standard that provides a more efficient, powerful, and flexible alternative to REST. It was developed and open-sourced by Facebook [...]

  • Published On: 24 February 2021By

    Dealing with timezones using moment.js This document covers common use cases one may have to deal with while handling timezones in applications. The local time within a time zone is [...]

  • Published On: 11 February 2021By

    Appium:-  Appium is an open source, cross-platform mobile application testing tool. Support Json Support automation test on physical device as well as Similar or emulator both. It no dependency on [...]

  • Published On: 11 February 2021By

    Load Testing:- Load Testing is a non-functional testing process in which performance of software is tested under a specific load. It determines how the software application behaves being accessed by multiple [...]

  • Published On: 22 January 2021By

    Description- Learn to push and pull code on bitbucket Definition of Bitbucket- Bitbucket Cloud is a Git based code hosting and collaboration tool, built for teams. It provide one place [...]

  • Published On: 22 January 2021By

    What is Penetration Testing ? Penetration testing, also called pen testing , is the practice of testing a computer system, network or web application to find security vulnerabilities that an attacker could exploit. [...]

  • Published On: 21 January 2021By

    What is Testproject? TestProject is an automation tool that automates Web and Mobile applications. It is an open-source friendly, community-powered automation tool. It makes it easier for testers and developers [...]

  • Published On: 21 January 2021By

    VOOKI - REST API Vulnerability Scanner What is VOOKI Vooki REST application scanner is an automated tool to scan and detect vulnerabilities in REST API.It is a free web application [...]

  • Published On: 29 December 2020By

    For sending email notification in django we use django's send_mail function, with using some smtp sever. we can get smtp server from free smtp service providers like SendGrid. In our [...]

  • Published On: 19 December 2020By

    Custom-Forgot-Password-in-Django Custom Forgot Password Functionality in Django Admin Site AIM: As for now, the Django Admin Site does not provide to reset the password without login or when we forget [...]

  • Published On: 17 December 2020By

    It is always better to reuse the existing code. We always strive through the point that we need to have different developers for running our code in different platforms. For [...]

  • Published On: 17 December 2020By

    To manage notifications we define types of notifications in a constant files(in a dictionary) and create two tables in our database, first is NotificationObjects and second, Notifications like: class NotificationObjects(models.Model): [...]

  • Published On: 15 December 2020By

    It is always better to reuse the existing code. We always strive through the point that we need to have different developers for running our code in different platforms. For [...]

  • Published On: 28 May 2020By

    What is Puppet? Puppet is an open-source, software configuration management tool. It helps in keeping configurations automated and consistent with what we require and what is on production or in [...]

  • Published On: 4 May 2020By

    Today when the apparel manufacturing businesses around the world are battling the impact of COVID-19 pandemic the biggest challenge staring at them in the face is how do they ensure [...]

  • Published On: 23 April 2020By

    Multiple times we need to build reports to present our data. The Google Data Studio provides a powerful tool to build your own reports with less time and without any [...]

  • Published On: 13 April 2020By

    Why Transformers? The problems with long-existing sequence models are long-range dependencies, vanishing and exploding gradient is hard to resolve even batch gradient descent when network is large and deep, a [...]

  • Published On: 11 April 2020By

    Model Based Collaborative Filtering: Model based collaborative approaches only rely on user-item interactions information and assume a latent model supposed to explain these interactions. For example, matrix factorization algorithms consists [...]

  • Published On: 11 April 2020By

    A common task of recommender systems is to improve customer experience through personalized recommendations based on prior implicit feedback. These systems passively track different sorts of user behavior, such as [...]

  • Published On: 10 April 2020By

    Face Recognition Recognize and manipulate faces from Python or from the command line with the world’s simplest face recognition library. Built using dlib’s state-of-the-art face recognition built with deep learning. The [...]

  • Published On: 10 April 2020By

    Alternating Least Square (ALS) is also a matrix factorization algorithm and it runs itself in a parallel fashion. ALS is implemented in Apache Spark ML and built for a larger-scale [...]

  • Published On: 10 April 2020By

    Detecting the parking slot occupancy can help us by providing the exact location of the place which is empty for parking and save our time. For this purpose, we can [...]

  • Published On: 5 March 2020By

    As mobile developers, we spend most of our time creating new screens or changing screens that already exist and we need to know that the code works. That is why [...]

  • Published On: 22 February 2020By

    There are some points where we have to maintain settings for multiple environments. Django provides a very useful solution, to maintain multiple settings in a single file. For that you [...]

  • Published On: 19 December 2019By

    It is an automated process i.e. deploy an application on AWS EC2 Instance every time when you push the code in application bitbucket repository. This can be achieved by combining [...]

  • Published On: 17 July 2019By

    What is dependency injection? To understand dependency injection first we need to know about dependency. Let's take an example.  Class User { Private Profile $profile; Public user(){ $this.profile = new [...]

  • Published On: 11 July 2019By

    This is the article of how to install Node.js with Express.js framework using MongoDB in ubuntu. Here we will use Mongoose.js module and "ejs" that comes with Express.js framework. NodeJS [...]

  • Published On: 11 July 2019By

    This is also known as ECMAScript 6 and ECMAScript 2015. ES6 has some new features. This blog introduced these features. Let & Const There was the only way to declare [...]

  • Published On: 11 July 2019By

    Recently we were working on a project where we needed to categorize or manipulate a large dataset for further processing. The data needed to be filtered based on certain [...]

  • Published On: 11 June 2019By

    Laravel is one of the highly used, open-source modern web application framework that designs customized web applications quickly and easily. Developers loves Laravel because of performance, features, scalability, huge community, [...]

  • Published On: 30 May 2019By

    How to handle Autocomplete text box in Selenium WebDriver Now a days, in most of the applications, we can see a 'Auto Complete' text boxes which will help users to [...]

  • Published On: 1 May 2019By

    1. For integrating Laravel Authentication, you should run the following artisan  command php artisan make:auth  it will integrate Laravel Default Authentication. If you looked at folder structure following files will [...]

  • Published On: 11 April 2019By

    Every application requires some tasks to be run periodically on the server. It could be sending emails, creating reports, creating backups or cleanup databases. To automate these tasks Laravel offers [...]

  • Published On: 12 March 2019By

    This guide to Appium Studio, a tool to make mobile testing with Appium even better, will show you how to get started, connect devices, develop tests, and more. Appium Studio [...]

  • Published On: 4 February 2019By

    Wordpress is very popular framework and most site using wordpress for easy to customisation and it’s provide easy to use plugins. Wordpress is freely available and any one can easily [...]

  • Published On: 1 February 2019By

    Application with single transactional resource: Architecture: Common Approach most developers used is create a controller and relevant model. All business logics will resides in controller and controller requests to model.       [...]

  • Published On: 22 January 2019By

    Katalon Studio was developed with the keyword driven approach as the primary test authoring method with data-driven functionality for test execution. The main scripting language is Groovy, Java and JavaScript [...]

  • Published On: 11 January 2019By

    Delivering a faster and smoother web experience is an important part of building websites today. Most of the time, we develop websites without understanding what the browser is actually doing. [...]

  • Published On: 17 September 2018By

    What is RabbitMQ? RabbitMQ is open source software used to manage the queue. We can queue our application tasks to execute them in async way by using RabbitMQ. In simple [...]

  • Published On: 22 August 2018By

    Magento 1 use MD5 hash to encrypt the password and Magento 2 use SHA-256. In Magento 1, they use Mage_Core_Model_Encryption class with following functions. public function getHash($password, $salt = false) { [...]

  • Published On: 20 August 2018By

    You can download complete working example from below url https://github.com/mukdam/magento2-knockout-chart See below how it will work. Create a phtml file <div data-bind="scope: 'chartscope'"> <!-- ko template: getTemplate() --><!-- /ko --> [...]

  • Published On: 15 August 2018By

             Mobile Applications as one of the most rapidly emerging technology has changed the world we are living in today. With no doubt, they are covering a larger part of [...]

  • Published On: 14 August 2018By

    Most of people thinks IN() and FIND_IN_SET() MySQL functions are identical and do the same job. But they not. You may be confused with them or don’t know when to [...]

  • Published On: 14 August 2018By

    Purpose of using of IN() and Exist() is almost the same. Both MySQL functions are generally used with sub queries. To understand it better lets consider the following schema. Table [...]

  • Published On: 13 August 2018By

    Yii provides a whole set of tools to simplify the implementation of Restful Web Service APIs. In particular, It is all about converting request and response parameters in Apis. Goals [...]

  • Published On: 6 August 2018By

    First we have to create a field in configuration ‘system.xml’ in folder app/code/Auriga/Email/etc/adminhtml/,  from where we can select which email template will use. <?xml version="1.0" ?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"> <system> <section [...]

  • Published On: 2 August 2018By

    Suppose you have custom field delivery_type in sales_order table.  You are accessing order using rest Api but this field is not present in response. Requested Api: http://localhost/default/rest/default/V1/orders/{order_id} You can get it working for individual order. [...]

  • Published On: 31 July 2018By

    By default magento does not allow to use bundle products in configurable products. You can change few files to make it work. You needs to change two files: 1. app/code/core/Mage/Catalog/etc/config.xml [...]

  • Published On: 25 July 2018By

    If we want to override controller file in magento 1 then we need to add create custom modules like following: Create a new module and declare it in “app/etc/modules” by [...]

  • Published On: 19 July 2018By

    Magento login for admin/customer works fine with Firefox and IE. But sometimes we are not able to login in chrome. This is caused by session cookie compatibility in chrome browser. So sometimes [...]

  • Published On: 18 July 2018By

    Wherever scripting is supported in the Elasticsearch API, the syntax follows the same pattern: "script": { "lang": "...", "source" | "id": "...", "params": { ... } } The language the [...]

  • Published On: 11 July 2018By

    The REST API documentation published on the Magento 2 Developer Documentation website describes the REST APIs that are available on the latest release of Magento 2.  This documentation is generated from the code base [...]

  • Published On: 15 January 2018By

    Wordpress is the leading CMS powering over a million websites. It have come a long way in terms of stability and security. However, being open-source and most-used also make it [...]

  • Published On: 1 November 2017By

    Step-1 Firstly, Download and Install the Jenkins. Download latest version from Jenkins official site https://jenkins.io/download/ The next step is to download the Performance Plugin for Jenkins. To download Performance Plugin [...]

  • Published On: 11 July 2017By

    EC2 users face a weird problem some times. They observe random fails in email sending via smtp when they try to send more than 3-4 emails at a time. You [...]

  • Published On: 22 June 2017By

    Step 1- Open the terminal window by CTRL+ALT+T. Install the default JDK by the following command sudo apt-get install default-jdk and press enter. Wait for the file to completely install, [...]

  • Published On: 11 June 2017By

    You are surprised by finding out that your RDS server has consumed all the storage space. But when you try to find out the database size and you find that [...]

  • Published On: 4 May 2017By

    The magnified entry of Facebook has refined the world of social media. Nowadays, It has become absolutely necessary to make a Facebook fan page for interacting and communicating with the [...]

  • Published On: 20 April 2017By

      Sometimes, Scanning the files can be core requirements of Android platform.Scanning of files involves reading the data from a file, processing the data for some other purposes, perform operations [...]

  • Published On: 14 April 2017By

    Error / Exception handling is most important part of any php project. There was no way to handle fatal errors in the php  in the previous versions like 5.x.  In [...]

  • Published On: 21 February 2017By

    Agile methodology for software development: First of all we should know about methodologies to develop an application. There are many methodologies or approaches used to develop a software like RAD, [...]

  • Published On: 2 February 2017By

    Below tests need to be executed before release. Basic Tests:- Verify that plugin is installable. Verify that plugin is configurable. Verify all mandatory fields (Like- Merchant ID, Access Key, Secret Key). [...]

  • Published On: 28 January 2017By

    How to Use Pull Request on Git   Creating the project on git is really so effective for debug, cloning, recovering etc. There are various methods to manage the project [...]

  • Published On: 25 January 2017By

      Openfire provides multiuser chat using smack lib in android. In the previous blog, i have explained connection creation.We need to follow the following the step to configure MUC. Initialisation [...]

  • Published On: 24 January 2017By

    Android provides several ways to store user and app data. SQLite is one way of storing user data. SQLite is a very light weight database which comes with Android OS. [...]

  • Published On: 23 January 2017By

    Extensible Messaging and Presence Protocol (XMPP) is a communications protocol for message-oriented middleware based on XML (Extensible Markup Language).[1] It enables the near-real-time exchange of structured yet extensible data between [...]

  • Published On: 22 January 2017By

    Below tests need to be executed before release. Basic Tests:- Verify that plugin is installable. Verify that plugin is configurable. Verify all mandatory fields (Like- Merchant ID, Access Key, Secret Key). [...]

  • Published On: 18 January 2017By

    What is Content Provider.??  A content provider manages access to a central repository of data. A provider is part of an Android application, which often provides its own UI for [...]

  • Published On: 16 January 2017By

    Most E-commerce Websites share a general common theme and structure in which the shopping cart and checkout flow are the most important part. Below are some basic test scenarios related to [...]

  • Published On: 16 January 2017By

    Yodlee is a leading data aggregation and data analytics platform powering dynamic, cloud-based innovation for digital financial services.  Today's banking and financial application consumers want one place where they can [...]

  • Published On: 10 January 2017By

    When should you use the for-each loop? Anytime you can. It really beautifies your code. Unfortunately, you cannot use it everywhere. Before starting about for-each loop I would like to discuss [...]

  • Published On: 10 January 2017By

    What is Jenkins? Jenkins is a powerful application that allows continuous integration and continuous delivery of projects, regardless of the platform you are working on. It is a free source [...]

  • Published On: 10 January 2017By

    You're testing your new app and everything is looking great when suddenly you start seeing some lag in your once buttery transitions. Is it your imagination or are images taking [...]

  • Published On: 4 January 2017By

    Pre-requisites - For Setting up PHP project you need to install the following plugins for Jenkins: Checkstyle (for processing PHP_CodeSniffer logfiles in Checkstyle format) Clover PHP (for processing PHPUnit's Clover [...]

  • Published On: 12 December 2016By

    We know time is changing and we can feel with it. Technology is improving every day and showing new ways to live our life. As a tester we can feel [...]

  • Published On: 8 December 2016By

    Create Admin Grid In Magento2 Module : Magento 2 Grid is a kind of table which listing the items in our database table and provide some features like: sort, filter, [...]

  • Published On: 25 November 2016By

    GIFSHOT What is GIFSHOT? Site -  https://yahoo.github.io/gifshot/ Source Code :https://github.com/yahoo/gifshot Gifshot is a javascript library that can create animated GIFs from media streams, videos, or images. The client-side nature of [...]

  • Published On: 22 November 2016By

    Passwordless login provides a hassle-free signup and login experience for the user. The user does not have to remember passwords, rather they are provided a one-time password or link delivered [...]

  • Published On: 22 November 2016By

    What is Touch ID ? Touch ID is Apple’s fingerprint technology for iOS mobile devices. It allows consumers to unlock their phones and make purchases conveniently using their fingerprint(s). As [...]

  • Published On: 21 November 2016By

    Some times when we request to server we didn't get proper response (HTTP Status 200) as per our expectation. For ex. we can get 1) Internal Server Error 2) Network [...]

  • Published On: 21 November 2016By

    Introduction to SSL A Secure Sockets Layer - or SSL - certificate is a web security protocol and essential for protecting your site visitors' sensitive data against fraud and identity [...]

  • Published On: 18 November 2016By

    HTTP/2 In February of 2015, the IETF’s steering group for publication as standards-track RFCs approved the HTTP/2 and associated HPACK specifications. After more than 15 years, the Hypertext Transfer Protocol [...]

  • Published On: 18 November 2016By

    Introduction TLS, or transport layer security, and its predecessor SSL, which stands for secure sockets layer, are web protocols used to wrap normal traffic in a protected, encrypted wrapper. Using [...]

  • Published On: 18 November 2016By

    There are plenty of ways to test your application. The most popular paradigm is Unit Testing. As for web applications, testing the controller, or model in isolation doesn’t prove your [...]

  • Published On: 15 November 2016By

    At the time of development sometimes - There is an special requirement of single login for two different web-applications. This type of requirement can be achieved through a most popular method which is [...]

  • Published On: 3 November 2016By

    New Relic Servers for Linux allows you to view and analyze critical system metrics, including CPU usage, physical memory, network activity, processes, and disk I/O utilization and capacity. This section [...]

  • Published On: 3 November 2016By

    Magento frontend is little slow with mysql. To solve this problem, We can use mongo db for categories and products listing. We can copy store categories and products to mongo [...]

  • Published On: 10 October 2016By

    Optimization is part of every project. If you are a developer, it is essential for you to optimize your script early in the development process itself. Following the best practices [...]

  • Published On: 10 October 2016By

    How we can submit page changes for review and make live after reviewed it in beaver builder? There is  revisionary plugin https://wordpress.org/plugins/revisionary/.  Revisionary creates a new user role named Revisor. [...]

  • Published On: 29 August 2016By

    Why to Use : Push notification helps the app to notify users regarding occurrence of any new event. Like in Chat Client, if the user is in offline mode or [...]

  • Published On: 25 August 2016By

    What is XMPP: XMPP (Extensible Messaging and Presence Protocol) is a protocol based on Extensible Markup Language (XML) and intended for instant messaging (IM) and online presence detection. It functions [...]

  • Published On: 22 August 2016By

    $http The $http service is a core Angular service that facilitates communication with the remote HTTP servers via the browser's XMLHttpRequest object or via JSONP.The AngularJS $http service makes a [...]

  • Published On: 10 August 2016By

    We recently developed an Android app for Activation Program for one of the prime Telecom Operator in India. There was a contest that winner will be decided on the basis [...]

  • Published On: 29 July 2016By

    A thread is a small unit of instructions which can be executed by a processor. A application uses threading if it requires parallelism. In other words by a single program [...]

  • Published On: 13 July 2016By

    When you embark on your Entrepreneurial Journey it is more out of excitement for adventure and execution than earning money. Trust me no experienced person will ever ask you to [...]

  • Published On: 24 June 2016By

    Elasticsearch is a highly scalable open-source full-text search and analytics engine. It allows you to store, search, and analyze big volumes of data quickly and in near real time. It [...]

  • Published On: 24 June 2016By

    Elastic Search can be implemented in yii2 easily. You need to setup server and elastic search before to use. After elastic search setup, you need to install the yii2 extension [...]

  • Published On: 24 June 2016By

    Logging is one of the basic requirements of every projects. Logging needs to manage system level errors, data errors for business logic etc. It can be done easily in most [...]

  • Published On: 10 June 2016By

    PHP caching is good way to speed up the web page. By storing relatively static data in cache and serving it from cache when requested, the application saves the time [...]

  • Published On: 23 May 2016By

    By default Ejabberd uses mnesia database and if you are not familiar with this then ejabberd provides many other database options for you. You can connect with anyone of them [...]

  • Published On: 10 May 2016By

    We will like to share the glimpse of Auriga's amazing and memorable Journey till now. Checkout - http://www.aurigait.com/our-journey/.   Whenever we look back, it makes us nostalgic remembering the days when [...]

  • Published On: 26 April 2016By

    There are lot of ways to install ejabberd on Ubuntu like from operating system specific package, install it from source code etc. I will prefer to install it from source [...]

  • Published On: 7 April 2016By

    Sometime our test fails due to page was not loaded with all element because of slow internet connection or may be the poor response time. So now question is how [...]

  • Published On: 14 March 2016By

    Facebook applications are getting popular these days. So today I am guiding you, how you can make your own facebook application and add it within a facebook page. Register on [...]

  • Published On: 2 March 2016By

    Jaipur city is one of the pioneers in smart city vision of Government of India, being the frontrunners Jaipur Development Authority (JDA) took this initiative to start working on the [...]

  • Published On: 6 February 2016By

    Aditi Shrivastava & Madhav Chanchani, ET Bureau MUMBAI | BENGALURU: After months of resisting a potential merger, CommonFloor finally acquiesced. Quikr on Thursday announced acquisition of the property search website [...]

  • Published On: 6 February 2016By

    Patanjali Pahwa | Mumbai - business-standard Droom, the used-car marketplace, is planning to expand to 100 cities within the next month. The company, its founder claimed, has been ahead of [...]

  • Published On: 16 January 2016By

    It has been an amazing journey of 6 years with lots of learning and achievements, ups and downs, great friends and awesome moments to cherish. This dream run has only [...]

  • Published On: 1 January 2016By

    We welcome 2016 with a lot of excitement. We wish that everyone take actions to spread more happiness around them and bring smiles to many faces everyday. May you Commit and [...]

  • Published On: 16 September 2015By

    Cscart 4+ has one great feature i.e API. There are some basic apis already written in cscart, like Products, Orders, Users etc. You can check these apis in detail here [...]

  • Published On: 8 September 2015By

    New Era of My Life from Classroom to Office!! "When you start a new job or a particular journey of your Life , you really don't know what to expect" [...]

  • Published On: 4 September 2015By

    A major feature where Yii leaves all its counterparts far behind in the curve and standout to be incredible is its Cache Management. By using its core caching techniques, developers [...]

  • Published On: 31 August 2015By

    "Auriga Family" is indeed a family! It's been a month since I joined Auriga family and it's been quite a roller coaster ride with lots of ups and downs. First [...]

  • Published On: 18 August 2015By

    Databases. A database is an organized collection of data. It is the collection of schemas, tables, queries, reports, views and other objects. The data is typically organized to model aspects [...]

  • Published On: 30 June 2015By

    To understand the V model, let’s first understand what is verification and validation in software. Verification:- “The process of evaluating documents / work-product of a development phase.” Verification is also [...]

  • Published On: 26 June 2015By

    Today I am just looking for a solution on how to create simple and light weight web service for a small and clean plain data. Lots of things were in [...]

  • Published On: 23 June 2015By

    HOW TO WORK WITH SIKULI TOOL :- 1. To work with sikuli first we have to download the sikuli setup.jar from the link given below: https://launchpad.net/sikuli/+download 2. Create a new [...]

  • Published On: 17 June 2015By

    Command: watch -n 5 free -m ``` Every 5.0s: free -m Total Used Free Shared Buffers Cached Mem 3951 2690 1261 11 169 2298 -/+ buffers/cache 222 3729 Swap 0 [...]

  • Published On: 28 May 2015By

    First, Download the jenkins and install. 1. Download latest War file from the jenkins main site http://jenkins-ci.org/   2. Open Terminal and go to download folder and run sudo java [...]

  • Published On: 28 May 2015By

    1.Run Apache server and run http://localhost:8080/jenkins/ 2. Install Maven 3 by below commands sudo apt-get purge maven maven2 maven3 sudo apt-add-repository ppa:andrei-pozolotin/maven3 sudo apt-get update sudo apt-get install maven3 3.Go [...]

  • Published On: 18 May 2015By

    Testing has been an integral part of SDLC, it is an exponentially growing vertical of web and software Development. We are starting a blog series on every aspect of testing. [...]

  • Published On: 13 May 2015By

    There are several ways to do this, but I find GD Library of PHP pretty useful for this. To install this library in Ubuntu use following command sudo apt-get install [...]

  • Published On: 29 April 2015By

    Searching is an important part of many application but it can be painful if you have to deal with large database. Recently I got to work with Elastic Search, a [...]

  • Published On: 9 April 2015By

    Auriga IT went crazy with selfie fever last week as we had this amazing selfie contest. Selfies have become global phenomenon in recent years and even though some people call [...]

  • Published On: 1 April 2015By

    Hello Guys! Today is Wednesday, the day to do and learn something new from your routine work. So lets learn some new CSS and HTML tricks to create a navigation [...]

  • Published On: 24 March 2015By

    "A lot More to Explore" I couldn’t stop myself from writing about the wonderful experience in the constellation. I have completed two weeks here and there are a lot of [...]

  • Published On: 20 March 2015By

    "Not like an Orthodox IT Company" First day at Auriga was better then I expected because I observed that the environment here is not like an orthodox corporate here we [...]

  • Published On: 18 March 2015By

    I was very excited as it was my first job. I remember walking into the office and Rahul was there to welcome me. I sat next to a person nervously, [...]

  • Published On: 16 March 2015By

    Being a fresher, it was a sudden switch from "a reckless student" to "a responsible employee" for me. On the very first day (for a few more days actually), I [...]

  • Published On: 12 March 2015By

    I think my journey of learning started with this constellation from the day of interview, but to this fact, I was completely unknown. Before the results were out, the interaction [...]

  • Published On: 11 March 2015By

    Auriga IT is growing! We have been on an extensive recruitment drive. It is fun and it is awesome as new talent is joining us. In Beginning of January 2015, [...]

  • Published On: 22 January 2015By

    2015,‏ ‎We called it the year of‭ ‬“transformation‭”‬ and‭ ‬12th Jan,‭ ‬the foundation day of Auriga IT or as we call it Auriga Day.‭ ‬We celebrated Auriga Day last week,‭ [...]

  • Published On: 16 January 2015By

    Black Friday sale, GOSF, Flipkart’s Billions Day Sale, Shopclues’s Flea Market etc etc. We all love these don’t we? Watching a product go on sale turns us on like no [...]

  • Published On: 25 December 2014By

    Continuing with our tradition of imparting training using Gamification, Auriga IT gave “English Protocol” challenge to all its employees last month. The rules were simple, employees were to converse only [...]

  • Published On: 23 December 2014By

    Originally Posted @HR Swati Blog Work place stress is a very serious problem in every individual’s life and it is unavoidable due to demands of the work environment. Most individuals [...]

  • Published On: 5 December 2014By

    ऑफिस औरिगा हमें है प्यारा, काम में दिल यहाँ लगता हमारा, काम होन लेट नाईट तक रुकते, अच्छी-अच्छी मेहनत करते, फ्रेंडली नेचर, गुड है मेनेजर, काम करन में नहीं लगता [...]

  • Published On: 4 December 2014By

    यह पौधा वृक्ष बनेगा एक दिन , इसकी जड़े बहोत गहरी जाएँगी , और उचाईया क्या नाप सकेगा कोई , आओ इसे सीचे अपने जीवन रक्त से , बनाये एक [...]

  • Published On: 4 December 2014By

    I have been stuck to this problem on Linode Server. I was not able to send mails to my primary domain. It was giving following error in mail logs. Nov [...]

  • Published On: 21 November 2014By

    Originally Posted @ HR Swati's Blog Discovering a right applicant for your organization obliges a ton of effort. Its a huge test for an recruitment specialist to hunt capable hopefuls. [...]

  • Published On: 6 November 2014By

    Being Happy is a need of each individual, and how could you have been able to discover it in the work spot is a bit troublesome assignment. At work most [...]

  • Published On: 31 October 2014By

    Its almost Halloween & like every other US holiday, every Off -Shore IT company is celebrating this one too with full zeal and joy. The main reason for us getting [...]

  • Published On: 29 October 2014By

    Finally after choosing right CMS, Hosting, Team etc and setting up the web portal, the next most important thing to do is to promote the Websites. Promotion is of crucial [...]

  • Published On: 7 October 2014By

    Second most important aspect after setting up an ecommerce is making it user friendly and to have a likable user interface. Moving on with our series, All about Ecommerce, we [...]

  • Published On: 15 September 2014By

    In the first blog of this "All About e-commerce" series, we discussed the importance of having an Ecommerce for our business, now lets move on to some other insights about [...]

  • Published On: 6 August 2014By

    With over 2.5 Billion Internet users world wide, eCommerce has become one of the most rewarding and growing business all over the world for start-ups like Amydus.com to eCommerce Giants [...]

  • Published On: 26 June 2014By

    Although my personal experience says that display:inline-block is better over float, but all main frameworks (Bootstrap, Foundation, 960 Grid etc.) use float to align their grid structure means to set [...]

  • Published On: 20 June 2014By

    A grid in Magento provides you the ability to list the information e.g. List of products, orders etc. It also give you facility to perform action in bulk but it [...]

  • Published On: 16 June 2014By

    Gamification is use of gaming ethics, gaming thinking and gaming mechanics in solving day to day problems. A wide spectrum of industry have employed Gamification for solving complex problems. Gamification [...]

  • Published On: 28 May 2014By

    A Web Crawler is a program that crawls through the sites in the Web and find URL's. Normally Search Engines uses a crawler to find URL's on the Web. Google [...]

  • Published On: 21 May 2014By

    1. All floated elements are like 'td' (Columns) which must be wrapped in a 'tr' (Row) that it would not affect other elements. So the structure must like as follows: [...]

  • Published On: 15 May 2014By

    I always wanted to contribute something to IT industry as most of the people do but  it was very hard to decide from where to start. Finally I started by [...]

  • Published On: 9 May 2014By

    Horizontally Centering an element Normally text and other inline elements like img tag and inline-block elements align in center by putting text-align:center on their parent div. But if we want [...]

  • Published On: 19 April 2014By

    Magento let us set up multiple stores on a single instance. For a global website it is good to have multilingual and multi-currency stores for different countries. It provides a [...]

  • Published On: 7 March 2014By

    Speed the most affecting factor in context of Internet, every user hates the wait time for anything. SEO brings the traffic to your website, but the retaining percentage of those [...]

  • Published On: 24 February 2014By

    Any HTML element can have 4 types of positioning: Static - Default position of any element. Means it is in default document flow. Relative - If it is a parent [...]

  • Published On: 17 February 2014By

    Php installation on Ubuntu is also as easy as for window. But many people don't know those steps. We are providing a simple guide from you can install all this [...]

  • Published On: 12 February 2014By

    If an image's width is given in % and we change the tab or window's size it goes compressed or expanded accordingly because of the percentage width. But what about [...]

  • Published On: 7 February 2014By

    Ever looked in Mysql installation directory ? I recently did.(E:\wamp\bin\mysql\mysql5.5.24\) found various strange files which can be used as Mysql DB physical backup if you dont have time to run [...]

  • Published On: 29 January 2014By

    Security has always been a challenge for wordpress websites developers. The directory structure of  wordpress is open to all, the admin panel (until customized) is same, so the security threat [...]

  • Published On: 22 January 2014By

    There are several ways of creating a popup, some use JS functions to put effects and animations and some use CSS frameworks like Bootstrap models for it. But by using [...]

  • Published On: 16 January 2014By

    This will be series of blog, where I will be talking about one system used by Auriga IT  in each blog. Auriga was founded in Jan 2010 and has grown [...]

  • Published On: 6 January 2014By

    At times all front-end developer face this issue that when they use floated blocks for listing items in grid, they have to use a fix height for each floated block [...]

  • Published On: 3 January 2014By

    One of the biggest problem in Magento is extension conflicts. Extension conflict comes in picture when two or more extensions overwrite same core class. When we define “” tag in [...]

  • Published On: 23 December 2013By

    When we have large no. of products in our catalog, we generally found a problem that  when we do any changes from the admin panel or we use catalog import [...]

  • Published On: 19 December 2013By

    Magento provides Block cache in backend but what if we need more granular control over a particular block caching? For e.g.:- 1. I do not want to cache my catalog [...]

  • Published On: 4 December 2013By

    Mobile Internet usage has increased rapidly largely due to more advanced mobile phones with better functionality and greater capacity. Why Mobile marketing is necessary? Apple’s iPhone 5 pre-sold 2-million devices [...]

  • Published On: 28 November 2013By

    Its a very common problem when you forget your admin password, don’t worry all is not lost. Changing magento password using database is very easy. Just follow these few steps [...]

  • Published On: 21 November 2013By

      Wikipedia is‭ ‬among the top‭ ‬5‭ ‬non-profit‭ ‬websites in terms of traffic.‭ ‬Wikipedia offers free encyclopedia with‭ ‬over‭ ‬30‭ ‬million articles in‭ ‬287‭ ‬languages,‭ ‬including over‭ ‬4.3‭ ‬million in [...]

  • Published On: 24 October 2013By

    Good News for all the Mac Users across the world.‭ ‬Apple released its next generation operating system OS X Mavericks on October‭ ‬22.‭ ‬It is officially available on Mac Apple [...]

  • Published On: 17 October 2013By

    Penguin‭ ‬2.1:‭ ‬After Effects and Retaliation FAQs Google,‭ ‬for enhancing search results rolled out yet another Penguin update Penguin‭ ‬2.1‭ (‬penguin‭ ‬5‭)‬.‭ ‬With a tweet Matt Cutts announced that it [...]

  • Published On: 25 September 2013By

    Google map is a mandatory part of almost every professional website contact us page. Google provides map api's for embedding google map via iframes, but the map marker and infobubble [...]

  • Published On: 16 September 2013By

    SEO, search engine optimization have generated a lot of criticism over the years because of bad linking, spinning and baiting. But the question is whether to follow Google’s guidelines or just [...]

  • Published On: 22 December 2012By

    I know many of you might be remebering this poem from yester years, it has been one of my inspirations in my college days. I am not going to put [...]

  • Published On: 22 December 2012By

    Introduction : Url Writing means changing the appearance of URL without affecting a behavior of our site. Lets take an example to know why we rewrite a url. Suppose we [...]

  • Published On: 22 December 2012By

    We like to believe that all there is to digital marketing is to do some search engine optimization, send out an email blast every once in a while, get our [...]

  • Published On: 22 December 2012By

    So you're a programmer and have you ever wondered that the code you write might make the next guy working on your code pull his hair out? Not really? Well [...]

  • Published On: 22 December 2012By

    SQL Optimization Tips: - Some techniques to write optimized queries in SQL which can make your life easy ! -   1) The SQL queries become faster if you select [...]

  • Published On: 22 December 2012By

    In the Web world Web sites pulls vast amount Web traffic across the world every day, leaving behind Web site traversal information in the form of Web server or query [...]

  • Published On: 22 December 2012By

     It is always a challenge to keep yourself and your team motivated for a long time. If the team is motivated, it can take up any Herculean tasks and if [...]

  • Published On: 22 December 2012By

      Months back I was trying to integrate phpbb in codeigniter based website. I didn't want that the users register for the forum. Site login/register controllers should handle the forum [...]

  • Published On: 3 August 2012By

    Job Description - Yes Auriga is Hiring Again. Founded in 2009 to bring together higher standards of technology to improve businesses, Auriga has been quite ahead in achieving the targets. [...]

  • Published On: 16 July 2012By

    If we can do some basic thing right than we can keep most of our customer happy.  We just need to watch our actions carefully and rest is simple. When [...]

  • Published On: 16 June 2012By

      One of my client was managing the Worpdress Blog for last 6 years. It was hosted on shared hosting and one day we received a notice from Hosting Provider [...]

  • Published On: 29 May 2012By

    Export Mysql Database How to take the back up of Mysql database using SSH - Enable shell access inside your Plesk control panel Using utility such as PuTTY, log into your server via [...]

  • Published On: 3 April 2012By

    Before starting about the topic, we have to understand that what is the reason that is making it essential, in terms of making focus upon the content. It is just about [...]

  • Published On: 6 February 2012By

    We can upload data in database using excel easily but whenever we will upload any kind of date through excel than the uploaded date unrecognized sometimes. This is because of [...]

  • Published On: 26 January 2012By

    Server Request Response Flow-  Apache is web server, Its job is to receive the request and send the response. So if I opens a web page mydomain.com/test.html . request goes [...]

  • Published On: 25 January 2012By

    I happened to write this while I was digging  into how Magento stores password. well magento stores hashed password separated by a two character salt in db. A sample looks [...]

  • Published On: 21 January 2012By

    I never realised  criticality involved with Software Project Lifecycle until I became part of - -Undefined Requirements - Vicious cycle of Rework and Rework - Never Ending Projects - Bugs [...]

  • Published On: 20 January 2012By

      Whenever I talk about Auriga, the first thing that always comes to my mind is the trivia that Auriga is a Constellation of Stars. And it seems so true, [...]

  • Published On: 24 December 2011By

    While customizing Magento cart, if you are using quote id and item ids of cart in any reference then you must face a problem with login. If you have some [...]

  • Published On: 21 December 2011By

    I had a domain registered with Melbourne IT for which they were charging USD 35.50 for one year. I decided to shift the domain to Godaddy which was much cheaper [...]

  • Published On: 20 December 2011By

    Team Building activities plays a very important role and everyone including Management, Employees will reap benefits from this.  It helps in bringing out the best in a team and cultivates [...]

  • Published On: 14 December 2011By

    Moodle login integration in other source Introduction  When we need Moodle integration in any site to use some functional part of Moodle like Quiz for that we have to create [...]

  • Published On: 12 December 2011By

    When we display images on our web pages we use <img src="path" height="" width=""> tag but this is a hardcode method to display the images. Now suppose the uploaded image [...]

  • Published On: 9 December 2011By

    Facebook is a very large social networking site. Intend to connect business associates, Facebook announced a feature called “Facebook Page”. Now first question arose in mind what is Facebook page? [...]

  • Published On: 24 November 2011By

    Before you try to worry about performance keep in mind that performance that comes at the cost of user experience is useless   Almost everything you can do to improve [...]

  • Published On: 18 November 2011By

    It is rule of the world that you need to stay updated if you want to stay in the competition. It is also true for the search engine’s market so [...]

  • Published On: 16 November 2011By

    CSV Files stores numbers and text in a plain text foam.Files are easily readable (eg-in a text editor).CSV file are in a simple format which helps consumer,business and scientific applications. [...]

  • Published On: 14 November 2011By

    Though PHP file upload is very common practice in web development and it is actually very easy to do but still some newbies face problems while writing code to simply [...]

  • Published On: 3 November 2011By

    Web services are basically used for backend support for mobile apps. That means if we have to make an app which will use to save any kind of data in [...]

  • Published On: 1 November 2011By

    Easier steps to prevent updates in Windows 7 Updating in Window 7 is better or good technique for improving the security .But for the limited internet bandwidth user hates it [...]

  • Published On: 31 October 2011By

    God Mode is used in accessing the hidden or undercover processes shortcut in Windows 7. This provides direct to access features and functions of the operating systems. God Mode helps [...]

  • Published On: 27 June 2011By

    21 stick game. If there are 21 sticks and two players - user &  computer. First turn is of user he can pick up maximum 4 sticks at a time. [...]

  • Published On: 11 June 2011By

    Hi All, We are looking for PHP developers.  We are conducting Walk-In interview on from 13th June to 19th June  (11am - 6pm) Kindly find our requirements below: 1-3 years [...]

  • Published On: 7 June 2011By

    I am starting a series of challenges faced by a start up during its growth process. Will try to answer some but others are still a mystery to me. So [...]

  • Published On: 9 March 2011By

    Hi Everyone, As you all know, the team at Auriga believes in innovations and constantly learning new things, I am really happy to announce our presence in the iPhone and [...]

  • Published On: 5 March 2011By

    In the early days of the Internet when Web 1.0 was king, people already got excited by the fact that you could access information, read it, be entertained and probably, [...]

  • Published On: 24 February 2011By

    Searches conducted on Microsoft's Bing increased 21 percent in January 2011, though Google and Yahoo held on to the top spots in terms of search engine share. Bing captured 12.81 [...]

  • Published On: 19 July 2010By

    India has taken a step toward Globalization and has launched a new symbol for Rupee. With new symbol comes the new Font style. The Govt may take over 6 more [...]

  • Published On: 12 April 2010By

    DRM - Digital Risk Management How to stop Piracy, duplication of media files, art work, presentation, digital library collections ??? This is the one of the most prevalent problems faced [...]

  • Published On: 26 February 2010By

    One name which has created a stir in the market is Notion Ink's ADAM. "It's not a tablet, or a book reader. It's a new species, and they call it [...]

  • Published On: 26 February 2010By

    Web is innovating day by day. There are n no. of new trends coming up. Lots of information is being provided to users. And it is getting very difficult to [...]

  • Published On: 26 February 2010By

    So here my journey with the Auriga Blog begins. Since the time I have started working with Auriga I have been asked this numerous times, what does AURIGA mean? Well [...]

Never Miss an Update

Stay in the loop with the latest stories, insights, and events from Auriga.