Abeni Codes
158 subscribers
33 photos
5 videos
33 links
I post about my insights, new discoveries, projects and advices related to tech mainly and other topics once in a while. You can DM me @abeni_al7 for professional or collaborative queries.
Download Telegram
Is there anyone here from AAU that wants to participate in tomorrow's hackaton with me and my team? We are looking for 1 person. No experience needed just an interest to participate
Frectonz
Devtopia Interlude #002 is out. We talk about the tsc-go port in this one. We take a tangent to talk about the history of language compilers being self-hosted. [youtube]
This is the only technical podcast I know of in Ethiopia. I've learnt a lot of things from the 4 videos they released. The technical depth they go into is very satisfying. I recommend it for anyone who is interested in listening to purely technical discourse.
πŸ‘3
Forwarded from Code memo
πŸ“… March 28 memo πŸ“

πŸ“ Node.js is an open-source and cross-platform JavaScript runtime environment. Node is a non-blocking paradigm, Blocking behavior in JavaScript refers to operations that prevent further execution of code until the current operation completes. For loops and synchronous functions alike are blocking which means other part of the code won't be executed until the block is finished but for Node the norm is Non-blocking like asynchronous functions are non-blocking.

I have a plan to read this page in depth too in the future MDN

✨ Learned to do simple things such as creating servers, apis, processing files and simple middlewares with node js. I also now know what an event Loop is in JS which I didn't understand for the long time thanks for a youtube link provided in the odin project page.

@code_memo
Code memo
πŸ“… March 28 memo πŸ“ πŸ“ Node.js is an open-source and cross-platform JavaScript runtime environment. Node is a non-blocking paradigm, Blocking behavior in JavaScript refers to operations that prevent further execution of code until the current operation completes.…
This guy is a friend of mine and he has created a channel to document his learning journey. Sub to his channel if you're interested. He is learning backend development with express.js planning to dive deep in it
⚑2
Abeni Codes
Photo
Have you ever thought what you would do if you don't have to work for money anymore?
😁5
Forwarded from Edemy
If I had to learn software engineering from scratch, I would only need 5 books:


0. πŸ“š Clean Code
✍️ Robert C. Martin

↳ Practical guidance on writing readable, maintainable code with concrete examples.

1. πŸ“š The Pragmatic Programmer
✍️ Andrew Hunt and David Thomas

↳ Timeless advice on approaching software development professionally and effectively.

2. πŸ“š Designing Data-Intensive Applications
✍️ Martin Kleppmann

↳ Deep dive into the principles behind reliable, scalable, and maintainable applications.

3. πŸ“š Design Patterns: Elements of Reusable Object-Oriented Software
✍️ Erich Gamma et al.

↳ Essential reference for common design patterns that solve recurring problems.

4. πŸ“š AI engineering
✍️ Chip Huyen

↳ Learn AI from 0 to how do we put this in production.

@edemy251

Source__ Alexandre Zajac
πŸ‘2
I'm on my longest streak on github right now while learning Kotlin for Android development to supplement my backend development skills
πŸ”₯9
Forwarded from Backend Life
Forwarded from Birhan Nega
α‰»α‹­αŠ“α‹α‹«αŠ• α‹­αˆˆα‹«αˆ‰α’ αŠ αŠ•α‹± α‹¨α‰»α‹­αŠ“ ፋα‰₯αˆͺካ "Boycott China " α‹¨αˆšαˆ ጽሁፍ α‹«αˆˆα‰ α‰΅ 100ሽ α‰²αˆΈαˆ­α‰Άα‰½αŠ• ለአሜαˆͺαŠ«α‹α‹«αŠ• αŠ αˆ˜αˆ¨α‰° αŠ αˆ‰ 😁

αŠ•αŒα‹΅ αŠ₯αŠ•α‹΅αˆ… αŠα‹
😁3
Forwarded from Solo codes (Brook Solomon)
One of the best entrepreneurial advice ive ever received is

Once you start making enough amount of money to self sustain, your goal shouldn't be to trying to figure out how to work more to earn more but how to work less and still keep the same level of self sustaining , but by trying to achieve that you'll also be creating opportunities to earn more.
πŸ‘5
Forwarded from Found This
Found this service by devin.ai that breaks down and lets you talk to a public Github repo. According to the site description its "Deep Research for GitHub".

https://deepwiki.com/

#Github #AI #Repo
πŸ™1
I recently joined A2SV and I can say that the way we're learning is much better than the way the university DSA course was presented. The learning process involves interactive lectures with practice problems, practice session to work on problems, a competitive environment with contests and progress tracking within their hub. Eventhough the sessions are currently being held remotely, the experience has exceeded my expectations. Eventhough it has only been a bit more than a week since I joined, my problem solving skills have definitely improved. I even solved a few hard problems on leetcode on my own eventhough I avoided them in the past. Meanwhile my learning journey for android development has took a toll because of my current obsession with leetcode. I will try to regain my composure in that front and continue practicing. I am currently learning android development using Kotlin and Jetpack compose from a course by google. I have built the apps that were assigned as projects every step of the way until now. I would like to make an app that could solve a real problem and I would love it if you comment what app you wish existed. I'll try to choose one app from the comments and work on it.
πŸ‘7
Forwarded from Genene T. β˜•οΈ (GeneneT. β˜•οΈ)
πŸŽ‰Cursor Pro is Now Free for students.
πŸ‘4
Here is a prompt template I am using to help me understand what I missed and learn how I can make my solution better whenever I solve questions on leetcode:
Here is an interview question:
{ paste the question here }

Here is how I solved it:
{ paste your solution here }

Criticize my solution based on time and space complexity, bottlenecks, unnecessary work, duplicated work and code readability. Then provide me with the best posible solution for the question.

#promptTemplate
πŸ‘4
Forwarded from Dev Nerd (Roobi ⌨️)
This media is not supported in your browser
VIEW IN TELEGRAM
Hey yall .. say AMENNNNN...
πŸ‘1
Turns out deepseek with deepthink on is much better than chatgpt for analyzing complex DSA solutions and give great feedback with the most optimized solution.

Today, I was trying to analyse the problems I submitted for today's A2SV contest with chatgpt. Chatgpt roasted my solution and gave me an elegant looking solution which I didn't get the intuition for. The solution did not work for the given test cases. So I decided to debug the solution myself and got it to work. But it showed the same issue for other questions too.

Then I decided to try out deepseek R1 and it really impressed me with the way it reasoned about the questions. It provided me with flawless and optimized solutions and real feedback for my solution.
I got the 50 days badge for 2025 on Leetcode. 100 is next
πŸ‘6πŸ”₯2