SkyBar-Deeplink
Mac app that add to the menu bar deep link tool so you can easily open your deep links in your installed simulator.
Full Stack developer, with a mindset to help and share knowledge.
Mac app that add to the menu bar deep link tool so you can easily open your deep links in your installed simulator.
BCryptSwift is an implementation of bcrypt written in Swift. It currently is able to generate the salt and hash a phrase using a generated salt.
The first navigation flow manager that allow you to navigate using just the declared view types and it's possible to unit test your entire flow
This is a Sample code that show how you can build a Custom Keyboard input field using the native format of doing this using Apple guideline for it
Simple project for Medium post showing how to have custom transition between two view controllers
Easy Swift Theme Manager based on JSON file, easy and clean to understand and apply theme to your project, have a project that customize, color, font, size, you should use theme manager in order to have one central point and done, need to refresh the view without close the view? This is your tool
Sample project to be used in our Medium post how to create a Docker container to use with Flask and Gunicorn
Swift snippets about not daily use, like core data manager, scroll view, keyboard dismiss, and a lot more codes that we from time to time need to use
This is the sample code used in the post and for the video teaching how to use Flask CLI commands to create your database at Heroku
Project where I implement a project in order to show dependency inject pattern and how to use framework Swinject to help on this question