Programming

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


Seven Things a Cyber-Security Enthusiast Should Know

27 May 2022 3 minute read 3 comments Scofield

This post was originally published on Hackmamba Cyber security knowledge is fantastic to acquire and largely sort after. Many have gotten inspiration from most Hollywood movies which are knavery of truth and pure fiction. Movies have sold many enthus...

How To Use Common Sense, HTML, CSS, and JS. To Make An Analogue Clock

26 May 2022 6 minute read 0 comments Scofield

HTML is the building block language, CSS is the styling language, and JS is the functioning language. We take this step by step.   First a storyline, I started writing codes without structure as I just wanted to see the result, it did not matter how...

Relatable GameDev Adventure: "Procrastination Simulator GB" 0.1 (Devlog)

23 May 2022 1 minute read 2 comments ahmadmanga

Do you want to feel happy about your Game Development habits? By watching someone worse than you doing the job? That's not what this game is. Procrastination Simulator is just an accurate representation of all indie developers out there. The GB versi...

Boot Camp Week 15, Technical Recap

22 May 2022 4 minute read 0 comments Mike Bivens

In the penultimate week of the Dojo experience, I wrapped up two projects this week so that’s very relieving. I can focus on wrapping up the others this week and get started on more ASAP and committed to a heavy load of web3 learnings (check out my s...

Top Cryptocurrency Services for Web Developers in 2022

16 May 2022 3 minute read 0 comments GetBlock

Here are some most important infrastructure and software services for blockchain developers and dApps owners The technological decentralized Web 3.0 Internet, the development of which we are witnessing today, consists of numerous components and servi...

Boot Camp Week 14, Technical Recap

15 May 2022 4 minute read 0 comments Mike Bivens

Another week down, 2 to go. This is the technical recap, if you want the non-technical then check this out. This last week posed much less time and energy constraints from outside influences, meaning less stress and more focus on coding. Which is why...

Sorting Algorithms 1

11 May 2022 1 minute read 0 comments Cooldudue

Hello everyone Before I dive deep into the theory of sorting algorithms, I thought it would be a fun exercise to create my own algorithms and see how they compare to those I will learn about. The algorithm I have prepared today simply compares the on...

Counting how many times a word appears in a sentence

10 May 2022 1 minute read 0 comments Cooldudue

Hello everyone This is a question I got in a coding interview and while I know how to solve it in python, Java is a different beast.  My approach was to split the sentence into an array of words and then check how many times a word appears in the arr...

Learning Python update #4 - the break to have a baby!

10 May 2022 1 minute read 0 comments dotMatrix

Sometimes Life Happens!   Welcoming my second child into the world meant that I couldn't get as much coding time as I would have hoped for.  She arrived into the world in a straightforward way, but we then had a difficult couple of weeks whilst she u...

The most wanted primes + bonus prime

9 May 2022 1 minute read 0 comments Cooldudue

Hello everyone I recently watched a Numberphile video where Neil shows an interesting sequence of numbers. In the end, I felt a bit empty since a prime number of this kind should exist but unfortunately, we have not been able to find one for the last...