Open in app

Sign In

Write

Sign In

Aditya Sridhar
Aditya Sridhar

2.8K Followers

Home

About

Published in

We’ve moved to freeCodeCamp.org/news

·Apr 19, 2019

How to get started with Multithreading in Java

What is a Thread A Thread is a lightweight Process. Any Process can have multiple Threads running in it. For example in a web browser, we can have one thread Which will load the User Interface and we can have one more thread which will actually retrive all the data that needs to be…

Java

6 min read

How to get started with Multithreading in Java
How to get started with Multithreading in Java
Java

6 min read


Published in

We’ve moved to freeCodeCamp.org/news

·Feb 11, 2019

An intro to mutations in GraphQL: what they are and how to use them

This blog post is a continuation of my previous blog post on GraphQL Basics. Click Here to check out the GraphQL Basics post. It is necessary to read the GraphQL Basics post to make the best use of this article. What is a mutation in GraphQL? Whenever you want to write data back into the server…

GraphQL

5 min read

An intro to mutations in GraphQL: what they are and how to use them
An intro to mutations in GraphQL: what they are and how to use them
GraphQL

5 min read


Published in

HackerNoon.com

·Jan 25, 2019

How to create simple rest apis with springboot

As a part of this article you will be building 2 simple REST apis Using Springboot. This article will give an idea on how to quickly get started with springboot. So let’s get started 😄 Pre-requisite Ensure you have Maven Installed in your system before starting with this article. You can…

Java

7 min read

How to create simple rest apis with springboot
How to create simple rest apis with springboot
Java

7 min read


Published in

We’ve moved to freeCodeCamp.org/news

·Jan 24, 2019

An introduction to GraphQL: how it works and how to use it

GraphQL is a query language for API’s. It shows what are the different types of data provided by the server and then the client can pick exactly what it wants. Also in GraphQL you can get multiple server resources in one call rather than making multiple REST API calls. You…

JavaScript

9 min read

An introduction to GraphQL: how it works and how to use it
An introduction to GraphQL: how it works and how to use it
JavaScript

9 min read


Published in

We’ve moved to freeCodeCamp.org/news

·Jan 4, 2019

How to Easily Build Desktop Apps with HTML, CSS and Javascript

Can HTML, CSS and Javascript really be used to build Desktop Applications? The answer is yes. 😄 In this Article we will be focussing mainly on how Electron can be used to create desktop applications with Web Technologies like HTML, CSS and Javascript. Electron Electron can be used to build Desktop…

JavaScript

7 min read

How to Easily Build Desktop Apps with HTML, CSS and Javascript
How to Easily Build Desktop Apps with HTML, CSS and Javascript
JavaScript

7 min read


Published in

We’ve moved to freeCodeCamp.org/news

·Dec 5, 2018

How to get started with Maven

Maven is used very often in the industry and I felt it would be good to cover the basics in this article so that it can be used efficiently. 😄 This article will cover things like maven basics, maven plugins, maven dependencies, and maven build lifecycle. What is Maven Maven was created to…

Java

7 min read

How to get started with Maven
How to get started with Maven
Java

7 min read


Published in

HackerNoon.com

·Nov 28, 2018

How to Easily use cURL for HTTP Requests

Every developer needs to know a bunch of tools to be effective. cURL in one such tool 😄 In this article I will explain how curl can be used to make HTTP requests. What is cURL cURL is basically used to transfer data using Internet Protocols for the given URL. Curl is a…

API

5 min read

How to Easily use cURL for HTTP Requests
How to Easily use cURL for HTTP Requests
API

5 min read


Published in

HackerNoon.com

·Nov 12, 2018

How to use NodeJS without frameworks and external libraries

NodeJS is most commonly used with Express framework. Also a bunch of other external libraries are used with NodeJS. The Reason these frameworks and libraries are used along with NodeJS is to make development much more easier and quicker. While working on any real project, it is best to use…

Nodejs

7 min read

How to use NodeJS without frameworks and external libraries
How to use NodeJS without frameworks and external libraries
Nodejs

7 min read


Published in

We’ve moved to freeCodeCamp.org/news

·Oct 14, 2018

How you can go wrong with Git — and what to do instead.

I am not able to commit to the remote repository, let me do a force push. Let me run rebase on the remote repository, to make the commit history neater. Let me amend my previous commit which is in the remote repository. The points mentioned above are some of the…

Git

8 min read

How you can go wrong with Git — and what to do instead.
How you can go wrong with Git — and what to do instead.
Git

8 min read


Published in

The Startup

·Oct 3, 2018

How did that weird bug come in the code

Ever Spent an entire week to find out where the bug is? Ever Wondered how this bug was never caught during the development phase? Then this post will definitely be useful for you 😃 This post will explain how to find the source of a bug in a code, and…

JavaScript

7 min read

How did that weird bug come in the code
How did that weird bug come in the code
JavaScript

7 min read

Aditya Sridhar

Aditya Sridhar

2.8K Followers

I love Technology and Like to Help Others with any knowledge that I have. My Website: https://adityasridhar.com/

Following
  • A. S. Deller

    A. S. Deller

  • Netflix Technology Blog

    Netflix Technology Blog

  • Aytekin Tank

    Aytekin Tank

  • David Gilbertson

    David Gilbertson

  • Joshua McKenty

    Joshua McKenty

See all (42)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams