Programming

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


JavaScript Kata #18: Sum of odd numbers

26 Aug 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...

Home Lab NTP Server

25 Aug 2022 3 minute read 0 comments powersjo

How to create your own home lab NTP server? While I’m not an expert on NTP (network time protocol), I decided to create my own NTP server for my home network. This was for multiple reasons: To learn about NTP servers and clients. Take the load of NT...

Imagination Is Unfulfilled Without Mental Strength

24 Aug 2022 1 minute read 0 comments Gboyega Ogunmola Writer

Life is full of ups and downs for everyone. All human beings have an unfulfilled imagination for success and happiness. Many people can't realize why there is bad feeling and unhealthy emotion. All internal states of emotion brings an unexpected sens...

Create a Log-in Page with HTML and CSS

24 Aug 2022 1 minute read 1 comment Scofield

This article will discuss the functionality and languages used to set up a Simple log-in page.   Most social media platforms, bank accounts and other individual sites use this log-in page.    The log-in page creates room for a user’s little details f...

Artificial Intelligence: Part 2: Neural Networks

24 Aug 2022 5 minute read 1 comment Rutkowski

  Artificial Intelligence: Artificial Intelligence is becoming a major part of our lives as technology evolves beyond our wildest imaginations, or is it? We will go through plenty forms of artificial intelligence during the course of this series...

JavaScript Kata #17: Sum of two lowest positive integers

24 Aug 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...

JavaScript Kata #16: String ends with?

23 Aug 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...

Create iSCSI datastore in ESXi

23 Aug 2022 2 minute read 0 comments powersjo

This is how to create an iSCSI datastore in ESXi. In my case, I got a QNAP which allows for iSCSI (Internet Small Computer System Interface) connections to the storage. Briefly, iSCSI is a layer on top of TCP/IP that uses an initiator to connect to a...

Harvest's Newest Farms: August 22th

22 Aug 2022 2 minute read 1 comment Cje95

Harvest has recently finally rolled out the last farms that were announced. These farms were with Notional Finance and were on the Ethereum blockchain. Notional Finance aims to provide DeFi fixed interest rate loans to the blockchain/DeFi space. When...

AWK: a precursor to RegEX

22 Aug 2022 4 minute read 4 comments lingy

The AWK language is a text processing language created for early versions of Unix. You can think of it as the grandfather of RegEx, as you could create simple scripts to search for text on the lines of files you wanted and then filter them. The firs...