Telegram Web Link
net_packages.pdf
31.4 MB
50+ .NET NuGet Packages that you shouldn't miss!

Source
type() func.pdf
56 KB
Creating classes at runtime using "type()" function
A story for devops engineers and lovers of migration processes

Recommend the article on Medium "Application migration from Docker Compose to Kubernetes". The project is a DAM system. Lots of technical details, reasons and conclusions inside.

Part 1
Part 2
15 ways to learn Go:

1. Code: A Tour of Go: https://lnkd.in/eE-PHYXu
2. Read: Learning Go - https://lnkd.in/e6V2cU2H
3. Do: Install Go! - https://go.dev/doc/install
4. Code: @Exercismโ€™s Go Track - https://lnkd.in/eZbEennb
5. Read: The Go Programming Language - https://lnkd.in/eCGc8Wai
6. Build: Use the projects on Coding Challenges to build real-world applications - https://lnkd.in/ebRhtc-C
7. Read: Go by Example - https://gobyexample.com/
8. Code: Do the Gophercises - https://gophercises.com/
9. Read: Effective Go - https://lnkd.in/e_ZtJg9p
10. Study: Programming with Google Go Specialization - https://lnkd.in/e3Tf4zX9
11. Read: An introduction to Programming in Go - https://lnkd.in/eyxbJwMj ideal if youโ€™re also new to programming.
12. Study: Go: The Complete Developer's Guide - https://lnkd.in/eAqcjCr5
13. Read: Efficient Go: Data-Driven Performance Optimization - https://lnkd.in/eVJgiriz
14. Read/Do: Go Developer Roadmap - https://roadmap.sh/golang
15. Read: Letโ€™s Go - https://lnkd.in/epyWKvHj
pywebview is a lightweight cross-platform wrapper around a webview component that allows to display HTML content in its own native GUI window. It gives you power of web technologies in your desktop application, hiding the fact that GUI is browser based. You can use pywebview either with a lightweight web framework like Flask or Bottle or on its own with a two way bridge between Python and DOM.

Build GUI for your Python program with JavaScript, HTML, and CSS

Github
What does API gateway do?

The diagram below shows the detail.

Read More
salary_advices.pdf
14.8 MB
๐–๐ก๐š๐ญ ๐’๐š๐ฅ๐š๐ซ๐ฒ ๐’๐ก๐จ๐ฎ๐ฅ๐ ๐ˆ ๐€๐ฌ๐ค ๐…๐จ๐ซ?

Source
Things you might not know about Next Image

If you've worked with Next.js, it's likely that you've come across Next Image component. This hassle-free image optimization solution not only provides support for modern formats such as webp and avif but also generates multiple versions tailored to different screen sizes.

Read
This media is not supported in your browser
VIEW IN TELEGRAM
What is Kafka?

Originally developed by LinkedIn, Apache Kafka is essentially a distributed ๐ŸŒ, fault-tolerant โšก๏ธ, and highly scalable ๐Ÿ“ˆ messaging system.
React Interview Questions.pdf
1000.1 KB
Top React interview Questions
Deep Knowledge
S - Single Responsibility Principle ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป
Each class/module should have only one reason to change. Keep your code focused on doing just one thing - it leads to easier maintenance and enhances readability. ๐Ÿง

O - Open/Closed Principle ๐ŸŒ๐Ÿ”’
Software entities should be open for extension but closed for modification. Build systems that allow you to add new features without altering existing code. ๐Ÿ› 

L - Liskov Substitution Principle ๐Ÿงฉโœ…
Derived classes should be substitutable for their base classes without affecting the correctness of the program. Ensuring compatibility and consistency in your object-oriented design. ๐Ÿงฌ

I - Interface Segregation Principle ๐Ÿ“ฆ๐Ÿ•น
Clients should not be forced to implement interfaces they don't use.

D - Dependency Inversion Principle ๐Ÿ”„๐Ÿ”—
High-level modules should not depend on low-level ones; both should depend on abstractions. Decouple components and promote better scalability and testability.

Source
Domain-Driven Design (DDD)

DDD was introduced in Eric Evansโ€™ classic book โ€œDomain-Driven Design: Tackling Complexity in the Heart of Softwareโ€. It explained a methodology to model a complex business. There is a lot of content in this book, so I'll summarize the basics.

The composition of domain objects:
- Entity: a domain object that has ID and life cycle.
- Value Object: a domain object without ID. It is used to describe the property of Entity.
- Aggregate: a collection of Entities that are bounded together by Aggregate Root (which is also an entity). It is the unit of storage.

Read More
2024/05/23 21:39:02
Back to Top
HTML Embed Code: