Posts by Samim

Author Biographical Info: Not available

Link external JavaScript file in HTML

By Samim

In this article, we will see how to link external JavaScript (js) file in HTML. We can link an external JavaScript file to an HTML document to separate our JavaScript code from you.... Read More

Get a timestamp in JavaScript

By Samim

In this tutorial, we will see how to get timestamp in JavaScript. In JavaScript, we can get a timestamp in various ways depending on our requirements. A timestamp represents the nu.... Read More

Add horizontal and vertical scrolling using ScrollView in SwiftUI

By Samim

In this tutorial, we will see how to add horizontal and vertical scrolling using ScrollView in SwiftUI. Horizontal and vertical scrolling are methods used to navigate content that .... Read More

Empty an array in JavaScript

By Samim

In this tutorial, we will learn how to empty an array in JavaScript. To make it clear and understandable, I will simply take an array variable and put some elements in it. Then I w.... Read More

Get all unique values in a JavaScript array

By Samim

In this tutorial, I will show how to get all unique values in a JavaScript array. In JavaScript, an array is a handy way to store a list of items. Sometimes, we might want to find .... Read More

Change SwiftUI Button Size

By Samim

In this tutorial, we will see how to easily change the size of buttons in our SwiftUI app. Buttons are an essential part of any user interface, and SwiftUI provides a simple and ea.... Read More

Set the size of SF Symbols in SwiftUI

By Samim

In this tutorial, we will see how to set the size of SF symbols in SwiftUI. SF Symbols are part of Apple’s system icon library, that we can use to display a wide range of ico.... Read More

Create a dropdown menu in SwiftUI

By Samim

In this tutorial, we will see how to create a dropdown menu in SwiftUI. Dropdown menus, also called selection menus, provide users with a practical way to select an option from a l.... Read More

Related Posts