Skip to content
Milind Soorya

Archives

All the articles I've archived.

2024 2
July 1
January 1
2022 4
June 1
  • How to build a simple CNN based Image classifier using Keras

    Convolutional neural network (CNN), a class of artificial neural networks that has become dominant in various computer vision tasks, is attracting interest across a variety of domains. CNN work well on computer vision tasks like image classification, object detection, image recognition, etc.

May 1
March 2
2021 29
December 2
  • Authentication Flow with React Navigation v5

    Authentication Flow with React Navigation v5. Due to the recent update in react navigation some major changes have taken place.

  • What is web 3.0?

    People are talking about Web3. Is it the Internet of the future or just a buzzword? Web3, short for web 3.0, is a vision of the future of the Internet in which people operate on decentralized, quasi-anonymous platforms, rather than depend on tech giants like Google, Facebook and Twitter.

November 1
  • Add anaconda to right-click menu in windows

    Anaconda is a python package manager and it is really amazing, it is popular because it brings many of the tools used in data science and machine learning with just one install.

October 2
September 12
August 2
July 2
June 3
May 5
  • How to convert existing react website into progressive web app (PWA)

    Progressive Web Apps (PWAs) are web apps that use service workers, manifests, and other web-platform features in combination with progressive enhancement to give users an experience on par with native apps.

  • Introduction to Progressive Web Apps

    Progressive Web Apps (PWAs) are web apps that use service workers, manifests, and other web-platform features in combination with progressive enhancement to give users an experience on par with native apps. In this article I will show you how easy it is to make your website PWA compatible

  • How to build a React drag-and-drop component for file upload

    React DnD is a set of React utilities to help you build complex drag and drop interfaces while keeping your components decoupled. In this article, we'll learn how to create our own drag-and-drop component in React, and we'll use the HTML5 native DnD API for this.

  • 8 underrated git commands every programmer should know

    Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. These are some of the most useful git commands that helped me during my programming journey

  • Create react code snippet component

    How Create a component for displaying codeblocks in a react website. This is a port of highlight.js.

2019 1
October 1