Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
Become a Full Stack Web Developer and master the development to create, manage and deploy complete applications (HTML, CSS, introduction to algorithms, JavaScript, NodeJS as the main backend, Python f... more
FAQs about Full Stack Web Developer:How many episodes does Full Stack Web Developer have?The podcast currently has 153 episodes available.
August 03, 2026mini-project - BMI calculationTHEORETICAL RECAP Before diving into this workshop, let's consolidate what you have learned so far. A variable is a named storage location in memory that holds a value which can change during program execution. A constant, by contrast, holds a fixed ......more15minPlay
July 31, 2026Simple calculations with variables**Theoretical Recap** A variable is a named memory slot used to store a value that can change during program execution. It has three key attributes: a name (identifier), a type (integer, real, string, boolean), and a value. When you perform calculati......more15minPlay
July 31, 2026Naming constants and conventionsIn the previous activities, you learned how to declare and assign variables, work with common data types, and write basic arithmetic expressions. You now have a solid foundation for understanding how data is stored and manipulated in an algorithm. In......more15minPlay
July 30, 2026Common data types (integer, real, string, boolean)Every piece of information that a program manipulates must have a type. A data type tells the computer what kind of value is being stored and what operations can be performed on it. Without this concept, a program would not know whether the value 42 ......more15minPlay
July 29, 2026Exchange two values**Theoretical Recap** A variable is a named container that holds a value at a given moment in a program's execution. You have already practiced declaring and assigning variables, as well as performing basic arithmetic expressions. Now, a classic and ......more15minPlay
July 28, 2026Declare and assign variablesTHEORETICAL RECAP A variable is a named container that stores a value in memory during the execution of a program. Think of it as a labeled box: you give it a name, you put something inside, and you can open it, read its content, or replace it at any......more15minPlay
July 28, 2026Basic arithmetic expressionsIn the previous activities, you have explored the fundamentals of algorithms: sequencing, execution flow, pseudocode, variables, and states. You now know how to structure a logical process step by step and store information in variables. The next nat......more15minPlay
July 27, 2026Introduction to variables and statusNow that you have a solid understanding of sequencing, execution flow, pseudo-code, and best practices for writing clean algorithms, it is time to take a crucial step forward: understanding variables and the concept of state. These two notions are at......more15minPlay
July 27, 2026Mini-checkpoint - Make a coffeeTHEORETICAL RECAP An algorithm is a finite, ordered sequence of unambiguous instructions designed to solve a specific problem or accomplish a well-defined task. Three foundational concepts underpin everything you have studied so far: sequence (instru......more15minPlay
July 24, 2026Rewrite a messy algorithmTHEORETICAL RECAP An algorithm is a finite, ordered sequence of unambiguous instructions designed to solve a specific problem. The key word here is 'ordered': each step must follow logically from the previous one, and every instruction must be clear ......more15minPlay
FAQs about Full Stack Web Developer:How many episodes does Full Stack Web Developer have?The podcast currently has 153 episodes available.