Open in app

Sign In

Write

Sign In

Mastodon
DevTechie
DevTechie

1.6K Followers

Home

About

Published in

DevTechie

·7 hours ago

Operators and their Precedence in Python

Hello everyone, in this article we are going to learn about operators and their precedence in Python. Operators Operators are special symbols in Python which indicate that some type of computation should be performed. Operands are the values on which an operator acts. Operators — The special symbols such as …

Python

5 min read

Operators and their Precedence in Python
Operators and their Precedence in Python
Python

5 min read


Published in

DevTechie

·2 days ago

SwiftData by Example: iOS 17 & SwiftUI 5 — Part 3

We now have an app that can persist data using SwiftData and we can also view all the saved records between app launches so next, we will build record deletion functionality so we can delete a record from the data store. Let’s start by bringing in the model context using…

Swiftui

5 min read

SwiftData by Example: iOS 17 & SwiftUI 5 — Part 3
SwiftData by Example: iOS 17 & SwiftUI 5 — Part 3
Swiftui

5 min read


Published in

DevTechie

·4 days ago

Data Types in Python

Hello everyone, hope by now you have understood what is Python, how we declare variables in python . Now, in this article we will understand what are Data Types in python. Like every time, we will understand this by taking some examples. …

Python

7 min read

Data Types in Python
Data Types in Python
Python

7 min read


Published in

DevTechie

·6 days ago

SwiftData by Example: iOS 17 & SwiftUI 5 — Part 2

So far we have been able to add book to the database using SwiftData. Let’s continue to build our app and add ability to fetch saved books from saved persistence store. We will start by building a view to display list of books. import SwiftUI struct BookListView: View {…

Swiftui

3 min read

SwiftData by Example: iOS 17 & SwiftUI 5 — Part 2
SwiftData by Example: iOS 17 & SwiftUI 5 — Part 2
Swiftui

3 min read


Published in

DevTechie

·Sep 18

Python — Variables, Constants and Keywords

Hello everyone, in this article we are going to know about what are Variables and how we declare them. Then we move on to Constants followed by the keywords. We will understand this by doing some coding. So, without any delay let’s get started. Variables in python A variable is like a bucket…

Python

6 min read

Python — Variables, Constants and Keywords
Python — Variables, Constants and Keywords
Python

6 min read


Published in

DevTechie

·Sep 16

SwiftData by Example: iOS 17 & SwiftUI 5

Apple introduced SwiftData in WWDC 23. Similar to SwiftUI, SwiftData takes declarative approach. SwiftData makes data persistence easy by letting us model and manage data using declarative code eliminating the need of using model schema design files and bringing in the querying and filtering of data purely in Swift code. …

Swiftui 5

6 min read

SwiftData by Example: iOS 17 & SwiftUI 5
SwiftData by Example: iOS 17 & SwiftUI 5
Swiftui 5

6 min read


Published in

DevTechie

·Sep 14

Python — The Trendy Language

Hello everyone! In this article I will introduce you to Python — the most talked about programming language now a days especially when it comes the Machine Learning (ML) — a branch of Artificial Intelligence (AI). The article introduces Python and lists its key points. …

Python

6 min read

Python — The Trendy Language
Python — The Trendy Language
Python

6 min read


Published in

DevTechie

·Sep 12

Combine — Timing Operators — Throttle

In Combine, the throttle operator is used to control the rate at which values are emitted by a publisher. Throttling is a common technique in reactive programming to limit the number of events emitted by a publisher within a certain time interval. …

IOS

4 min read

Combine — Timing Operators — Throttle
Combine — Timing Operators — Throttle
IOS

4 min read


Published in

DevTechie

·Sep 10

MUDRA Convert and ComingSoon Screen

This article explains the convert page of MUDRA app which is displayed when the Convert bottom-card on the home page is tapped. We have already referenced this page in previous articles. Introduction The Convert page converts an amount in one of the selected currency (called base currency) to the rest of…

IOS

9 min read

MUDRA Convert and ComingSoon Screen
MUDRA Convert and ComingSoon Screen
IOS

9 min read


Published in

DevTechie

·Sep 8

Bindable Property Wrapper in iOS 17 & SwiftUI 5

Introduced in Swift 5.9 with iOS 17, the @Bindable property wrapper facilitates creating bindings to properties of observable objects. It supports creating bindings to the mutable properties of observable objects without the need of @Published property wrapper. The @Bindable property wrapper takes a property of an observable object as its…

Swiftui

4 min read

Bindable Property Wrapper in iOS 17 & SwiftUI 5
Bindable Property Wrapper in iOS 17 & SwiftUI 5
Swiftui

4 min read

DevTechie

DevTechie

1.6K Followers

DevTechie creates tutorials at www.youtube.com/DevTechie. Website https://www.DevTechie.com. Medium membership referral https://devtechie.medium.com/membership

Following
  • Kristaps Grinbergs

    Kristaps Grinbergs

  • Elye

    Elye

  • Ankur Raina

    Ankur Raina

  • Eniela P. Vela

    Eniela P. Vela

  • Zafar Ivaev

    Zafar Ivaev

See all (21)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams