Meet Rajesh Gor

Techstructive Weekly #7

Week #7

This week was a bit mentally tough but technically productive, pushed some efforts to get the project up and integrated fully and tested it out. Not good with the numbers but overall, that looked promising, and again excited for next week’s challenge.

This week is special because I created and uploaded my first YouTube video! On Sunday, I did everything from recording to creating the thumbnail, voiceover, and editing. It took about six hours for a six-minute video, but it’s a solid start for future videos. I’d love any feedback you have, so please check it out!

Thanks for reading Techstructive Weekly! Subscribe for free to receive new posts and support my work.

Quote of the week

“You don’t have to be great to start, but you have to start to be great.”

— Zig Ziglar

I created my first YouTube video, it might not be the greatest one, but surely one day one video will be. Pondering over 5 years from now, if that video becomes great, I’ll come back to my first video and laugh—where I started, with a humble and overlooked video. But that will be the one that leads me to that.

Read

  • One-Year Writing Journey: This is really a good read of a person trying to be consistent at writing, I have personally done this for over two years. I found it really helpful in gaining experience and problem-solving abilities.

  • Month Without a Smartphone: I could feel myself, but in place of his son, I depicted my mother scolding me to put the phone down. I mean there is nothing urgent or important on the phone, but feels like I am going to miss something important at any hour. This habit needs to be taken care of by me.

  • Writing a book in the age of Open Source: There are so many good resources and advice on starting and investing in the craft of writing.

![](https://substack-post-media.s3.amazonaws.com/public/images/bd4cee08-a91b-427b-a13c-201e244e8774_1024x1024.png align=“left”)

Incremental forgetting

Writing a book in the age of open source

About a year ago, Maxim Schepelin and I set out to write our first book. A book for aspiring Engineering Managers…

Read more

3 months ago · 6 likes · Dunya Kirkali

Wrote/Created

  • Youtube Video: How to connect a remote LibSQL Databsae on Turso with a Golang Application/Program:

Watched

  • LLMS are like wired, over-confident Interns:
    LLMs are powerful but not quite there yet, they are idiots sometimes, and they literally do what was not said to be done (they can’t push to prod yet)

![](https://substack-post-media.s3.amazonaws.com/public/images/9e78d0e8-1d64-47c3-a6c7-f1469f3ed8c5_500x500.png align=“left”)

Software Misadventures Podcast

LLMs are like your weird, over-confident intern | Simon Willison (Datasette)

Read more

3 months ago · 1 like · Ronak Nathani and Guang Yang

  • Nobody Cares about Technical GitHub Projects:
    Project clones are not gonna help your resume, something that you taught and build just to solve a problem you faced or just writing something from scratch, probably is going to land you somewhere. That is the gist, making GitHub projects is not the only deal, making something that you learn from should be.

  • Safe and Best Way to Open Files in Python
    I don’t thing anyone uses any other approach than with, for dealing with files in python, if he does then, you probably need to think again.

  • Why you should learn Golang as a first programming language:
    Golang is such a programming language that just lands in the middle of complex syntax and speed. There is a garbage collector which makes it developer friendly most of the time, yet not being interpreted like python and javascript, which makes it faster, not just executing wise but development time as well. Totally worth learning as the first programming language.

Learned

  • Iterating over a dataframe’s rows using iterrows:
    I wanted to iterate over all the df rows and also needed to get the index of each of them, so iterrows is so convenient to use.

  • Golang: Connecting a remote LibSQL database

    • Using libsql-client for golang

    • Sync local libsql/sqlite database with Embedded replicas.

Next week will have an article about this things as well as a video.

Tech News

  • OpenAI released o1: A model series for reasoning and solving scientific problems. People suggesting it to be better than they expected. But I think, the LLMs have disappointed us so much that even a little spike causes us to think its a big deal, it is a revolutionary model, but wait for 6 months and read this blog again.

For more news, follow the Hackernewsletter (Issue 716 is not out yet as of my publishing but should be soon) and for daily developer articles, join daily.dev

That’s it from this week, hope you did well this week, and have a happy week and weekend ahead!

Thank you for reading, let’s catch up in the next week.

Happy Coding :)

Thanks for reading Techstructive Weekly! Subscribe for free to receive new posts and support my work.