KIranuknow

KIranuknow @kiranuknow

Joined:
Nov 15, 2023

KIranuknow
articles - 20 total

Playwrite - Basics

_How to Install _ pip install pytest-playwright playwright install How to run a program If the...

Learn More 0 0Mar 28

SAPUI5 - Table Cell Coloring

We can color the table cells in SAPUI5's sap.ui.table using css. There are two ways, one is to use...

Learn More 3 0Aug 6 '24

SAPUI5 - Typescript

To dynamically add columns to a sap.ui.table.Table in SAPUI5 using TypeScript, you can follow these...

Learn More 1 0Jul 23 '24

Typescript - Best Practices

Let, Var and Const Use const for variables that won't be reassigned. Use let for variables that will...

Learn More 0 0Jul 11 '24

Javascript to Typescript Tips

Some of the tips in migrating existing JavaScript code to TypeScript. JavaScript var name =...

Learn More 1 0Jul 11 '24

Issue with NPM Package Installing Globally

I was not able to install npm packages globally in mac os(using npm install -g), but able to install...

Learn More 0 0Jul 3 '24

NPX vs NGX vs NPM

npx: an npm package runner Enter fullscreen mode Exit fullscreen mode ...

Learn More 0 0Jul 2 '24

zsh: command not found ui5 tooling.

To solve the "zsh: command not found: ui5" error when using UI5 tools locally installed in your...

Learn More 1 0Jun 24 '24

OpenUI - One prompt UI Generation

I am trying to use OpenUI to generate a UI by using Ollama based Models. I have already installed...

Learn More 16 0May 4 '24

Docker - a terminal GUI

Installing in Ubuntu: curl...

Learn More 2 0Apr 25 '24

Devika - docker

Earlier in my post, I have given step by step instructions to install Devika locally. Here I can...

Learn More 4 0Apr 18 '24

Devika - Install in local

I have installed Devika locally using docker. As a prerequisit, I have already installed docker in my...

Learn More 9 0Apr 18 '24

ATT - Router: Arris NVG589 Port Forwarding

Navigate to Firewall (tab) and -> NAT/Gaming (subtab) Navigate to Manage Custom Services Click...

Learn More 0 0Mar 29 '24

Docker Commands copy, remove images.

View existing images docker images Enter fullscreen mode Exit fullscreen mode ...

Learn More 0 0Mar 16 '24

Install RASA in a docker

Install docker in your ubuntu sudo apt-get install docker-ce docker-ce-cli containerd.io...

Learn More 3 0Mar 16 '24

How to install python in a docker container.

Pull the Ubuntu Docker Image: First, download the official Ubuntu Docker image from the Docker Hub...

Learn More 33 0Mar 16 '24

Starcoder2 vs Gemma:2b LLM

Today, I installed Starcoder2 and gemma:2b LLMs locally using Ollama, to the surprise, both are not...

Learn More 0 0Mar 14 '24

Redis Local setup

Here are the commands to install Redis server in local Mac. Prerequisits: You might have already...

Learn More 0 0Nov 21 '23

Intellij Springboot & Maven tips and tricks

Assuming that you are using maven with Intellij & Springboot framework for creating...

Learn More 6 0Nov 16 '23

Jupyter for Python and Machine Learning

Jupyter Notebook is a coding assistant for Machine Learning or Python learners. Here are the steps...

Learn More 0 0Nov 16 '23