Just a quick post to direct your attention to a hot off the press TerminusDB whitepaper. Title is '... | Continue reading
There are so many ways to generate random strings in JavaScript and it doesn't really matter which me... | Continue reading
State management is the biggest concern for any developer when starting a new app. The few choices a... | Continue reading
In this Notebook I want to document my journey in fast.ai course. Credits: fast.ai Lets start by conf... | Continue reading
What determines support for new JavaScript syntax? | Continue reading
It was New Years Day, 2018. I knew that I had to make a career change but I just didn't know where to... | Continue reading
AI boom is happening all over the world and we often use buzzwords like Artificial Intelligence , m... | Continue reading
This article was originally published on my blog Here we go again (1980-1987) In the 1980s a form o... | Continue reading
From visiting a Kirana store and waiting in lines to ordering groceries on mobile applications with j... | Continue reading
The only “sweet spot” for code coverage is 100%. Here’s one reason why. | Continue reading
View Landing Page View Live Demo Great visuals This React admin dashboard template comes... | Continue reading
Many Rubyists believe that lambda and nonlambda Procs are pretty much the same and that choosing whic... | Continue reading
JavaScript will define and impact the future of most SEO consultants. A big chunk of websites has, is or will move over to a JS framework driven platform | Continue reading
There are times where front-end development seems to be more art than science; although, both have their place. The chances of writing code that will never be changed or never looked at again are slim to none, and time spent getting lost in old code is time wasted. | Continue reading
Hi Dev.to friends, Do you think that software development is teamwork? I do think so. One team, ful... | Continue reading
Learn how to write integration tests with unmock and nock | Continue reading
ARM Template is a great mechanism to provision quickly infrastructure in Azure. But when it comes to... | Continue reading
I'm currently working on a big Progressive Web App (PWA) for a client. For the frontend, we use VueJS... | Continue reading
Hi my name is Ryan, and this is my first post on dev.to. I regularly write for medium.com but I wante... | Continue reading
I had some fun writing this (probably inconclusive) post about Elm and Svelte. Rich Harris, in Writ... | Continue reading
Cover image by undraw.co When your work involves typing and manipulating data files with many differ... | Continue reading
With a little bit of command line kung fu, some Golang and google sheets I'll show you how to visualize who is attacking your site | Continue reading
Introduction Hello, World! 👋 Today we will deal with a young (but ambitious) Fiber web fra... | Continue reading
React does a fantastic job abstracting away the rendering of webpages. When state changes, our UI's r... | Continue reading
These are the best programming languages you can learn to get a job at Google, Facebook, Microsoft, Apple or any startups. They will also help you to do freelancing. | Continue reading
I'll use terms stored procedures and database functions in text interchangeably. So, in all seriousn... | Continue reading
Please make sure to read Ashley McNamara's post for a great explanation on what developer relations i... | Continue reading
A few months ago, I released a free service to help with the need for dummy data and a CRUD api durin... | Continue reading
Being bold is what sometimes holds us back | Continue reading
One of the common problems everyone is facing nowadays is "there is too much information on the inter... | Continue reading
Progressive Web Apps (PWAs) are a pattern for creating app-like, instant loading, reliable and installable websites. What is the absolute minimum necessary to get a PWA up and running: These are my thoughts about creating a PWA with simply HTML, CSS, and vanilla JavaScript. | Continue reading
There's a lot of content out there on how to make your website accessible. But I haven't seen much on the subject of accessibility to users of screen magnifiers. I'm one of them, and I frequently run into annoying issues on the web. | Continue reading
(Cross-posted at https://www.shebanglabs.io/rails-antivirus-clamby-clamav/) Carrierwave, Cl... | Continue reading
In one of my many deep-dives about JavaScript, I came across generators. They looked interesting. Then, I looked for some use-cases for generators. And looked. And looked. | Continue reading
This article was originally published on my blog The genesis of artificial intelligence (1943–1955):... | Continue reading
In this post we will take a look at how to write Rust code that can be compiled into a C-ABI compatible dynamic library, and how to use that in PHP via FFI. | Continue reading
This article is about implementing asynchronous calls in JavaScript and Node.JS. In this article, y... | Continue reading
Kubectl Kubernetes is actually a one big API server and kubectl is the command-line client... | Continue reading
FROM time to time the question comes up in the OCaml/ReasonML communities: Why do I need two file... | Continue reading
A feed app is a simple app that curates the latest news and articles all over the web and different s... | Continue reading
I'm a big fan of file sharing, but not through cloud storage solutions like Google Drive and Dropbox.... | Continue reading
Step by step instructions to turn your Raspberry Pi into a development or test server | Continue reading
In this article, I'll describe implementation of the custom .NET Core identity user store using Norm... | Continue reading
Introduction Hi, friends! 👋 How are you feeling? Hope, everything is okay and you're now... | Continue reading
I finished building my NodeJS app. Next step is to deploy it to some cloud server. In this tutorial... | Continue reading