HN user

ooooak

216 karma

akshay.deep0@gmail.com

Posts60
Comments51
View on HN
news.ycombinator.com 3y ago

Ask HN: What keeps you busy on weekend?

ooooak
5pts6
coastonclojure.com 6y ago

The fullest full stack Clojure web framework

ooooak
4pts0
gist.github.com 6y ago

Becoming a better developer (2014)

ooooak
109pts6
joyframework.com 6y ago

Joy – A Janet Web Framework

ooooak
2pts0
news.ycombinator.com 6y ago

What do you dislike about tech Interview?

ooooak
1pts0
news.ycombinator.com 6y ago

Ask HN: How can I explore/understand space with code?

ooooak
1pts1
www.msn.com 6y ago

China confirms coronavirus is airborne

ooooak
3pts0
www.dailysabah.com 6y ago

Bill Gates warned in 2018 that new disease could kill 30M people in 6 months

ooooak
5pts0
www.youtube.com 6y ago

Cristos Goodrow: YouTube Algorithm – Artificial Intelligence (AI) Podcast

ooooak
1pts0
www.youtube.com 6y ago

Simulation: Global Flu Pandemic – GatesFoundation

ooooak
5pts0
www.youtube.com 6y ago

Jordan Peterson – Uncensored

ooooak
1pts0
www.digitalmars.com 6y ago

So You Want to Be a Programmer?

ooooak
2pts1
www.surveymonkey.com 6y ago

State of Clojure Community 2020 Survey

ooooak
2pts0
deftask.com 6y ago

A Task Management App Written in Common Lisp

ooooak
2pts0
www.youtube.com 6y ago

I Left My Job as a Senior Software Engineer – Mosh Hamedani

ooooak
1pts0
www.infoq.com 6y ago

Thinking in Data

ooooak
4pts0
www.amazon.com 6y ago

Rich Hickey's Clojure Bookshelf

ooooak
4pts0
purelyfunctional.tv 6y ago

Clojure Web Servers

ooooak
1pts0
kimh.github.io 6y ago

Clojure by Example

ooooak
1pts0
www.youtube.com 6y ago

Seminar with Alan Kay on Object Oriented Programming

ooooak
3pts0
news.ycombinator.com 6y ago

Ask HN: What is your go to stack for REST API?

ooooak
17pts21
news.ycombinator.com 6y ago

Why you decided to use Nodejs and how was your experince?

ooooak
3pts2
www.youtube.com 6y ago

Innovation in an Immutable Industry – Maarten Truyens

ooooak
1pts0
segment.com 6y ago

Choosing a Database for Analytics

ooooak
3pts0
www.confluent.io 6y ago

It’s Okay to Store Data in Apache Kafka (2017)

ooooak
84pts43
martinfowler.com 6y ago

ImprovementRavine – Martin Fowler (2006)

ooooak
1pts0
blog.bradlucas.com 6y ago

Book Squire Is Ten Years Old

ooooak
2pts0
www.youtube.com 6y ago

Modelling Time – Eric Evans – DDD Europe 2018

ooooak
1pts0
www.youtube.com 6y ago

Naked Performance (With Clojure) – Tommi Reiman

ooooak
3pts0
www.erlang-solutions.com 6y ago

Which companies are using Elixir, and why?

ooooak
3pts0

i would say "3. Working in real projects at industry" when i was 19 i had the opportunity to build real world systems. Durning that year i delivered a full stack e-commerce using MVC pattern for a client. Someone who is just starting its a lots of hard work to deliver a MVC full stack app and i learned a great deal.

Later i joined a USA based startup really large project. This is where i learned how to manage large SaaS apps and how to manage complexity.

Since then i have been only building SaaS products and i love it. Currently i am leading the development of microservices based system based on GraphQL and everything is running k8. i have worked on every part of that system.

I think starting early helped me a lot :)

1. In India, there are only ~100 jobs for a Clojure developer. That includes people just throwing in Clojure just to hire Java/Scala developer.

2. The learning curve for the Clojure. Clojure is simple but it's not easy by any means.

3. JVM interop if you are not a java developer it adds in more learning time. Most of the Clojure libraries use java heavily. It's a good thing but it adds in an extra layer of learning java's ecosystem.

4. Error messages. Even after years of Clojure. I still find it hard.

5. Documentation. Most of the packages I use don't have dedicated websites or good documentation.

Even after all the issues. It's still worth the investment. I started working on a crawler for a freelance gig. we first built it using Golang. But due to its complexity and lots of bugs due to mutation. We ported it to Clojure and we are not looking back.

cat `find * -type f | grep .php` | wc -l

I have a project that is going on since 2015. So ran the above command to see how much code we have. I was expecting our models to be really large turns out we have ~(404 * 3) rest endpoints. the scariest thing was Vendor dir.

LOC per dir

Models: 15053

HTTP Endpoints: 28877

migrations: 49757

Laravel: 81728 (Framework)

Vendor: 1158299 (third party php code)

Total: 1797417

Agree, Clojure has the most influence on me. There are lots of things to learn from Clojure and I don't see anyone taking lessons from Clojure people. it seems like everything is just one large MVC after rails. We are not ready to move on.

I'm also afraid of digging an inescapable hole of untestable spaghetti code and tech debt.

if you are worried about tech debt you should watch "The art of destroying software". It will be hard to understand at first.

Here is TL;DR. Writing small services that will take only one week of work to rewrite. That way you can burn your services and recreate when you truly understand your domain.

Recently I worked on a REST API using go. I think the go package system has good support for writing small and independent packages. Just make sure your microservices are micro.

You can do the same for your React Codebase.

It's storytime

S1. I met a guy who was really passionate about blockchain and python. At some point, he joined a startup. They were using react-native. Within 2 months he left the job. They treated him really poorly, and no one was there to help him. Now he is preparing for gov jobs.

s2. Another young gun, who works in TCS it's been 6 months since he is last wrote a single line of code. At some point, they will throw a project at him and assume he is a top java hacker. That will solve all kinds of crazy problems.

Location: India (state punjab)

Remote: Yes

Willing to relocate: No

Technologies: MySQL, PHP/Laravel, Javascript/Node/express/react, Go/gin/gorm, python, rust, and Clojure (Yes, I like learning languages next will be erlang/elixir with phoenix)

Résumé/CV: https://ooooak.github.io/cv

Email: akshay.deep0@gmail.com

-----

I am a Full-stack developer with 8 years of experience. I have worked remotely all my life. I built the fixdrepair.com from scratch using boring php/laravel and that served us really well. looking for interesting work not just crud app.

How has learning a new language helped you in your career?

I have a success story, I would not say it helped me in my career. but it made me more confident as a developer.

I was a full-stack PHP developer. In my free time, I always learn new languages (python, ruby, go, rust, OCaml, Clojure, and some Haskell). even now I kinda enjoy learning new stacks. its just fun for me.

For one of our projects (it's back 3 or 4 years ago), we used node. To that point, I never really looked deep into it as I was always busy with go and rust. turns out I was really productive from day one. while others had to do some soul searching.

In short, it made me a better developer and more confident.

I had the same mindset but it turns out its not the right one for me. People don't really care about how many languages you know. They want their business problems to be fixed. if you are interested in technology x first try it your self. see if it something you actually wanna use it. then market your self around it.

jumping to a new stack could also mean you will be unproductive for years and you will face problems that you never have seen before. Surely all new technologies sound fun but at the end of the day, there are no silver bullets. on top, it takes years to be an expert at any stack.

I started with PHP and then moved to the node. that made me realize how good PHP is. I have been looking for an alternative on the backend. Go, Clojure and elixir sound about right. turns out they all have their issues too. It's better to stick to your guns and only move when the current stack is not fixing the problems you have created for your self.

I have two things in mind,

1. Headless eCommerce in go

2. A Clojure like language for PHP in Clojure (will be very simple)

After looking at "Making the Tokio scheduler 10x faster" I was thinking how hard it's gonna be to create a Clojure for rust. That will leverage rust's ecosystem. That means you get max performance of rust and get to use it with a nicer language.

not true, I have lots of experience in PHP and if I write code in go sure it will have more bugs than my PHP implementation. how familiar are you with your current stack matters a lot. Also, That does not mean you should use a runtime where 100 things can go wrong (talking about node).

if the goal is to maintain an application and catch issues at compile time. go with a better type system Haskell/Ocaml/Rust.

Another option would be to use generative testing where you have tight control over what gets in, for example, Clojure/Spec.

Location: Punjab, India

Remote: Yes

Willing to relocate: No

Technologies: PHP/Laravel, Node/Express/sequelize, React/Nextjs

Résumé/CV:https://ooooak.github.io/cv

Email:akshay.deep0@gmail.com

I am a full stack developer (Some Devops) focused on REST API, Database Design and Backend. I am also productive in Go, Rust, and Clojure. I would love to switch into Elixir/Phoenix or erlang.