jjj

Web 3: The Future of the Internet

Discover Web3, the next iteration of the internet, aiming to address challenges like data privacy, censorship, and centralization. Built on blockchain technology, Web3 offers decentralization, privacy, censorship resistance, and trustlessness. It enables new business models like DeFi and NFTs while fostering innovation and collaboration. Embrace the transformative potential of Web3, but acknowledge its early stage and the need for further development and adoption.

Read More
jjj

GitHub Copilot Introduction

Discover GitHub Copilot, a cloud-based AI tool by GitHub that offers autocomplete-style suggestions for faster code writing. Learn how to install Copilot as an extension in Visual Studio Code and explore its benefits, including increased productivity, code consistency, reduced development time, and improved code quality through machine learning. While Copilot has limitations like occasional code errors and potential biases, it remains a valuable tool for enhancing coding efficiency and accessibility.

Read More
jjj

GIT and GITHUB Commands

The power of Git and GitHub is explored in this comprehensive article. Explore Git’s version control capabilities and simplify code tracking across operating systems. Dive into GitHub’s web-based platform for hosting Git repositories and learn about collaboration features like pull requests and issue tracking. Learn essential Git commands, branch management, and advanced features like stashing and logging.

Read More
jjj

gRPC Server Inside an Asylo Enclave

gRPC is a one kind of RPC which is a free and open-source framework developed by Google. It allows you to define Request and Response for RPC (Remote Procedure Call). gRPC server is modern, fast and efficient, built on top of HTTP/2, low latency, supports streaming, language-independent and makes authentication, load balancing, logging and monitoring super easy to plug into. Read the blog to know more about it.

Read More
jjj

Karate- Automation with Gherkin Syntax

Getting ready to automate the applications, not sure about the selection of the automation framework, This blog is for you. Read the blog on Karate- Automation with Gherkin Syntax and know more about it.

Read More
jjj

React-Native Anti-Patterns

While developing any application, there are some do’s and don’ts that we need to follow. Anti-patterns are the patterns which degrade the performance of the solution. It is possible that unknowingly we might implement the anti-patterns in our code. In React-native, there are few anti-patterns that are listed in this blog. Know more by reading it.

Read More
jjj

How to Consume APIs in Vue.js using Axios?

As we all know Vue.js is a trending, open-source and lightweight javascript library for building interactive single-page applications and user-friendly web applications. When we integrate Vue.js with other libraries it becomes a “framework” also. Read the blog and know more about it.

Read More
jjj

Introduction to Apache Kafka

With evolving time, Kafka lets you needlessly store absurd measures of information, have a message transport with immense throughput (millions/sec) and utilize real-time stream handling on the information that experiences it at the same time. Read the blog to know more about Kafka.

Read More
jjj

Getting started with Prometheus

Prometheus is an open-source framework observing and alarming toolbox initially. Since its beginning in 2012, numerous organizations and associations have embraced Prometheus. It is presently an independent open source venture and kept up autonomously by any organization. Read the blog and know more about it.

Read More
jjj

React Native Static type Checking Code

We usually write our code and we create a Merge Request to get our code reviewed but there should be a way to validate the code at compile type instead of run time. Static type checking allows you to catch errors quickly which indirectly reduces bugs and time spent on debugging. Read the blog and know more about it.

Read More
jjj

Jovo: Framework for building cross-platform Voice Apps

Jovo is an open-source framework for building Voice Apps, available to users on multiple platforms. It allows you to host the common code base and configurations for both Alexa and Google home. Read the blog and learn how to build a basic Voice-App using Jovo.

Read More
jjj

OAUTH 2.0 (A protocol for Authorization in the Applications)

OAuth is an Open Standard protocol designed for authenticating or authorizing the user into the Application. The Protocol is designed to gain access into the application or grant website for…

Read More
jjj

Vagrant setup

Vagrant is a tool for building and managing virtual machine environments in a single workflow. It is easy to configure and easy to use…

Read More
jjj

How to Set up an Instance to Run a Jupyter Notebook in GCP?

The Jupyter Notebook is an open-source web application that allows you to run the live code, embed visualization and explanatory text all in one place. It supports dozens of programming languages like PHP, Ruby on Rails, Spark, Matlab and many more.

Read More
jjj

Getting Started With Serverless Using Node.js

A term Serverless refers to the cloud computing model in which cloud service providers manages computing resources dynamically. The pricing for the utilized resources is based on the amount of …

Read More
jjj

How To Install RethinkDB On Ubuntu?

RethinkDB is an open source, document based NoSQL database that stores the information in JSON format.

Read More
jjj

Getting Started With Redis

Redis is an open source (with minimal restrictions on the use and distribution of the software), memory resident database store which especially relies on the main memory unit for computer data storage. Redis can be used as a storing database…

Read More
jjj

How to Do Load Testing Using Selenium & JMeter?

JMeter is an effective tool for load testing. Get here a step by step guide for How to do load testing using JMeter and Selenium Webdriver tool.

Read More