Srikanth Kyatham

Srikanth Kyatham @srikanthkyatham

About: Software engineer interested in building stuff

Location:
Oulu, Finland
Joined:
Jun 21, 2020

Srikanth Kyatham
articles - 15 total

How to add custom org and role in grafana with AWS cognito as oauth provider

AWS Cognito + Grafana Idea To be able to configure the user to a given...

Learn More 1 0Mar 31

Debugging with breakpoints in ExUnit

Hi The following is a demonstration on how to debug using debugger. Of course, IO.inspect works....

Learn More 0 0Feb 28 '24

Migrating to Create react app v5, single bundle with craco and fast-refresh disable

Hi Until recently we have been working on node v16 and react-scripts v4. Our pipelines have migrated...

Learn More 4 0Jan 23 '24

Rescript Http Error Response

Hi Have you ever wondered how would you get Http Error Response out of the Js.Exn.t. Js.Exn.t is...

Learn More 0 0Aug 12 '23

Mock React hooks based on environment

Hi Recently I had an issue that there exists on React hook which was available only in the...

Learn More 0 0Mar 13 '23

Rescript React useStateMachine without useEffect usage

Hi Lately I have been using too much useEffect, its becoming hard to track the state. After seeing...

Learn More 3 0Jan 23 '23

How we solved Gnarly bug with React table + useGlobalFilter + useRowSelect

Application We have react table showing data related to customers We have external...

Learn More 2 0Jan 13 '23

Rescript bindings for Typescript union types

Hi Typescript has a beautiful concept of combining different types for a given interface...

Learn More 5 0Aug 8 '22

Rescript bindings for JSX.IntrinsicElements prop type

Hi In our workplace the react library relies heavily on typescript. Lately certain props have a type...

Learn More 4 0Aug 4 '22

Rescript React Error boundary usage

Hi I was trying to capture the react errors. I had to write the bindings for the ErrorBoundary and...

Learn More 5 0Aug 3 '22

How to run Cypress tests in parallel with code example

Hi Lately we have been adding multiple cypress tests and the tests run have been taking more and...

Learn More 4 0Aug 3 '22

Rescript React Lifting Component state

Let's see how lift state in rescript Let's assume there is button component which increments count...

Learn More 7 0Oct 12 '21

Rescript pass React Component.make as a prop

// --file status.res module type SComponentType = { type data } module SComponent = (Config:...

Learn More 0 0Aug 16 '21

ExUnit test_helper.exs usage

Hi To load additional modules into the mix test, add the path of the modules in the mix.exs. In the...

Learn More 4 0Apr 15 '21

Passing React.forwardRef to child's child

In short in this post, I want to show how to forward refs if its needs to be passed more than one...

Learn More 9 0Apr 13 '21