Skip to main content
Tech Talk with Sujan

Tech Talk with Sujan

By Sujan Chhetri

Welcome to the Tech Talk with Sujan podcast with your host Sujan Chhetri. If you like software engineering you’ve come to the right place. I discuss all sorts of software engineering technologies and news with a specific focus on backend technologies.
Available on
Google Podcasts Logo
Pocket Casts Logo
RadioPublic Logo
Spotify Logo
Currently playing episode

Intro to GraphQL

Tech Talk with Sujan May 10, 2021

00:00
04:50
Intro to GraphQL

Intro to GraphQL

GraphQL is an application layer server-side technology that is developed by  Facebook for executing queries with existing data. GraphQL can optimize  RESTful API calls. It gives a declarative way of fetching and updating your data. GraphQL helps you to load data from server to client. It enables programmers to choose the types of requests they like to make.  It provides us with a more efficient way to design, create, and consume our APIs. Basically, it’s the replacement for REST.

May 10, 202104:50
Web scraping with a headless Browser

Web scraping with a headless Browser

Web development has moved at a tremendous pace in the last decade with a lot of frameworks coming in for both backend and frontend development. Websites have become smarter and so have the underlying frameworks used in developing them. All these advancements in web development have led to the development of the browsers themselves too.....

May 09, 202106:47
A walk through to blockchain

A walk through to blockchain

Let's talk about blockchain....

Mar 12, 202111:24
The Future of JavaScript Doesn't Exist?

The Future of JavaScript Doesn't Exist?

This is my first try on the podcast. Ignore if I was not able to deliver properly and let me know for improvements.

A few days ago I was talking with a friend and he said to me that  JavaScript is an old Technology that web developers only use it because it is the only language that runs on a browser, etc. Also, he said that the core of the language needs to be rewritten to solve some serious security problems. But I said, well dude Js will be around for a  long time.....


Mar 09, 202106:55