Viewing profile — jmconfuzeus
jmconfuzeus
HN member- Joined
- Tue, Apr 06, 2021, 2:26 PM UTC
- HN karma
- 200
- Public activity
- 119 items
- HN profile
- View on Hacker News ↗
About jmconfuzeus
I'm available for work.
Find my website at https://joshkaramuth.com
Recent public activity
-
comment
Comment #37383097
SEEKING WORK | REMOTE | WORLDWIDE Full stack developer able to build products end-to-end. My latest project is Folderr ( https://folderr.com ), a Python/Django backend, ReactJS fro…
-
comment
Comment #36845336
I'm currently helping 2 other clients build their MVP and would like to help you out part time (~20 hours per week). Share your contact details if you're interested or use this for…
-
comment
Comment #36801385
I live frugally and am a big saver. However, the anxiety gets me every time. I suppose it's a small price to pay.
-
comment
Comment #36773624
As a programmer, it's always a few months of work before the client stops spending on development. At that point, I can go up to 3 months without work, which means high anxiety bec…
-
comment
Comment #36433482
I'll add to that since this is Hacker News: If you're building a SaaS, don't use a front-end framework and tools like Tailwindcss. Instead, use a full-stack framework like Django o…
-
comment
Comment #35237154
Yes because it makes it easy to build good looking UIs. You can move on to something like Tailwind but then your html will look messed up. You'll also have to pay for the Tailwind …
-
comment
Comment #34685989
I recently migrated a client's app to a $10 VPS. Before that, the app was running on AWS with a couple EC2 instances, RDS, and lambda costing about $300/month. The client was skept…
-
comment
Comment #34620343
SEEKING WORK - Remote Hello, I'm Josh. Just recently, I helped my client launch https://folderr.com after he got burned by an incompetent team. The app is full-stack Django, React,…
-
comment
Comment #34556842
If you really want the best stack that will impress all your engineer friends then use the following: 1. Rust backend that communicates with another Go based API. Use Rust for the …
-
comment
Comment #34526118
Just go to https://www.kimsufi.com/en-ie/dedicated-servers/ and grab a cheap dedicated server with 1TB+ HDD. How do you protect your data from accidental loss then? Simply backup u…
-
comment
Comment #33829936
SEEKING WORK | REMOTE | Both US and Euro timezone. I'm a Python/Django & React developer with 7 years of experience. You have a SaaS product that needs to be shipped asap? Talk to …
-
story
Ask HN: How do you communicate with inexperienced clients?
Sometimes I get clients who don't know how development works and end up getting angry when I charge them more than expected hours. For example, they ask me to add a feature to thei…
-
comment
Comment #33427473
SEEKING WORK | Remote | Worldwide Full-stack developer with 7 years of experience looking to help you scale your Django/Typescript/React project. Github: https://github.com/confuze…
-
comment
Comment #33370043
It's also good. There's also mailcow that provides a containerized solution. Running your own mail server is not hard at all.
-
comment
Comment #33362776
I've been running my own mail server for a while now and nothing bad happened so far. Spam detection with rspamd is surprisingly good. If you like tinkering you might consider it a…
-
comment
Comment #33284531
Why do Java developers wear glasses? Because they don't C#.
-
comment
Comment #33166303
I see, it makes sense to force people to use different variables for iteration in that case because it can easily trip inexperienced developers up.
-
comment
Comment #33165691
Dunno what you mean by getting it right tbh. for i in range(10) The statement literally declares or sets a variable named i in that scope. When the loop exits, i still exists in th…
-
comment
Comment #33164380
I think we would be much better off using traditional html, bootstrap scss, and some jquery for interactions. But nobody likes to be boring so React it is. React itself isn't reall…
-
comment
Comment #33163463
Technically, it makes sense for Python to work like this because your functions are being bound to a variable i which is located in the global scope. I wouldn't call this a design …
-
comment
Comment #33141764
Not OP but I'll give you an example concerning a project that used Material UI which is a React UI component library. For one, we had to rewrite the app 3 times because the library…
-
comment
Comment #33118985
Depends on what you mean by "best". If you mean best as in quick to launch, performant, and easy to maintain, then I'd say PHP because it was built specifically for web development…
-
comment
Comment #33025282
Search for zwink university on youtube.
-
comment
Comment #32923499
Web development has moved on to Javascript with a few Ruby on Rails stuff popping up from time to time. React is where the money's at these days. I don't see Python being used for …
-
comment
Comment #32922937
I actually regret being a specialist. For the past couple years, I focused on my Python and Django skills but now I can't find any decent work for these technologies since every Py…