Computer Science and Programming
155K subscribers
492 photos
32 videos
37 files
786 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
CSS One-Liners to Improve (Almost) Every Project

This guide provides a series of CSS one-liners aimed at enhancing the appearance and readability of web content. Key tips include limiting content width, increasing text size and line height, making images responsive, and improving table readability. Additionally, the guide offers solutions for balanced heading wrapping, matching form control colors to page styles, and reducing animations based on user preferences.


πŸ”— https://dev.to/alvaromontoro/css-one-liners-to-improve-almost-every-project-18m
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘30
12+ Things I Regret Not Knowing Earlier About Python Lists

Learn various useful techniques to handle Python lists effectively. Discover the power of the * operator for combining and unpacking lists, the difference between .sort() and sorted(), and advanced methods like list comprehensions, .insert(), and .extend(). Understand the distinct advantages and limitations of tuples compared to lists.


πŸ”— https://zlliu.medium.com/12-things-i-regret-not-knowing-earlier-about-python-lists-a71dd8a435e2
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘37
The Only 8 Fonts You Will Ever Need

Typography has evolved significantly, offering an extensive array of typefaces. Despite the abundance, eight fonts have stood out for their unique characteristics: Garamond, Bodoni, Baskerville, Times New Roman, Century Expanded, Futura, Helvetica, and Inter. Each font brings its own historical significance and design ethos, from classics like Garamond and Baskerville that improve readability, to modern fonts like Inter designed for digital interfaces. These fonts are essential tools for any designer, adaptable to various projects from traditional print to contemporary digital design.


πŸ”— https://uxplanet.org/the-only-8-fonts-you-will-ever-need-eb4e4088cb16
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘31❀3πŸ‘Ž2
How to Get Started With Cybersecurity

Cybersecurity is a vital field that involves protecting individuals and their data on the internet. To start a career in cybersecurity, one must understand basic concepts, research various career paths, choose a specialized field, gain practical knowledge, and network within the community. The post provides a step-by-step guide to becoming a cybersecurity professional, including resources and additional tips to enhance learning and career progression.


πŸ”— https://www.freecodecamp.org/news/getting-started-in-cybersecurity
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘45❀1
This media is not supported in your browser
VIEW IN TELEGRAM
I Built an Event Scheduler in NodeJs using Google Calendar API πŸš€

The post guides you through building an event scheduler in Node.js that integrates with Google Calendar API. It covers setting up a Node.js project, configuring environment variables, creating an Express server, and using OAuth 2.0 for authentication. Additionally, it explains how to schedule events, add Google Meet links, and notify attendees via email.


πŸ”— https://dev.to/arindam_1729/i-built-an-event-scheduler-in-nodejs-using-google-calendar-api-4c5b
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘30πŸ‘Ž2
Data Structures : That Power Your Database Part - 1

πŸ”— https://betterengineers.substack.com/p/data-structures-that-power-your-database
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘30
πŸ“• 6 books engineers should read

This post lists six essential books for
engineers, emphasizing the depth and practical insights books provide compared to other mediums. Two recommended books are suitable for all experience levels: 'The Pragmatic Programmer' and Dale Carnegie's book on winning over colleagues. For senior engineers, four additional books are suggested to enhance leadership, responsibility, and decision-making skills: 'Extreme Ownership', 'The Phoenix Project', 'Software Engineering at Google', and 'Thinking in Bets'. Readers are encouraged to delve deeper into these books for a comprehensive understanding.


πŸ”— https://swizec.com/blog/6-books-engineers-should-read/
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘32❀1
JavaScript design patterns guide

Developers use design patterns as reusable solutions to common problems. This guide demonstrates several JavaScript design patterns, including creational (factory and builder), structural (adapter and decorator), and behavioral (chain of responsibility and strategy) patterns. Each pattern is illustrated with practical code examples to aid understanding.


πŸ”— https://blog.logrocket.com/javascript-design-patterns-guide
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘31
Tracking supermarket prices with playwright

πŸ”— https://www.sakisv.net/2024/08/tracking-supermarket-prices-playwright/
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘8
πŸ‘5πŸ‘Ž1
⌨ The best reseller: BetPicks

+60 tipsters (the best in the word) +6 bots (portfolio value +5000€)

We accept 100 users for free:

πŸ‘‰ https://t.me/+Z7hMrzH_dfdlMTI0

Join now and earn money like the professionals πŸ’₯
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘Ž18πŸ‘7❀1
A New Coding Paradigm: Declarative Domain Programming

πŸ”— https://medium.com/codex/a-new-coding-paradigm-declarative-domain-programming-cad35a3128fd
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘17πŸ‘Ž1
Thanks, Arc Browser! Latest Vulnerability Exposes Just How Inefficient Row-Level Security (RLS) Is

πŸ”— https://www.permit.io/blog/rls-is-not-enough
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘12
Winamp finally open sources their code, under license preventing forking and source/binary distribution

πŸ™ https://github.com/WinampDesktop/winamp
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘Ž29πŸ‘8
πŸ‘3❀1
The biggest #crypto bull run is coming.

Do you want to go from $1,000 to $100,000?

Join the community where smart moves make big gains πŸ‘‡β€΅οΈ
https://t.me/+FWTT67KcqUg0YmVi
πŸ‘Ž28πŸ‘10
How to write declarative TypeScript Code?

Declarative programming in TypeScript focuses on defining the desired outcome rather than the specific steps to achieve it. Unlike imperative programming, which details every step and state change, declarative programming relies on abstractions to handle these complexities. An illustrative comparison is made using the example of filtering even numbers from an array, highlighting key differences in control flow, state management, and code focus.


πŸ”— https://typescript.tv/hands-on/how-to-write-declarative-typescript-code
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘16πŸ‘Ž1
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘25
React Mindset: How New React Developers Should Think

React, a prominent JavaScript library for building user interfaces, enhances front-end development through reusable components and efficient UI management. New developers should adopt key principles such as thinking in components, embracing declarative programming, understanding state and props, prioritizing composition over inheritance, managing unidirectional data flow, mastering JSX, using hooks, and testing/debugging early to create modular, scalable, and maintainable applications.


πŸ”— https://dev.to/ymir/react-mindset-how-new-react-developers-should-think-2cap
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘25❀1