Stories Worth Reading

Ideas that inspire,
code that delights.

Discover thoughtful articles, tutorials, and perspectives from developers who love what they build.

5+ Stories
43 Topics
Ideas

Recent Stories

J
Joynal Abedin in

UI Test in SwiftUI - Part-1

Step_01: Select your Xcode and in iOS target give project name like \"UITestAppDemo\" and also turn on the inlcude Test checkbox. Step_02: Replace ContentView.Swift file code by below code: struct ContentView: Vie...

4
J
Joynal Abedin in

Gauge Style in SwiftUI

In iOS 16, SwiftUI introduces a new view called Gauge for displaying progress. You can actually use it to show values within a range. Style_01: In the most basic form, a gauge has a default range from 0 to 1. If we set ...

3
J
Joynal Abedin in

News Widget by SwiftUI

Step_01: Get the news api by login this website: https://newsapi.orgThen you will get same this api \"09510d0f4f3641258f6f703aa2ef9611\"After get the api key, now hit the api in Postman and you will see the JSON response...

5
J
Joynal Abedin in

Authorization in Dot NET Core 7.0 API - Part-2

Authorization refers to the process that determines what a user is able to do. For example, an administrative user is allowed to create a document library, add documents, edit documents, and delete them. In its most basi...

8