computer_science_and_programming | Unsorted

Telegram-канал computer_science_and_programming - Computer Science and Programming

158177

Channel specialized for advanced topics of: * Artificial intelligence, * Machine Learning, * Deep Learning, * Computer Vision, * Data Science * Python For Ads: @otchebuch & @cobbl, https://telega.io/c/computer_science_and_programming

Subscribe to a channel

Computer Science and Programming

When To Use the ?? And ||

TLDR The ?? (nullish coalescing) and || (logical OR) operators in JavaScript provide default values when the left-hand side expression is not provided. The ?? operator only checks for null and undefined, allowing other falsy values like 0, false, or an empty string to remain. The || operator checks for all falsy values. The ?? operator is particularly useful for APIs, optional parameters, or dynamic data that may not always be defined.


🔗 https://dorendev.hashnode.dev/when-to-use-the-and-in-javascript

Читать полностью…

Computer Science and Programming

Code breaks. We break coders.

If you’ve ever debugged for hours just to find a missing semicolon, this channel is for you. Programming Memes, pure and simple. No productivity tips. No AI doomsday talk. Just the daily pain and laughs of being a developer.

Follow now. You deserve it ⬇️

@memes_programming
@memes_programming
@memes_programming

Читать полностью…

Computer Science and Programming

‼️ 👉 This channel contains the best money making loopholes you didn't know about!

Are you ready to learn and work from anywhere in the world? Then 👇

Take the free training right now and start earning! 👇
/channel/+ROtimhimAElhMzIy

Читать полностью…

Computer Science and Programming

How to Build a Local RAG with DeepSeek-R1, LangChain, and Ollama (Step-by-Step Guide)

TLDR Learn how to build a local Retrieval-Augmented Generation (RAG) system using DeepSeek-R1, LangChain, and Ollama. This guide details the installation, setup, and deployment of a RAG pipeline that processes PDFs locally, ensuring data privacy, cost efficiency, and customizability. The solution utilizes ChromaDB for document retrieval and Streamlit for a user-friendly interface.


🔗 https://blog.gopenai.com/how-to-build-a-privacy-first-rag-using-deepseek-r1-langchain-and-ollama-c5133a8514dd

Читать полностью…

Computer Science and Programming

5 VS Code extensions you should start using today

TLDR Discover five VS Code extensions that can replace standalone development tools, reducing resource usage and context switching. The highlighted extensions include Thunder Client for API development, BlackBox AI as an AI coding assistant, Time Master for time tracking, Dendron for knowledge management, and GitDoc for automatic code saving. These tools streamline your workflow by integrating essential functionalities directly into VS Code, though it's essential to consider feature requirements, team compatibility, and potential performance impacts.


🔗 https://appwrite.io/blog/post/5-vs-code-extensions-that-replace-entire-dev-tools

Читать полностью…

Computer Science and Programming

4531 UI elements: CSS & Tailwind

🔗 https://uiverse.io/elements

Читать полностью…

Computer Science and Programming

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

Читать полностью…

Computer Science and Programming

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

Читать полностью…

Computer Science and Programming

@memes_programming

Читать полностью…

Computer Science and Programming

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

Читать полностью…

Computer Science and Programming

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

Читать полностью…

Computer Science and Programming

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

Читать полностью…

Computer Science and Programming

@memes_programming

Читать полностью…

Computer Science and Programming

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

Читать полностью…

Computer Science and Programming

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/

Читать полностью…

Computer Science and Programming

#promo

💵 Want to discover an extra income that will allow you to fulfill a dream in a few months?

✔️ Our Telegram channel will tell you about cryptocurrency and how to make money with it. Now is the best time to start!

Just subscribe and follow the posts! Don't miss your opportunity 👇
/channel/+yY1TzomRXVo5ODc0

Читать полностью…

Computer Science and Programming

Programming Language and their creator

Читать полностью…

Computer Science and Programming

The Real-Time Communication Library for Python

Key Features:

🗣 Automatic Voice Detection and Turn Taking built-in, only worry about the logic for responding to the user.

💻 Automatic UI - Use the .ui.launch() method to launch the webRTC-enabled built-in Gradio UI.

🔌 Automatic WebRTC Support - Use the .mount(app) method to mount the stream on a FastAPI app and get a webRTC endpoint for your own frontend!

⚡️ Websocket Support - Use the .mount(app) method to mount the stream on a FastAPI app and get a websocket endpoint for your own frontend!

📞 Automatic Telephone Support - Use the fastphone() method of the stream to launch the application and get a free temporary phone number!

🤖 Completely customizable backend - A Stream can easily be mounted on a FastAPI app so you can easily extend it to fit your production application. See the Talk To Claude demo for an example on how to serve a custom JS frontend.


💻 https://github.com/freddyaboulton/fastrtc

Читать полностью…

Computer Science and Programming

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

Читать полностью…

Computer Science and Programming

@memes_programming

Читать полностью…

Computer Science and Programming

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

Читать полностью…

Computer Science and Programming

Orca Slicer is an open source slicer for FDM printers

💻 https://github.com/SoftFever/OrcaSlicer

Читать полностью…

Computer Science and Programming

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

Читать полностью…

Computer Science and Programming

A toolkit for training language models to work with PDF documents in the wild

💻 https://github.com/allenai/olmocr

Читать полностью…

Computer Science and Programming

7 Design Patterns EVERY Developer Should Know

Читать полностью…

Computer Science and Programming

How To Become Obsessed With Programming

Читать полностью…

Computer Science and Programming

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/

Читать полностью…

Computer Science and Programming

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

Читать полностью…

Computer Science and Programming

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

Читать полностью…

Computer Science and Programming

Tech, code, and endless laughs! 😂

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

@memes_programming

Читать полностью…
Subscribe to a channel