Naveen T aka neotam.
Programming language agnostic, Software architect, Python expert, Networking & DevOps engineer & consultant with 7+ years of experience in creating serious web applications, real time event-driven non blocking applications and database driven applications ranging from small scale to enterprise grade.
website
A leap year is the year which divisible by 4. But all century(multiples of 100) years that are divisible 4 are not leap years, in such a case it is tested against if it is divisible by 400. Here is…
String.fromCodePoint was introduced in ES6 to address shortcomings of String.fromCharCode to deal with UNICODE. Discussing String.fromCharCode vs String.fromCodePoint, both methods receive sequence of code points but String.fromCharCode require surrogate pair for supplementary characters while String.fromCodePoint also can receive directly code…
There are lot of command line tools available in Linux to dump files as ASCII, decimal, hexadecimal, octal and binary forms. Often it will be helpful when you want to study internals of any file structure or debugging/troubleshooting network systems.…
This article will help to configure network interface on Linux manually Prerequisites to configure network interface To configure network interface following things are required Terminal or SSH Access to shell via terminal emulator or via SSH IP Address IP Address…
Primarily “Data types” in java can be categorized into two types. That are, Primitive and Non Primitive or Reference data types. Primitive data types can be classified into four groups boolean, character, floating point and Integers. Everything else other than…
All Linux distributions come with latest stable python release. Yet, if you want to try out new python for its elegant new features. You can compile and install it side by existing python. Steps to Install Python from source Clone…
OpenCV stands for “Open Source Computer Vision Library”. It is a computer vision and machine learning library. It gives your programs the ability to see, read, manipulate and detect objects and faces in images and videos. Installing OpenCV from source…
The Entity Relationship diagrams are used to represent the Entity Relationship Model(ER Model). Data models provide the abstraction in Data Base Design. The Entity Relationship diagrams also called as ER Diagrams are what database designers usually do when designing database.…
Swap memory or Swap space is reserved space on disk which is part of virtual memory system. Swap space is configured as either partition or file on Linux. It can be added or removed any time. Operating System uses the…
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok