Open in app
Home
Notifications
Lists
Stories

Write
Sashini Hettiarachchi
Sashini Hettiarachchi

Home

Published in Engineering at 99x

·Pinned

How to access the camera of a mobile device using React Progressive Web App (PWA)

What is a Progressive Web App Progressive Web Apps are web apps that use emerging web browser APIs and features along with traditional progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Follow this link to learn more about PWA Progressive web apps (PWAs) Progressive Web Apps are web apps that use emerging web browser APIs and features along with traditional progressive…developer.mozilla.org

Pwa

3 min read

How to access the camera of a mobile device using React Progressive Web App (PWA)
How to access the camera of a mobile device using React Progressive Web App (PWA)

Jun 28

How to make an API request inside of an Azure function that runs on a schedule using Node.js

What is the Azure Function Azure Functions is a cloud service available on-demand that provides all the continually updated infrastructure and resources needed to run your applications. You focus on the pieces of code that matter most to you, and Functions handles the rest. Functions provides serverless compute for Azure. https://docs.microsoft.com/en-us/azure/azure-functions/ What is a function trigger

Azure Functions

4 min read

How to make an API request inside of an Azure function that runs on a schedule using Node.j
How to make an API request inside of an Azure function that runs on a schedule using Node.j

Nov 7, 2020

useState and useEffect Hooks in React

This article is an introduction of React Hooks and with a detailed explanation of useState and useEffect hooks. Content of this article as follows, Why React Hooks? Rules of Hooks What are the basic React Hooks? useState Hook with examples useEffect Hook with examples React Hooks? In React 16.08 React Hook was…

React

2 min read

useSate  and  useEffect  Hooks  in  React
useSate  and  useEffect  Hooks  in  React

Sep 7, 2020

Let’s learn about HTTP status codes

Hi All, Welcome to learn HTTP status codes. The outline of the article is as follows, What are HTTP Status codes What are the different levels and their meanings Ok then let’s start, What is the HTTP Status Code? HTTP standard for HyperText Transfer Protocol and mainly sending requests to…

Http Status Code

3 min read

Let’s learn about HTTP status codes
Let’s learn about HTTP status codes

Sep 5, 2019

Let’s learn about Agile Manifesto

Hi, Most of the people are talking about the word called “Agile” with software development. Let’s learn about Agile Manifesto in software development. What is Agile? Agile is not a specific methodology it is a software development framework. Agile manifesto was written in 2001, but Agile methodologies have been used…

Agile

3 min read

Let’s  learn  about  Agile Manifesto
Let’s  learn  about  Agile Manifesto

May 4, 2019

XML Data Handling in Python

Hi all, Welcome to the tutorial of “XML data handling using Python” tutorial. In this tutorial, I will explain how to handle XML data using Python. Ok, Let’s start… Method 1: Using xmltodict library XML to JSON output This example shows, how to convert XML data to JSON formatted data…

Python

3 min read

XML  Data  Handling in  Python
XML  Data  Handling in  Python

Dec 31, 2018

Building a Python Flask application — Tutorial 04

Hi all, welcome to the fourth tutorial of “Building a Python Flask application” tutorial series. In this tutorial, I will explain how to insert and retrieve data from the MySQL database. I will use PyChram IDE and MySQL workbench in here. Hope you are familiar with the above IDEs. Ok…

Python Programming

5 min read

Building a Python Flask application — Tutorial 04
Building a Python Flask application — Tutorial 04

Dec 30, 2018

Building a Python Flask application — Tutorial 03

Hi all, welcome to the third tutorial of “Building a Python Flask application” tutorial series. In this tutorial, I will explain how to do the Routing. In a simple term, Routing is, giving a specific URL for User Interfaces(web pages). As an example: Home page : Localhost:5000/home Login Page …

Web Development

3 min read

Building a Python Flask application — Tutorial 03
Building a Python Flask application — Tutorial 03

Dec 9, 2018

Building a Python Flask application — Tutorial 02

Hi all, welcome to the second tutorial of “Building a Python Flask application” tutorial series. In this tutorial, I will explain the basic code structure of the minimal flask application. The minimal Flask application looks like this: from flask import Flask app = Flask(__name__) @app.route('/') def hello_world(): return 'Hello, World!' …

Python

2 min read

Building a Python Flask application — Tutorial 02
Building a Python Flask application — Tutorial 02

Nov 25, 2018

Building a Python Flask application — Tutorial 01

Hi all, welcome to the first tutorial of “Building a Python Flask application” tutorial series. Through this tutorial series, you can learn how to build a Python Flask application and how to insert and retrieve data from the MySQL database. I hope you all have some knowledge about the Python…

Python

3 min read

Building a Python Flask application
Building a Python Flask application
Sashini Hettiarachchi

Sashini Hettiarachchi

Senior Software Engineer at Spades | LinkedIn: https://www.linkedin.com/in/sashini-hettiarachchi/

Following
  • Hashmap

    Hashmap

  • Education Ecosystem (LEDU)

    Education Ecosystem (LEDU)

  • Wasura Wattearachchi

    Wasura Wattearachchi

  • Sumudu Nissanka

    Sumudu Nissanka

  • Ankitha Gowda

    Ankitha Gowda

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable