Article Archive

2023

01/05 – What is a “switch” statement in Swift?

April

30/04 – What’s the difference between a stylesheet and a style guide?

30/04 – About the structure, the anatomy and the 4 main concepts when developing a new website

30/04 – How to set an anchor in HTML?

30/04 – How and why you should comment your source code?

29/04 – How to generate a “go to previous page” button with JavaScript?

29/04 – 3 Ways to search in a WordPress Website, even if there is no search field

29/04 – What does “scope” mean in Swift?

29/04 – What is an optional in Swift?

29/04 – What are tuples in Swift?

28/04 – What are the properties “.keys” and “.values” in dictionaries used for?

28/04 – How to know about the number of elements in a dictionary in Swift?

24/04 – How to remove elements from a dictionary in Swift?

24/04 – How to update elements in a dictionary in Swift?

24/04 – What does “dictionary literal” mean?

22/04 – What is a “dictionary” in Swift and what is it used for?

22/04 – What is skipDNS and how does it work?

16/04 – How to use the “.intersect()”, “.union()”, “symmetricDifference()” and “subtracting()” operations for sets in Swift?

16/04 – What are “.count”, “.isEmpty”, “.insert()”, “remove()”, “.removeAll()” and “.contains()” used for in Swift?

15/04 – What is the difference between a “set” and an “array” in Swift?

15/04 – Swift practice: Ceasar’s Cipher

09/04 – Swift practice: Guess my number using a “while” loop

09/04 – The “while” loop in Swift

09/04 – What is the “break” keyword used for in Swift?

09/04 – What is the “continue” keyword used for in Swift?

09/04 – Why using underscore in a “for-in” loop in Swift?

09/04 – The “stride()” function in Swift

09/04 – Swift practice: List all numbers between 1 and 100 that are divisible by 7 without remainder

09/04 – Experiment with your code in Xcode Playground

08/04 – The “for-in” loop in Swift

08/04 – The “.count” property and the “.append()”, “.insert()” and “.remove()” methods in Swift

08/04 – Operators in Swift

08/04 – Data types in Swift

08/04 – Variables in Swift

07/04 – About SwiftUI, declarative and imperative programming

07/04 – “Hello world” and the print() function in Swift

07/04 – Magic Eight Ball in Swift

04/04 – JavaScript – Arrays .lenght . push .pop

03/04 – The basic HTML-page

02/04 – How to style post comments in Elementor with custom CSS?

March

31/03 – if else-if else Conditional Statements in Swift