top of page
About Me

Experienced .NET Core / Full stack Developer, embracing SOLID design principles, with 8+ years of experience in Web API, MVC, Azure, OpenID/OAuth, Microsoft SQL Server/MySQL, Angular/React, Azure, AWS, CI/CD Pipelines, Hangfire, Redis and a strong foundation in Test-Driven Development (TDD). Recognized for staying abreast of emerging technologies. Eager to contribute leadership, innovation, and technical expertise in a dynamic role.
Search


Unveiling the Hidden Gems: Exploring the Latest Features in C#
In the fast-paced world of programming languages, staying updated with the latest features is crucial. Today, we delve into the world of...
Jino Shaji
Sep 15, 20244 min read
4 views
0 comments


Mastering Error Handling with ECMAScript Safe Assignment Operator (?=) in JavaScript
Welcome developers, to an exploration of the ECMAScript Safe Assignment Operator, known as ?= in JavaScript! Today, we delve into...
Jino Shaji
Sep 14, 20243 min read
9 views
0 comments


What Are the Surprising Upgrades Coming in Angular 18?
In the ever-evolving world of web development, staying updated with the latest features and enhancements of popular frameworks is...
Jino Shaji
Sep 10, 20243 min read
1 view
0 comments


Unveiling the Hidden Gems of Advanced State Management in React Native: A Technical Editorial for Software Engineers
In the dynamic world of React Native development, mastering state management techniques is akin to discovering hidden treasures that can...
Jino Shaji
Sep 10, 20242 min read
0 views
0 comments


Material Design implementation in Xamarin Forms
Xamarin.Forms Material Visual can be used to apply Material Design rules to Xamarin.Forms applications. When setting the Visual="Material",.
Jino Shaji
Jun 19, 20203 min read
452 views
0 comments


Dotnet Background Jobs With Hangfire
Hangfire is an open-source framework gives an easy way to perform execute/schedule and manage background jobs in an reliable way.
Jino Shaji
Jun 13, 20204 min read
606 views
0 comments
How to resolve the error in asp.net mvc – Could not find a part of the path … bin\roslyn\csc.e
The problem with the default Visual studio templates is that the compiler isn’t actually copied to the tfr\bin\roslyn\ directory, but...
Jino Shaji
May 31, 20201 min read
21 views
0 comments


React-native navigation
Packages used for navigation in react-native is react–navigation Installation Using yarn yarn add react–navigation Using npm npm...
Jino Shaji
Mar 17, 20181 min read
7 views
0 comments
Redux-Thunk Small Overview
Introduction Redux Thunk middleware allows you to write action creators that return a function instead of an action. The thunk can be...
Jino Shaji
Mar 15, 20181 min read
3 views
0 comments
Reaact-native Networking – REST API With Firebase
import React from ‘react’; import { FlatList, ActivityIndicator,Alert, Text,Button,TextInput, View } from ‘react-native’; export default...
Jino Shaji
Mar 12, 20181 min read
1 view
0 comments


Redux with React-native
Redux architecture and implementation on redux in react native and more
Jino Shaji
Mar 11, 20181 min read
0 views
0 comments
React-native- FlexBox Layout demo
import React from ‘react’; import { StyleSheet, Text, View } from ‘react-native’; export default class App extends React.Component{...
Jino Shaji
Mar 4, 20181 min read
0 views
0 comments
React-native Button Click Handling and setState on click event. Get data from text box via reference
/** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import React, { Component } from ‘react’; import {...
Jino Shaji
Mar 3, 20181 min read
0 views
0 comments
npm commands, React-native-cli commands
Installation Process. Install node package manager. which can be downloaded from the here NPM commands for project npm install -g...
Jino Shaji
Mar 3, 20181 min read
0 views
0 comments


React native- Set State Object with event handling-onChangeText
import React, { Component } from ‘react’ import { AppRegistry, StyleSheet, Text, View,TextInput } from ‘react-native’ class App extends...
Jino Shaji
Mar 3, 20181 min read
2 views
0 comments
React-native setState
/** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import React, { Component } from ‘react’; import {...
Jino Shaji
Mar 3, 20181 min read
0 views
0 comments
VB code to Unprotect Excel Sheet
Sub PasswordBreaker() ‘Breaks worksheet password protection. Dim i As Integer, j As Integer, k As Integer Dim l As Integer, m...
Jino Shaji
Jan 20, 20151 min read
2 views
0 comments
Program to Create an investment report.
“””Program: investment.py Author: JINO SHAJI Compute an investment report. 1. The inputs are starting investment amount ...
Jino Shaji
Jan 19, 20152 min read
2 views
0 comments
Python Program To check Weather the number is palindrome or not
# Python Program To check Weather the number is palindrome or not # Author : JINO SHAJI num=int(input(“Enter a Number : “)) i=1...
Jino Shaji
Jan 18, 20151 min read
1 view
0 comments
Quotation in Python,Comments in Python…
Quotation in Python: Python accepts single (‘), double (“) and triple (”’ or “””‘) quotes to denote string literals, as long as the same...
Jino Shaji
Jan 17, 20151 min read
1 view
0 comments
Blog: Blog2
bottom of page