Ruby:
Name: | Nolan Mayersky | |
Phone: | +1.219.777.0475 | |
Email: | n.mayersky@hey.com |
Previously for my Flutter apps, I was using Microsoft's AppCenter. I decided to move away from this for 2 reasons. First being the lack of support for Flutter. So, you'd need a seperate build for every app (Android, iOS, Web, Windows, e...
tags: flutter dart ci cd programming
So, as I said in one of my previous posts, I have been working with Flutter quite a bit lately. First (and currently) I started working on a skincare/beauty app called Skica(
Name: | Nolan Mayersky | |
Phone: | +1.219.777.0475 | |
Email: | n.mayersky@hey.com |
Ruby:
Python:
Vue.js:
Crystal:
Databases:
Dedication:
Skica.me is a new project I have begun working on with my girlfriend (business) and her best friend Khanh (graphic designer). We are a remote team of 3 people, working across the world with each other from the United States and Vietna...
tags: dart flutter skica android ios mobile development programming
In this post we will be going over comprehensions in Elixir. A “Comprehension” is another word for Elixir’s for macro. It can be used to iterate through an enumerable, like Enum or Stream:
for element
tags: elixir code macro comprehensions programming
To help myself in learning more Elixir, I'm going to continue these Elixir guide/tutorial posts where I try to explain a different piece of Elixir in each post. Today's post will be covering the Enum module and it's usage....
tags: functions enum elixir code programming
To help myself in learning more Elixir, I'm going to continue these Elixir guide/tutorial posts where I try to explain a different piece of Elixir in each post. Today's post will be covering the Enum module and it's usage....
tags: recursion functions elixir code programming