I wanted to show a very basic example on how easy it is to just make an elixir module for adding you own dropdown menu. No need for large UI libraries for components if you get used to simply making your own.
Growing your ideas in to web development solutions
Hello I'm Josh Chernoff, I'm a web programmer with over 20 years experience based out of Portland Oregon 🌲
I offer affordable and effective solutions to your web development challenges.
Technologies I Love Working With
Pricing plans for tasks of all sizes
Single day gigs
For simple or quick tasks.
$80 /hour
when booking under 10 hours in a week- Includes a free 30 minute quote
- 1 off tasks typically done in a day.
- Full Payment required before work is started
- Includes a single 30 minute meeting
- Idieal for assesments and investigations
- Great for training and tutorial sessions
Part time
A plan that scales with your rapidly growing business.
$65 /hour
when booking under 20 hours in a week- Includes a free 30 minute quote
- 1 off tasks typically over a few days.
- 50% deposit require for work to start
- Includes up to 1 hour of meeting time
- Loyalty discount of $5 per hour for returning costomers in a single month
- Full time tracking and reporting for work done
Full time
Dedicated support.
$55 /hour
when booking over 30 hours in a week- Includes a free 30 minute quote
- Full feature done over a full work week.
- 30% deposit require for work to start
- Includes up to 2 hour of meeting time
- Loyalty discount of $5 per hour for returning costomers in a single month
- Full time tracking and reporting for work done
FYI: this is a work in progress and it not complete as of yet. In this post I show you how to make a basic site nav and also add a mobile toggle button for showing a mobile friendly version for smaller screens.
In this post I want to touch on something I've found myself writing a few times as a prerequisite as a starting point for a new phoenix application. In this post I go over some of the very basics to getting a basic phoenix application going for local development.
Take a deep dive with me on how I built a image tool using rust and wasm and hosted as a static site on github pages.
I wanted to get a better understanding of what gradual typing is in elixir. Currently gradual typing is under development in elixir and not fully implemented but in short its a way to add static typing to the dynamic language. In this post I explore what is currently available.
In this blog post I want to take a look at a sorting algorithm and compare it's solutions in different languages for a comparison of syntax and readability.
In this post I share with you a little module I made for addressing the suffix of a date such as displaying dates as 1st or 2nd. vs just saying 1 or 2.