Faria Karimfariakarim.hashnode.dev·Oct 31, 2024Exploring Fibonacci Series in Ballerina: Iterative vs. Recursive ApproachesFibonacci Series Using Ballerina: The Fibonacci series is an easy concept in programming, often used to show how recursion works. Each number in the series is the sum of the two numbers before it, starting with 0 and 1. In this blog, we’ll explore ho...fibonacci
IfeanyiChukwu Obisoftdevblogs.hashnode.dev·Apr 30, 2024DAY 8: Head ElementINTRODUCTION: Hello everyone! This is Ify, the medic and newbie techie. I hope you are enjoying the week. To make your day better, I am bringing you newbie programmers some insight on the HEAD ELEMENT. WHAT IS THE HEAD ELEMENT? <head> Element: The <h...1 likeHTML5
Lalit Kaushikdigitalhuts.hashnode.dev·Apr 18, 2024What Is Object-Oriented Programming in Java and Why Is Everyone Talking about It?Object-Oriented Programming (OOP) has emerged as a cornerstone approach to building robust, scalable, and maintainable applications. Java, one of the most popular programming languages, has embraced the principles of OOP, making it a preferred choice...#ObjectOriented
Maria lopazlopazmaria9.hashnode.dev·Mar 1, 2024Mastering Service-oriented Architecture: A Blueprint for Business AgilityHighlights: SOA promotes modularization, allowing businesses to adapt and evolve their systems more efficiently by composing existing services rather than building new ones from scratch. Both SOA and microservices are architectural styles that aim ...Enterprise service bus
Stephan Yustephanyu.hashnode.dev·Feb 27, 2024#3: Ruby vs ElixirThis is the third post from the series of short posts about Elixir. In today's post, I wanted to highlight the differences between Ruby and Elixir. If you've got a background in Ruby programming, you'll quickly spot the striking resemblance in syntax...Elixir
Allen Christanallenchristan.hashnode.dev·Feb 21, 2024Kotlin Updated: Introducing Version 1.9.20 with Enhanced FeaturesKotlin is a modern, concise, and interoperable programming language designed for developers seeking efficiency and productivity. Gaining popularity for its clean syntax and seamless integration with Java, Kotlin is increasingly preferred for Android ...PerformanceBoost
Allen Christanallenchristan.hashnode.dev·Feb 1, 2024Kotlin Programming: Mastering the Basics and BeyondIntroduction kotlin is a statically-typed programming language developed by JetBrains, initially released in 2011. It has gained significant popularity in the programming community due to its concise syntax, enhanced readability, and robust support f...KotlinDeveloper
Tech Earthtechearth.hashnode.dev·Jan 30, 2024Use of Programming Languages in Mobile Phones and App DevelopmentIntroduction The omnipresence of mobile phones in our daily lives is undeniable, and behind their sleek interfaces and powerful functionalities lies the intricate world of programming languages. This article aims to delve into the profound impact of ...programming course
Tachygraph Jerboageometrydashfre.hashnode.dev·Jan 22, 2024Decoding the Rhythm: Coding Geometry Dash – A Digital SymphonyStarting to make a game as famous as Geometry Dash takes more than just imagination—it also takes fluency in the programming language. A symphony of digital inventiveness is hidden behind the geometric obstacles and throbbing beats. Let's explore the...geometrydash
Sahil Sanjay Kadamssk07.hashnode.dev·Jan 3, 2024Zero to FAANG (Day Two)#WeMakeDevs Namaste everyone,I am sahil kadam. Today I learn about programming languages types. There are mainly three types of languages. •first one is procedural --specify a series of well structured steps and procedures to compose a program. -- it...5 likesDSA