Open in app

Sign In

Write

Sign In

nish abe
nish abe

97 Followers

Home

About

Aug 10, 2022

How to integrate react native code with an existing iOS app?

I was tinkering with react native recently and learned a few things about setting up the dev environment and running it. This post details my experience. As a next step, I wanted to explore how we can integrate a react native code module into an existing iOS app. Here is…

React Native

6 min read

How to integrate react native code with an existing iOS app?
How to integrate react native code with an existing iOS app?
React Native

6 min read


Aug 9, 2022

How to integrate react native code with an existing Android app?

I was tinkering with react native recently and learned a few things about setting up the dev environment and running it. This post details my experience. As a next step, I wanted to explore how we can integrate a react native code module into an existing Android app. Here is…

React Native

7 min read

How to integrate react native code with an existing Android app?
How to integrate react native code with an existing Android app?
React Native

7 min read


Aug 5, 2022

Setting up ReactNative on Mac OSX + Apple Silicon

Recently I tried setting up react native on my mac and the process was not a smooth one. I ended up spending more time than I originally planned to make everything work. Here are a few points that I would like to share with you. Here is the official documentation…

React Native

5 min read

Setting up ReactNative on Mac OSX + Apple Silicon
Setting up ReactNative on Mac OSX + Apple Silicon
React Native

5 min read


Jan 7, 2021

Unit testing a NestJS App — In shortest steps.

Developing a NestJS app is a joyful experience. Let's see how we can add unit tests and end-to-end tests to a NestJS application. I have learned a lot from this article written by Débora Barreto Ornellas and this write-up is based mostly on it. There are five high-level steps that…

Nestjs

7 min read

Unit testing a NestJS App —  In shortest steps.
Unit testing a NestJS App —  In shortest steps.
Nestjs

7 min read


Nov 19, 2020

NestJS + Serverless + Lambda + AWS — In shortest steps.

Recently I wanted to try out deploying a NestJS project in AWS as a lambda using Serverless framework. This note is about what I learned, hoping that it may help others too. Let's get familiarised with the terms used in the header. NestJS — A framework for Node.js …

Nestjs

4 min read

NestJS + Serverless + Lambda + AWS — In shortest steps.
NestJS + Serverless + Lambda + AWS — In shortest steps.
Nestjs

4 min read


Apr 13, 2020

Realtime Arithmetic Evaluation in iOS

Let me take a wild guess. Once you got past the classic ‘Hello World!’, we all have done a project called ‘The Calculator’, regardless of the front end tech stack. Recently, I came to know about a feature in an expense tracking app called “Spend Together”. …

Swift

2 min read

Realtime Arithmetic Evaluation in iOS
Realtime Arithmetic Evaluation in iOS
Swift

2 min read


Apr 13, 2020

Accordion Implementation on Swift

About twelve years back when I saw the accordion control as part of the ASP.net AJAX suite, my feeling was beyond surprise. The smooth animation, the expansion of a raw when you click on it, the intuitive behavior that comes with it, it was a game-changer in the Web UX…

Accordian

2 min read

Accordion Implementation on Swift
Accordion Implementation on Swift
Accordian

2 min read


Sep 19, 2019

Auto Tab Switching in Safari

Here is a neat trick I learned today. It is about automatically cycling through different tabs in Safari browser. In case you need to show different web pages in a monitor/display this will be helpful. The solution is about writing an ‘Apple Script’ using the built-in script editor available in MacOS. Open the editor, paste the below code and hit the ‘Run’ button. tell application "Safari" repeat repeat with i from (count of tabs of window 1) to 1 by -1

Apple

1 min read

Auto Tab Switching in Safari
Auto Tab Switching in Safari
Apple

1 min read


Aug 29, 2019

How to delete an SSL cert from the Java trust store (MacOS)?

Open terminal Go the folder where cacerts resides. For example the location of cacerts in MacOS Mohave is: /Library/Java/JavaVirtualMachines/jdk1.8.0_212.jdk/Contents/Home/jre/lib/security 3. The below command list all the certs added to the truststore. Make sure you see the cert to be removed is in the list. keytool -list -keystore cacerts When prompted to ‘Enter keystore password:’, enter the password. The default password is ‘changeit’.

Security

1 min read

Security

1 min read


Jul 19, 2019

How to uninstall Jenkins from Mac OS?

If you have installed Jenkins using homebrew and if you want to uninstall it completely, this is how you do it: brew uninstall jenkins --force brew cleanup If you have installed it as a package from Jenkins.io follow this post.

Jenkins

1 min read

Jenkins

1 min read

nish abe

nish abe

97 Followers

"Curious to know how things work and interested in making things work". https://nishabe.github.io/

Following
  • javinpaul

    javinpaul

  • Aphinya Dechalert

    Aphinya Dechalert

  • Jonathan Salem Baskin

    Jonathan Salem Baskin

  • Niklas Göke

    Niklas Göke

  • Ali

    Ali

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech