IndifferentGhostforWYSIWYG Esotericaindifferentghost.hashnode.net·Oct 5, 2021FeaturedAn Array By Any Other Type2021 is the twentieth anniversary of Douglas Crockford declaring JavaScript as the world's most misunderstood programming language. JavaScript is a complex language, with many follies; however, an under-represented subject in his article is type chec...Pascal Lamers and 1 other are discussing this2 people are discussing thisDiscuss·75 likes·653 readsJavaScript
Hardik kumarforKeploy Students Blogkeploy.hashnode.net·Jul 13, 2022History of APIsThe term "Application Program Interface" first appeared in a paper called Data structures and techniques for remote computer graphics presented at an AFIPS (American Federation of Information Processing Societies) conference in 1968. It was used to d...Discuss·65 likes·316 readshistory
Chris BongersforDaily Dev Tipsdaily-dev-tips.hashnode.net·Jun 14, 2021Linux adding a timestamp to the bash historyIn Linux systems, by default, the history does not include a timestamp, which can be annoying when you want to see when a command was executed to determine an update or some kind. So today, I'll be showing you how to enable timestamps for the bash hi...Discuss·64 likes·328 readsLinux
Nafs AhmadforNafs Ahmadnafs.hashnode.net·Apr 22, 2023Shell, BasicsWhat is the shell? A shell is a program that accepts what a user types (commands) on the command line interface(CLI) and translates those commands into actions to be performed by the operating system. The shell acts as an interpreter that takes human...Discussshell
Sumit KumarforSumit Kumarsunnyp1201.hashnode.net·Apr 21, 2023History of JavaScript and EcmaScript?JavaScript Javascript was invented by Brenden Eich in 1995. It was developed for Netscape and became the ECMA-262 standard in 1997. Initially known as the mocha after sometimes its name LiveScript, Netscape changed the name to javascript so they c...Discuss·10 likesJavaScript
Clark GrayforClark D. Grayclarkgray.hashnode.net·Apr 14, 2023A Brief History of BioprocessingBioprocessing, the use of living organisms or their components to produce valuable products, is a cutting-edge field that has revolutionized industries such as pharmaceuticals, food and beverage, and biofuels. No other species has externally harnesse...Discuss·9 likesBioprocess Technology Market, Bioprocess Technology Market Size, Bioprocess Technology Market Growth
Sean CoughlinforSean Coughlin's Blogscc33.hashnode.net·Apr 10, 2023Demystifying the Cloud: Understanding the Fundamentals and Impact of Cloud ComputingCloud computing has revolutionized how we build, deploy, and maintain software. This technology has shifted paradigms in the software industry, enabling developers to create innovative solutions while leveraging the power of distributed resources. In...DiscussCloud ComputingCloud
Moses SamanthakurthiforDummies learnjadenmaxi.hashnode.net·Apr 6, 2023C Language: The Foundation of System Software and Embedded Systems DevelopmentC language is a general-purpose programming language that was first developed in the early 1970s by Dennis Ritchie at Bell Labs. It is a procedural language that provides low-level access to system memory and hardware components. C is widely used in ...DiscussC
Akash DevforAkash Dev's Blogcoolcoderr.hashnode.net·Apr 4, 2023The Evolution of Computing: From Vacuum Tubes to Microprocessors (Part-2)In my previous blog of this series, we discussed the difference between Computer Organization and Computer Architecture🖥️ and I hope everything was clear to you. Today, in this blog post I'll be sharing a brief history⏳ of computers and how they cam...Discuss·11 likes·40 readsInside the Machine: Exploring Computer Organization and Architecturehistory
Moses SamanthakurthiforDummies learnjadenmaxi.hashnode.net·Apr 4, 2023The Birth of Programming Languages: How Ada Lovelace's Vision Sparked a RevolutionProgramming languages are an integral part of the modern world, powering everything from smartphones to the most complex software systems. However, it all began with the first programming language, which was invented nearly 200 years ago. The earlies...Discusseducation
Aviral SharmaforAviralaviralsharma.hashnode.net·Apr 1, 2023A Layman's Guide to Linux: A Brief HistoryLinux is a free and open-source operating system for computers. It is one of the most prominent examples of free and open-source software. The Linux kernel was originally created as a collaborative project between programmers from around the world wh...DiscussA Layman's Guide to LinuxLinux
Moses SamanthakurthiforDummies learnjadenmaxi.hashnode.net·Mar 30, 2023The Evolution of Programming: A Fascinating History of Computer Software DevelopmentProgramming is the process of designing, writing, testing, and maintaining computer software. It has a rich and fascinating history that dates back to the mid-19th century. In the early days of computing, programmers used machine language, a low-leve...DiscussProgramming Blogs
Moses SamanthakurthiforDummies learnjadenmaxi.hashnode.net·Mar 27, 2023The "Hello, World!" Program: A Brief HistoryIf you're interested in computer programming, chances are you've heard of the "Hello, World!" program. It's a simple program that outputs the message "Hello, World!" to the user. But where did this program come from, and why is it so popular among pr...Discuss·1 like·94 readsHello World