Delete a Button after it is pressed in SwiftUI

By Samim

In this tutorial, we will see how we can delete a button after it is pressed in SwiftUI. In most apps, when we press a button in an app’s user interface, it typically remains.... Read More

Gradient Border in SwiftUI

By shagrafnasheet

In this SwiftUI tutorial, we’ll learn how to make gradient borders in SwiftUI. We’ll be using the LinearGradient that SwiftUI provides us for giving gradient color to o.... Read More

How to remove blank lines from a .txt file in Node.js

By Abid Hassan

Removing blank lines from a .txt file inĀ  Node.Js is easy. Let’s Understand the concept, First of all, we have to access the .txt file next we need to break the paragraph or.... Read More

Round corners of a border in SwiftUI

By Samim

In this tutorial, we will see how we can round specific corners of a border in SwiftUI. Borders play a vital role in improving the visual appeal and overall layout of our app, maki.... Read More

Round specific corners in SwiftUI

By Samim

In this tutorial, we will see how we can round specific corners in SwiftUI. We can create soft edges, and unique shapes, or focus attention on certain parts of the interface by rou.... Read More

Check whether kth bit is set or not in C++

By Kunal Kamble

Hello, friends in this tutorial we will write a program to check the kth bit of a number is set or in C++. We have a number say N we will check if the kth bit of the number is set .... Read More

Gradient Animation in SwiftUI

By shagrafnasheet

In this SwiftUI tutorial, we’ll learn how to make a gradient animation background in SwiftUI. SwiftUI provides us LinearGradient which helps us create a gradient background q.... Read More

A Comprehensive Guide to Conv2D Class in Keras

By Ripan Purkait

Conv2D is a 2-dimensional convolutional layer provided by the TensorFlow Keras API. It is one of the fundamental building blocks of Convolutional Neural Networks (CNNs). The Conv2D.... Read More

Related Posts