Skip to content
Techkeyla

Techkeyla

An alcohol helps you solve common tech problem

  • Home
  • Languages
    • C++
    • Javascript
    • HTML
    • CSS
  • Framework
    • ReactJS
    • React Native
    • Spring
    • Spring Boot
  • What is

What is props in react

In React, “props” (short for “properties”) is a way to pass data from a parent component to a child component. When a component is defined, it can receive data through […]

Javascript , React Native , ReactJS , What isPosted on: March 2, 2023March 2, 2023

How to select nth item inside the object in javascript

In JavaScript, you can access the nth item inside an object in a few different ways, depending on the structure of the object and the key that you want to […]

JavascriptPosted on: March 2, 2023March 2, 2023

How to add custom font to react native app

To add a custom font to a React Native app, you can follow these steps: For iOS, you can add the following to your Info.plist file: <key>UIAppFonts</key> <array> <string>./assets/fonts/FontName.ttf</string> </array> […]

React NativePosted on: March 2, 2023March 2, 2023

How to run server command in php

To run a server command in PHP, you can use the exec() function. The exec() function executes an external program and returns the output as a string. Here’s an example […]

PHPPosted on: March 1, 2023March 1, 2023

How to setup app push in react native app

You will need to install the react-native-push-notification package using npm or yarn. npm install react-native-push-notification –save 2. Setup the required native libraries: For iOS, you need to configure Apple Push […]

Javascript , React NativePosted on: March 1, 2023March 1, 2023

How to remove element in array object in javascript

To remove an element from an array in JavaScript, you can use the splice() method. The splice() method changes the content of an array by removing or replacing elements. Here’s […]

JavascriptPosted on: March 1, 2023March 1, 2023

PHP how to json_encode object with private attribute

When using PHP’s json_encode function to encode an object that has private properties, you may encounter an error because json_encode cannot directly access private properties. To work around this issue, […]

PHPPosted on: February 27, 2023February 27, 2023

What is Base64 encoding scheme

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It is used to transmit binary data over channels that only support ASCII text, such […]

What isPosted on: February 27, 2023February 27, 2023

CSS Flex Box Usage

CSS Flexbox is a layout module that helps designers to create flexible and responsive layouts easily. It is a powerful tool that allows you to arrange and align items in […]

CSS , HTMLPosted on: February 27, 2023February 27, 2023

Make image responsive in HTML

To make an image responsive in HTML, you can use CSS to define the maximum width of the image and set its height to auto. This will allow the image […]

CSS , HTMLPosted on: February 27, 2023February 27, 2023

Posts navigation

Page 1 Page 2 Next page

Recent Posts

  • What is props in react
  • How to select nth item inside the object in javascript
  • How to add custom font to react native app
  • How to run server command in php
  • How to setup app push in react native app

Archives

  • March 2023
  • February 2023
  • October 2022

Categories

  • Algorithm (1)
  • Infrastructure (1)
  • Languages (1)
  • Networking (1)
  • What is (3)
[email protected]