Programming

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


Productive Struggle Develops Into Decision

13 Jan 2023 1 minute read 0 comments Gboyega Ogunmola Writer

Decisions become slower during hard times. Harder moments over lacking psychological understanding become a period of uncertainty. Human beings can't remain perfect over life questions. During hard and difficult times, philosophical questions aren't...

Trigger the purpose at 10x

12 Jan 2023 2 minute read 0 comments Amjadwaince

  Purpose, a aim of life , is a role of each individual in society and living. We all have purpose of our existence to whom we should follow and fulfill. Each of us has unique role to play with special characteristics which blessed our lord by nature...

C Kata - Are you playing banjo?

11 Jan 2023 1 minute read 0 comments Lochard

Learning from YayoDrayber, I am sharing my CodeWars DESCRIPTION:Create a function which answers the question "Are you playing banjo?".If your name starts with the letter "R" or lower case "r", you are playing banjo! The function takes a name as its o...

Full Stack Developer's Tool Kit

28 Dec 2022 1 minute read 0 comments The Glitcher

What is a full stack mean? Basically, a web application has 2 components. Frontend(What is visible to users) and backend(Hidden to users). Backend has both the logic and database to store information.  Full stack development means end to end develop...

Moonly weekly progress update #29

27 Dec 2022 1 minute read 0 comments Moonly

Happy holidays everyone, I hope you enjoyed your Christmas feasts and had a good rest! Weekly devs progress: Implemented live-feed-worker Resolve the ESM module issue Implement auto job removal from Bullmq on live-feed producer Separated API from to...

Kivy Python canvas

22 Dec 2022 2 minute read 1 comment Sthappened

Today, we will look at canvas. You can operate with canvas in .py file using with self.canvas:; or in .kv file using canvas:. What is canvas Canvas is a place which contains some objects. For example: Rectangle RoundedRectangle Color Ellipse We'll...

Notes on Cryptography for Dummies (Part 1)

19 Dec 2022 7 minute read 0 comments Great White Snark

I know a little about cryptography and related practices (encryption & decryption, hashing, encoding & decoding). However, my knowledge is limited to how to use certain libraries in certain programming languages (AES in PHP and JavaScript, Bouncy Cas...

Game Development with Various Tools: Possible Future Developments

16 Dec 2022 2 minute read 0 comments Great White Snark

One of the things that I have wanted to do for a long time (since high school, when I saw one of the other students making a simple side-scroller during lunch breaks), either as a hobby or professionally, is game development. It's why I took a two-ye...

Perl - Using conditionals (first part)

15 Dec 2022 2 minute read 0 comments lingy

We finally come to the use of conditionals in Perl (the famous if and else). If conditional The basic if structure is like this: if (condition) { say "The condition is true"; } This code means that, if the expression in the condition is true, the...

Ai adoption

14 Dec 2022 4 minute read 0 comments Stylianos Kampakis

On this article I'm going to discuss the topic of AI adoption. I'm going to talk about a couple of ways which organizations and companies can use in order to adopt AI more easily. More specifically, I'm going to talk about two areas of machine learni...