Lameck Meshack

Crafting Scalable Solutions
for Web & Mobile

Building scalable, elegant solutions with modern technologies. Specializing in web, mobile applications, and backend systems.

Let's turn ideas into reality—innovative, scalable, and future-ready solutions.

View Projects
Developer
Best/Devs.ex
def find_dev("Lameck") do
with {:ok, dev} <- fetch(name),
 {:ok, sk} <- skills(dev) do
 {:ok, %{dev | skills: sk}}
else
 :not_found -> {:error, :404}
 _ -> {:error, :unknown}
end
end
terminal
$ docker build -t myapp .
[+] Building 2.6s (8/8) FINISHED
=> [1/4] load build cache 0.1s
$ git push heroku master
Deploying to lameck-portfolio...