Rohan Reddy

Rohan Reddy is an undergraduate student at the University of Hyderabad pursuing a degree in Computer Science. Rohan is particularly interested in machine learning and web development.
Author Insights

11

0

0
Rohan Reddy is an undergraduate student at the University of Hyderabad pursuing a degree in Computer Science. Rohan is particularly interested in machine learning and web development.
11
0
0
Sep 23, 2020
Node.js is a JavaScript run time environment which is used to create server-side applications and tools. Node.js is fast, portable, and written in JavaScript but it does not directly support common tasks such...
Aug 13, 2020
Node.js is used to develop applications ranging from a simple portfolio website to complex APIs and applications used by millions. As the size of the application grows, the risk of bugs also grows. An...
Aug 7, 2020
Webpack is a static module bundler for JavaScript applications. It takes modules, whether that’s a custom file that we created or something that was installed through NPM, and converts these modules to...
Aug 4, 2020
Social networks are a primary resources to gather information about people’s opinions and sentiments towards different topics as they spend hours daily on social media and share their opinion. In this article,...
Aug 3, 2020
Data Studio is a free data visualization platform by Google. It allows you to bring different sets of data into one place and transform that data into useful reports. You can choose from a variety of graphics,...
Jul 30, 2020
Edge Devices are computing devices that live at the “edge” of the network and perform work in the exact location that is needed. Edge devices include IoT devices, smart home equipment and computers...
Jul 9, 2020
The potential of artificial intelligence to emulate human thought goes from passive tasks such as object recognition to self-driving cars, it also extends to creative tasks such as text-generation, music...
Jul 9, 2020
GitHub Actions enables you to create custom and automated software development workflows (including CI/CD) directly in your GitHub repository.
Jul 9, 2020
D3 (Data-Driven Documents) is a JavaScript library that allows us to manipulate documents based on data. With D3, we can bind data to a DOM element and then apply data-driven transformations to the document....
Jul 1, 2020
Electron, maintained by Github, is a framework for building cross-platform desktop applications with web technologies like HTML, CSS and Javascript.
Jun 20, 2020
If you are familiar with a programming language like python or C, then it should be pretty easy to get started with shell scripting. This article can be used as a “cheat sheet” as well.