The Complete Engineer Newsletter - Edition 3

Sam Altman eye AI chip fabrication 🤖, Japan lands rover on moon 🌔 and much more

Tech News

Global

Gist: Sam Altman, CEO - OpenAI, wants to set up in-house AI chip manufacturing. Microsoft, a core benefactor and shareholder of OpenAI has expressed interest and initiated a partnership. To be noted here is that Microsoft has already started its plan of manufacturing AI hardware for Azure. They will likely use this strategy to help OpenAI well. The actual issue with manufacturing seems to be the availability of raw materials as noted by TSMC (The largest chip manufacturer with Nvidia, Intel, and Snapdragon as clients).

Gist: JAXA(Japan Aerospace Exploration Agency) has successfully landed the Smart Lander for Investigating Moon (SLIM) on the moon but problems arise as the solar array malfunctions. But even with the issues, JAXA has achieved the minimum success metric for this mission. We celebrate this as a huge win for the Japanese nation.

India

Gist: ISRO has deployed two state-of-the-art, high-accuracy fluxgate magnetometer sensors dedicated to measuring the interplanetary magnetic field. This is an important milestone for the Aditya L1 for its primary objective of the solar observatory at L1 is to observe and understand the chromospheric and coronal dynamics of the Sun continuously.

Gist: Coming from the founder of OLA, Bhavish Agarwal, Krutrim AI is the first AI startup that has reached the 1$ Billion evaluation from India. Kruthrim AI supports 22 Languages and is currently in the closed beta phase.

Open source Github Repos

Gist: Shell scripting is way more complicated than it needs to be. I have personally many times written shell script for bash but mistakenly ran it in other platforms and was breaking my head figuring out why it didn’t work (rookie mistake ik). Bun brings in shell scripting in js and it’s easier than ever. It takes away the headache of platform lock and gives built-in cross-platform capabilities. Check out the link to know more.

Gist: This is a framework to convert your front-end project into native Android apps. If you are trying to make mobile apps but already know frontend frameworks check out this amazing repo. I have personally used this during the starting stage of my career. I only knew Angular but I used that to build an Instagram clone app. The beauty of this framework is that it supports Angular, React, and Vue.

Gist: This is another framework for React native devs which will help the end-to-end workflow of your projects. Expo is an open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.

Problem of the week

This week at work, I committed my VM’s SSH key into my GitHub repo and pushed it. I was quick to recognize this and add this to the .gitignore file but the history of the commit still showed the SSH key. How will you remove a commit from history?

I will post how I fixed this next week.

Answer for the last week’s question

Last week’s question

(function immediateA(a) {
  return (function immediateB(b) {
    console.log(a); // What is logged?
  })(1);
})(0);

Answer:

0

Explanation: immediateA is called with the argument 0, thus a parameter is 0. immediateB function, being nested into immediateA function is a closure that captures a variable from the outer immediateA scope, where a is 0. Thus console.log(a) logs 0.

Though provoking thread

Dying Here Season 4 GIF by The Office

Gif by theoffice on Giphy

This week we saw a layoff from Google and one staff engineer was bold enough to say this out loud. Google used to be a great place to work but lately, things have been changing. The author has some valid points about how Google has become a battleground for rise fast and fall fast (the place feels like PUBG for Googlers tbh). I love how she dares to talk about it and in a way that doesn’t put down or demean anybody she works with. What you can feel from this post is how much she cares about the place (The most valued tech company on the face of Earth at least at one point). I know most of us won’t have the courage hence we have Blind (if you are not aware Blind is an anonymous social media where you can post opinions without worrying about it being traced back to you). But has Blind just become a dumpster of bad experiences?? Cause I rarely see any big tech getting any praise for the good stuff that happens 🤷 

Here is the thought of this week:
We would definitely have had concerns about decisions taken in our workplace and cannot be questioned as it might be above our paygrade but have we really dug deep enough to understand where those decisions come from? if they were indeed bad, how would we have done it differently with the same data they had during the time the decision was taken? If they didn’t have accurate data how will we gather this accurate data? Why didn’t anyone speak up about the inaccuracies of the data? (essentially questioning if the company is too top-down)

Interesting Engineering blog

Indies

Gist: This article talks about how the backend sits within the pure logic format and how Flutter (any frontend stack) should handle the separation of concerns when it comes to UI. The author gives you solid advice which I would recommend as well as I have seen how tangled code can become without proper principles.

How VISA/Mastercard makes money (2mins) [Fintech, Finance Business]

Gist: VISA and Mastercard don’t charge the customers directly but the merchants and the banks. Check out the link to know more.

10 types of Authorizations (20mins) [Auth, Authorization, RBAC]

Gist: This article talks about the types of authorizations that exist in the industry today. Apart from the Role-based access control, there are several other models. Popular tech companies like Microsoft, Amazon, and others use these models.

Big tech

How Twilio chose between SQLite and PostgreSQL (15 mins) [databases, SQL, benchmarks, metrics]

Gist: Twillio engineer started using SQLite as the blogging platform analytics project seemed small at the beginning but quickly grew in proportion. He has dived deep into seeing which is better for his use cases. Check out the article for a detailed breakdown.

How Razorpay scaled their notification service (20 mins) [databases, stateless, notification service, async, decoupling]

Gist: The biggest challenges when scaling a notification service are 1. database bottlenecks 2. consumer responses 3. unexpected load. This article goes in-depth as to how they mitigated each of these issues in depth.

Coding Challenge

Credits - John Crickett

In this week’s coding challenge, we will try out the git diff tool. If you have used git, you will probably know what this does but here is a quick gist. Git diff tool compares two files and gives the operations that need to be performed to convert file 1 → file 2. Git internally creates a syntax tree to keep track of the revisions but for this challenge, we shall not explore that but a subset of the tool.

As always my suggestion will be to try it out in a language you are not familiar with to help improve your skillset. Cheers.

Cool Car Wallpaper

DMC DeLorean - Khyzyl Saleem

Job board - India

Big Tech

Gist: 2 yrs+, Azure Sovereign Cloud platform, Azure skills is a +, any OOPS language knowledge required.

Gist: 3+yrs, Kubernetes, Docker, is a plus, Any OOPS, Enterprise tech experience preferred.

Startups

Gist: Python, AI/ML, GIT, and Frontend Tech knowledge is a plus.

Gist: Cloud DevOps team, manage K8s, Kubernetes and Docker, Computer science degree must

Tech Events

If you liked this edition of the newsletter and would love to recommend it to a friend, here is our subscribe link.
https://the-complete-engineer-newsletter-ca3845.beehiiv.com/subscribe

If you would like to connect with me for 1:1 long-term mentorship personally. Check out my top mate
https://topmate.io/anirudh_jaishankar

Thanks for reading! If you have any personal suggestions for me, reach out to me on Linkedin.

We are at the end of the cone for this week. See you next week. Bye 👋