3 months ago • 98 Viewsswiftup: A Swift Command-Line Tool for Checking the Reachability of URLsImprove the reliability of your projects with swiftup, a command-line tool written in Swift that allows you to check the reachability of URLs in all the Swift files and packages within a directory. Easy to install and use, swiftup is a valuable tool for any developer.3 months ago • 98 Views
3 months ago • 107 ViewsSwiflicense: The Swift Way to Generate Licenses for your softwareSwiflicense is a command line tool for generating a license for your software written in Swift. Easily create a license for your software with Swiflicense, without leaving the command line. Swiflicense supports multiple license types and is available for macOS and Linux. Get started with Swiflicense today3 months ago • 107 Views
3 months ago • 134 ViewsSnippet for formatting dates in JavaScriptThe formatDate function is a useful tool for formatting a date in the form of a string. It takes a date in the format of a string as an input, and outputs a human-readable date string. Use this function to easily manipulate and present dates in your JavaScript projects.3 months ago • 134 Views
10 months ago • 2,483 ViewsBreaking down George Pólya's methods of problem-solving.The technique to simplify the process of finding an appropriate solution to a problem!10 months ago • 2,483 Views
1 year ago • 162 ViewsUnderstanding Sets in Swift.Guide to understand Sets in swift.1 year ago • 162 Views
1 year ago • 1,011 ViewsString Interpolation in SwiftThe only article you need to read to know everything about String Interpolation in Swift1 year ago • 1,011 Views
1 year ago • 523 ViewsUnderstanding Strings in SwiftThe only article you need to read to learn everything about strings in Swift.1 year ago • 523 Views
1 year ago • 753 ViewsUnderstanding Constants in SwiftThe only article you need to read to learn everything about constants in Swift.1 year ago • 753 Views
1 year ago • 735 ViewsUnderstanding Variables in SwiftThe only article you need to read to learn everything about variables in Swift.1 year ago • 735 Views
1 year ago • 1,221 ViewsRemove Duplicate Elements From An Array in Javascript!Super simple trick that can be used to remove duplicate elements from an array in Javascript.1 year ago • 1,221 Views
2 years ago • 22,121 ViewsMake your own calculator in HTML, CSS, JAVASCRIPTThe detailed process with an explanation of each and every line.2 years ago • 22,121 Views