Computer Science and Programming
155K subscribers
483 photos
32 videos
37 files
776 links
Channel specialized for advanced topics of:
* Artificial intelligence,
* Machine Learning,
* Deep Learning,
* Computer Vision,
* Data Science
* Python

Admin: @otchebuch

Memes: @memes_programming

Ads: @Source_Ads,
https://telega.io/c/computer_science
Download Telegram
Clean Architecture on Frontend

TLDR The Clean Architecture is a way of separating responsibilities and parts of functionality according to their proximity to the application domain. It is often referred to as a three-layer architecture, because the functionality in it is divided into layers. In this post we'll talk about what the clean architecture is in general and get familiar with such concepts as domain, use case and application layers. Then we'll discuss how this applies to the frontend and whether it's worth it at all.


πŸ”— https://dev.to/bespoyasov/clean-architecture-on-frontend-4311
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘15❀7
Tech, code, and endless laughs! πŸ˜‚

Join for the best programming memes and dev humor. Because coding should be fun!

@memes_programming
😁52πŸ‘20❀4
Modern Web App Design Patterns

TLDR Design patterns are descriptive, not prescriptive. They can guide you when facing a problem other developers have encountered many times before. They are not a blunt tool for jamming into every scenario. Patterns.dev aims to be a catalog of patterns (for increasing awareness) rather than a checklist (what you must do)


πŸ”— https://www.patterns.dev/
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘12❀7πŸ”₯2
Are LLMs making StackOverflow irrelevant?

TLDR The volume of questions on StackOverflow has significantly declined since the release of ChatGPT in November 2022. This trend, which began before the pandemic, highlights how LLMs (large language models) provide quicker and more effective solutions for developers. Criticism of StackOverflow's moderation policies has also contributed to the downturn. The decrease in questions may lead to outdated content and a vicious cycle of reduced search engine traffic. StackOverflow's situation underscores the disruptive impact of GenAI on stable businesses. The future of coding Q&A data for LLMs remains uncertain.


πŸ”— https://blog.pragmaticengineer.com/are-llms-making-stackoverflow-irrelevant
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘23❀8πŸ‘¨β€πŸ’»7😁2
Paperless-ngx

Paperless-ngx is a document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper.

Paperless-ngx is the official successor to the original Paperless & Paperless-ng projects and is designed to distribute the responsibility of advancing and supporting the project among a team of people.


πŸ’» https://github.com/paperless-ngx/paperless-ngx
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘17πŸ‘¨β€πŸ’»2❀1
How I am Moving Away From Google's Ecosystem

TLDR The post discusses the author's decision to move away from Google's ecosystem due to privacy concerns, the desire to explore innovative alternatives, and support for open source solutions. It outlines various Google services and suggests alternatives like ProtonMail for email, DuckDuckGo for search, and Jitsi Meet for video conferencing. Replacing Google's document suite, photos, videos, and maps is noted as more challenging.


πŸ”— https://itsfoss.com/leaving-google-ecosystem
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘27❀10πŸ‘¨β€πŸ’»3πŸ”₯2
Forwarded from programming memes
😁62πŸ‘7❀3πŸ”₯3
Unocss Engine facilitates the creation of fast, modern, and lightweight UI components with high-quality presets for Vue 3 projects. It includes built-in theming support, customizable options, and auto dark mode based on the user's color scheme preferences.

πŸ”— https://unaui.com/
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘18❀3
WebSocket vs Socket.IO: Real-Time Communication Guide

TLDR Modern web applications rely on real-time data exchange for seamless user experiences. WebSocket and Socket.IO provide persistent, bidirectional communication channels, essential for functionalities such as chat systems, push notifications, and multiplayer games. While WebSocket offers minimal latency and efficient data transfer, Socket.IO enhances WebSocket with auto-reconnection and fallback mechanisms, making it ideal for applications requiring high reliability and real-time updates.


πŸ”— https://jsdev.space/websocket-socketio
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘17❀15😁1
This media is not supported in your browser
VIEW IN TELEGRAM
Documenso: The Open Source DocuSign Alternative

Signing documents digitally should be fast and easy and should be the best practice for every document signed worldwide. This is technically quite easy today, but it also introduces a new party to every signature: The signing tool providers. While this is not a problem in itself, it should make us think about how we want these providers of trust to work. Documenso aims to be the world's most trusted document-signing tool. This trust is built by empowering you to self-host Documenso and review how it works under the hood.


πŸ’» https://github.com/documenso/documenso
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘14❀6
Top 10 Clean Code Rules

TLDR Guidance for writing clean code includes no code comments, deleting dead code, unit testing boundaries, using positive conditionals, adhering to standard guidelines, consistent naming, avoiding complexity, using exceptions instead of return codes, keeping methods small, and applying the Boy Scout rule to always leave the code cleaner than you found it.


πŸ”— https://blog.stackademic.com/top-10-clean-code-rules-831fb34caff7
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘23❀4
A toolkit for training language models to work with PDF documents in the wild

πŸ’» https://github.com/allenai/olmocr
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘6❀3
Forwarded from programming memes
πŸ‘37😁12❀4πŸ”₯3
API Design 101: From Basics to Best Practices

TLDR This post provides an in-depth explanation of API design, focusing on the basics and best practices. It covers topics such as CRUD operations, communication protocols, REST, GraphQL, and more.


πŸ”— https://levelup.gitconnected.com/api-design-101-from-basics-to-best-practices-a0261cdf8886
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘17❀6πŸ”₯3
Don't use TypeScript types like this. Use Map Pattern instead

TLDR While working on a real-life project, the author encountered a TypeScript implementation that lacked flexibility. They improved the design using the Map pattern, which reduced redundancy and potential errors by allowing dynamic additions. Further, stricter controls were applied to ensure only predefined reactions can be added. This approach balances flexibility and control, enhancing code maintainability.


πŸ”— https://dev.to/perisicnikola37/dont-use-typescript-types-like-this-use-map-pattern-instead-ki3
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘13❀7
Orca Slicer is an open source slicer for FDM printers

πŸ’» https://github.com/SoftFever/OrcaSlicer
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘10❀4
9️⃣ Stay updated with the latest Apple news, leaks, and updates!

Join @news_apple for exclusive insights and discussions. Don’t miss outβ€”hit follow now!

t.me/news_apple
t.me/news_apple
t.me/news_apple
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘10πŸ‘Ž3πŸ—Ώ1
How to Build an Analytical Dashboard with Next.js

TLDR The post provides a comprehensive guide to building an analytical dashboard using Next.js, Flexmonster, and Highcharts. It includes step-by-step instructions on configuring these tools, creating charts, and setting up a functional user interface. Additionally, it explores real-world survey data on passenger flying etiquette to demonstrate the dashboard's capabilities.


πŸ”— https://www.freecodecamp.org/news/build-an-analytical-dashboard-with-nextjs
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘11❀2