Programming

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


ETH - Shadow Fork Success Finally Confirmed, Prices Respond Positively

10 Sep 2022 2 minute read 0 comments CryptoJD

Ethereum's developers have confirmed the successful completion of the prerequisites - shadow forks - required for the highly anticipated blockchain upgrade, The Merge. This upgrade will enable Ethereum to move from its current proof-of-work (PoW) con...

JavaScript Kata #29: Count by X

10 Sep 2022 1 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...

JavaScript Kata #28: Invert values

9 Sep 2022 1 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...

What is Coding ?

8 Sep 2022 3 minute read 0 comments Aditya Madhok

When we ask about Coding to any non-tech guy or a complete beginner to a coding, he or she will define coding as something hard as engineering usually when it is not that thing. To Non-coders, you might be surprised, that it is as easiest than engi...

Turn a blind eye or it'll suck. Wait, it sucks anyway.

8 Sep 2022 1 minute read 0 comments Lochard

8 Sep, 2022My roommate wanted to give me a pair of glasses. I was like, what? Are we supposed to have the same (level of) sight problem? I wanted to spend my time here studying. But my mind is troubled and there has been barely any progress. Some peo...

JavaScript Kata #27: Remove String Spaces

8 Sep 2022 1 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...

What’s The Problem With Cross-Chain Bridges? Is There A Solution?

7 Sep 2022 4 minute read 0 comments Moses On-Chain

All About Blockchain Bridges What Are Blockchain Bridges? As a refresher, blockchain bridges are a technology platform, channel, route, or medium that connects two blockchain ecosystems with the purpose of allowing the two sides to communicate infor...

JavaScript Kata #26: Beginner Series #1 School Paperwork

6 Sep 2022 1 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 Panel data python – An easy introduction

6 Sep 2022 1 minute read 0 comments Dspyt

In this video we discuss panel data python as well as panel data regression. Panel data (or longitudinal data) comprises time-series for each cross-sectional unit in a data set. In other words, in a panel data we take into account the same cross-sect...

Perl - Math

5 Sep 2022 3 minute read 0 comments lingy

One of the most important things in any programming language is its support for mathematical operations. With Perl it's no different: the language supports most of the mathematical operations you'll need in your academic and professional life, and I...