Programming

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


Get the Most Out of Your Worker Development Budget

12 Sep 2023 2 minute read 0 comments VitalyTennant.com

Helping your workers to develop is one of the most valuable things you can do as an employer and as a manager. Regular development helps workers to keep their skills fresh and up-to-date, ensuring they don’t miss out on new technology or changing bes...

The best trick to let AI's write your codes

10 Sep 2023 2 minute read 0 comments Imad Eddine Aris

#development Introduction Hello, I'll be happy to give you an amazing tip to trick AI's such as chatgpt or Poe to give you complete codes of a project in any language. Sometimes you probably don't have any experience to start developing a project but...

Learning about web development / first post [ENG/FR]

9 Sep 2023 6 minute read 0 comments Phanty

    Link to French version --> Cliquez ici pour la Version Française. Why this choice? Well, here we are.For years now, I've wanted to change professions and learn to code for a living. This plan had always been thwarted by various practical as...

How a tester can become a great developer?

6 Sep 2023 2 minute read 0 comments Bala

Today we were having some good discussions in the office with a colleague. It all started when a newly joined colleague asked about testing and wanted to know how testing jobs could be a good stepping stone to becoming a developer. I thought that som...

Etherspot receives a grant from Ethereum Foundation!

6 Sep 2023 1 minute read 1 comment Pillar

We are proud to announce that Etherspot’s team has received a grant from the Ethereum Foundation regarding the advancement of EIP-4337. Account Abstraction (AA) has been one of the most popular topics in the Ethereum community for a long time. A...

How to create web scraper with python ? ( Selenium )

31 Aug 2023 2 minute read 0 comments HackTheGeek

there are many ways to create Web Scraper with python the best way to do that is using selenium . the selenium enables you to open up a browser page with python and do certain tasks like pressing keys or scraping part of the page . the best thing abo...

TIL: Since I have a Hive address, I also have a D.Buzz account

23 Aug 2023 2 minute read 0 comments Great White Snark

TIL: Since I've got a Hive address and wallet (which, frankly, has gone unused for years), I've also got a D.Buzz account about which I previously knew nothing. I guess I've found a Web3 replacement for Twatter, without even meaning to. (I do like Ma...

My First Video Game Concept.

21 Aug 2023 3 minute read 0 comments Lameshark

For a while now, I have been teaching myself Blender, coding and romhacking. My goal was always to create my own videogames and hacks. For years, I have been fascinated with 3d modeling and patching. Even when I was a child playing Super Mario 64, I...

The War on "Make a Good Game, Make Good Money"

19 Aug 2023 3 minute read 0 comments LateToTheParty

Video games have changed quite a lot over the past few decades. Digital distribution, better hardware, and self-publishing are just few of the many advancements the industry has made. However, there are also many people who lament the current state o...

Codewars Kata — Sum of two lowest positive integers

19 Aug 2023 1 minute read 0 comments Lochard

Create a function that returns the sum of the two lowest positive numbers given an array of minimum 4 positive integers. No floats or non-positive integers will be passed.   For example, when an array is passed like [19, 5, 42, 2, 77], the output sho...