devobj's profile picture.

.'Codér.'

@devobj

.'Codér.' сделал(а) репост

I don’t know who the artist is, but this is a fucking amazing piece of art.

AesPolitics1's tweet image. I don’t know who the artist is, but this is a fucking amazing piece of art.

.'Codér.' сделал(а) репост

Incase you missed Trump's congressional speech here is a brief summary


I am an early user of @getgrass_io. Incentivized Beta is live! #getgrass Join and start earning here: app.getgrass.io/register/?refe…


.'Codér.' сделал(а) репост

Russian Simpsons in Sprinfieldingrad


From the bench to the skies!


.'Codér.' сделал(а) репост

⚛️ React tip: Use a custom hook to handle array states in your components ↓


.'Codér.' сделал(а) репост

𝗗𝗼 𝘆𝗼𝘂 𝗵𝗮𝘃𝗲 𝗮 𝗳𝗶𝘅𝗲𝗱 𝗺𝗶𝗻𝗱𝘀𝗲𝘁? If you have it, you think you cannot be better or have a better job or life. This is a prejudice that constrains you from growing further. More outstanding achievement and well-being have all been associated with having a…

milan_milanovic's tweet image. 𝗗𝗼 𝘆𝗼𝘂 𝗵𝗮𝘃𝗲 𝗮 𝗳𝗶𝘅𝗲𝗱 𝗺𝗶𝗻𝗱𝘀𝗲𝘁?

If you have it, you think you cannot be better or have a better job or life.

This is a prejudice that constrains you from growing further.

More outstanding achievement and well-being have all been associated with having a…

.'Codér.' сделал(а) репост

10 System design topics you must prepare for interviews 1. Caching 2. Sharding 3. load-balancing 4. replication 5. fault-tolerance 6. high-availability 7. Performance 8. Scalability 9. replication 10. indexing Learn more on Design Guru - bit.ly/3pMiO8g

javinpaul's tweet image. 10 System design topics you must prepare for interviews
1. Caching
2. Sharding
3. load-balancing
4. replication
5. fault-tolerance
6. high-availability
7. Performance
8. Scalability 
9. replication
10. indexing
Learn more on Design Guru - bit.ly/3pMiO8g

.'Codér.' сделал(а) репост

How do you migrate from Monolith to Microservices architecture? Bad way: - Start building a monolith without a plan - End up writing a tightly coupled mess - Realize you have a problem - Save face by moving to microservices - End up with a distributed monolith 💩 Smart way: -…


.'Codér.' сделал(а) репост

𝗧𝗵𝗲 𝗗𝗼𝗺𝗮𝗶𝗻 𝗹𝗮𝘆𝗲𝗿 𝗳𝗼𝗹𝗱𝗲𝗿 𝘀𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗲 𝘀𝗵𝗼𝘂𝗹𝗱 𝗲𝘅𝗽𝗿𝗲𝘀𝘀 𝗶𝗻𝘁𝗲𝗻𝘁. I didn't understand this a few years ago. The Domain sits at the core of Clean Architecture. It's where you define your entities and the most important business logic. So,…

mjovanovictech's tweet image. 𝗧𝗵𝗲 𝗗𝗼𝗺𝗮𝗶𝗻 𝗹𝗮𝘆𝗲𝗿 𝗳𝗼𝗹𝗱𝗲𝗿 𝘀𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗲 𝘀𝗵𝗼𝘂𝗹𝗱 𝗲𝘅𝗽𝗿𝗲𝘀𝘀 𝗶𝗻𝘁𝗲𝗻𝘁.

I didn't understand this a few years ago.

The Domain sits at the core of Clean Architecture.

It's where you define your entities and the most important business logic.

So,…
mjovanovictech's tweet image. 𝗧𝗵𝗲 𝗗𝗼𝗺𝗮𝗶𝗻 𝗹𝗮𝘆𝗲𝗿 𝗳𝗼𝗹𝗱𝗲𝗿 𝘀𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗲 𝘀𝗵𝗼𝘂𝗹𝗱 𝗲𝘅𝗽𝗿𝗲𝘀𝘀 𝗶𝗻𝘁𝗲𝗻𝘁.

I didn't understand this a few years ago.

The Domain sits at the core of Clean Architecture.

It's where you define your entities and the most important business logic.

So,…
mjovanovictech's tweet image. 𝗧𝗵𝗲 𝗗𝗼𝗺𝗮𝗶𝗻 𝗹𝗮𝘆𝗲𝗿 𝗳𝗼𝗹𝗱𝗲𝗿 𝘀𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗲 𝘀𝗵𝗼𝘂𝗹𝗱 𝗲𝘅𝗽𝗿𝗲𝘀𝘀 𝗶𝗻𝘁𝗲𝗻𝘁.

I didn't understand this a few years ago.

The Domain sits at the core of Clean Architecture.

It's where you define your entities and the most important business logic.

So,…

.'Codér.' сделал(а) репост

How to implement Singleton class lazy loaded in C#? Create a sealed class, with a private constructor and with a public instance that returns lazily instantiated members. 𝗪𝗵𝘆 𝘀𝗲𝗮𝗹𝗲𝗱 - We want only one instance of our class - No class should be able to inherit from this…

mwaseemzakir's tweet image. How to implement Singleton class lazy loaded in C#?

Create a sealed class, with a private constructor and with a public instance that returns lazily instantiated members.

𝗪𝗵𝘆 𝘀𝗲𝗮𝗹𝗲𝗱
- We want only one instance of our class
- No class should be able to inherit from this…

.'Codér.' сделал(а) репост

Preparing for System Design Interviews? These are the best System design resources I have found so far. A thread 🧵

javinpaul's tweet image. Preparing for System Design Interviews?

These are the best System design resources  I have found so far.

A thread 🧵

.'Codér.' сделал(а) репост

Top AI writing tools: 1. Chat GPT 2. Jasper 3. Writesonic 4. Rytr 5. Sudowrite 6. Surfer SEO 7. Copy AI 8. Peppertype 9. QuillBot 10. Grammarly 11. ProWritingAid 12. Anyword 13. Scalenut 14. INK For All 15. Lyne 16. Friday AI Tell us your favorite!


.'Codér.' сделал(а) репост

Top 10 System Design Concepts ➡️Load balancers ➡️APIs ➡️Caches ➡️Databases ➡️Network Protocols ➡️Message queues ➡️CDNs ➡️High-level details about ML and Big data ➡️CAP Theorem ➡️Monitoring and analytics read - bit.ly/3pzJCJh

javinpaul's tweet image. Top 10 System Design Concepts 
    ➡️Load balancers
    ➡️APIs
    ➡️Caches
    ➡️Databases
    ➡️Network Protocols
    ➡️Message queues
    ➡️CDNs
    ➡️High-level details about ML and Big data
    ➡️CAP Theorem
    ➡️Monitoring and analytics
read - bit.ly/3pzJCJh

.'Codér.' сделал(а) репост

"aha, hmm, ok" Google Soundstorm is scarily good Human-like audio Multiple speakers Long dialogues Voice cloning 100x faster 🔊 Listen to the sample below They plan to release it to the public like ChatGPT Prediction for uses when it's out: ⤍ YouTube Automation 2.0 ⤍ Sell…


.'Codér.' сделал(а) репост

8 tips for writing clean code: - Early return principle - Merge if statements - Use LINQ for conciseness - Bool expression -> Method - Prefer custom exceptions - Magic number -> Constant - Magic string -> Enum - Use result objects

mjovanovictech's tweet image. 8 tips for writing clean code:
- Early return principle
- Merge if statements
- Use LINQ for conciseness
- Bool expression -> Method
- Prefer custom exceptions
- Magic number -> Constant
- Magic string -> Enum
- Use result objects

.'Codér.' сделал(а) репост

React Developer Roadmap: Become a React Expert ☞ morioh.com/p/ae6cf3f24b75… #react #reactjs #webdev

javascript_fan's tweet image. React Developer Roadmap: Become a React Expert
☞ morioh.com/p/ae6cf3f24b75…

#react #reactjs #webdev

.'Codér.' сделал(а) репост

Top 3 ways to center a div using CSS (Save it) 👇

iam_chonchol's tweet image. Top 3 ways to center a div using CSS (Save it) 👇

Loading...

Something went wrong.


Something went wrong.