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
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…
In an operating system, Command line is a tool which provides the typing interface to perform commands on computer. This article will walk you trough some time saving tips to working with Linux command line. Switch working directory to home…
This article would give you quick Linux command tips to perform operation and work with files and directories effectively Create Multiple Directories at once mkdir path/to/{test,work,pictures,newDir} No spaces around comma ( , ) in side curly braces {} Above command…
Unlike many other programming languages python supports multiple types formal arguments in the function definition. It is one of the flexibility that python offers. Types of function (formal) arguments that python supports, Parameters VS Arguments Actual VS Formal Arguments Regular…
Minikube is a tool that makes it easy to run and setup kubernetes cluster for development locally on laptop or desktop. Minikube runs a single node cluster inside given Virtual Machine. It is also possible to run minikube on host…
Web search engine is a software which crawls whole internet and indexes (stores) to make World wide web available to you at your finger tips. Google Bing Yahoo Baidu Yandex DuckDuckGo Naver Seznam Regardless of who(audience) you are targeting either…
The linux distribution CentOS is widely used on server side without GUI. Which might not come with desktop environment. If you want to install GUI for any kind of reason like connecting to server over VNC or using it on…
Endianness describes the byte order in which bytes of large values are stored, transferred and accessed. Based on order in which bytes are stored, transmitted and accessed there are two main types of endianness called little-endian and big-endian . Memory…
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