We’ve all seen the “sign in with Google” and “connect to Facebook” buttons on websites and mobile apps. Click the button and a screen opens that says, “This app wants to access your public profile, contacts…” and asks you whether you want to give access. This is OAuth at a high level. Understanding these protocols is crucial for every software engineer, security expert, and even hacker.
A complete guide to OAuth 2.0 and OpenID Connect, the two most widely used protocols on the internet today for authorization and authentication. OAuth 2.0 is used for authorization and OpenID Connect is used…
Ever thought of changing the font styles of headings or body of your Medium articles? Or changing the layout of your profile? Setting background-color of your profile page? Medium added a new Design feature that allows you to customize your profile, set font styles for your stories, change accent colors of buttons, and add a logo to your profile name instead of plain text.
An important factor that affects the performance of a website is the size of resources requested by the browser. CSS and JavaScript source files are among the top of these resources. If you do not handle them efficiently, they can considerably increase page load time. Get the app repo here.
In this article, we’re going to build a server-rendered application in Nodejs by implementing:
Also, you will get some familiarity with…
Visual Studio Code has become the favorite editor of developers. MongoDB has introduced a new extension for VS Code that makes it super easy to work with Mongo.
VS Code is struggling to make developers more productive. Meanwhile, MongoDB has built an extension called MongoDB for VS Code that allows you to connect to MongoDB Shell and MongoDB Atlas right away from your editor. Now you don’t have to navigate to your terminal to connect to Mongo Shell or use GUI tools like MongoDB Compass, Robomongo, etc. to perform basic Mongo operations.
With the extension, you can:
We all like the way Medium load images. I’ve always wanted images on my website to load the same way. It took me a while to figure out how it’s done, but once I dived deeper, in I realized that creating a progressive loading image is simple.
Before we just start you can take a look at the app running here OR take a look at the code on GitHub OR see the demo here!
So you want to do form validation in React? But didn’t find any great simple resource for doing this? Want pro-type validation that works like a charm?
So this article is definitely for you, hold on with me to build a great little application🎯