Abu Sayed
Musician | Singer | Lyricist | Composer | Music Producer | Web | Game | XR & Blockchain Developer
Category Archives: Developers Feed
What’s your biggest weak spot as a software program developer?

That is an nameless query despatched in by a member who doesn’t need their identify disclosed. Please be considerate along with your responses, as these are often powerful questions to write down. Electronic mail [email protected] if you would like to go away an nameless remark or if you wish to ask your personal nameless query….
Roman Numeral Converter FCC Resolution

FreeCodeCamp’s JavaScript Algorithms and Data Structures Projects (2 Part Series) 1 Palindrome Checker FCC Solution 2 Roman Numeral Converter FCC Solution JUPITER IS UPON US Who knew historical Romans the place gonna be concerned in modern-day math? Effectively I did not 🤷♂️… Some dudes in skirts making us write extra code :'( maybe Jupiter taught…
Create a Mosaic Plot in JS

Have you ever heard of a mosaic plot? It’s a very attention-grabbing chart sort designed to facilitate exploring relationships between variables. Mosaic plots (also called mosaic charts) visualize information in rectangular tiles whose width encodes one variable and top the opposite. Should you’d wish to discover ways to create such a chic diagram with ease,…
Print quantity utilizing for loop in C/C++

Read More
Buyer Suggestions Instruments In 2022

Buyer suggestions is a good way to enhance the standard of your product and ensure your clients are proud of their expertise. However getting buyer suggestions could be a complicated course of. The issue is that asking for buyer suggestions is difficult. We’re all busy, we’ve got rather a lot on our plates, and generally…
JavaScript – How one can create lovely fireworks results with tsParticles

Fireworks preset Ranging from v2.2.0 the tsParticles fireworks preset has a brand new configuration, for a extra lifelike impact. A demo will be seen here Attempt the preview at 0.5x if the particles are going exterior of the canvas, it is higher to see it on CodePen. How one can use the fireworks preset Vanilla…
Hi there Embedded World – booting a minimal Linux with Busybox on RISC-V, from supply
Final time we noticed find out how to boot Ubuntu for RISC-V on the QEMU virt board and arrange a development surroundings for C and RISC-V meeting. That was enjoyable and all, however nothing compares to compiling our personal Linux kernel and userspace utilities and get that besides on a digital (or bodily) RISC-V board….
Javascript Tagalog – Strings

Disclaimer: It is a Weblog i made with the preliminary intention of reinforcing my information in JS. I simply thought sharing my blogs could be useful for somebody since they’re written in tagalog/taglish. Incase of Misinformation I will not be liable for it and you’ll touch upon the weblog to deal with the error or…
5 Trendy CLI instruments that assist increase your productiveness

As developers, most of us use the terminal to work together with our computer systems for a lot of duties as we discover it extra productive. We’re conversant in instructions like ls, cd, cat, grep, and discover. These are primarily pre-installed on our computer systems and largely get the job executed therefore, we by no…
Perceive Kotlin A number of Constructors

Easy examples to showcase main and secondary / a number of constructors in Kotlin This text was initially printed at vtsen.hashnode.dev on Jul 23, 2022. In Kotlin, you have got one main and lots of secondary constructors. Main Constructor That is main constructor with one parameter. class Instance constructor(personal val param1: String) { init {…