Open in app
Home
Notifications
Lists
Stories

Write
Sangeeth Arulraj
Sangeeth Arulraj

Home

About

Published in Nerd For Tech

·Apr 1

Principles of Object-Oriented Design

Apart from Abstraction, Polymorphism, Inheritance, and Encapsulation there are principles to be followed in coding these concepts are the result of decades of software engineering experience. They are the result of the collaboration and writings of a vast number of software developers and researchers, rather than the work of a…

Oop

2 min read

Principles of Object-Oriented Design
Principles of Object-Oriented Design

Published in Nerd For Tech

·Mar 10

REST Architectural Constraints

REST is a distributed network platform that uses Web protocols and technologies. The REST architecture includes client and server interactions built around resource transfer. Additionally, online publishers use REST by enabling Web page content and XML statements while delivering syndicated content to users. Users can access the web page through…

Rest Api

3 min read

REST Architectural Constraints
REST Architectural Constraints

Published in Nerd For Tech

·Mar 9

Programming Algorithms

An algorithm is a series of well-defined instructions for solving a certain problem in computer programming. It takes a collection of inputs and outputs the desired result. As an example, An algorithm for adding two numbers is as follows: Take two number inputs(third variable for output) Add numbers using the…

Algorithms

3 min read

Programming Algorithms
Programming Algorithms

Published in Nerd For Tech

·Jun 22, 2021

How to setup Jupyter Notebook (Windows)

Step 1: Installing Python in Windows The leading Python site is on https://www.python.org/, and the most up-to-date source distribution version for windows is python 3.9.5. It is recommended use a lower version than the latest version.

Jupyter Notebook

3 min read

How to setup Jupyter Notebook (Windows)
How to setup Jupyter Notebook (Windows)

Published in Nerd For Tech

·Apr 29, 2021

What is Machine Learning?

Machine learning is a method of data analysis that automates analytical model building. It is a branch of artificial intelligence based on the idea that systems can learn from data, identify patterns and make decisions with minimal human intervention. “Machines learning is a science of getting computers to act without…

Machine Learning

4 min read

What is Machine Learning?
What is Machine Learning?

Published in Nerd For Tech

·Feb 17, 2021

Why SELENIUM?

Introduction Selenium is a free (open-source) automated testing framework used to validate web applications across different browsers and platforms. You can use multiple programming languages like Java, C#, Python etc. to create Selenium Test Scripts. Testing done using the Selenium tool is usually referred to as Selenium Testing. What is Software…

Selenium

3 min read

Why SELENIUM?
Why SELENIUM?

Published in Nerd For Tech

·May 16, 2020

Get started with MongoDB Atlas

This article will guide you on how to get started with MongoDB Atlas. Visit MongoDB Atlas 2. Click on Start Free and Complete the form with your email, name, password, accept terms of services and hit the button that says Get started free

Mongodb

3 min read

Get started with MongoDB Atlas
Get started with MongoDB Atlas

Published in Nerd For Tech

·May 12, 2020

The lifecycle of Components ReactJS

Each and every React Component has there are unique lifecycles of its own, also the component known as a series of methods, and they are invoked in different stages of the component existence. React Component goes through four different stages of its lifecycle as follows. Initialization Mounting Updating Unmounting Initialization Stage The…

React Lifecycle Method

3 min read

The lifecycle of Components ReactJS
The lifecycle of Components ReactJS

Published in Nerd For Tech

·May 3, 2020

What is FlowJS?

Introduction Flow is a static type checker for JavaScript in other terms it is dynamically-typed language. We can think of it as a productivity tool that catches common errors before they run a program, works in a similar to a linter does. It checks the type declaration in real-time and if…

3 min read

What is Flow?
What is Flow?

Published in Nerd For Tech

·Mar 16, 2020

Flux vs Redux

If you are familiar with the design pattern and architecture you might have an idea of Flux and Redux but still, you might not have a clear picture of it. We are going to learn about the concept of Flux and Redux and the purpose of using them. Finally, you…

Flux

5 min read

Flux vs Redux
Flux vs Redux
Sangeeth Arulraj

Sangeeth Arulraj

Software Engineering

Following
  • Dinuwan Kalubowila

    Dinuwan Kalubowila

  • Mithelan Devanandan

    Mithelan Devanandan

  • Lakshini Kuganandamurthy

    Lakshini Kuganandamurthy

  • AbinayaThayaparan

    AbinayaThayaparan

  • Moveena Kumari

    Moveena Kumari

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable