You are here |
mustafa.page | ||
| | | |
ashishkakkad.com
|
|
| | | | SwiftUI comes with easiest way of coding! In SwiftUI they have given 3 types of gradients, you can easily show gradients on any of the view. Linear Gradient Radial Gradient Angular Gradient In gradient option we have to pass array of colors. Linear Gradient Linear Gradient have start point and end point options. LinearGradient(gradient: Gradient(colors: ... Read more | |
| | | |
www.silvestar.codes
|
|
| | | | Discover my journey in web development and my reflections on the past year with my 2021 lookback article. | |
| | | |
www.thedroneely.com
|
|
| | | | Hugo is a static site generator program and a mighty good piece of free software. | |
| | | |
bloeys.com
|
|
| | In 'Thought 2: Regex is Like Assembly' I wondered why we are still doing regex in this kind of hard to understand, symbolic way, when we have already invented high level programming languages. There is no reason regex can't be written as clearly as any other programming language we use today. I thought doing this would be an interesting project, and so I came up with Regexl, a high level language for writing regex, that can be used as a simple library. |