• Web sockets

    Web sockets

    Web is completely dependent on client-server connections. The client asks for requests and server responds to these requests with a response. This request-response paradigm is very commonly used and they carry the overhead of HTTP, which doesn’t make them well suited for low latency applications. Till the user has not made any action like clicking the Read more

  • Private Fields in Javascript

    Private Fields in Javascript

    What are private fields? Private fields are basically private variables that can not be accessed easily. To access these variables one need to access through the private data functions. Deep diving in javascript’s context, these are added to the JavaScript language through the TC39 proposal process, as part of the class fields proposal, which is at Stage 4 Read more

  • Style console.log contents / statements

    Style console.log contents / statements

    The console.log output can be styled using the CSS format specifier. Also we can manipulate console.log output colors and fonts. Even we can give border, padding or add an image in the console. The console plays an important role in the development process. When using consoles, we can use for logging the statements to check Read more

  • React apps: Simple Counter using React

    React apps: Simple Counter using React

    React hooks are something that are fascinating me to try and use them. Will go in deep from starting, but sticking to today’s topic: Simple counter using React. Let’s dive in: For a simple counter we need to use useState. How to use? We used a count variable that will contain the count. setCounter will Read more

  • How to download restricted videos from Google Drive?

    How to download restricted videos from Google Drive?

    If someone shares video/image/doc/pdf on google drive. If you want to share a restricted video, it won’t be available for the other users who do not have the access. Steps -: Right click on window, and click on ‘inspect elements’. Select Network tab. Check for the videoplayback option. Now check the url of this option. Read more

  • Whatsapp new privacy policy??

    Whatsapp new privacy policy??

    Last week Whatsapp rolled out a privacy banner that will share all of their data with Facebook. This pop-up message to users is delivered in some regions, including India, asking them to accept the new privacy regulations or they will risk losing their accounts. It is mandatory for the whatsapp users to accept these terms and Read more

Advertisements