Computer Science and Programming
151K subscribers
633 photos
29 videos
37 files
920 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
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
👍313👎2
Build a Python Website in 15 Minutes With Streamlit

https://youtu.be/2siBrMsqF44
👍42👎4
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
👍452
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👎21
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
👍321
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
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
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
👍161👎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
👍253
Bye Bye, Try-Catch Blocks: Meet JavaScript's Safe Assignment Operator Proposal😉

The proposed Safe Assignment Operator (`?=`) in JavaScript aims to simplify error handling by reducing the need for traditional try-catch blocks. This operator transforms function results into a tuple, improving code readability and consistency across APIs. It also automatically handles errors, enhancing security. Inspired by constructs in languages like Go, Rust, and Swift, it supports integration with Promises and async functions and offers customizable error handling via `Symbol.result`.


🔗 https://dev.to/dharamgfx/bye-bye-try-catch-blocks-meet-javascripts-safe-assignment-operator-proposal-1j7
Please open Telegram to view this post
VIEW IN TELEGRAM
👍353
100 FREE Frontend Challenges

The post offers a set of 100 free frontend challenges aimed at improving web development skills, focusing on HTML & CSS, with opportunities to incorporate JavaScript and other frameworks. Each challenge involves recreating a design to build a working website or web app. The goal is to foster a project-based learning approach, encouraging developers to complete all challenges and enhance their chances of landing a web development job.


🔗 https://dev.to/bigsondev/100-free-frontend-challenges-3f0
Please open Telegram to view this post
VIEW IN TELEGRAM
👍253
How to Deploy a Web App

Deploying a web application can be simplified with the right guidance. Kerollos Magdy, a Microsoft software engineer, presents a comprehensive course on the freeCodeCamp.org YouTube channel. The course covers deploying web applications using services like Azure, Render, and MongoDB Atlas. It provides step-by-step instructions, starting with free options and then delving into Azure. It also includes setting up databases, deploying backend services, and integrating frontends, offering a broad understanding of various deployment environments.


🔗 https://www.freecodecamp.org/news/how-to-deploy-a-web-app
Please open Telegram to view this post
VIEW IN TELEGRAM
👍323
How to Prepare for Coding Interviews in 2024? (with Resources)

In today's competitive job market, preparing for coding interviews requires a systematic approach. Key areas to focus on include Data Structures and Algorithms, High-Level Design (HLD), Low-Level Design (LLD), CS Fundamentals, and Behavioral questions. Utilize resources such as DesignGuru.io, notable books, video channels, and platforms like Leetcode, Codemia, and Pramp for comprehensive preparation. Mock interviews and company-specific preparation are also essential for success.


🔗 https://medium.com/javarevisited/how-to-prepare-for-coding-interviews-in-2024-with-resources-3135861186bf
Please open Telegram to view this post
VIEW IN TELEGRAM
👍292
40 Life Lessons I Know at 40 (That I Wish I Knew at 20)

Discover practical lessons on career, health, and relationships shared by Peter Yang, based on his experiences at 40. Highlights include tips on following your curiosity in your career, prioritizing sleep for health, and building strong relationships by being genuinely curious about others and not keeping score. Additionally, advice is offered on maintaining a healthy diet, the importance of exercise, and seeking a calendar you control to balance various life priorities. Reflect on these insights to navigate a more fulfilling life.


🔗 https://creatoreconomy.so/p/40-life-lessons-i-know-at-40-i-wish-i-knew-at-20
Please open Telegram to view this post
VIEW IN TELEGRAM
👍321