Computer Science
396 Threads
(1/12) Computer Science Fundamentals: APIs How do computer programs communicate with each other? How do developers use the concept of abstraction in practice? How can they effecti...
(1/17) Computer Science Fundamentals: Abstraction @ethereum is an incredibly complicated and difficult topic to even begin to understand... ever wonder how people manage to build...
Data Structures in JavaScript π Linked List and beyond ππ» (Drop π₯ for PDF version) https://t.co/18z8D95QWS
How do we interact with Linux Filesystem via ππ’π₯π πππ¬ππ«π’π©ππ¨π«π¬? https://t.co/WfWlmg1uiX
A lesson some people learn too late: Building a machine learning system is not like building regular software. But unless you've done it before, you'd think it's all pretty much...
tfw floats ruin your knot intervals π https://t.co/MPrQnsqSja
Learn Data Structures & Algorithms for FREE: π§΅
GitHub is a free university. But finding out the right repositories from 128,000,000+ is difficult. Here are 14 repositories web developers cannot miss:
wait is the uniform catmull-rom actually G2 continuous? I haven't seen this documented anywhere but it seems undeniably true in my testing everyone just talks about how they're C...
If you are a self-taught programmer, here are 4 computer science topics you should study to improve your knowledge & skillset π§΅π (With video links to get started)
Every software developer should take the time and go through an "Algorithms Fundamentals" course at least once: β’ Learn to write pseudocode β’ Basic data structures β’ Sorting and...
ππΌ 8 Awesome YouTube Channels for Web Developers You Probably Do Not Follow Yet Thread π§΅π
24+ Linux terminal shortcuts every power Linux user should know π§΅β
β¨ Programming Concepts you Should know Irrespective of the language β¨ https://t.co/Nax5WGdLZU
100+ Interview & Practice Questions β€ Data Structures β€ Algorithms Practice in β C++ β Java β C# β Python β JavaScript or, any language...
assembly theory is a new way to describe the complexity of an object. the "assembly index" of an object is the min. number of sequential steps to build it. im excited about it bc,...
In the Linux command line, the grep command is a powerful tool for searching text within files. Here are 11 examples of grep command usage that every Linux user, sysadmin, and dev...
Skip the $90,000 computer science degree. Dive into 1,000s of the best computer science, math and technical books here. All without costing you a $1:
Linux basics - managing directories(creating & deleting)π§΅β
Many beginner self taught developers miss programming fundamentals taught in University π Here is a curated list of topics that university covers in computer science A Thread π§΅
How do we implement a π§π¨π§-ππ₯π¨ππ€π’π§π queue? What are the differences between blocking and non-blocking algorithms? https://t.co/2P71o3x474
1/n: results: 59.7 % right on: ZK allow to prove statements without revealing secrets. While they may be used in verifiable compute, it's not what defines them. Verifiable compute...
In JavaScript, 1 + "1" β 11 But, 1 - "1" β 0 Here is why π§΅
The Hello World! of machine learning: Classifying handwriting digits. But everyone solves this problem the same way. Here is a different, non-boring approach that you haven't see...