Programming

Recommended Tags: Programming, Coding, Developer, Web Development. Just one is enough!


JavaScript Kata #41: Sentence Smash

30 Sep 2022 2 minute read 0 comments YayoDrayber

If you missed the introductory post, it's here. For a list of previously solved katas, please refer to the bottom of this page. If this is your first time seeing my post, please note - these katas are probably randomly assigned per user so please don...

How to use GetBlock Binance Smart Chain (BNB) nodes?

28 Sep 2022 1 minute read 0 comments GetBlock

BNB Chain — formerly known as Binance Smart Chain — is Binance's proprietary industry-leading network. BSC nodes are typically hosted through providers, such as GetBlock, to provide up-to-date services to users. In this article, we will discuss how G...

[Bash] Returning from functions performatically

28 Sep 2022 1 minute read 0 comments rafaeldomi

So, once a while I posted some shell script tips. Now, let's see a little more, this time about functions and returning values. First, the basics Creating a function in bash is as simple like this: #!/bin/bash fnc_name() { echo "Inside the function...

JavaScript Kata #40: Factorial Factory

25 Sep 2022 3 minute read 0 comments YayoDrayber

If you missed the introductory post, it's here. For a list of previously solved katas, please refer to the bottom of this page. If this is your first time seeing my post, please note - these katas are probably randomly assigned per user so please don...

C Kata - Find the smallest integer in the array

23 Sep 2022 1 minute read 0 comments Lochard

Learning from YayoDrayber, I am sharing my CodeWars Kata.   DESCRIPTION: Given an array of integers your solution should find the smallest integer.   For example: Given `[34, 15, 88, 2]` your solution will return `2` Given `[34, -345, -1, 100]` your...

JavaScript Kata #39: Equal Sides Of An Array

22 Sep 2022 5 minute read 0 comments YayoDrayber

If you missed the introductory post, it's here. For a list of previously solved katas, please refer to the bottom of this page. If this is your first time seeing my post, please note - these katas are probably randomly assigned per user so please don...

C++ Kata - Reversed Strings

21 Sep 2022 1 minute read 0 comments Lochard

Learning from YayoDrayber, I am sharing my CodeWars Kata which could also be a reference for myself in the future.   This is the same as the last Kata but in C++. I switch to C++ because Publish0x doesn't have highlight for Rust.   DESCRIPTION: Comp...

C# (C Sharp) Essentials for Impatient Java Developers: The Basics

21 Sep 2022 7 minute read 0 comments Great White Snark

One of the problems that I have with a lot of books that purport to teach any given programming language is that they also try to teach programming concepts in the process. Once I've learned them the first time, I've learned them. I don't need to hav...

Graduating the Freshman @LearnWeb3DAO Course

20 Sep 2022 1 minute read 2 comments Hamminy

Completing the Freshman course in the Learn Web3 DAO was a personal breakthrough. I've wanted to be a coder for a long time, but I made excuses that I had to find the perfect time. I got some new energy somehow and just woke up one day like fuckit. T...

JavaScript Kata #38: Highest and Lowest

20 Sep 2022 2 minute read 0 comments YayoDrayber

If you missed the introductory post, it's here. For a list of previously solved katas, please refer to the bottom of this page. If this is your first time seeing my post, please note - these katas are probably randomly assigned per user so please don...