Basil Ajithpyfy.hashnode.dev·4 hours agoLearn Nim - Part 3 of n | Install Nim on your computer.Read part 2 here. If you read the previous article, you should know that I don't care much about what you mean by the word computer. However, it's hard to explain that each time. So, let me be specific. From now on, when I say computer I mean your de...DiscussNim
Basil Ajithpyfy.hashnode.dev·Dec 1, 2023Learn Nim - Part 2 of n | What are computers?Read part 1 here. Growing up, a computer meant this for me: By Thomas Schanz - Own work, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=31052634 Now, "computers" are in a lot of things and in a lot of places. Two good examples are pho...DiscussNim
Elucian MoiseforProgramming Languagessagecode.hashnode.dev·Nov 27, 2023Ada: OverviewIntroduction Ada is a structured, statically typed, imperative, wide-spectrum, and object-oriented high-level computer programming language originally designed for embedded and real-time systems. Some key points about Ada: Ada was developed by the U...DiscussAda LanguageADA
kapil Gargkapilg.hashnode.dev·Nov 27, 2023About map-reduceMap reduce is a programming model and a set of APIs . It is used to process large amounts of data to produce aggregated results. It makes use of two kinds of functions - map function which produces a key-value pair reduce function which takes a key...Discussprogramming
Sirisha Challagirisirishachallagiri.hashnode.dev·Nov 23, 20231662. Check If Two String Arrays are EquivalentGiven two string arrays word1 and word2, return true if the two arrays represent the same string, and false otherwise. A string is represented by an array if the array elements concatenated in order forms the string. Example 1: Input: word1 = ["ab", ...DiscussCode With Sirileetcode-solution
Deon SlabbertProbecomingaprogrammer.blog·Nov 21, 2023The Applications We Are Going to BuildI know I said in the previous article that it was the last article before we started learning about Database Design Fundamentals. But, I thought it may be wise to tell you about the apps we are going to build. But, as Murphy said, "Before you can do ...DiscussThe Big PictureApplications
Deon SlabbertProbecomingaprogrammer.blog·Nov 20, 2023A Day in the Life of a ProgrammerCasey Patton said that "Programming is thinking, not typing." Although programming is about building apps, there is a mental (the thinking) and physical (the doing) dimension. The mental side of things is involved with specifications, systems analysi...Discuss·34 readsThe Big Pictureprogramming
Deon SlabbertProbecomingaprogrammer.blog·Nov 20, 2023The 5 Architectural Layers of Information SystemsYour typical Enterprise Information System has at least five architectural layers. Before we discuss these layers, let's look at a real-world use case that we are all familiar with; transferring money from one account to another using your mobile dev...DiscussThe Big PictureLayer
Ethanethan91.hashnode.dev·Nov 18, 2023Streaming Your Screen Using GStreamer C++Introduction Hello! 😎 In this tutorial we will be using C++ for screen capturing and streaming via RTMP! This tutorial will provide a pratical example capturing your computer screen and streaming it to an RTMP server using GStreamer and C++. Settin...DiscussC++
Deshawn (Marquis) Williamsmarquisthecoder.hashnode.dev·Nov 15, 2023Effective learning & implementation with ADHDFirst off I want to preface this article by saying that I'm not a doctor or a neuroscientist I'm just a person who's had to come up with methods of operating that worked with my own symptoms of ADHD. I break down how I'm currently studying and workin...Discussprogramming