Altaf
199 posts

Altaf
@_MohammedAltaf
Unlearn | Relearn | Grow | Generalist | programmer
Hyderabad, India Katılım Ağustos 2022
234 Takip Edilen8 Takipçiler


High-Access Employees:
second question of the 30 days challenge below is the question and appraoch in python
#6companies30daysChallenge
#RevisewithArsh

English

@abhishek_rp2002 @langchain @OpenAI @activeloop Hi, I would like to know were you contacted by the employers and were you provided with the opportunity??
English

Got done with building a Github Automated Analysis Tool which when provided with a GitHub username, fetches the Technically most complex repository amongst all public repositories.
Built using - @langchain @OpenAI @activeloop
github.com/AbhishekRP2002…
github.com/AbhishekRP2002…
English

@akshay_pachaar How u made the code and visuals, they look awesome and provides clear understanding
English

Do you want to learn Clean Architecture and DDD?
I prepared 45 lessons for you 🔥
𝗖𝗹𝗲𝗮𝗻 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 𝗙𝘂𝗻𝗱𝗮𝗺𝗲𝗻𝘁𝗮𝗹𝘀
- Project setup - youtu.be/tLk4pZZtiDY
- Minimal APIs - youtu.be/GCuVC_qDOV4
- Dependency injection - youtu.be/tKEF6xaeoig
- CA + Document database - youtu.be/Ru6_b50wdfo
- Project setup from scratch - youtu.be/fe4iuaoxGbA
- 4 Best practices for new project - youtu.be/B9ZUJN1Juhk
- Structured logging - youtu.be/nVAkSBpsuTk
- Message queues - youtu.be/CTKWFMZVIWA
𝗗𝗼𝗺𝗮𝗶𝗻-𝗗𝗿𝗶𝘃𝗲𝗻 𝗗𝗲𝘀𝗶𝗴𝗻 𝗜𝗻𝘁𝗿𝗼𝗱𝘂𝗰𝘁𝗶𝗼𝗻
- Rich Domain model - youtu.be/1Lcr2c3MVF4
- Entities - youtu.be/00tCda35Bvk
- Value objects - youtu.be/P5CRea21R2E
- Aggregate root - youtu.be/0D3EB2jvQ44
- Domain validation - youtu.be/KgfzM0QWHrQ
- Domain model tradeoffs - youtu.be/eC7GMGIR4Gw
- Repository pattern - youtu.be/h4KIngWVpfU
- Specification pattern - youtu.be/rdY5ElleWKY
- Unit of work - youtu.be/vN_j1Bs0ALU
- Smart Enums - youtu.be/v6cYTcEfZ8A
- Snapshot pattern - youtu.be/HhZ4DtON404
- Strongly typed IDs - youtu.be/LdrMdIabE1o
- Anemic Domain model - youtu.be/6gwIDiUk2h4
- DDD modeling - youtu.be/fO2T5tRu3DE
- DDD + EF mapping - youtu.be/IlXnIe6p_Uk
- Incomplete aggregates - youtu.be/cCnZJE0wEjY
- Double dispatch - youtu.be/wi_wsw5Gp6Q
𝗖𝗤𝗥𝗦
- CQRS Fundamentals - youtu.be/vdi-p9StmG0
- Validation /w Result - youtu.be/85dxwd8HzEk
- Validation /w Exception - youtu.be/OhQA4PDdp0Q
- Read models - youtu.be/AVBAAKa84cs
- UoW pipeline - youtu.be/sSIg3fpflI0
- The "Truth" on CQRS - youtu.be/F3xNCfP3Xew
- CQRS Query side - youtu.be/RgqCavV2cqQ
- Materialized views - youtu.be/2ZNMlx44gKQ
𝗧𝗲𝘀𝘁𝗶𝗻𝗴
- Parameterized tests - youtu.be/Pk2d-qm5KwE
- Unit testing - youtu.be/a6Qab5l-VLo
- Integration testing /w Docker - youtu.be/tj5ZCtvgXKY
- Architecture tests - youtu.be/_D6Kai4RdGY
𝗗𝗲𝘀𝗶𝗴𝗻 𝗣𝗮𝘁𝘁𝗲𝗿𝗻𝘀
- Idempotent consumer - youtu.be/mGeEtokcjVQ
- Saga pattern - youtu.be/dlXCodLxhag
- Compensating transaction (Saga) - youtu.be/FPVzevl6Ri8
- Domain events - youtu.be/AHzWJ_SMqLo
- Domain vs. Integration event - youtu.be/K806a-rWE2g
- Options pattern - youtu.be/wxYt0motww0
- Options pattern validation - youtu.be/qRruEdjNVNE
- Decorator pattern - youtu.be/i_3I6XLAOt0
Hope these are helpful.
Have an awesome Sunday!
#dotnet

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

YouTube

English

📌 Productivity tools I use everyday as a developer:
• Notion for all note taking
• ChatGPT for syntax optimisation
• Postman to quickly test my APIs
• Docker desktop to view detailed container logs
• DBSchema to view database entries
• Freeform for sketching flow charts and diagrams
What are your favourite productivity tools? 😄
English
Altaf retweetledi

Frontend Developer Hiring Alert🚨
Company: Mercor(US)
Salary : 20-30 LPA.
Location: Remote🌎
Skills : Javascript, CSS, React.js, OOPS
Experience: Freshers
[Like & RT to help reach needie😇]
linkedin.com/jobs/view/3690…
English

Llama implemented from scratch!🦙
Implementing a research papers is one of the most effective ways to learn ML.
Here's a didactic implementation of Llama, one of the most powerful Open source LLM.
The work is heavily inspired by Karpathy's Makemore series.
It's a dramatically scaled-down version of Llama for training TinyShakespeare
The implementation also covers three major architectural modifications to the original Transformer:
1. RMSNorm for pre-normalization
2. Rotary embeddings
3. SwiGLU activation function
___________________________
If you liked this content & are interested in:
- Python 🐍
- ML/MLOps 🛠
- CV/NLP 🗣
- LLMs 🧠
Find me → @akshay_pachaar ✔️
Everyday, I share tutorials on above topics!
___________________________
Check this out👇
(Find all the relevant links in the next tweet)

English

One of my friends 'Kartikey' earned more than 3000+USD through freelancing 🚀
He is a Flutter & Web Developer! He told me about some freelancing websites that helped him a lot.
So, here are the 5 most Underrated Freelancing Websites to earn in USD! 🛠️🌐
Open this thread 👇🧵
(1/n)
#tech #code #freelancing #dsa #SoftwareEngineering
English















