Open in app

Sign In

Write

Sign In

Ramdhas M
Ramdhas M

6 Followers

Home

About

1 day ago

Props in React.js

One of the core concepts in React.js is “props,” short for properties. Props are a way to pass data from a parent component to its child component(s). They allow components to be dynamic and customizable, enabling developers to reuse and compose components together seamlessly. Passing Props from Parent to Child…

React

2 min read

Unveiling the Power of Props in React.js
Unveiling the Power of Props in React.js
React

2 min read


2 days ago

The Power of Lazy Initialization in Swift: Enhancing Performance and Efficiency

Lazy initialization is a powerful concept in Swift that allows developers to defer the creation of an object or value until it is actually needed. This feature plays a significant role in improving performance and optimizing resource usage within an application. Understanding Lazy Initialization: Lazy initialization is a technique that…

IOS

3 min read

The Power of Lazy Initialization in Swift: Enhancing Performance and Efficiency
The Power of Lazy Initialization in Swift: Enhancing Performance and Efficiency
IOS

3 min read


3 days ago

High Order Functions: Map, Filter, and Reduce in JavaScript and React.js with Examples

Map, Filter and Reduce methods provide an elegant way to transform and filter data in arrays, making them essential tools for developers. Map: The map method in JavaScript allows you to transform each element of an array into a new array based on a specified function. It takes a callback…

React

3 min read

High Order Functions: Map, Filter, and Reduce in JavaScript and React.js with Examples
High Order Functions: Map, Filter, and Reduce in JavaScript and React.js with Examples
React

3 min read


4 days ago

Optionals and Various Types of Wrapping in Swift

Optionals are an essential feature in the Swift programming language that helps developers handle situations where a value may be absent. They provide a way to represent both the presence and absence of a value, reducing the likelihood of runtime errors. …

IOS

3 min read

Understanding Optionals and Various Types of Wrapping in Swift
Understanding Optionals and Various Types of Wrapping in Swift
IOS

3 min read


5 days ago

Arrow Functions in React.js: A Practical Guide with Examples

One of the key features of React is its support for arrow functions, which provide a concise syntax and lexical scoping. In this article, we will explore arrow functions in React.js and how they can be used effectively to enhance your React applications. Arrow functions, also known as fat arrow…

Reactjs

2 min read

Arrow Functions in React.js: A Practical Guide with Examples
Arrow Functions in React.js: A Practical Guide with Examples
Reactjs

2 min read


6 days ago

Asynchronous Programming with Async/Await in Swift

Dealing with asynchronous tasks in Swift involved managing complex callback chains or using delegate methods. But, Async/Await simplifies handling asynchronous operations, making code more readable, maintainable, and intuitive. Example: Fetching Data from an API Let’s dive into a practical example to see how async/await simplifies asynchronous programming in Swift. …

IOS

2 min read

Asynchronous Programming with Async/Await in Swift
Asynchronous Programming with Async/Await in Swift
IOS

2 min read


Jun 2

The Virtual DOM: React.js’ Special Ingredient

Introduction: In the modern web development, React.js has emerged as a powerful and widely adopted JavaScript library for building user interfaces. One of its key features that sets it apart from other frameworks is the concept of the Virtual DOM. …

Reactjs

2 min read

The Virtual DOM: React.js’ Special Ingredient
The Virtual DOM: React.js’ Special Ingredient
Reactjs

2 min read


Jun 1

Concurrency with NSOperationQueue in Swift

In Swift, managing concurrent operations and ensuring smooth execution is crucial for building responsive and efficient applications. To simplify concurrent programming, Apple provides NSOperationQueue, a powerful tool that allows you to manage and execute operations in parallel or sequentially. NSOperationQueue is a high-level API for managing and executing instances of…

IOS

3 min read

Concurrency with NSOperationQueue in Swift
Concurrency with NSOperationQueue in Swift
IOS

3 min read


May 31

Hooks: useReducer() in React.js

React.js provides the useReducer hook for managing state in a more complex and efficient manner. While useState is suitable for simple state management, useReducer is ideal when dealing with intricate state updates or large state objects. Understanding the useReducer Hook The useReducer hook takes a reducer function and an initial…

React

2 min read

Hooks: useReducer() in React.js
Hooks: useReducer() in React.js
React

2 min read


May 30

State vs StateObject vs ObservedObject vs EnvironmentObject in Swift

In Swift, there are several property wrappers that can be used to manage state and data flow within an application. Four commonly used property wrappers for this purpose are @State, @StateObject, @ObservedObject, and @EnvironmentObject. Each of these wrappers has its own specific use case and can greatly simplify the management…

IOS

3 min read

State vs StateObject vs ObservedObject vs EnvironmentObject in Swift
State vs StateObject vs ObservedObject vs EnvironmentObject in Swift
IOS

3 min read

Ramdhas M

Ramdhas M

6 Followers

Working @ Nexer Group, Sweden. Skills: iOS, Swift, SwiftUI, React.js

Following
  • Mohamed Raazik

    Mohamed Raazik

  • Muzli

    Muzli

  • Ahsan Riad

    Ahsan Riad

  • Amir Ali Hashemi

    Amir Ali Hashemi

  • Kabir Nazir

    Kabir Nazir

See all (7)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams