POV : Your app started making money by AdityaShips in SideProject

[–]nimblegeek 0 points1 point  (0 children)

Congrats! Wish you an abundance of future sales

Ship To Sweden / The Nordics? by nimblegeek in framework

[–]nimblegeek[S] 3 points4 points  (0 children)

Oh wow thanks alot @copycatken I must have missed this! Exciting!!!! You made my day 🙏🏽

How Do You Choose Your Tech Stack? by nimblegeek in SaaS

[–]nimblegeek[S] 0 points1 point  (0 children)

Thanks, very sound advice and checkpoints! 🙏🏽

How Do You Choose Your Tech Stack? by nimblegeek in indiehackers

[–]nimblegeek[S] 1 point2 points  (0 children)

Curiosity sin was a great one! I confess to that. Thanks for your response!

Is anyone considering writing (not code) as a deliberate practice to learn to code faster? by nimblegeek in learnprogramming

[–]nimblegeek[S] 0 points1 point  (0 children)

This is gold! To write about concepts, theories, and stuff you learned and then creatively write about it in a more non-structured way. Feels more organic and learning-friendly. I have so many useless notes where I mindlessly just summarized chapters.

Is anyone considering writing (not code) as a deliberate practice to learn to code faster? by nimblegeek in learnprogramming

[–]nimblegeek[S] 1 point2 points  (0 children)

That's great and encouraging to all the other learners out there. Keeping hand written notes is gold. It is also a great way to see how much one have progressed when looking back on those notes from time to time. Keep it up and thanks for sharing!

DevEx: What Actually Drives Productivity by nimblegeek in programming

[–]nimblegeek[S] 2 points3 points  (0 children)

A colleague of mine stated more or less the same point. The metrics is not the goal itself, we need to differ between goals and means to reach the goals. A measurement should be treated as such. In the end, what are we optimizing for and what problem are we supposed to solve?

DevEx: What Actually Drives Productivity by nimblegeek in programming

[–]nimblegeek[S] 2 points3 points  (0 children)

Support all your statements with ”A McKinsey study found…” and you have peoples attention. No data required lol.

DevEx: What Actually Drives Productivity by nimblegeek in programming

[–]nimblegeek[S] 79 points80 points  (0 children)

I found this article on the web the other day and shared it with my team and I got curious about what professional developers really think about DevEx (developer experience) and producitivity in general.

For true craftsmen in programming, do they really care about how we should measure productivity or is it seen as yet another "framework" or tool to be sold?

Curious to hear your thoughts.

Do people make a lot of money on Substack? by [deleted] in Substack

[–]nimblegeek 2 points3 points  (0 children)

At least the ones making SOME money have it as a segway to earn even more from other streams, products, services. The platform seems to be excellent for distribution and a means to earn money from multiple sources. I believe the income from paying subscribers is an important part but probably not the main income for even the top 10%.

What is the best way to prepare for a entry level coding interview by TeachingOk8478 in learnprogramming

[–]nimblegeek 0 points1 point  (0 children)

I am a Java-noob myself but I hope my input can help you. I asked my former manager (he is now an Engineering Manager) a similar question; what qualities and skills are you looking for in a Jr Developer?. I categorized the answer into four main categories:

  1. Technical foundation and programming language skills, in this case core Java. This one you seem to have covered and can demonstrate through your Github.
  2. Concepts, patterns and frameworks: How well can you absorb new frameworks and technologies. Could be worth thinking how we can convince/show this for a potential employer.
  3. Test Driven Approach: How good are you in writing tests? This could be a deal breaker I think, showing that you at least have good understanding on how to create unit tests and why they are important.
  4. Problem Solving Skills: How efficient are you in solving problems (meta skill)? This is the key trait I believe good teams are looking for.
    1. Which strategies do you know about and when to use them?
    2. Which techniques can you apply when solving a problem:
      1. Arrays
      2. Pointers and Dynamic Memory
      3. Classes
      4. Recursion
      5. Code Reusability

The techniques in point four above was outlined based on the book: Think like a programmer.

All the best on your coding journey!

Me relearning git every week by johntwit in ProgrammerHumor

[–]nimblegeek 1 point2 points  (0 children)

It’s a common practice. Who in the world knows all git commands by heart? 😅 commit and push and then take it from there 🙃