Skip to content
Cloud2Data

Cloud2Data

Latest Cloud, Data, DevOps Technologies

  • CloudThe concept of cloud started in the early 2000s piggybacking on the Internet boom. The actual popularity stated in 2010 onwards when large scale deployments of networked servers started moving into the consumer space. Cloud computing has now become on the most exciting technologies being rapidly adopted by large enterprises across the world. Could computing traces its origins from distributed computing and distributed storage. Virtualisation technologies have provided a hug boots to cloud computing making it truly affordable at a consumer grade. Today’s server technologies are getting increasingly implemented on the cloud with physical Data Centers migrating several services to cloud based providers. Bare metal servers are increasingly being used as a collection of Virtual machines. Over the last decade Cloud services has seen amazing growth. This has been enabled by the availability of high speed broadband internet and intranet and a combination of these services has given rise to Software as services and Micro-services within large consumer facing applications. Cloud services have also seen steady evolution to address high availability, high performance and data and identity security. Cloud services had its initial hiccups for adoption both by consumers and enterprise customers. It is fascinating to see how cloud services…
  • DevOpsDevOps has become a hot topic over the last decade as computing has increasingly become distributed and cloud based. The traditional model of slow stages from coding to testing to build and deploy has been found to be in adequate to serve the need of rapid development across sites and across time zones. With the Agile process production level code will have to be built and deployed on multiple servers and VMs across data centres and cloud zones. The configuration management of software application code and other resources, build management and runtime environment during deployment are getting highly complex and therefore require a seamless pipeline. This pipeline needs to be automated to reduce human error and also to deploy new applications and update old ones on maybe thousands of servers and VM instances in a large cloud service. This is where the confluence of Software Development (Dev) and IP Operations (Ops) happen and this crucial function has been named DevOps. Unlike yesteryears when an application used to run on a single , sometimes proprietary tech stack, modern applications on server side and cloud services leverage multiple tech stances , libraries and runtime environments. Runtime environment creation is therefore itself automated…
  • Data Storage
  • Machine LearningMachine learning Machine Learning is a term that has been used in Mathematics, Statistics and Computer science for quite a few decades. It traces itself back almost for a century in Mathematics. The primary objective of Machine Learning is to make an inference about an even based on certain input values. Students of statistics could immediately relate  to probabilistic determination of outcomes of events based on certain input parameters while students of Mathematics could identify this with linear algebra and matrix transformations.
  • Artificial Intelligence
  • Server Tech
  • Web ClientWhenever we are using any software application today, we would be using a client server technology in 90% o fetch cases. Your re using a client on your browser as you read this article and a server at the back end that is serving this web page. The browser client on your mobile or PC or Mac is fetching the right content page form etc server based o the URL on the address bar of your browser. This is a wonderful way to understand how a web client works – your browser itself. Traditionally web client used to serve pages that are programmed with Hyper texts which essentially means that unlike a normal text file where all written characters are displayed on the page, pages that are marked with Hyper texts (also called HTML) when displayed on a web browser will not display all text characters contained in the page. An HTML page consists of two kinds of texts : normal texts and hyper texts are essentially marked with some escape characters like “” which signify that the texts contained within such escape characters will bemused as a code to instruct your browser client what, where and how…
  • Mobile DevDevelopment of applications on mobile had started since the advent and adoption of smartphones. It has seen phenomenal growth as applications both on consumers and enterprise sectors have increased. While early mobile applications were stand alone on device – todays mobile phones work as connected device to the internet and therefore most mobile applications leverage cloud services and other server based technologies to access and update data. Mobile applications now cover everything from payment systems to food ordering to health , lifestyle and fitness. Mobile applications alas provide a great way to monetise your application ideas and also content. While the hardware of mobile phones are manufactured by a large number of companies, the OS of mobile phones are clearly divided into only two flavours : the iOS and Android. Both Apple and Google have their own Application repository the App Store and GooglePlay. It has therefore become imperative for Mobile application developers to develop their applications on both these OS platforms and publishing in respective applications repos. iOS applications have ben traditionally been developed using Objective C which many have found cumbersome and a difficult learning curve. Apple thereafter came up with Swift that offers an mazing developer IDE…
  • Home
  • Programming

Programming

HTML-Review
  • Languages
  • Programming

HTML and Javascript

Marjorie NathanOctober 27, 2023October 27, 2023010 mins

HTML and Javascript are two of the most commonly used programming languages in the world. They’re also two of the most commonly misunderstood. That’s why it’s important to understand them before you start coding. In this blog post, we’ll provide tips to help you get started with HTML and Javascript. We’ll also offer a few…

Read More
HTML-CSS-Review
  • Languages
  • Programming

HTML and CSS

Marjorie NathanOctober 27, 2023October 27, 202305 mins

HTML and CSS are the two main “lingo” of the web. HTML is the markup language that tells a browser what elements to display on your page, and CSS is the style sheet that tells your browser how to format those elements. Knowing about these two languages is important for any web developer, as they…

Read More
HTML-Anchor-Review
  • Languages
  • Programming

HTML Anchors and how they work

Marjorie NathanOctober 27, 2023October 27, 202309 mins

HTML anchors are a staple of modern websites. Teachers and students alike use them to link to specific parts of a document, without having to type out long, difficult URLs. Anchors play an important role in web design and should be used sparingly, lest they take away from the look and feel of your website….

Read More
HTML5-Review
  • Languages
  • Programming

HML5 Embed tag and its uses

Marjorie NathanOctober 27, 2023October 27, 202307 mins

HTML5 Embed tag is a new element in HTML5 that allows you to embed videos and other objects inside of your webpages. So, what can you do with this nifty little tag? In this article, we’ll take a look at some of the things you need to consider before using HML5 Embed tag in your…

Read More
CSS-Texts
  • Languages
  • Programming

CSS: Texts formatting

Marjorie NathanOctober 27, 2023October 27, 202305 mins

In this post, we will be discussing some basics of CSS: Texts formatting. We will be covering properties such as font-size, font-family, color, and line-height. While this may not seem like a lot to worry about, mastering these basics can make your website design look a lot more professional. What is CSS? CSS is a…

Read More
CSS-Selectors
  • Languages
  • Programming

CSS: Selectors, Colors, Background and Fonts

Marjorie NathanOctober 27, 2023October 27, 2023012 mins

Designing web pages can be a fun and creative process, but it’s not always easy to know exactly what you need to do in order to create a successful layout. In this article, we’re going to take a look at some of the most common CSS properties and see how you can use them to…

Read More
HTML-Review
  • Languages
  • Programming

Creating HTML Tables: Tips to consider

Marjorie NathanOctober 27, 2023October 27, 2023010 mins

Tables can be one of the most important elements in any web page. Used correctly, they can help to organize your content and make it easier for visitors to navigate. However, if you’re new to tables, you may not be sure how to create them or how to format them. In this article, we will…

Read More
Visual Formatting
  • Languages
  • Programming

Visual formatting

Marjorie NathanOctober 26, 2023October 27, 202304 mins

CSS visual formatting is a process that is responsible for processing the document tree to the visual media. It means it is liable to process the document tree for visualization on a computer screen. Each element in the document tree generates zero or more boxes according to the box model. Some factors are there on…

Read More
Padding
  • Languages
  • Programming

Use of padding, border and margins

Marjorie NathanOctober 26, 2023October 27, 202302 mins

Border We use a border to a CSS box as our requirements. When creating a web page, we have to look after many things per size or position. So we give border value as that will fit there. Let’s take some example and their syntax. For border 0 à   border-width: 0px; For border 4 à…

Read More
Box Model
  • Languages
  • Programming

Box Model

Marjorie NathanOctober 26, 2023October 27, 202302 mins

Box model in CSS has a major role in website development. We can say that with the help of a box model, we can decide how our web page will render on the internet. In this model, it will generate a rectangular box for HTML elements. It will replace every element according to its dimension,…

Read More
  • 1
  • 2
  • 3
  • …
  • 6

Categories

  • Amazon AWS
  • Android
  • Artificial Intelligence
  • Classification
  • Cloud
  • Data Analytics
  • Data Storage
  • Dell
  • DevOps
  • Distributed Data
  • Google Cloud
  • Intel
  • Introduction
  • iOS development
  • Languages
  • Machine Learning
  • Microsoft Azure
  • Mobile Dev
  • NAS
  • Netapp Storage
  • Neural Network
  • Nvidia
  • Programming
  • Regression
  • Server Tech
  • Web Client

Copyright Clod2Data 2025. All rights reserved.
  • Suggest or improve an article
  • Write for us
  • Terms and Conditions
  • Privacy Policy
  • About Us
  • Contact Us