

- Sublime text livereload windows code#
- Sublime text livereload windows Offline#
- Sublime text livereload windows series#
- Sublime text livereload windows free#
We have a Golang daemon that invokes parts in Node.js (for data extraction) and Python (for machine learning) to leverage existing libraries. This often meant mixing multiple languages and technology stacks. Guided the team on technology stack selection, data storage, and structuring helped make choices about internal architecture.Applied fuzzy logic, machine learning, and natural language processing to a number of problems in data extraction and predictive analytics categories.Projects ranging from native mobile apps to browser extensions to server-side batch processing daemons and APIs.


Sublime text livereload windows series#
Built a series of presentation apps for the clients of a 3D rendering agency, including an app used to solicit investments by one the largest US hospitals, and numerous apps for luxury resorts as well as residential and commercial buildings.
Sublime text livereload windows free#
Delivered a face morphing app for a Japanese plastic surgery clinic, which has reached the #1 free entertainment position in 2011 (Japanese app store), with 250,000 downloads in the first month.Built a family of dictionary and reference apps for iOS, Mac, Android, WP8 and Blackberry platforms, an accounts+syncing API for the apps, and the internal web portal for linguists.Interviewed and hired the back-end development team.
Sublime text livereload windows Offline#
Participated in the development of the iOS side of the app for a few months to help us meet deadlines, including a system for recording operations and metrics (likes, views, flags) offline and replaying them when online.

Sublime text livereload windows code#
The xaml updating side is pretty basic, but it works well for my projects (Xamarin.Forms with ReactiveUI) without the need to change any code in the views' code-behind.Īpparently I cannot post links here yet, but you can check out the repository on github /vladhorby/Codexcite. you can have several apps running and getting the updates simultaneously, allowing you to see the impact of your XAML changes on Android, iOS and UWP at the same time, for example. you can have the Monitor running in the background and the apps automatically connect when they start That also brings in several other benefits: I did it the other way around though, having the Monitor act as a server and the Xamarin Forms apps as clients (more like the way Xamarin LiveReload was doing it). I started to think about an workaround and I ended up making my own Reloader, using SignalR. I've tried using it on Windows with Visual Studio, but I ran into several problems, especially because UWP apps are not allowed to communicate with each other on localhost. First of all, thank you for HotReload, it's a great and helpful project!
