Dec 28, 2025 · 5 min read · Hi everyone! this is Jimmy , and this is the sixth article in my series “Breaking Things with Go.” In this series, I document my journey through Jon Bodner’s Second Edition: Learning Go – An Idiomatic Approach to Real-World Go Programming and explore...
Join discussion
Jul 10, 2025 · 2 min read · Зачем нам копировать определения, если их можно посмотреть на GitHub или просто даже в том же CLI. В командной строке “исследовать“ или “изучать“ объекты не комфортно, особенно, когда сталкиваешься с ними впервые, ну а в директориях у нас файлы, в ко...
Join discussionJul 9, 2025 · 2 min read · Let’s get real—every surgery has risks. But when people talk about laparoscopy surgery, it’s all sunshine and rainbows. Fast recovery! No scars! Tiny incisions! But what if it doesn’t go as planned? What if there are complications no one warned you a...
Join discussionMay 9, 2025 · 2 min read · Да, попытки выделить её в специальную логику имеют место быть и в разных вариациях (См. революция в логике …). Заметил, что со временем меняются на эту тему даже интерпретации в википедии … А по сути, это импликация, в которой левая часть - не просто...
Join discussionMar 12, 2025 · 1 min read · Пропустил эту пару символов, хотя по алфавиту в списке они рядом, но “лексический параметр“ сразу не сработал по “внешним признакам“, только когда стал смотреть “внутренние потроха“. (case 'any (any1 . prg1) (any2 . prg2) ..) -> any (casq 'any (any1 ...
Join discussionOct 13, 2024 · 4 min read · Control structures are essential components of shell scripting that allow you to control the flow of execution based on certain conditions or to repeat tasks. This blog post will explore conditional statements, loops, and case statements, providing y...
Join discussion
Feb 14, 2024 · 1 min read · Decision Making in Shell Script: Decision making in shell scripting is typically achieved using conditional statements. The most commonly used conditional statements in shell scripting are the if, elif (optional), and else statements. if Statement: T...
Join discussion
Jul 17, 2022 · 2 min read · In JavaScript, there are multiple ways to write conditionals. The first way most new developers get introduced to and get comfortable with is the “if statement”, “else statement” and the “else if” statement. Hi 👋 and welcome to the second part of th...
Join discussion
Jul 12, 2022 · 2 min read · In Javascript, there are multiple ways to write conditionals. The first way most new developers get introduced to and get comfortable with is the “if statement”, “else statement” and the “else if” statement. Hi 👋 and welcome to the first part of th...
Join discussion