Your Web News in One Place

Articles by Dev To from October 2021

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to Dev To details.
11:41 pm GMT - Sat, October 30, 2021
Dev To tsParticles 1.37.1 Released
tsParticles 1.37.1 Changelog Bug FixesFixed issue with dynamic imports and async loadingAdded browserslist to fix some issues with older browsers (should fix #2428) ...
11:19 pm GMT - Sat, October 30, 2021
Dev To Deploy .NET 6 API to AWS App Runner using AWS Copilot CLI
In this tutorial blog post, we are going to see how to deploy .NET 6 API to AWS App Runner using AWS Copilot CLI. What is App Runner?AWS App Runner is a fully managed service that makes it easy ...
11:15 pm GMT - Sat, October 30, 2021
Dev To Python in Appwrite
IntroAppwrite is a Self hosted Back-end as a Service ( BaaS ) that allows developers to make apps easier and faster. It is designed to be run on any operating system or platform , and an Appwrit...
10:35 pm GMT - Sat, October 30, 2021
Dev To Fourth Contribution
For this contribution, I came across OCVBot, a very interesting project that uses CV (computer vision) to automate tasks in the game Old School RuneScape.In my years of playing, I've always wondered i...
10:10 pm GMT - Sat, October 30, 2021
Dev To Simplifying Angular testbed setup by converting to synchronous test hooks
When we use Angular's schematics to generate components, unnecessary asynchronous code is added to the test setup hook for its test suite.The following test setup is generated by Angular's component g...
09:38 pm GMT - Sat, October 30, 2021
Dev To JWTs explained with code examples
The Wikipedia description of a JSON Web Token (JWT) is:JSON Web Token is a proposed Internet standard for creating data with optional signature and/or optional encryption whose payload holds JSON that...
08:15 pm GMT - Sat, October 30, 2021
Dev To SASS - An Overview
Overview Of SCSS/SASSIn this tutorial, we shall briefly take an overview of what SASS is and how to get it up and running in your localmachine so you can start using it in your projects. We all get a ...
08:12 pm GMT - Sat, October 30, 2021
Dev To Think Like a Programmer: Stepwise Refinement
I see lots of posts about how to do something in a particular programming language, for example:How to center a <div> elementHow to use JavaScript promisesHow to create random numbers in PythonB...
08:09 pm GMT - Sat, October 30, 2021
Dev To 10 Tips for Getting an Internship
As a career software engineer and part-time computer science professor, students often ask me about internships and how to get one. Internships are extremely valuable. They offer good compensation, le...
08:08 pm GMT - Sat, October 30, 2021
Dev To HTML - Let's Talk About Semantics
Salam and hello, folks!Today, let's discuss semantics. So, what's about it? SemanticsSo, what is the dictionary meaning of semantics?Semantics is the study of meaning, reference, or truth.Then, h...
08:03 pm GMT - Sat, October 30, 2021
Dev To Calendar using Vanilla JS
Hola!In this busy world Having a calendar is often a handy feature to have.There many calendar libraries out, components out there butI tried to create a Calendar Using Vanilla JS, where I can move th...
07:32 pm GMT - Sat, October 30, 2021
Dev To Lets Develop an E-Commerce Application from Scratch Using Spring Boot and Vue.js
Project set up and building admin panel for managing Category in Vue.js MotivationIn my opinion, the best way to learn programming is to create a real-life project which has practical use. ...
06:51 pm GMT - Sat, October 30, 2021
Dev To [FirstDevRole 3] How to Write an Effective CV/Resume for a Programmer Role if You Have No Work Experience
Short IntroIn this article of the FirstDevRole series I want to share my knowledge about how to make a CV/Resume effective when preparing to apply for a developer role if you have no previous wo...
06:40 pm GMT - Sat, October 30, 2021
Dev To A Complete Guide on How SQL Injection Attacks Work
We need to talk about SQL injection. What it is, how to do it, and most importantly how to prevent it. We'll cover some examples of SQL injection too and explain how to identify vulnerabilities so you...
06:22 pm GMT - Sat, October 30, 2021
Dev To Halloween with JS!
Make your first project in JavaScript with DOM manipulation and surprise your friends on halloween. About the ProjectSo, I was watching Dev Ed latest YouTube video where he recreated the classic ...
06:19 pm GMT - Sat, October 30, 2021
Dev To Building a Real-Time Bitcoin Price Tracker in Appsmith
Recently, Appsmith introduced the functionality that enables real-time polling of data using JavaScript timers. The data coming from the APIs and queries can now be periodically updated using the setI...
06:01 pm GMT - Sat, October 30, 2021
Dev To Git Rebase for Preventing Merge Commits
Within trunk-based or agile development, minimizing the number of noisy commits to keep any possible regressions easy to back-trace is often considered a good practice.There was the workplace that kep...
05:23 pm GMT - Sat, October 30, 2021
Dev To Messaging and Madness: Sending Messages with AMQP and Amazon MQ
Originally posted on my personal blog Table Of ContentsIntroductionAMQPAMQP and Amazon MQSerializationConclusion Introduction How do software systems talk to each other? Back-end systems can...
05:22 pm GMT - Sat, October 30, 2021
Dev To (Compilation) 10 Common Javascript Coding Interview Questions
Are you ready for your next front-end role or are about to start a career as a front end developer/engineer? If so, here is a video of 10 Common Javascript Coding Interview Questions that may appea...
05:10 pm GMT - Sat, October 30, 2021
Dev To Basic concepts of Java
Hello readers, Beauty James here again with another exciting article. Ive been talking about Frontend development for some time now so Ill be considering Java, one of the many examples of programming ...
05:05 pm GMT - Sat, October 30, 2021
Dev To Query in Apache CouchDB: Views
In this articles, I will talk about how to query documents in Apache CouchDB via Views. What is Apache CouchDB?A short introduce about CouchDB first for those who don't know. Apache CouchDB is an...
04:59 pm GMT - Sat, October 30, 2021
Dev To Fixing my everyday errors!!
1. How do I kill a process currently using a port on localhost?npx kill-port 8001Expected output: Process on port 8001 killed 2. Using import in server.jsInside package.json add"type": "mo...
04:43 pm GMT - Sat, October 30, 2021
Dev To Git Bulk Delete Branches Example
In this example we want to delete all branches from our local git repo that begin with fix/.Identify all branches in a github repo that start with fix/.git branch --list "fix/*"You will see a list of ...
04:42 pm GMT - Sat, October 30, 2021
Dev To Fauna and FQL for Firestore users
Fauna and Firestore are very similar databases, both offering instant scalability and fairly easy ways of querying, but there are still some key differences. In this article we will look at those diff...
04:11 pm GMT - Sat, October 30, 2021
Dev To Usage of Consul in .NET Core - Configuration Management
Hello everyone,In this article, I would like to talk about the Consul tool, which enables us to change/manage our settings on the .NET Core side from a central point, via the UI. Firstly, let's start ...
04:01 pm GMT - Sat, October 30, 2021
Dev To Treasure Hunt: 5 Juicy Repos on GitHub
(Almost) Everything you need in such a place!Ahoy matey! During my sailing in the GitHub sea, I found some amazing lands to dock on. The extra one is mine. And Id like to invite you to embark on my pr...
03:52 pm GMT - Sat, October 30, 2021
Dev To Building Internal Tools Using Appsmith, Flask And Heroku
In this article I will be showing you how to build a simple inventory management tool using Appsmith and Flask, which will serve data to the Appsmith environmennt. You will see how to build and config...
03:41 pm GMT - Sat, October 30, 2021
Dev To Hacktoberfest 2021 - How it went for me
Who am I and why did I participateI joined Dev.to to read blogs, post blogs and learn new things. I mainly wanted to join hacktoberfest because I really wanted to plant a tree. #TeamTrees B...
02:46 pm GMT - Sat, October 30, 2021
Dev To Next.Js Series 7 - Deploying the Web Page to Vercel for FREE (from Github repo)
We are going to demonstrate how easy it is to deploy your static web app to Vercel for free in the last article of the series. First, commit and push the project to a Github repo if you haven't. Go to...
02:41 pm GMT - Sat, October 30, 2021
Dev To 7 Nice API for your projects !
API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other!Today I will share with you some nice API to use for your ...
02:41 pm GMT - Sat, October 30, 2021
Dev To Building a Map Application with Amazon Location Service, Leaflet, AWS Amplify, and Vue.js
I built a map application using Amazon Location Service, Leaflet, AWS Amplify, and Vue.js Amazon Location Service is a service for building location-based applications within AWS. At present, fi...
02:22 pm GMT - Sat, October 30, 2021
Dev To CSS Positions
I am as a beginner faced a lot of difficulty in understanding the Position property in CSS. Today in this doc I will be explaining Positions in a very friendly and easy manner. So, lets begin.What is ...
02:14 pm GMT - Sat, October 30, 2021
Dev To 10 VS Code Extensions for Ruby on Rails Developers
Orginally published at Medium on Sep 9th 2020.Powerful extensions for Rails developers.Ruby is built with developer happiness in mind. However, if your editor is not correctly set up, youre in for a p...
02:09 pm GMT - Sat, October 30, 2021
Dev To Remote Desktop Experience (Part 1: Planning)
I've had both a laptop and a desktop for several years. My desktop was my primary machine for work and play where my laptop was rarely used. Since leaving my previous job, I have been nearly entirely ...
01:59 pm GMT - Sat, October 30, 2021
Dev To Looking for contributors (pentest project)
Hawk is a network and pentest utility that I developed so that I could perform different kinds of task using the same suite, instead of jumping from one tool to another.Currently, this script can perf...
01:58 pm GMT - Sat, October 30, 2021
Dev To Workspace Management With Nix Flakes: Jupyter Notebook Example
What?If you're reading DEV, your computer is probably your primary productivity tool. Whether it's a job, a hobby, or just a point of interest, your ability to install and use different types o...
01:41 pm GMT - Sat, October 30, 2021
Dev To Learning FRONT-END DEVELOPMENT as a beginner!
As a beginner it's always hard to start and follow a new passion. You don't know where to start, what resources to use or what language to learn first. Especially in the coding section/area it's extre...
01:40 pm GMT - Sat, October 30, 2021
Dev To [Showoff Saturday] I created an easy to use tool that supports mocking for http, grpc and websockets based backends.
Hey Everyone,I have been working on a mocking tool for past few months and I felt like it is now ready to be shared with others. I would like to introduce you to Camouflage.What?Camouflage is a mock g...
01:20 pm GMT - Sat, October 30, 2021
Dev To Django Website Template - Material Kit (Bootstrap 5)
Hello Coders!This article presents an open-source Django Website Template crafted on top of Material Kit, a modern Bootstrap 5 design. Product can be used to code with less effort a web project with a...
01:12 pm GMT - Sat, October 30, 2021
Dev To Netflix UI Clone [SCSS]
Checkout:https://github.com/reboot13-git...
12:22 pm GMT - Sat, October 30, 2021
Dev To How to built your own Map | HTML , CSS , JavaScript & Leaflet.js in just 10 min
Hi folks , In this todays video you will get to learn how to built your own Dynamic map with HTML , CSS , JavaScript & Leaflet.js . It is going to be to to much interesting with only little amount...
12:08 pm GMT - Sat, October 30, 2021
Dev To Build a Web app using Next.js and Appwrite
In this blog tutorial, we are going to build a web app Next.js and Appwrite from complete scratch.Live Demo - Made with Appwrite Github - harisarang/madewithappwrite Step 1: Initialize Appwrite ...
11:43 am GMT - Sat, October 30, 2021
Dev To NodeJS Express partie 4 : Crer un CRUD API
Voici une srie d'articles qui vous permettra crer des applications backend avec NodeJS + Express.Cette srie est la suite de ma srie sur les bases de NodeJS. Si vous n'avez pas les connaissances de bas...
11:34 am GMT - Sat, October 30, 2021
Dev To NodeJS Express part 4: CRUD API
Here is a series of articles that will allow you to create backend applications with NodeJS + Express.This series is the continuation of my series on the basics of NodeJS. If you don't have basic know...
11:19 am GMT - Sat, October 30, 2021
Dev To Day 22 of 100 Days of Code & Scrum: The End of The Third Week!
It's finally the weekend, everyone!Today marks the end of the third week, and so I will be doing a Sprint Review and Retrospective as I mentioned back then, at the beginning of this challenge. My...
11:04 am GMT - Sat, October 30, 2021
Dev To Can this makeshift vertical case keep the Pi cool?
Originally published at thekrishna.inThe Raspberry Pi 4 offers an excellent upgrade to the preceding Pi 3B+, but keeping the new model from overheating can be a challenge. Users have tried many techni...
10:45 am GMT - Sat, October 30, 2021
Dev To ASYMPTOTIC ANALYSIS SIMPLIFIED
Why Analysis of Algorithms?Suppose we can do a task using many methods, how do we choose a method that is efficient? We may see the efficiency of different methods. Efficiency maybe anything bas...
10:24 am GMT - Sat, October 30, 2021
Dev To Simple Text Editor with basic functions (Electron.js)
Github url: https://github.com/Lucifer25x/simple-text-editorFunctions:Create New FileOpen FileEdit FileSave FileDependencies:Electron.jsNode-fsNode-pathAce.js...
09:55 am GMT - Sat, October 30, 2021
Dev To Hawk pentest tool
Hawk is a network and pentest utility that I developed so that I could perform different kinds of task using the same suite, instead of jumping from one tool to another.Currently, this script can perf...
09:49 am GMT - Sat, October 30, 2021
Dev To Code a responsive navbar with React!
Hey fellow creators,It's time to build an awesome responsive navbar with React!If you prefer to watch the video version, it's right here : 1. Build the Navbar component.import React from 'react'i...
09:29 am GMT - Sat, October 30, 2021
Dev To Landing Page to collect stripe no-code payment links
I've created a simple landing page to collect payment using https://stripe.com no-code payment links. Also this is a simple website with big title, description, button to click to the payment & fo...
09:19 am GMT - Sat, October 30, 2021
Dev To The move to Hashnode
Hey there! Just wanted to announce that I'm moving to move to Hashnode! Don't worry, I'll still be active (probably more active than on Hashnode) on DEV (There's a chance that I'll come back here, bec...
09:01 am GMT - Sat, October 30, 2021
Dev To Build Video Chat App with React Hooks
Tt is easy to use functional components with react hooks API. In this tutorial, we are going to use RTC React Video SDK to build video calling app in react js. Video SDK React JS SDK makes it easy to ...
09:01 am GMT - Sat, October 30, 2021
Dev To Build a Video Chat App with React Hooks
Tt is easy to use functional components with react hooks API. In this tutorial, we are going to use RTC React Video SDK to build video calling app in react js. Video SDK React JS SDK makes it easy to ...
08:10 am GMT - Sat, October 30, 2021
Dev To How to configure KDE Plasma with EndeavourOS in Laptops with dedicated GPU
Some of the issues faced by me when configuring KDE PlasmaScaled Icons, Text, Stuffs in DisplayUnable to use Function Keys in keyboardDual BootingInstalling deb files in archEnabling Bluetooth in KDEC...
07:59 am GMT - Sat, October 30, 2021
Dev To How to Deploy Appsmith on private instance using Docker
IntroductionAppsmith is a low code, open-source framework to build internal applications.You can check their official documentation website hereIt is open source and very easy to deploy on our o...
07:55 am GMT - Sat, October 30, 2021
Dev To Flying Helicopter with CSS Animation
Hey, Welcome back. In this blog we gonna build a beautiful animation project using only HTML & CSS. This project is part of my "The Complete CSS3 Animations Course" on Educative Inc. I assume that...
07:55 am GMT - Sat, October 30, 2021
Dev To Flying Helicopter with CSS Animation (step-by-step guide)
Hey, Welcome back. In this blog we gonna build a beautiful animation project using only HTML & CSS. This project is part of my "The Complete CSS3 Animations Course" on Educative Inc. I assume that...
07:48 am GMT - Sat, October 30, 2021
Dev To Get Better with TypeScript using Express
Hi Guys Good Day!Today, we will make a Rest API using these two technologies. You may think that this is another Rest API like all the others but in this example, we will be using a lot of TypeS...
07:36 am GMT - Sat, October 30, 2021
Dev To Display an animated loading icon with Vue.js
A throbber, also known as a loading icon, is an animated icon used to show that a software is performing an action in the background (such as downloading content or conducting intensive calculations)....
07:34 am GMT - Sat, October 30, 2021
Dev To OSD600 - Hacktoberfest 3
This is my third contribution to Hacktoberfest in October. I found a very interesting project, which is the virtual web store written in Typescript. How I Get StartedThis project reminds me the t...
07:21 am GMT - Sat, October 30, 2021
Dev To Prisma creating a upvotes one-to-many relation
We currently have a list of Spotify playlists for our application that we can add to our Postgres database through Prisma.In this article, I'll be adding an upvotes model to this mix. This upvotes mod...
06:55 am GMT - Sat, October 30, 2021
Dev To Side projects I wouldn't build in 2021
Not all side projects are created equal. Some are just over-done, to hell. Don't do it.Learning coding by doing is one of the better ways to pick up coding. Code newbies are often advised to cho...
06:54 am GMT - Sat, October 30, 2021
Dev To A step by step guide to the Counting Sort algorithm
While all comparison-based algorithms have a time complexity of O(nlogn) to sort an array of n elements, there are sorting algorithms running in linear time provided that some assumptions are verified...
06:12 am GMT - Sat, October 30, 2021
Dev To Firebase,v9 Google Authentication Documentation
Hello, welcome back! Yes! Just in case, this is the first post you are opening. This post is the continuation of series.Check out the first Frontend to FullStack: Introduc...
05:08 am GMT - Sat, October 30, 2021
Dev To Frontend to FullStack: Introduction to Firebase (Firebase v9)
Hi there, welcome to this tutorial! Today, I will be showing some of Firebase cool features. Keep calm, if you haven't used Firebase before, this post is the start of a series on Firebase, so don't be...
04:57 am GMT - Sat, October 30, 2021
Dev To What is HackNitr 3.0
HackNITR 3.0 is a hackathon event it's a 3 day event. From 29 to 31 October. It's came with a lot's of things, like many workshops, challenges and mini-events. In workshops they talked about Machine ...
04:49 am GMT - Sat, October 30, 2021
Dev To Variabel on Golang
so now i will tell about variable in golang.in golang, when the variable declaration must be followed by its data type. this concept is manifest typing . an example like thispackage mainimport "fmt"fu...
03:57 am GMT - Sat, October 30, 2021
Dev To Scheduling tasks in NodeJS with cron job
Thecroncommand-line utility, also known ascron job,is ajob schedulerona Unix-like operating system. Users who set up and maintain software environments use cron to schedule jobs(commands orshell scrip...
03:55 am GMT - Sat, October 30, 2021
Dev To Imposter Symptom
Healthy ImaginationNot sure why developers struggle feeling like fakes. All people pretend till they become what they imagine. If no creative action is taking then its just fantasy. Willing...
03:50 am GMT - Sat, October 30, 2021
Dev To adding Docusaurus site!!
...
03:26 am GMT - Sat, October 30, 2021
Dev To How To Generate and Store Map Previews in Ruby with Appwrite
We will leverage OpenStreetMap tile server to generate a map preview and Ruby Appwrite SDK to save it to Appwrite Storage. Our code will be deployed as an Appwrite cloud function to be used with other...
03:21 am GMT - Sat, October 30, 2021
Dev To You Probably Don't Need Media Queries Anymore
In Ye Olden Days of Webbe Development, if we wanted to create websites and applications that were responsive, it meant writing a series of media queries based around specific device breakpoints and re...
12:10 am GMT - Sat, October 30, 2021
Dev To FIRST TRY IN HTML
...
11:53 pm GMT - Fri, October 29, 2021
Dev To Calendar Maker
GitHub Repo# calendar_maker.py# This program lets a user create a monthly calendar, saved to a text file# ready to print.# by: Scott Gordonimport datetimeDAYS = ("Sunday", "Monday", "Tuesday", "We...
11:51 pm GMT - Fri, October 29, 2021
Dev To Easy Overlay Scrollbars Variable Width
Why Overly Scrollbars?Overlay scrollbars are great because they don't affect the width of the content as they appear and disappear. When I discovered this trick, I was specifically looking to so...
10:01 pm GMT - Fri, October 29, 2021
Dev To Understanding `this` in JavaScript
If you're coming to JavaScript from an Object-Oriented language like Ruby or Python, the concept of this in JavaScript might give you a little bit of trouble. It turns out, this in JavaScript is a lit...
09:57 pm GMT - Fri, October 29, 2021
Dev To Model Railroad Scale Calculator Function
As I am at home a lot, Just for fun, I am starting to look at modelling a railroad / railway, cool but I don't do very often maths, so I used some code to write a function to help me out.I have been w...
09:11 pm GMT - Fri, October 29, 2021
Dev To Code your own vue: methods and events
Hi everyone, It's been a while since the last chapter of 'Code your own vue', in the last post we saw how to do our own lifecycle hooks, today we going to see how to code methods and events.If you fol...
09:01 pm GMT - Fri, October 29, 2021
Dev To JAX-WS. A Api Coroa do Java. Introduo ao Soap!
Como sempre, vamos voltar um pouco s origens, mas antes porque decidi escrever um artigo sobre tal tecnologia?Percebi que alguns colegas que comearam a pouco tempo na rea como dev Java em algumas entr...
08:35 pm GMT - Fri, October 29, 2021
Dev To How to get a users LinkedIn account, Twitter username, and more from a single line of code
Users' data is the gold for your business. But, how do you know more about your users when you only have or collect a piece of information like phone numbers or emails?We are living in a digital age w...
08:18 pm GMT - Fri, October 29, 2021
Dev To Git push pitfalls to watch out for
Git is powerful but its relatively terse and obtuse api can make it hard to be sure what commands are really doing. Here are a couple pitfalls I've found over the years with git push that it's good to...
07:59 pm GMT - Fri, October 29, 2021
Dev To Type | Treat 2021 - Day 5
Type | Treat Challenge 5Welcome to the fifth, and last, Type | Treat challenge! These challenges are a series of blog posts which have 2 code challenges in, one for beginners and one for interme...
07:57 pm GMT - Fri, October 29, 2021
Dev To Let's list what Type Of Web Frameworks are being used
I think we all know that web application frameworks are quickly evolving, and that it often feels like a fashion industry. I think a good way to cut through the hype is to list our favorite websites ...
07:55 pm GMT - Fri, October 29, 2021
Dev To Last night I dreamt that somebody merged my PR...
I created my first open source pull request (PR) on October 11. When I saw the automated tests transition one-by-one from processing to passed, I was already hooked. The notification came through a fe...
07:42 pm GMT - Fri, October 29, 2021
Dev To 20 Machine Learning Questions and Answer To Destroy Your Interview/
IntroductionIn this article you will find essential machine learning interview questions that are geared towards beginners preparing for job or internship interviews. The questions in this article are...
07:15 pm GMT - Fri, October 29, 2021
Dev To Docker and Kubernetes Made Relatable - III
Hi everyone!Welcome to the third part of this series, where we try to relate with kubernetes as a part of dev life.In the previous articles, we have discussed about containers & images and how to ...
07:14 pm GMT - Fri, October 29, 2021
Dev To TMA - Too Many Acronyms (webdev edition)
Web developers love three-letter acronyms. Here's some:API - Application Programming InterfaceAWS - Amazon Web ServicesBEM - Block, Element, ModifierCDN - Content Delivery NetworkCLI - Command Line In...
07:04 pm GMT - Fri, October 29, 2021
Dev To Multi-Tenancy with Nodejs and mongoDb
The main concept of multi-tenancy is privacy and data segregation, With MongoDB architecture ( Database and collections ). Its easy to allocate collection for tenants database You should have a simple...
07:01 pm GMT - Fri, October 29, 2021
Dev To Why and How to setup Storybooks with TypeScript
IntroductionIn this blog, we are going to look at, How to set up Storybooks with React and my all-time favourite language(TypeScript). First of all, if you don't know what is Storybook. Sto...
06:58 pm GMT - Fri, October 29, 2021
Dev To Connecting to MySQL database in java
In this post, we're going to see Java Database Connectivity (JDBC) with MySQL. Connecting to database to have CRUD operations like INSERT, SELECT, UPDATE and DELETE is the "center of gravity" of almos...
06:20 pm GMT - Fri, October 29, 2021
Dev To What is a Design Doc?
A software design doc is really important. Especially if you are working on a large project or you are working in a large company. ButWhat is a design doc?Why does design doc exist?How can we write a ...
06:17 pm GMT - Fri, October 29, 2021
Dev To Tips to become a great programmer
A good programmer is someone who always looks both ways before crossing a one-way street. ~Doug LinderLet me start by saying that I do not consider myself to be a competent coder. I consider my coding...
05:58 pm GMT - Fri, October 29, 2021
Dev To 4 Consejos para ser un mejor desarrollador
Como desarrolladores de software creemos la mayor parte del tiempo que somos mejores que los dems y que por la cantidad de libros, notas, estudios y/o publicaciones que hemos ledo estamos preparados p...
05:56 pm GMT - Fri, October 29, 2021
Dev To :strong_migrations for Elixir - catch unsafe migrations easily
Hey, hey! I just published my next small open-source library (actually, it's a "port" from Ruby). Thanks to :strong_migrations you can catch all unsafe things that happening in your application's migr...
05:53 pm GMT - Fri, October 29, 2021
Dev To Material Kit 2 - Free Python/Jinja template
Hello Coders, This article presents an open-source Jinja Template built on top of Material Kit 2, a colorful Bootstrap 5 design. The product, available for download directly from Github, can be used t...
05:31 pm GMT - Fri, October 29, 2021
Dev To What was your win this week?
Hey there! Looking back on this past week, what was something you were proud of accomplishing?All wins count big or small Examples of 'wins' include:Starting a new projectFixing a tricky bugTrying ou...
05:20 pm GMT - Fri, October 29, 2021
Dev To JavaScript Internal Property`[[]]`
Photo by Dayne Topkin on UnsplashMaybe one day you were playing in the dev browser, and one day come across something that seemed a bit different. You've printed things out to the console, and somethi...
05:14 pm GMT - Fri, October 29, 2021
Dev To Set Python3 as a default on MacOS
Download the latest stable release from python.orgsudo ln -s -f /Library/Frameworks/Python.framework/Versions/3.10/bin/python3 /usr/local/bin/pythonTo check it worked, open a new terminal window and r...
05:09 pm GMT - Fri, October 29, 2021
Dev To SolBusters NFT Affiliate System
https://solbusters.com/mint...
05:06 pm GMT - Fri, October 29, 2021
Dev To How to use ES6 features in nodejs
This article is about how to use es6+ in nodejs project Initialising project with npmnpm init -y Installing babel plugins for es6+ featuresnpm i -D @babel/cli @babel/core @babel/plugin-prop...
04:58 pm GMT - Fri, October 29, 2021
Dev To The Ultimate Resource Guide for Your Next 100 Days of Code
Are you looking for thebest design resources websites? Well, then this collection is something every developer should bookmark, as it consists of the best resources that can help you to develop an ama...
04:44 pm GMT - Fri, October 29, 2021
Dev To 40 JavaScript Projects for Beginners Easy Ideas to Get Started Coding JS [Beginners To Advance]
The best way to learn a new programming language is to build projects.I have created a list of 40 beginner friendly project tutorials in Vanilla JavaScript, React, and TypeScript.My advice for tutoria...
04:38 pm GMT - Fri, October 29, 2021
Dev To 2021 New GitHub profile readme template.
Hi guys, I have made an GitHub profile readme. If you're interested in it please check it outDecorate the GitHub Profile most effectively. GitHub HR Profile Template most effectively show your develop...
04:27 pm GMT - Fri, October 29, 2021
Dev To Being RESTful about your routes
Ruby on Rails advocates heavily for "convention over configuration". One of these core conventions is the baked-in RESTful design for CRUD actions. You're introduced to this convention when you're jus...
04:17 pm GMT - Fri, October 29, 2021
Dev To Data Engineering:Extract, Transform,and Load Using Talend Open Studio.
Introduction To ETL Tools.Hi there, welcome back to the data engineering series. I know most of you ask how do we do these so-called ETL Or ELT processes as a Data Engineer?I've got you now, don...
04:11 pm GMT - Fri, October 29, 2021
Dev To AWS - NLP newsletter October 2021
Hello world. This is the monthly Natural Language Processing(NLP) newsletter covering everything related to NLP at AWS. This is our third newsletter on Dev.to. If you missed our earlier episode, here ...
04:09 pm GMT - Fri, October 29, 2021
Dev To Hotwire with StimulusReflex
Here's a deck of slides I made for a talk I gave at the viennarb meetup. Enjoy! ...
03:57 pm GMT - Fri, October 29, 2021
Dev To Downloading data from Render.com's persistent Redis service
Render.com doesn't yet have a managed Redis offering, but we can still deploy a persistent Redis instance as a Private Service with an attached disk to store its data. The problem is, Render's privat...
03:27 pm GMT - Fri, October 29, 2021
Dev To Alternative Constructors in Python
Article AgendaThis post is dedicated towards understanding how we can create alternative constructors in Python. Also, we would be taking a look at a real developmental scenario where I felt com...
03:27 pm GMT - Fri, October 29, 2021
Dev To Which came first work experience or the first tech job?
How can anyone escape the tech chicken and the egg conundrum?Like so many people these days, one of the hardest things is to get that first tech job with no experience. Whether you're a recent college...
03:24 pm GMT - Fri, October 29, 2021
Dev To Electron Adventures: Episode 81: Ideas That Did Not Work
I'm back from my holidays, so it's time to do the final twenty episodes. But before I get back to coding, let's take a look back at some of the ideas I tried, which ended up not working.As the goal of...
03:01 pm GMT - Fri, October 29, 2021
Dev To Creating a Text-To-Speech program in Vanilla JS
If you haven't been too traumatized from using a Microsoft browser, you might have discovered Edge's built-in "Read Aloud" feature which will speak the highlighted text out loud right in your browser:...
02:46 pm GMT - Fri, October 29, 2021
Dev To 1 line of code: How to get the closest numeric item of an Array
const closestTo = (arr, number) => arr.reduce((acc, current) => (Math.abs(current - number) < Math.abs(acc - number) ? current : acc) ); Returns the numerical item closest to the given number...
02:45 pm GMT - Fri, October 29, 2021
Dev To Highlights from VSCode 1.61
The open source VSCode project, along with VSCodium1, completed their latest monthly release with v1.612. For those of us that haven't been using the Insider's Build,3 it's time to look at what's new....
02:30 pm GMT - Fri, October 29, 2021
Dev To How to Build OR Queries With Active Record
There are a couple of ways to recreate the SQL OR operator with Ruby on Rails and Active Record.Here's how. Checking a Single Column For Multiple ValuesFirst, if you want to pull records where a ...
02:29 pm GMT - Fri, October 29, 2021
Dev To Formik Components.
Formik ComponentsLogin Form With Formik ComponentsFormik Reusable Components Formik ComponentsFormik provides a few Components to be used that will save us more time, reduce code duplication, and...
02:22 pm GMT - Fri, October 29, 2021
Dev To Emoticons to emojis again, with live typing
Last time, I covered Using string's replaceAll function to convert emoticons into emojis and hope you enjoy. This time, we improve the functionality with live typing emoticons upon <input/> or &...
02:08 pm GMT - Fri, October 29, 2021
Dev To Rails: Prevent users from logging out after each deployment
Here's a quick one, and it may be obvious to some of you but I didn't know about it. I noticed that my Rails app (Fugu) kept logging out all users after every deployment.First, I thought it's an issue...
02:07 pm GMT - Fri, October 29, 2021
Dev To I just bought .to!
Yes, you read that right, I now own .to. Now for a split second you may have thought I meant dev.to - of course not, I don't want a 5(6) character long domain, it is way too long! I want a 4(5) charac...
01:53 pm GMT - Fri, October 29, 2021
Dev To 10 Trending projects on GitHub for web developers - 29th October 2021
Trending Projects is available as a weekly newsletter please sign up at Stargazing.dev to ensure you never miss an issue. 1. SucraseSucrase is an alternative to Babel that allows super-fast devel...
01:30 pm GMT - Fri, October 29, 2021
Dev To Spark is lit onceagain
@pdambrauskas and I are marking hactoberfest by releasing our little in-house project... Lighter - Running Spark applications on KubernetesHere at Exacaster Spark applications have been used exte...
01:29 pm GMT - Fri, October 29, 2021
Dev To Getting Started with Appwrite in NestJS
Appwrite is a self-hosted solution that provides developers with a set of easy-to-use and integrate REST APIs to manage their core backend needs.Some key features :...DatabaseStore, query and manage...
01:16 pm GMT - Fri, October 29, 2021
Dev To Responsive Personal Portfolio Website with HTML CSS JS - Part 1
Responsive personal portfolio website with html css jsIn this video series, I will show you how to build a Complete Responsive Personal Portfolio Website using HTML CSS JavaScript. Website feat...
12:33 pm GMT - Fri, October 29, 2021
Dev To Custom styling similar to Android for iOS
MotivationWhen deciding the architecture for Playtomic mobile apps we took the approach of creating shared architecture with native apps (you can read more about it here).But this doesn't only a...
12:27 pm GMT - Fri, October 29, 2021
Dev To JavaScript Jungle: Who is the Proxy
I remember one of my interview few years ago. I was asked: Given an object and how can we track when some property is accessed or updated on that object. Example that was given by interviewer was as f...
12:03 pm GMT - Fri, October 29, 2021
Dev To Facebook's Virtual Reality Future: The Metaverse
Today Mark zuckerberg introduced metaverse at facebookConnect2021Section 1: What is metaverse?In the concept of Metaverse, virtual reality and augmented reality converge and merge, creating an immersi...
12:01 pm GMT - Fri, October 29, 2021
Dev To Contact Form with Emailjs - Plain JavaScript
Contact forms are essential part of every website especially portfolio websites. This is how one gets contacted. However, we have many portfolios flying around without a contact form or at least, a wo...
12:01 pm GMT - Fri, October 29, 2021
Dev To Day 21 of 100 Days of Code & Scrum: Grinding for XP, Scrum, and Next.js (Free E-Book)
Happy Friday, everyone!Today was a grind, but I learned a lot. Firstly, I read Scrum and XP from the Trenches for an hour or so. After that, I worked out because sitting down and staring at the screen...
11:34 am GMT - Fri, October 29, 2021
Dev To KISS
Este um conceito que pode te salvar de muito sofrimento!KISS - Keep It Simple, Stupid!Traduzindo para o portugus voc pode pensar que este principio fala: "Mantenha simples, estupido" e no, ele no es...
11:30 am GMT - Fri, October 29, 2021
Dev To Python API Client Using Magic Methods
Python "magic methods" allow for some very fun and powerful code.Magic methods refers to all those special methods in Python classes that start and end with __. The documentation for Special method na...
11:24 am GMT - Fri, October 29, 2021
Dev To 7 Factors Why Native App Development Can Offer Greater Flexibility to Businesses
Mobile devices have changed the way people use to connect to the internet. And handheld devices have also been very helpful to the end-users. Mobile devices have now outnumbered humans as most of us h...
10:53 am GMT - Fri, October 29, 2021
Dev To How AI Can Help Drive Design Decisions For Startups to create better products
AI, or artificial intelligence, is an often overused buzzword that in itself highlights how far technology has come, especially as it relates to design in startups. While artificial intelligence has t...
10:41 am GMT - Fri, October 29, 2021
Dev To Responsive Design With CSS Media Queries
It is very important to be able to design a website whose contents looks good on all screen sizes What Exactly Is Responsive Design?Responsive Design is the process of making your web content fit...
10:25 am GMT - Fri, October 29, 2021
Dev To Starting my API journey...
During my career i mostly worked in small to medium companies. In most of them i had to create some kind of web based apis for a lot of different use cases. Being it as a backend for SPAs, public faci...
10:24 am GMT - Fri, October 29, 2021
Dev To Crap, we might have installed a malicious dependency...
That was the reality for a lot of companies after the ua-parser-js supply chain attack. On October 22 three malicious versions of the popular package ua-parser-js were released. A package which has al...
10:23 am GMT - Fri, October 29, 2021
Dev To What's new in .NET 6 and C 10. Everything you wanted to know.
TL;DRThis blog post is a compilation of the latest and greatest additions from the .NET 6 release. Also, I've created a coding story that will help you to learn new improvements.Please check the...
10:06 am GMT - Fri, October 29, 2021
Dev To How to make money as a programmer in a simple way
As a programmer, you probably want extra income. But you dont know how to get to it. You can find the answer in this article, in which I present five ways to earn extra money. Write a blogWriting...
10:05 am GMT - Fri, October 29, 2021
Dev To Best Coding app for beginners [Free Certificate]
Programming skills open doors to dozens of lucrative tech careers. And theres never been a better or easier time to learn. Just like learning any other language, coding requires regular practice to ma...
10:03 am GMT - Fri, October 29, 2021
Dev To What is Structured Data?
Structured data is data that is structured - that is perhaps the most succinct summary of it without telling you anything you didn't already expect. To take away something more than that, it can be us...
09:56 am GMT - Fri, October 29, 2021
Dev To Ten Math Functions Every JavaScript Developer Should Know
In this article, I want to show you the commonly used Math functions that every JavaScript developer should know. In addition to general examples, I have provided different use-case examples to clarif...
09:41 am GMT - Fri, October 29, 2021
Dev To CSS frontend Resources you must take a look at
This post was first published on Tronic247. If you can read it there, I would be really happy :DIn this article, I will tell you some resources you should bookmark as a CSS or Frontend developer. So, ...
09:20 am GMT - Fri, October 29, 2021
Dev To 20 Python One-Liners That Will Help You Code Like a Pro
Python is anamazing and versatile programming languagethat is very easy to learn and work with. Like many programming languages, it offers more than one way to solve a problem, some requiring more lin...
09:11 am GMT - Fri, October 29, 2021
Dev To Own Your Retro Nintendo Games Collection on GitHub Page
If you are video game lover then there is high chance that you like Nintendo NES and SNES games. They are just classic. Looking back at 80's 90's games always brings back a sense of nostalgia. ...
08:51 am GMT - Fri, October 29, 2021
Dev To MSSQL Server and POSTGRES Installation
Setting up a data engineering environmentWhen diving into the data engineering world, it is important for the set up to be ready.To set up a data engineering environment it is advisable to work...
08:50 am GMT - Fri, October 29, 2021
Dev To AI Project For Beginners [Beginners To Advance]
Artificial Intelligence has made a significant impact on our daily lives. Every time you scroll through social media, open Spotify, or do a quick Google search, you are using an application of AI. The...
08:48 am GMT - Fri, October 29, 2021
Dev To Top Reasons Why Businesses choose Salesforce Outsourcing Services
This blog will show why all businesses nowadays need to outsource salesforce services for their projects to minimize Business risks.All businesses now choose salesforce to boost their business in the ...
08:31 am GMT - Fri, October 29, 2021
Dev To OSD600 - Lab 6 - Docusaurus
Learning DocusaurusDocusaurus is basically a React-based static site generator, which is built and maintained by Facebook. If we are maintaining an open source project website, Docusaurus is def...
08:30 am GMT - Fri, October 29, 2021
Dev To Adding more features to SSG similar to docusaurus
Introduction to DocusaurusDocusaurus is a tool designed to make it easy for teams to publish documentation websites without having to worry about the infrastructure and design details. Docusauru...
08:24 am GMT - Fri, October 29, 2021
Dev To How to make a Tik Tak Toe Game (With Html, Css And Js)
Hello, readers welcome to my new blog and today I am going to tell you how to make a Tic Tac Toe game in Html, Css and Javascript .As you know that Tic tac toe is a multiplayer game and the players of...
08:01 am GMT - Fri, October 29, 2021
Dev To Lets Develop an E-Commerce Application from Scratch Using Java and Spring
Project setup, develop category and product APIs MotivationIn my opinion, the best way to learn programming is to create a real-life project which has practical use, this way the entire lea...
07:45 am GMT - Fri, October 29, 2021
Dev To CAST AI vs. GKE Autopilot: Where to manage Kubernetes on GKE?
Bonus content: Detailed simulation of cluster costs with CAST AI vs. GKE AutopilotRunning Kubernetes is a complex task, but luckily teams using Google Cloud Platform can choose from a few solutions th...
07:22 am GMT - Fri, October 29, 2021
Dev To Angular : BehaviorSubject
As we know multiple components share the common data and always need updated shared data. In such scenarios most of the time BehaviorSubject is used which acts as a single store to hold updated shared...
07:15 am GMT - Fri, October 29, 2021
Dev To Step 1, reboot the server
Yes, switch on and off that computer. Same principle, different computer.Some days, just rubberducking alone doesn't help.Today I had to seek help for a bug again again, but this time writing ou...
07:08 am GMT - Fri, October 29, 2021
Dev To Top 10 Tips to Find the Best Mobile App Development Company
Deciding to have a mobile App designed for your business is easy; the difficult part is how to settle on the best company to handle the task. There are many App development firms out there, but not al...
06:34 am GMT - Fri, October 29, 2021
Dev To Static playlist website with Next.js and Prisma
By now, we had a good play with Prisma and created an application that can load a person's Spotify playlists.On click, the person can add this playlist to our Postgres database.Today, we'll be looking...
06:34 am GMT - Fri, October 29, 2021
Dev To Building a music player application in react from absolute scratch
In this blog tutorial, we are going to set up and build music player applications using react.js from absolutely scratch.There is an article specifically for you if you want to learn more about react....
06:32 am GMT - Fri, October 29, 2021
Dev To My First Android App
Solution#Hub-:Solution#Hub-: Social app for helping students to solve their doubts InspirationAcademic success is important because working people will need higher levels of education to ta...
06:27 am GMT - Fri, October 29, 2021
Dev To Facebook REBRANDS to Meta? Does it mean FAANG is now MANGA?
So if you haven't already heard, Facebook is now called Meta. An interesting twist so head down to the comments and let me know what you think.But the sarcastic and mischievous one in me couldn't help...
06:13 am GMT - Fri, October 29, 2021
Dev To Cheat Sheets that always save my time during web development
During Coding I often forget exact properties and at that time searching on google take time at least for me ( because I don't know about you ).So I always prefer cheatsheets because in 90% of cases I...
05:57 am GMT - Fri, October 29, 2021
Dev To Python and SQL
After working on some Javascript issues, I wanted to try a new problem on Python and luckily, in one of the issues of the project I was working on was on Python and SQL. Taking a look at the iss...
05:55 am GMT - Fri, October 29, 2021
Dev To Introducing shrimp and s3sha256sum
Today I am releasing two open source programs that will help you manage your data on Amazon S3: shrimp and s3sha256sum.The first program, shrimp, is an interactive multipart uploader that is built spe...
05:55 am GMT - Fri, October 29, 2021
Dev To How I used HarperDB Custom Functions and Recharts to create Dashboard
Last summer, I got a chance to explore HarperDB - a fast, flexible database that allows you to perform rapid application development, distributed computing, SaaS, and many more. I've developed a book ...
05:35 am GMT - Fri, October 29, 2021
Dev To How to share anything from your website by Web Share API
In this article we are going to look at Web Share API. With the Web Share API, web apps are able to use the same system-provided share capabilities as platform-specific apps. The Web Share API makes i...
05:03 am GMT - Fri, October 29, 2021
Dev To Nodejs Project For Beginners [Beginners- Advance]
If you have decided to build your career inNodeJSdevelopment, we have gathered a list ofnodeJS projects for beginnersfor all node enthusiasts to build highly scalableweb applications.These bestnodeJS ...
04:51 am GMT - Fri, October 29, 2021
Dev To 18 amazing GitHub repositories that will help you make a Beautiful Project
IntroductionToday I would like to give examples of good GitHub repositories that will help you implement complex animations, as well as useful functions in your projects.So let's get startedRead More:...
04:50 am GMT - Fri, October 29, 2021
Dev To 20 JavaScript One-Liners That Will Help You Code Like a Pro
JavaScript keeps growing and growing20 JavaScript One-Liners That Will Help You Code Like, opening doors for new to be tech geeks in the market as its one of the easiest languages to start. (is it rea...
04:47 am GMT - Fri, October 29, 2021
Dev To GitHub is down forever. What would you do in this situation?
Probably a developer's worst nightmare. What would you do in this scenario? ...
04:46 am GMT - Fri, October 29, 2021
Dev To Stack overflow is down forever. Discuss what you would do.
(Not real obviously). Discuss what you would do if Stack overflow was down forever!...
04:43 am GMT - Fri, October 29, 2021
Dev To Making the most boring website ever with TypeScript, NestJs, React and others. Part 6.
This series is about making a generic website for a local business with TypeScript, NodeJs, NestJs, Prisma, React and NextJs. I'm trying to make my videos quite short, about 10 minutes each (except fo...
04:42 am GMT - Fri, October 29, 2021
Dev To 40 JavaScript Projects for Beginners Easy Ideas to Get Started Coding JS
The best way to learn a new programming language is to build projects.I have created a list of 40 beginner friendly project tutorials in Vanilla JavaScript, React, and TypeScript.My advice for tutoria...
04:17 am GMT - Fri, October 29, 2021
Dev To October 29th, 2021: What did you learn this week?
It's that time of the week again. So wonderful devs, what did you learn this week? It could be programming tips, career advice etc.Feel free to comment with what you learnt and/or reference your TIL p...
04:05 am GMT - Fri, October 29, 2021
Dev To Divtober Day 28: Dots
The word of the day is 'dots' and I didn't have many ideas... so I ended up writing the word 'dot' using dots. And added a small animation (that works differently in every browser, because, why not?)I...
03:40 am GMT - Fri, October 29, 2021
Dev To GitHub Universe 2021 Recap - All You NEED to Know
GitHub's flagship event, GitHub Universe 2021, has just closed its virtual doors after 2 days packed of information, announcements, and releases.In this video I'm gonna go through all the announcement...
03:33 am GMT - Fri, October 29, 2021
Dev To map, filter and reduce functions in JavaScript
The .map(), .filter() and .reduce() functions in JavaScript are 3 most very useful functions in JavaScript.The common thing between them is that they are Array functions and the difference between the...
03:28 am GMT - Fri, October 29, 2021
Dev To How To Check RAM And CPU Usage In Laravel
In this tutorial I will give you how to check RAM and CPU usage in laravel. In PHP in-built function are available for checking CPU and RAM usage. Many time we require to check how much RAM and CPU us...
02:40 am GMT - Fri, October 29, 2021
Dev To What you missed at GitHub Universe, the latest feature announcements
GitHub Universe has been our flagship event for announcing and launching new products. Since last year's GitHub Universe, we've shipped more than 20,000 improvements! That's a lot of cool new features...
02:27 am GMT - Fri, October 29, 2021
Dev To Creating a blockchain in 60 lines of Javascript
In recent years, cryptocurrencies and blockchains are two uprising fields, so today, I will share my way of creating a blockchain in Javascript in just 60 lines of codes. I'm still new to the field, i...
12:34 am GMT - Fri, October 29, 2021
Dev To Discuss: When is the right stage to move from JavaScript to a JavaScript framework like React or Angular ?
Hello Everyone Quick questionAt what point do you get to when learning JavaScript and you say Yes I know enough now. Let me move to React or any other JavaScript framework ???...
12:00 am GMT - Fri, October 29, 2021
Dev To Binary Data Transfer on Azure Functions via OpenAPI
Since the latest version (0.9.0-preview) of the OpenAPI extension for Azure Functions was released, it supports the byte array types. With this support, you can now define the binary data type like im...
11:53 pm GMT - Thu, October 28, 2021
Dev To How Next.js 12 improved Material-UI app compile by 8X
Some are calling Next.js 12 the "biggest step forward yet." Especially Rust fans. Next.js 12's new Rust compiler features ~3x faster refresh locally and ~5x faster builds, but that's not the featur...
11:45 pm GMT - Thu, October 28, 2021
Dev To tsParticles 1.37.0 Released
tsParticles 1.37.0 Changeloglast post was 1.33.2 so every missing version will be detailed 1.33.3 Bug FixesFixed issues with svelte 3.41.0, issue #1924Fixed click handler, it wasn't wo...
11:40 pm GMT - Thu, October 28, 2021
Dev To How to do pull request reviews
TLDRHaving a process, even a simple one, for creating, reviewing, and merging PRs (pull requests) for all of your repositories is a necessity when working with a team. It makes the software deve...
10:49 pm GMT - Thu, October 28, 2021
Dev To Awesome CSS Button Hover Effects Using HTML & CSS
Lets create from from scratch, step-by-step an Awesome CSS Button Hover Effects Using HTML & CSS using just HTML and CSS!...
10:12 pm GMT - Thu, October 28, 2021
Dev To List of Emmet keyboard shortcuts for quickly generating HTML
Like many others, I started my coding journey with Notepad. Few days ago, I tried building a basic HTML page using my NotePad text editor. It took me over 10 minutes to get everything set up.This made...
08:26 pm GMT - Thu, October 28, 2021
Dev To October: Forem Twitch Events Roundup
In October, Nick Taylor and I kicked off Hacktoberfest. We were also joined by 4 awesome guests throughout the month who taught us about GitHub actions, Terraform, DivOps, Framer Motion and more! This...
08:18 pm GMT - Thu, October 28, 2021
Dev To Desplegando Bot de Telegram a AWS ECS con AWS Copilot [paso a paso] para principiantes
Copilot es una herramienta joven para crear e implementar servicios en contenedores sin manejar todos los problemas de configuracin de ECS, EC2 y Fargate. Tal vez haya una mejor manera de implementar ...
08:04 pm GMT - Thu, October 28, 2021
Dev To Discoveries in Ruby(and Rails): Enumerableminmax
Hi. I'm ahmed, a Rails enthusiastic and i use in my daily life as a developer. This will hopefully be a series in which i write on small(tiny-tips) i discover while coding Ruby. Enumerable#minmax...
07:58 pm GMT - Thu, October 28, 2021
Dev To Pentest/networking project
MedSec is a network and pentest utility that I developed so that I could perform different kinds of task using the same suite, instead of jumping from one tool to another.Currently, this script can pe...
07:20 pm GMT - Thu, October 28, 2021
Dev To Type | Treat 2021 - Day 4
Type | Treat Challenge 4Welcome to the fourth Type | Treat challenge! These challenges are a series of blog posts which have 2 code challenges in, one for beginners and one for intermediate Type...
07:14 pm GMT - Thu, October 28, 2021
Dev To How to Create a Weather App in 5 mins
IntroductionWeather is something that greatly affects our life. Wherever we are if we know what is coming like snow or rain, we can make inform decisions. Undoubtedly, people find weather foreca...
07:12 pm GMT - Thu, October 28, 2021
Dev To 3 Stages of Design thinking
Design thinkingDesign thinking is a strategy-making process that avoids making mistakes by applying the use of certain tools from the world of design and shifting the focus to human behavior and...
07:09 pm GMT - Thu, October 28, 2021
Dev To Create a Click-Outside-Hook in React
VIDEO: Creating a reuseable hook for "clicking outside elements". You can use it for example to close a modal/popup/dropdown when clicking outside these elements only....
06:49 pm GMT - Thu, October 28, 2021
Dev To Build A Modern Discord Bot from Scratch. Learn the basics
Discord bots help you interact with members of a server as well as moderate the server. A discord bot can send messages on the server, message a user directly (DM), ban a user, promote and demote a us...
06:26 pm GMT - Thu, October 28, 2021
Dev To Beware of Promise.all
In Javascript, Promise.all lets you execute a bunch of Promises in parallel and get an array of results back.const responses = await Promise.all([ fetch("/api/1"), fetch("/api/2")])Pretty straight f...
06:06 pm GMT - Thu, October 28, 2021
Dev To My first PR in hacktoberfest 2021
Hello every, my name is Dustin. I'd like to talk about my experience of solving very first and simple issues on github that are labelled as hacktoberfest 2021. ReasonsThe reason behind why I dec...
06:04 pm GMT - Thu, October 28, 2021
Dev To What is multi-cloud?
Were only a couple of months away from the new year, which means its time to start looking ahead to the tech trends that will dominate the software industry in 2022. As the new year approaches, we wan...
06:04 pm GMT - Thu, October 28, 2021
Dev To Hacktoberfest - Working with Swift
Project Introduction Since starting of this semester, I took an IOS app development class. I was impressed by how XCode is convenient for the user to build the app interface, it is like dragging...
06:03 pm GMT - Thu, October 28, 2021
Dev To Hacktoberfest 2021 with QuestDB community
QuestDB is the fastest open source time series database. Key features : Reduce hardware costs Contain operational complexity Decrease development costs Cloud native (AWS, Azure, GCP) On-premises...
05:58 pm GMT - Thu, October 28, 2021
Dev To How to Build a Static WordPress Site With Frontity
In recent years, we've been exploring a lot of trendy stacks and frameworks. They all brought performance upgrades and ease of use, but we haven't talked about the OG of the modern web for a long time...
05:56 pm GMT - Thu, October 28, 2021
Dev To DevNews Season 6 is Here!
We're back with an all-new season of DevNews and we can't wait for you to hear it! S6:E1 - VS Code in the Browser, Facebook Internal Documents, and Corporate Open Source ...
05:56 pm GMT - Thu, October 28, 2021
Dev To Best Coding app for beginners
Programming skills open doors to dozens of lucrative tech careers. And theres never been a better or easier time to learn. Just like learning any other language, coding requires regular practice to ma...
05:56 pm GMT - Thu, October 28, 2021
Dev To 15 Must-Have Browser Extensions for Web Developers
Browsers are increasingly incorporating moreextensions, plugins and add-ons, which are often developed by their users, making the browser more powerful, and helping us increase our productivity. Here ...
05:36 pm GMT - Thu, October 28, 2021
Dev To Build a custom video chat app with Daily and Vue.js
At Daily, weve specifically built our video and audio APIs to be frontend framework-agnostic. This is to make sure developers can implement real-time video calls a big feature in itself with whichev...
05:19 pm GMT - Thu, October 28, 2021
Dev To Lexus Announces Lexus Design Award 2022 Jury
Paola Antonelli and Simon Humphries will be joined by Indian architect Anupamu Kundoo and Canadian designer Bruce Mau. The main criteria for evaluating the work will be their compliance with three key...
05:04 pm GMT - Thu, October 28, 2021
Dev To Anlisis de sentimientos en una aplicacin web con ML.NET
Hola! Un gusto saludarte. En este articulo tutorial aprenderemos paso a paso a generar un modelo de Machine Learning personalizado desde ML.NET para el anlisis de sentimientos en texto, y luego aprend...
05:00 pm GMT - Thu, October 28, 2021
Dev To 40 JavaScript Projects for Beginners Easy Ideas to Get Started Coding JS
The best way to learn a new programming language is to build projects.I have created a list of 40 beginner friendly project tutorials in Vanilla JavaScript, React, and TypeScript.My advice for tutoria...
04:59 pm GMT - Thu, October 28, 2021
Dev To Top 20 JavaScript tips and tricks to increase your Speed and Efficiency
Convenient and useful techniques to reduce the lines of code and pace up your Dev Work!In our daily tasks, we get to write functions such as sorting, searching, finding unique values, passing paramete...
04:41 pm GMT - Thu, October 28, 2021
Dev To Live From INTERACT: Engineering Leadership Screwups
Have you ever had to manually book 50,000 flights because you rushed to deliver new features on your product?In this episode of the Dev Interrupted podcast, we asked some of our favorite engineering l...
04:36 pm GMT - Thu, October 28, 2021
Dev To Practicing Postgresql and Postulating (Im)Provements
Returning Again to DatabasesFor years, I wasnt working with relational databases. But in my heart, Ive always loved them and thrived when developing with them.What follows is my iterating throug...
03:35 pm GMT - Thu, October 28, 2021
Dev To Introduction to Scramjet Data Processing Platform
New engine for serverless data processing applicationsOur Scramjet data apps engine has its approach to deploying and running serverless applications; in several aspects different from solutions...
03:25 pm GMT - Thu, October 28, 2021
Dev To The Learning Path to GraphQL for Fullstack Developers
GraphQL has been around for 6 years now and has really empowered frontend and fullstack developers with the ability to build backends easily. With tools like Hasura, developers focus only on writing c...
03:22 pm GMT - Thu, October 28, 2021
Dev To 10 VS Code extensions every Frontend Developer should use
Hello everyone, my name is Johnny and I'm a frontend developer. In this blog post, I would like to share 10 VS code extensions that every frontend developer should use. The purpose of using these exte...
03:21 pm GMT - Thu, October 28, 2021
Dev To How to Add a README to a GitHub Organization's Profile?
You may already know how to add a README to your GitHub profile (if you don't, have a look at this article), but did you know you can also add one to an organization's profile? To do so, just head ove...
03:18 pm GMT - Thu, October 28, 2021
Dev To DevCard Style github markdown
Hello there!Since we have to read a lot of things daily here there is an amazing show off for your reading.And the most important is that you can use this everywhere you want to have a cool/better pre...
03:16 pm GMT - Thu, October 28, 2021
Dev To 20 JavaScript One-Liners That Will Help You Code Like a Pro
JavaScript keeps growing and growing20 JavaScript One-Liners That Will Help You Code Like, opening doors for new to be tech geeks in the market as its one of the easiest languages to start. (is it rea...
03:16 pm GMT - Thu, October 28, 2021
Dev To 18 amazing GitHub repositories that will help you make a Beautiful Project
IntroductionToday I would like to give examples of good GitHub repositories that will help you implement complex animations, as well as useful functions in your projects.So let's get startedRead More:...
03:13 pm GMT - Thu, October 28, 2021
Dev To Tools for Web Designing
Designing is just great thing and demanding skills in digital era of development everyone want to build designing skills and lot of different opportunities are available for designers like Graphic Des...
03:12 pm GMT - Thu, October 28, 2021
Dev To How to Improve Your Integration Tests Using OpenTelemetry
This article is part of the Aspecto Hello World series, where we tackle microservices-related topics for you. Our team searches the web for common issues, then we solve them ourselves and bring you co...
03:07 pm GMT - Thu, October 28, 2021
Dev To Web Development Resources that you should know and bookmark
Are you looking for thebest design resources websites? Well, then this collection is something every developer should bookmark, as it consists of the best resources that can help you to develop an ama...
03:06 pm GMT - Thu, October 28, 2021
Dev To Cheat Sheets that always save my time during web development
During Coding I often forget exact properties and at that time searching on google take time at least for me ( because I don't know about you ).So I always prefer cheatsheets because in 90% of cases I...
02:49 pm GMT - Thu, October 28, 2021
Dev To How to mint 10000 NFTs on Opensea
Minting to OpenseaAfter creating all your NFTs the more hardest step is to mint so many NFTs to Opensea mostly in large quantities without a contract.To do it I'll share my repository that uses ...
01:54 pm GMT - Thu, October 28, 2021
Dev To Hactoberfest and me!
I completed the Hactoberfest, 2nd year in a row!!With the arrival of the October, being able to be driven into scouring through Github to find a repo that suits me is kind of fun!!Every year, there ar...
01:41 pm GMT - Thu, October 28, 2021
Dev To Mouse tracking eye using Vue 3, VueUse and CSS
IntroductionIn this blog, I will be showing you have to make a mouse-tracking eye component using Vue 3, VueUse and a sprinkle of CSS. This eye-catching component will make a quirky addition to ...
01:37 pm GMT - Thu, October 28, 2021
Dev To Quiz: How Well Do You Understand Asynchronous JavaScript?
Over the last few weeks, we had a lot of discussions on asynchronous JavaScript and patterns we use in our projects to build performant apps. It resulted in an article - 4 tips on writing better async...
01:05 pm GMT - Thu, October 28, 2021
Dev To Edge DevTools for Visual Studio Code 1.4.0 - Improved Screencasting, Device Emulation and live, inline issue reporting
The 1.4.0 release of the Microsoft Tools for Visual Studio Code brings a few highly requested features. We improved the screencasting feature, added device emulation and live issue reporting in your s...
12:51 pm GMT - Thu, October 28, 2021
Dev To 5 Reasons To Use TypeScript
This post was originally posted on my blog, 5 Reasons To Use TypeScript. Some changes have been made from the original post to fit the styling of dev.to. I recommend reading the post on the original s...
12:44 pm GMT - Thu, October 28, 2021
Dev To How to Mine TetherUS USDT on Your Laptop in 2021
A Step by Step Guide to Pool Mining TetherUS USDT in 2021 with a CPU or GPUs!Sometimes mining can seem to be too complex for the average computer user, so I thought about putting together a quick guid...
12:34 pm GMT - Thu, October 28, 2021
Dev To Building the first open-source notification infrastructure
Hi Community!Looking forward to hear your thoughts about this.Notifire was started out of pain me and @combarnea felt when developing products that required product based notifications. We've built th...
12:11 pm GMT - Thu, October 28, 2021
Dev To How to host your website on Azure?
Hosting your website on Azure is very simple. Just a few clicks . Final result PrerequisitesSignup for an Azure account for free if you don't have already. (Note: If you are a student you ca...
12:08 pm GMT - Thu, October 28, 2021
Dev To Flask and Django - the backend web frameworks
IntroductionWe all have seen the buzz around web frameworks like Django, Flask, Node.js, etc but have you taken time to learn all of them? No, and you shouldn't! Because many web frameworks shar...
12:03 pm GMT - Thu, October 28, 2021
Dev To How to generate a random string in Python?
In this short tutorial, we look at how we can generate a random string in Python. We also look at all the various types of string that can be generated. Table of Contents:Importing string and ran...
12:00 pm GMT - Thu, October 28, 2021
Dev To Enjoy Programming-Themed Humor? Here's today's daily developer joke!
Hi there! Here's today's Daily Developer Joke. We hope you enjoy it; it's a good one.For more jokes, and to submit your own joke to get featured, check out the Daily Developer Jokes Website. We're als...
11:38 am GMT - Thu, October 28, 2021
Dev To Top 10 articles of the week for beginners.
DEV is a community of software developers getting together to help one another out. The software industry relies on collaboration and networked learning. They provide a place for that to happen."A jou...
11:37 am GMT - Thu, October 28, 2021
Dev To NodeJS Express partie 3 : Les Middlewares
Voici une srie d'articles qui vous permettra crer des applications backend avec NodeJS + Express.Cette srie est la suite de ma srie sur les bases de NodeJS. Si vous n'avez pas les connaissances de bas...
11:03 am GMT - Thu, October 28, 2021
Dev To Streaming Data Solutions on AWS with Amazon Kinesis | AWS White Paper Summary
IntroductionBusinesses today receive data at massive scale and speed due to the explosive growth of data sources that continuously generate streams of data. Whether it is log data from applicati...
10:43 am GMT - Thu, October 28, 2021
Dev To Building a Search UI with Typesense
If you've been working as a web developer for some time, then you may have worked on a search feature in one of your projects. Search bars are one of the most common components of any website and depe...
10:14 am GMT - Thu, October 28, 2021
Dev To 7 Qualitative Metrics to Measure Code Quality Engineer Should Know
High-quality code is critical to creating functional error and bug-free software that is easy to edit and understand. But while we sometimes spot our own errors, we need to really dig a little deeper....
10:04 am GMT - Thu, October 28, 2021
Dev To 7 Sources To Learn New Skills For Free
These free sources will certainly help you to learn and improve your skills. Here's the 7 free sources you can go to learn new skills for free. CourseraJust choose a course, and apply for a finan...
09:53 am GMT - Thu, October 28, 2021
Dev To P42 for GitHub is now P42
Over the last five months, P42 has grown from a code modernization tool for GitHub to a programming assistant for JavaScript and TypeScript with VS Code integration. The modernization included a signi...
09:53 am GMT - Thu, October 28, 2021
Dev To Cost to Create Real Estate App like Zillow
The traditional way of buying or selling a real estate property used to be with the help of an agent or broker. The broker is generally familiar with all of the builders in the city/town they work in ...
09:52 am GMT - Thu, October 28, 2021
Dev To Recursive list rendering with React and Vue
Sometimes your list may have a sublist inside it which again may have another sublist in it.In that case simple loop won't work. You have to use recursion. So let's see how we can render recursiv...
09:43 am GMT - Thu, October 28, 2021
Dev To code everyday with me
--DAY 10--Hi, I am going to make #100DaysOfCode Challenge. Everyday I will try solve 1 problem from leetcode or hackerrank. Hope you can go with me until end.Now let's solve problem today:-Probl...
09:26 am GMT - Thu, October 28, 2021
Dev To Data Visualization Techniques and Tools
What is Data Visualization ?Data visualization may be defined as the graphical representation of information and data in a pictorial or graphical format in the form of charts, graphs or maps.The...
09:24 am GMT - Thu, October 28, 2021
Dev To VOLDER v2.0.0 npm package coming soon
version 2.0.0 in the road with more features and better documents support me by adding a star to github volder repositorylink:https://github.com/devSupporters/volder...
09:20 am GMT - Thu, October 28, 2021
Dev To Adding a dark mode to your website using SCSS
Most developers are using and loving it for years. After the release of iOS 13 it was introduced to people outside the development bubble. The dark mode.For a long time I wanted my own website to feat...
09:16 am GMT - Thu, October 28, 2021
Dev To Kotlin In Appwrite
Appwrite is an end-to-end backend server that is aiming to abstract the complexity of common, complex, and repetitive tasks required for building a modern app.Appwrite is both cross-platform and techn...
09:15 am GMT - Thu, October 28, 2021
Dev To 15 Trending GitHub Projects For Web Developer
Read here: https://www.codelivly.com/15-trending-projects-on-github-for-web-developers/...
09:14 am GMT - Thu, October 28, 2021
Dev To 20 tips to Google like a pro
Read here: https://bit.ly/3nuX0wo...
09:05 am GMT - Thu, October 28, 2021
Dev To Active and upcoming reinforcement learning competitions
Reinforcement learning (RL) is a subdomain of machine learning which involves agents learning to make decisions by interacting with their environment. While popular competition platforms like Kaggle a...
08:41 am GMT - Thu, October 28, 2021
Dev To 40 JavaScript Projects for Beginners Easy Ideas to Get Started Coding JS
The best way to learn a new programming language is to build projects.I have created a list of 40 beginner friendly project tutorials in Vanilla JavaScript, React, and TypeScript.My advice for tutoria...
08:35 am GMT - Thu, October 28, 2021
Dev To Top reasons to build an app based on microservices in Node.js
Take any popular web project and there is a good chance it has been built with Node.js. This tremendously popular JavaScript runtime environment is praised by developers for its flexibility and effect...
08:31 am GMT - Thu, October 28, 2021
Dev To I've made a React app. Should you stick around?
Should you wait the credits? "Stick Around" will tell you.Ever since the first Marvel movies came out it seems like in every movie there's the possibility of an extra scene hidden during or afte...
08:17 am GMT - Thu, October 28, 2021
Dev To Integrating captcha in your app in 10 minutes
Ok, so what is a captcha?Captcha is a computer program or system intended to distinguish human from machine input, typically as a way of thwarting spam and automated extraction of data from websites. ...
08:17 am GMT - Thu, October 28, 2021
Dev To Faster Docker builds with composer install
When working with PHP based projects and Docker, it is a good practice to include all the third party dependencies coming from composer install.This really helps to reduce the time needed to spin off ...
08:05 am GMT - Thu, October 28, 2021
Dev To Production Horrors Handling Disasters: Public Debrief
Just in time for Halloween failures in production are scarier than most movie monsters. Here's a personal scary story of a production fail.Halloween is probably the most appropriate time to start this...
07:32 am GMT - Thu, October 28, 2021
Dev To 10 VS Code extensions every Frontend Developer should use
Hello everyone, my name is Vansh and I'm a frontend developer. In this blog post, I would like to share 10 VS code extensions that every frontend developer should use. The purpose of using these exten...
07:23 am GMT - Thu, October 28, 2021
Dev To 15 reasons why you should learn JavaScript right now [Updated]
There are two reasons why its sometimes hard to make a choice; either there are too few options to choose from, or there are too many. When it comes to programming languages, there is an embarrassment...
07:16 am GMT - Thu, October 28, 2021
Dev To Cheat Sheets that always save my time during web development
During Coding I often forget exact properties and at that time searching on google take time at least for me ( because I don't know about you ).So I always prefer cheatsheets because in 90% of cases I...
07:10 am GMT - Thu, October 28, 2021
Dev To 20 JavaScript One-Liners That Will Help You Code Like a Pro
JavaScript keeps growing and growing20 JavaScript One-Liners That Will Help You Code Like, opening doors for new to be tech geeks in the market as its one of the easiest languages to start. (is it rea...
06:59 am GMT - Thu, October 28, 2021
Dev To Support me by buying me a coffee.
Support me by buying me a coffee at buymeacoffee.comURL: https://www.buymeacoffee.com/noobcoders...
06:51 am GMT - Thu, October 28, 2021
Dev To Hacktoberfest 2021 with AppWrite
Why Hacktoberfest?Long Since 2019 I was curious about Hacktoberfest, but had never gotten around to participating in it. As I was overwhelmed by Open Source which seemed very complicated.. Branc...
06:50 am GMT - Thu, October 28, 2021
Dev To What jobs can you get as a Python Developer
Pythoneer job role and requirements:https://www.codelivly.com/what-jobs-can-you-get-as-a-python-developer/...
06:41 am GMT - Thu, October 28, 2021
Dev To 30 amazing GitHub respo that will help you make a Beautiful Project
IntroductionToday I would like to give examples of good GitHub repositories that will help you implement complex animations, as well as useful functions in your projects.So let's get startedRead More:...
06:39 am GMT - Thu, October 28, 2021
Dev To Hazelcast Kibana: best buddies for exploring and visualizing data
A lot, if not all, of data science projects, require some data visualization front-end to display the results for humans to analyze. Python seems to boast the most potent libraries, but do not lose ho...
06:27 am GMT - Thu, October 28, 2021
Dev To useNavigate tutorial React JS
Hi guys !.In this post we will learn how to use the useNavigate hook in React JS. useNavigate is part of React Router and has replaced useHistory, although it is similar to useHistory, but with more u...
06:11 am GMT - Thu, October 28, 2021
Dev To Nebula Explorer: A Tool to Visualize Graph Data Easily
Nebula Explorer is a visualization tool of the Nebula Graph ecosystem. With it, you can easily access Nebula Graph, and then query and retrieve graph data via GUI without having to learn nGQL. It can ...
06:05 am GMT - Thu, October 28, 2021
Dev To How to perform non updating upserts in Prisma
In our example yesterday, we are pushing specific playlists to our database. However, if we add a playlist twice, we will see that the URI is not unique and exists already.There are several ways to go...
05:20 am GMT - Thu, October 28, 2021
Dev To Steps to Follow during Mobile App Development to Leverage Profits for Your Venture
As per recent statistical reports, the number of mobile apps will become 258.2 billion by the close of 2022. This makes it obvious thus that the same has the capability to increase the value of profit...
04:38 am GMT - Thu, October 28, 2021
Dev To What is Embedded Linux?
The demand for faster, efficient, and high-performing computers is increasing, the dimensions of the form factors that carry them forward decrease.These days, the IT industry and engineers are constan...
04:21 am GMT - Thu, October 28, 2021
Dev To About Git 03
In this tutorial we are touching some more commands and aspects about Git. Short statusLet's modify a file in your directory.echo hey >> file1.txtWhen you run git status it gives quiet a lo...
04:21 am GMT - Thu, October 28, 2021
Dev To About Git 01
Let's begin this tutorial with a scenario. Assume that you are a developer who is working on a project with another bunch of developers as a team. One of the developers in your team adds a new feature...
04:11 am GMT - Thu, October 28, 2021
Dev To :- " - "
The first thing you need to understand is that, Everything you see on a web page is made up of rectangles boxes.on a website, you will see all the content is just a combination of boxes, Arranged on t...
03:55 am GMT - Thu, October 28, 2021
Dev To Welcome Thread - v148
Welcome to DEV!Leave a comment below to introduce yourself! You can talk about what brought you here, what you're learning, or just a fun fact about yourself.Reply to someone's comment, either w...
03:48 am GMT - Thu, October 28, 2021
Dev To Introduction to Git
What is Git?Git is a free and Open Sourced Version Control System, ie, allows programmers to keep track of any changes with files involving collaborative software development. Some Basic G...
02:30 am GMT - Thu, October 28, 2021
Dev To Beginners Guide to CRUD using JavaScript
So you want to write your own CRUD functionality in JavaScript? Well this is the right place to be!But first off, what the heck is CRUD?CRUD stands for:Create - Read - Update - DeleteThese are the fou...
02:29 am GMT - Thu, October 28, 2021
Dev To An NFT based game
The projectSo this past week I built out my second dApp with the current cohort in the Buildspace community. This time round, the project was to create an NFT based game. The goal was to make a ...
12:34 am GMT - Thu, October 28, 2021
Dev To Hacktoberfest 2021! My second contribution
On the second week of October, I made another Pull Request(PR). I will introduce the project and also my big mistake ProjectThis project was a meditation app created on React.JS and bootstrapped...
12:10 am GMT - Thu, October 28, 2021
Dev To Component Lifecycle In React Functional Components
Using Functional Components in react become the most popular way to create react Components, sometimes I feel like I want to use a class component lifecycle functions but still want to get benefits fr...
11:55 pm GMT - Wed, October 27, 2021
Dev To Product developers guide to customize data for AI - Part 3: Merge multiple dataframes
TLDRAs a step towards data processing, learn how to merge multiple datasets together and analyze the story behind the data. OutlineIntroductionBefore we beginMerging all dataEmail subscript...
11:54 pm GMT - Wed, October 27, 2021
Dev To What are PWAs?
The concept of PWAs (Progressive Web Apps) is not new. It has been around since 2015, when Google introduced this new form of web experience on mobile devices. In the past few years, PWAs have gained ...
11:42 pm GMT - Wed, October 27, 2021
Dev To Performance Design & Marketing w/ Richie Lokay
What is HTML All The ThingsHTML All The Things is a web development podcast and discord community which was started by Matt and Mike, developers based in Ontario, Canada. The podcast speaks to w...
11:29 pm GMT - Wed, October 27, 2021
Dev To I can't believe you're not adding observability
cover image by uppsa uppsaI want to talk to you about observability, the art of understanding errors and performance of your technology stack by implementing monitoring and some kind of tool to view t...
10:23 pm GMT - Wed, October 27, 2021
Dev To Why you should be continually interviewing
I usually don't share pieces of advice I haven't applied myself, but in this case, the epiphany came before the practice: you should be always interviewing! Interviewing is a skillThis is particu...
10:13 pm GMT - Wed, October 27, 2021
Dev To Micro-Frontends FAQs
These are some of the questions I received after my presentation "Micro-Frontends Performance and Centralised Data Caching" at React Advanced London 2021. Are Micro-Frontends mainly used for larg...
10:09 pm GMT - Wed, October 27, 2021
Dev To SOLID Principles of Software Architectures
SOLID design principles are five software design principles that enable you to write effective object-oriented code.The SOLID name is a mnemonic acronym where each letter represents a software design ...
10:05 pm GMT - Wed, October 27, 2021
Dev To Git My Dots! I made a simple dotfiles manager that's based on Git hooks
Git My Dots! is a simple tool that packs in 4 simple commands to help you manage your dotfiles repositories. It can easily and instantly get rid of and install new dotfiles so you can try all the amaz...
10:01 pm GMT - Wed, October 27, 2021
Dev To When does a pointer become dangling in C/C? | Why isn't this example dangling?
All testing has been done on SoloLearn's C++ playground.So, I was planning on making a post on a custom pointer datatype, and I was playing around with (raw-)pointers, and I wanted to test something, ...
09:56 pm GMT - Wed, October 27, 2021
Dev To I'm here to tell you aboutAutoIdle
From simple to complex applications, Heroku stands out a deployment choice for many developers. This is because with Heroku, getting an application up and running is a very simple procedure that abstr...
09:32 pm GMT - Wed, October 27, 2021
Dev To Happy Hacktoberfest ! - Part 3
IntroductionContinuing from my latest post about Hacktoberfest, I decided to work on another issue from Medusa's repo. However, the difficulty level this time far exceeded what I had expected. ...
08:35 pm GMT - Wed, October 27, 2021
Dev To Twitch Streaming Graph Analysis - Part 2
IntroductionThis blog is divided into three parts, depending on the part of the application we are building:Part 1: data source and backend implementationPart 2: frontend implementationPart 3: s...
08:29 pm GMT - Wed, October 27, 2021
Dev To The Ultimate SEO Checklist
Below the ultimate checklist that you need to drive SEO success, covering 41 best practice points and tasks that you need to know about. Let's start:Set Up Google Search Console and Bing Webmaster Too...
08:16 pm GMT - Wed, October 27, 2021
Dev To Deploy a Flask Application - Manually (Simple Steps)
1. Create a named Kubernetes clustereksctl create cluster --name [cluster-name] --profile [profile-name] 2. Image registry (get or create)Create/Build a Docker Image and push it to their D...
08:15 pm GMT - Wed, October 27, 2021
Dev To Conditional Rendering in React: A Quick Introduction
What is Conditional Rendering?Many websites want users to create an account that requires you to sign in when using the site. Any social media, blogging platform, or e-commerce site will often e...
08:05 pm GMT - Wed, October 27, 2021
Dev To 1 line of code: How to get lowest numeric element of an Array
const lowestNumber = arr => Math.min(...arr); Returns the lowest numerical item of the array.Happy coding and consider to buy me a coffeePhoto by zoo_monkey on Unsplash...
07:47 pm GMT - Wed, October 27, 2021
Dev To Two Symbol Turing Machine
IntroductionA Turing machine is a mathematical model used for computation by using infinitely long tape with symbols and a set of instructions. It was proposed by Alan Turing (remember, The Imit...
07:40 pm GMT - Wed, October 27, 2021
Dev To Atajos de Teclado (Shortcuts) en VSCode.
Visual Studio Code actualmente en uno de los editores de cdigo ms utilizado, sobre todo entre los desarrolladores Web, nos permite programar en casi cualquier lenguaje. Tiene muchas caractersticas que...
07:25 pm GMT - Wed, October 27, 2021
Dev To Cache API Integration with HydratedBLoC in Flutter (Source Codes Included)
Introduction BLoC stands for Business Logic Controller. It was created by Google and introduced at Google I/O 2018. It is made based on Streams and Reactive Programming.I can assure you that eve...
07:22 pm GMT - Wed, October 27, 2021
Dev To How to Grow as a Software Engineer - 5 Tips
So you got a job as a software engineer. What now? There are 1,000 technical skills that you can dig into. There is always a new framework to learn. Your company probably has a large codebase that you...
07:08 pm GMT - Wed, October 27, 2021
Dev To How to create a custom radio button and make it functional in react?
I was creating a product page for one of my e-commerce projects. And then I came into an issue of building a color and size selection component. I searched a lot on developer's best friend "Google" bu...
07:08 pm GMT - Wed, October 27, 2021
Dev To Projective Geometry Computer Vision
Projective Geometry in Computer vision is an important concept. Projective geometry provides the mathematical formalism to describe the geometry of cameras and associated transformations, enable the m...
06:48 pm GMT - Wed, October 27, 2021
Dev To Encrypt/decrypt data with .NET 6 and Azure Key Vault
Security is hard. It's hard because there are so many things that can go wrong along the way. Attackers only need to find one small gap to make it through whereas developers and IT Pros have to think ...
06:31 pm GMT - Wed, October 27, 2021
Dev To React SaaS Boilerplate with Next JS and Serverless
Building a SaaS application from scratch is a difficult task and it involves a lot of skills: Frontend, Backend, Cloud infrastructure and third-party integration like payment. It took me 5 months to b...
06:28 pm GMT - Wed, October 27, 2021
Dev To Get Started with MariaDB in 3 Steps
OK, we all know that there are a ton of database options out there these days. Relational (SQL), NoSQL, Distributed SQL (NewSQL). And thats really just the tip of the iceberg. Choosing a new database ...
06:27 pm GMT - Wed, October 27, 2021
Dev To Functions to be called only once in C
In this article, we are going to discuss how we can make sure member functions are called no more than once while their enclosing object is alive.There can be different motivations for having such fun...
06:27 pm GMT - Wed, October 27, 2021
Dev To What is Swift? Features, advantages, and syntax basics
Were only a couple of months away from the new year, which means its time to start looking ahead to the tech trends that will dominate the software industry in 2022. As the new year approaches, we wan...
06:26 pm GMT - Wed, October 27, 2021
Dev To Check Out My Hubpages Profile
Hi guysAlong with publishing here, I also write articles at [Hubpages](http://hubpages.com/_dev/user/new.I would really appreciate if you follow me there.I will continue to post here too, but many use...
06:19 pm GMT - Wed, October 27, 2021
Dev To Java Notes 3
NotesJava is a strongly typed language. You must declare the type of a variable, and variables must hold data of the correct type.To declare a variable is to declare the type of the variable.To ...
06:07 pm GMT - Wed, October 27, 2021
Dev To Reusable Parallax Effect With CSS Variables
CSS variables offers us a very neat way to share information between CSS and JavaScript. The perk of connecting these two with CSS variables is that we can access them and modify them in CSS and in JS...
05:45 pm GMT - Wed, October 27, 2021
Dev To I want to be a Software Engineer
Hi, This is Niranjan vadala, I am a B.tech Holder from Civil Engineering department, recently I entered in blockchain technology like trading BTC and understanding automatic trading bots creation, I a...
05:29 pm GMT - Wed, October 27, 2021
Dev To How to Install ReactJS on MacOS?
ReactJS is a free and open-source front-end JavaScript library created by Facebook in 2013. ReactJS is a User Interface (UI) library, and it is used for building and manipulating UI components.In this...
05:07 pm GMT - Wed, October 27, 2021
Dev To 10 Sourcegraph Search Tricks for Open Source Contributors and Maintainers
October is nearly finished, which means Hacktoberfest is on the hearts and minds of developers around the world, with many last-minute participants. And although the idea of contributing to open sourc...
04:46 pm GMT - Wed, October 27, 2021
Dev To HOW TO EARN MONEY FROM WEB DEVELOPMENT!
HI in this blog, i will like to tell you about how can you make money from web development, this blog will not give u carrier advice but this blog will just give you some ways through which u can earn...
04:45 pm GMT - Wed, October 27, 2021
Dev To Lets Talk About Executing and Caching Queries with React Apollo
Yep, youve guessed it. Were going to talk about queries. Lets start with basics. The useQuery React hook is the primary API for executing queries when using Apollo Client in React. To run a query with...
04:31 pm GMT - Wed, October 27, 2021
Dev To Install VirtualBox Guest Additions for openEuler 20.03 SP1
This article mainly discusses encountered issues and solutions when I installed VirtualBox Guest Additions for OpenEuler 20.03 SP1.After installing openEuler 20.03 SP1, log in to openEuler (I login as...
04:12 pm GMT - Wed, October 27, 2021
Dev To The Talk That Made Me Finally Understand How the Event Loop Works
This article was originally published at https://maximorlov.com/javascript-event-loop-talk/When I first heard about the event loop, the concept kind of made sense.I knew that Node.js is single-threade...
04:06 pm GMT - Wed, October 27, 2021
Dev To The Most Innovative Companies Prioritize Developers & Empower Their Success
This article was written exclusively for devinterrupted.com by Henrik Gtle...If youre a developer, or a developer team lead, this article offers you actionable insights from a research study conducted...
03:42 pm GMT - Wed, October 27, 2021
Dev To Basics of Cloud Computing for a TechNewbie
Background and DefinitionCloud computing is one of the hottest buzzwords in the IT world today. It has revolutionized our internet experience as users and the way organizations conduct their bus...
03:38 pm GMT - Wed, October 27, 2021
Dev To How To Enable Real-Time Merge Conflict Detection In Android Studio
Ah, the dreaded resolve conflicts popup. You've finished crafting the perfect code, just a quick merge in of master (ahem, main) before you submit your PR, and then... If only there was an early warni...
03:25 pm GMT - Wed, October 27, 2021
Dev To Call center automation: how I created a conversational AI app version of my own Apple customer support call in just 2 hours.
This post is a bit different from what Ive created before. This time, Ive recreated an Apple Support operator-to-customer phone call in a form of an automated conversational AI app. Let me give you th...
03:19 pm GMT - Wed, October 27, 2021
Dev To A solution to rEFInd unable to load using shim when Secure Boot is enabled
BackgroundUbuntu 21.10 can load on my computer through secure boot, and the shim version is 15.4. Then refer to the official tutorial, I installed rEFInd v0.13.2 (the latest version when I poste...
03:17 pm GMT - Wed, October 27, 2021
Dev To Keras Model Errors on Loading using TF2.3 - IndexError: list index out of range
Here is an example to solve similar questions from the issue #43561When I was trying to load the sequential model here using tf.keras.models.load_model in TF 2.3.1, an error is thrown at the fol...
03:07 pm GMT - Wed, October 27, 2021
Dev To 19 tips to Google like a pro
Hello everyone! Before we start Lets connect on Twitter and also follow me here for more useful blogs.In this article, we will learn how to search on Google like a pro. Lets get startedGoog...
03:06 pm GMT - Wed, October 27, 2021
Dev To What is a Message Broker? & How does it work? | Message Broker vs REST API
If you've ever worked on a Microservice Architecture or want to learn about Microservices, then you must know, "How do Microservices Communicate?"Watch this video tutorial till the end to know the ans...
02:59 pm GMT - Wed, October 27, 2021
Dev To Top 20 Most Used AWS Services Explained
Amazon Web Services (AWS) is the most comprehensive and widely used cloud platform in the world, with over 200 fully-featured services available from data centers all around the world. In this article...
02:45 pm GMT - Wed, October 27, 2021
Dev To How to easily debug rxjs pipes
When i first started approaching reactive programming and rxjs i struggled a little bit to understand how data flows throught observables, pipes, operators and so on. All i had to help me were marble ...
02:32 pm GMT - Wed, October 27, 2021
Dev To Patch Note du 27/10/2021
Bienvenue sur le PatchNote du Mercredi 27/10/2021 Voici la liste des petites modifications, corrections de bugs et > des petits ajouts partir du 27/10/2021.On vous en dit plus juste ici . Ch...
02:09 pm GMT - Wed, October 27, 2021
Dev To Making the most boring website ever with TypeScript, NestJs, React and others. Part 5.
This series is about making a generic website for a local business with TypeScript, NodeJs, NestJs, Prisma, React and NextJs. I'm trying to make my videos quite short, about 10 minutes each (except fo...
02:03 pm GMT - Wed, October 27, 2021
Dev To Free Introduction to Docker eBook
Introduction to DockerThis is an open-source introduction to Docker guide that will help you learn the basics of Docker and how to start using containers for your SysOps, DevOps, and Dev projec...
01:25 pm GMT - Wed, October 27, 2021
Dev To Web Scraping: Intercepting XHR Requests
Have you ever tried scraping AJAX websites? Sites full of Javascript and XHR calls? Decipher tons of nested CSS selectors? Or worse, daily changing selector? Maybe you won't need that ever again. Keep...
01:04 pm GMT - Wed, October 27, 2021
Dev To JS Symbol, what the heck?
Among the primitive data type, you may have already heard about Symbol. But you're asking yourself what is it? When does it useful? When are they currently used?If it's the case, you are in the right ...
12:27 pm GMT - Wed, October 27, 2021
Dev To How to get the work done in freelancing as a Developer.
Hi, my name is Saifullah Usmani. I am a Programmer and a Graphic Designer. I have been programming for almost 5 years now. And I have worked with several freelance clients.If it sounds like a thing th...
12:17 pm GMT - Wed, October 27, 2021
Dev To How to Create a Login Form with HTML and CSS in very less time
Hi folks in this tutorial you will be learning about how to createa beautiful login form with the help of HTML & CSS with snappy animations in it. You will learn basics of html & css as well a...
12:08 pm GMT - Wed, October 27, 2021
Dev To Simple, Reliable, Correct, Fast (in that order)
"Simple, correct, fast: in that order" (coined by Drew DeValut) is one of my favorite programming phrases. It says so much in so few words.Make sure that you read the original article, it's not long. ...
12:03 pm GMT - Wed, October 27, 2021
Dev To What is new in Angular?
Angular is not a language it is a framework written in JavaScript language developed by Google, it is a front end development Doesn't take time. It works smoothly on the MVC platform, open-source, Nod...
11:46 am GMT - Wed, October 27, 2021
Dev To Building a Tailwind CSS file upload input component
Tailwind CSS is a framework that I've been using quite a lot lately and there's one particular problem that has been slowing my development process: the lack of components.Although I love the new way ...
11:35 am GMT - Wed, October 27, 2021
Dev To Top 10 articles about CSS of the week.
DEV is a community of software developers getting together to help one another out. The software industry relies on collaboration and networked learning. They provide a place for that to happen.Cascad...
11:32 am GMT - Wed, October 27, 2021
Dev To Middleware in NextJS 12 - What are they and how to get started with them
Yesterday, we had the NextJS Conf and we got a lot of new things. NextJS 12 has been released and it has got a ton of new and exciting features. One of these features is middleware in NextJS so let us...
11:24 am GMT - Wed, October 27, 2021
Dev To Skeletonise yourself with AI pose detection
This post was originally written on the Pixelhop blog: Skeletonise yourself with pose detectionWe recently built a fun halloween experiment where we use something called pose detection to skeletonise ...
11:20 am GMT - Wed, October 27, 2021
Dev To Move from one page to another without loading
...
11:13 am GMT - Wed, October 27, 2021
Dev To Introduction to Scaling
Scalability is one of the top concerns when it comes to designing software systems. Applications are generally created with the objective that someday there will be a large number of users using them....
10:58 am GMT - Wed, October 27, 2021
Dev To AWS Step function vs. AWS Lambda benchmark
Looking into the AWS ecosystem of serverless services, AWS Step Functions is one of my personal most favorite services. I recently had a chat with some colleagues about a potential use case of Step fu...
10:57 am GMT - Wed, October 27, 2021
Dev To Day 19 of 100 Days of Code & Scrum: Social Media Networking & Guide Updates
Greetings! I hope everyone is doing well.Today was a rather "normal" day. I updated my my User Stories guide like I promised yesterday. I did a lot of networking today, reaching out to people in vario...
10:51 am GMT - Wed, October 27, 2021
Dev To Top 10 VS Code Extensions For Web Development
We spend so much time in our text editors, and every now and again we encounter those little frustrating issues that slow us down. Perhaps finding the right file takes too long, or finding a matching ...
10:49 am GMT - Wed, October 27, 2021
Dev To AWS Step function vs. AWS Lambda benchmark
Looking into the AWS ecosystem of serverless services, AWS Step Functions is one of my personal most favorite services. I recently had a chat with some colleagues about a potential use case of Step fu...
10:28 am GMT - Wed, October 27, 2021
Dev To Undefined or not defined?
Table of ContentWhat is Undefined in JavaScript?What is 'defined` in JavaScript ?Difference between the both. UndefinedUndefined is simply a Placeholder that is initialise to every variabl...
10:17 am GMT - Wed, October 27, 2021
Dev To Coinbase Clone Script-how to provide a cryptocurrency exchange like Coinbase
As the most up-to-date and targeted cryptocurrency exchange in the United States, Coinbase has become an influential peak for traders. Coinbase offers a variety of products, including investing in cry...
10:13 am GMT - Wed, October 27, 2021
Dev To Responsive Navbar & Toggle menu |HTML,CSS & JavaScript only in few minutes
Hi folks, this is the complete tutorial for how to built you own responsive web design according to the size of devices , I have done here with navigation bar and simply understanding my tutorial yo...
09:30 am GMT - Wed, October 27, 2021
Dev To How to test HttpClientFactory with Moq
When working on any .NET application, one of the most common things you'll see is using dependency injection to inject an IHttpClientFactory instance into the constructor of a service. And, of course,...
09:16 am GMT - Wed, October 27, 2021
Dev To Best Successful Web App Ideas for 2021
The internet world, with its latest technologies, has transformed into a small global village. Today, a website has become the need for all big and small companies. So, people have started choosing to...
09:07 am GMT - Wed, October 27, 2021
Dev To AWS Security Digest
Folks, Issue #42 of my low-volume (once a week) newsletter AWS Security Digest is out.What you will find:Highlight of the week Change since last week on AWS Managed IAM Policies Curated Cloud Security...
08:58 am GMT - Wed, October 27, 2021
Dev To Does Money is Everything in Negotiation?
Image Credit: Negotiating WisdomDoes money isn't everything in negotiation? Thats what I will be discussing in this article. But before we proceed, let us discuss Money is not everything in negotiatio...
08:56 am GMT - Wed, October 27, 2021
Dev To convert any website to release android app in a few minutes for free - URLgApp
Today we present https://urlgapp.com - a tool designed to convert any responsive website into an Android app. You don't need to be a coder to use this solution to wrap your website into a professional...
08:41 am GMT - Wed, October 27, 2021
Dev To A dev new word - Condensing
Hmm..., You already know what is condensing? Maybe not. You might have heard about pickling which is converting an object in a character stream. This character stream can be used to reconstruct the ob...
07:41 am GMT - Wed, October 27, 2021
Dev To Switch to a darker image when on dark mode!
Hey fellow creators,Let's learn how to switch images when using a dark/light mode.If you prefer to watch the video version, it's right here : 1. How to handle the dark mode.You only need to add a...
07:39 am GMT - Wed, October 27, 2021
Dev To C Language Cheatsheet
Hello Developers ! Today I'm starting cheatsheet Series. I'll be posting cheatsheet for programming languages and many more.These cheatsheets are also available on my GitHub.Improve this GitHub reposi...
07:35 am GMT - Wed, October 27, 2021
Dev To Building Projects to impress Employers or Hiring Managers -- Intro [VoteSub]
Hey everyone, My name is Kiran A. Bansode. I'm a self-taught Full-Stack web developer.As judging from this post's title, you can say that I'm building this web application to impress or to showcase my...
07:34 am GMT - Wed, October 27, 2021
Dev To How to be a Productive Web Developer?
1. Use FrameworksFrameworks are crucial for a Frontend Developer! Frameworks are the package of inbuilt templates, which we can use to build our own projects on top of it. Although learning a fr...
07:18 am GMT - Wed, October 27, 2021
Dev To 10 Awesome Github Repos Every Web Developer Should Know
Here I list 10 excellent JavaScript based GitHub resources that will help you to understand the language better and help you to write clean code. This list is based on my personal preference.ReadUI&am...
07:17 am GMT - Wed, October 27, 2021
Dev To 15 reasons why you should learn JavaScript right now
There are two reasons why its sometimes hard to make a choice; either there are too few options to choose from, or there are too many. When it comes to programming languages, there is an embarrassment...
07:16 am GMT - Wed, October 27, 2021
Dev To Inspired by Apple's web animations, I have written a JavaScript library.
Hello, I am Steven Lei.I love Apple products, and so do their website. They did a lot of fantastic animations for presenting their products, primarily scrolled-based, when we scroll the webpage up and...
07:06 am GMT - Wed, October 27, 2021
Dev To 20 Best CSS3 Library For Developers
Beautiful CSS was once a time-consuming task for web developers. The CSS libraries have made it easier, quicker, and more efficient to create responsive websites and web apps.Are you still searching f...
07:04 am GMT - Wed, October 27, 2021
Dev To 7 GitHub projects to supercharge your Docker practices
IntroductionToday I would like to give examples of good GitHub projects that will help you implement complex animations, as well as useful functions in your projects.So let's get startedRead More: 7 G...
06:57 am GMT - Wed, October 27, 2021
Dev To 20 amazing GitHub repositories that will help you make a Beautiful Project
IntroductionToday I would like to give examples of good GitHub repositories that will help you implement complex animations, as well as useful functions in your projects.So let's get startedRead More:...
06:57 am GMT - Wed, October 27, 2021
Dev To 10 VS Code extensions every Frontend Developer should use
Hello everyone, my name is Vansh and I'm a frontend developer. In this blog post, I would like to share 10 VS code extensions that every frontend developer should use. The purpose of using these exten...
06:54 am GMT - Wed, October 27, 2021
Dev To SQL - Stored Procedure
SQL is the standard language for the Relational Database, for storing, manipulating and retrieving stored data. For basics of SQL (link)A Stored Procedure is a SQL code that we can save, so the code c...
06:47 am GMT - Wed, October 27, 2021
Dev To Cheat Sheets that always save my time during web development
During Coding I often forget exact properties and at that time searching on google take time at least for me ( because I don't know about you ).So I always prefer cheatsheets because in 90% of cases I...
06:47 am GMT - Wed, October 27, 2021
Dev To Best Coding App for Beginners [Android]
Programming skills open doors to dozens of lucrative tech careers. And theres never been a better or easier time to learn. Just like learning any other language, coding requires regular practice to ma...
06:41 am GMT - Wed, October 27, 2021
Dev To JS Tip Series: Use Objects than Arrays For Large Data
Most of the time, we have been using data in an array type and we have been using a lot of functions to filter arrays.If your using array for small amount of data, its fine since its just small amount...
06:39 am GMT - Wed, October 27, 2021
Dev To k8s-the-hard-way
Kubernetes The Hard WayThis tutorial walks you through setting up Kubernetes the hard way. This guide is not for people looking for a fully automated command to bring up a Kubernetes cluster. If...
05:40 am GMT - Wed, October 27, 2021
Dev To Create website mockups with HTML, CSS & JS.
Today we are going to make an app that can capture the screenshot of a website from an input field and display it in a mockup of a web browser. The user could choose the backdrop colour. The screensho...
05:38 am GMT - Wed, October 27, 2021
Dev To 1300 Linux commands manuals
When I jump Operating System from Windows to Linux, I don't have ideas to using it smoothly. After 4 years, I have knowledge base about Linux Operating System.So, what is my experiences? I starting wi...
05:13 am GMT - Wed, October 27, 2021
Dev To How to integrate TailwindCSS with ReactJS ? (In 9 easy steps)
1) Create a react application(with a name of your choice):create-react-app tailwind-react2) Install the following dev dependencies:npm i -D tailwindcss postcss-cli autoprefixer3) Generate the tailwind...
05:12 am GMT - Wed, October 27, 2021
Dev To Beginners Guide to SWR: Data Fetching in React
by author Victoria LoCommon data fetching practices such as the Fetch API or Axios library works well in React. They can be used to send and fetch data easily.But what about caching or data pagination...
04:55 am GMT - Wed, October 27, 2021
Dev To React Conditional Rendering
There are several ways to do conditional rendering in React based on the situation. In this article, we will see few practical approaches in conditional rendering components in React. Conditional...
04:26 am GMT - Wed, October 27, 2021
Dev To Write docz in 5 steps.
When I wanted to write some documentation. Earlier I had used Jekyll with Github pages. Then I had to create all the stuff by hand. Now I am going to introduce Docz in 5 steps... It's never been ...
04:25 am GMT - Wed, October 27, 2021
Dev To Dgraph is the most exciting tech product I've ever used . Here's Why:
This might sound like hyperbole but I genuinely believe that Dgraph is the most exciting dev product I've seen in my career. I'm constantly blown away by the seemingly small but crazy powerful feature...
04:24 am GMT - Wed, October 27, 2021
Dev To Divtober Day 27: Film
Day of the word is "film", so here is a clapperboard (a.k.a. slate) needed in every film set to help with the audio/video synchronization. It animates a little on hover.It uses perspective to simulate...
03:39 am GMT - Wed, October 27, 2021
Dev To Why Jest is not for me
Why make this at all? I don't enjoy bashing other people's hard work. This isn't meant to disparage anyone from using Jest or to put down the creators of Jest. This is purely opinion. This post...
03:20 am GMT - Wed, October 27, 2021
Dev To How to change git branch name (local and remote)
It's possible that we will do something wrong, well, we're all just human, we always do something wrong (or may be right).Git branch are something that I always define it in wrong pattern .Here how to...
02:33 am GMT - Wed, October 27, 2021
Dev To Learn Git in an afternoon (Beginners)
Do you want to be able to have the control of your code and have a trustworthy and easy to make history of it? If yes, this quick tutorial is for you!. First of all, we have to know some concepts: Gi...
01:17 am GMT - Wed, October 27, 2021
Dev To Google refusing to connect to other sites?!
This may or may not end up being related to my previous post about Chromium devtools not working.So, for a few days now, I've been experiencing some issues with Google's services on third-party websit...
01:04 am GMT - Wed, October 27, 2021
Dev To How to Set Up Free SSL for NodeJS App in AWS EC2
Recently, I figured out how to set up a Free SSL certificate NodeJS App in AWS EC2. Then, I would like to share what I've done so far.Firstly we need some prerequisites below:AWS EC2 Instance with Nod...
12:50 am GMT - Wed, October 27, 2021
Dev To Hello Guys, I'm New in the community!
Hope you guys will help me to solve my programming related issues...
11:52 pm GMT - Tue, October 26, 2021
Dev To Daily code, like daily bread
Why I decided to code for 1h daily for 100 days under #100daysofcodeA year from now, youll wish you had started today ~ Tony RobbinsThat line still resonates deeply today. Or stings badly, depen...
11:39 pm GMT - Tue, October 26, 2021
Dev To Q&A: How can AI be used in banking?
TLDRThe financial services or banking industry is an essential part of our everyday lives but the institutions who adopt and integrate artificial intelligence (AI) will have a clear advantage fo...
11:31 pm GMT - Tue, October 26, 2021
Dev To Why use a framework/library where regular CSS will do?
Hi everyone!So this post wasn't what I was expecting to write today, but I think it's important to tackle, since frameworks and libraries are the hottest thing in CSS right now and everyone's either u...
10:42 pm GMT - Tue, October 26, 2021
Dev To How to access string values in Go
The first step is to extract the first alphabet from the string. GO represents strings as byte slices using under the hood. This means you can access different indexes of a string like you would for a...
10:41 pm GMT - Tue, October 26, 2021
Dev To Reminder: Hacktoberfest is Ending Soon!
Hello, dear devs!We wanted to stop by to share a friendly (and somewhat shocking) reminder: Hacktoberfest 2021 ends in six days This month has sure flown by. It's been so much fun following your Hack...
10:35 pm GMT - Tue, October 26, 2021
Dev To Implementing a Practical Server-Side Solution for Cumulative Layout Shift
That's what happens when visitors run into cumulative layout shift.Cumulative layout shift is when the content of a webpage changes places when you least suspect it... Ahhh!Sometimes it's an ad...
09:44 pm GMT - Tue, October 26, 2021
Dev To Jamstack Open Source Projects Looking for Contributors
Happy Hacktober! There are only a few days left of Hacktober, but it's not too late to contribute. Why Contribute?You can win prizes.This year you can receive swag (or have a tree planted in you...
09:10 pm GMT - Tue, October 26, 2021
Dev To Always do these 16 things when you're taking screening calls with recruiters
When doing a screening call with a recruiter ALWAYS have these 16 down:1 - have shared your updated resume before the callinclude portfolio page, GitHub, + LinkedIn profile on resumefew things slows i...
09:10 pm GMT - Tue, October 26, 2021
Dev To Advice to frontend developers new to javascript
As a frontend developer who just started learning JavaScript after completing HTML and CSS, At first JavaScript, may seem boring, sorry not "may", it is boring at first. This article is pointing to th...
09:07 pm GMT - Tue, October 26, 2021
Dev To Deploy Rails and Sidekiq to Render.com using YAML
Render.com is a new Platform-as-a-service offering that's a great alternative to Heroku. Rather than think in terms of "apps" as Heroku does; Render has the concept of "services". So your Rails app wo...
08:58 pm GMT - Tue, October 26, 2021
Dev To How to make a stunning README for your Github profile.
Hey I'm Favor, a 13 year old self-taught front-end web developer very passionate about programming I've not been writing for some time due to the preparations I've been making for the new school sess...
08:57 pm GMT - Tue, October 26, 2021
Dev To Looking for the Coolest 404 Message
I am updating our website and want to change up the 404 message. We are a developer software enterprise solution company.Do 404 messages help? Does it matter? I love to be entertained and hate when th...
08:34 pm GMT - Tue, October 26, 2021
Dev To A/B Testing with the new Next.js 12 Middleware
Today, Vercel released Next.js 12 which adds a number of exciting performance improvements as well as a new beta feature - Middleware. Middleware has many uses, but I'm going to focus in this post on...
08:24 pm GMT - Tue, October 26, 2021
Dev To Contributed to Audio Dataset
Contributed ten audio datasets into open-source project as a part of hacktoberfest 2021: DAGsHub / audio-datasets open-source audio datasets ...
08:16 pm GMT - Tue, October 26, 2021
Dev To Using material-table in React to build feature-rich data tables
Written by Mohammad Faisal Tables are a vital part of almost any web application, especially heavily data-driven applications.In this tutorial, well review the importance of choosing the right table c...
08:00 pm GMT - Tue, October 26, 2021
Dev To Nano ID for ColdFusion/CFML
I wanted to use unique IDs in a project and the nanoid library looked interesting. There was a Java version available, but nothing available in ColdFusion/CFML. I didn't want to have to manually add ...
07:43 pm GMT - Tue, October 26, 2021
Dev To Everything you've (n)ever wanted to know about favicons
A favicon is quite simply an icon. The idea behind its inception was for browsers to use them to make a quick, easy to identify visual representation of a website in the browser's UI. A little bi...
07:35 pm GMT - Tue, October 26, 2021
Dev To Type | Treat 2021 - Day 2
Type | Treat Challenge 2Welcome to the second Type | Treat challenge! These challenges are a series of blog posts which have 2 code challenges in, one for beginners and one for intermediate Type...
07:00 pm GMT - Tue, October 26, 2021
Dev To How I started my Opensource journey with just 1 line of code!
With the changing times, the recruitment process in many companies has evolved significantly as organizations are now more interested in skills in an individual rather than their educational qualifica...
06:51 pm GMT - Tue, October 26, 2021
Dev To Mints random verificables de NFTs
Muchos usuarios no saben que la mayora de NFTs en el mercado de hoy tienen fuertes componentes centralizados. La buena noticia es que poco a poco nuevos proyectos estn integrando componentes que ayuda...
06:38 pm GMT - Tue, October 26, 2021
Dev To Sorting a Dependency Graph in Go
Recently, I was thinking about how many of the nontrivial problems that I run into with software engineering boil down to a few simple problems. Andrew Meredith ...
06:27 pm GMT - Tue, October 26, 2021
Dev To GitHub CLI extension to preview README.md
Have you ever thought want to preview README.md before push to GitHub? I built the GitHub CLI extension to make it come true. It named gh-markdown-preview.https://github.com/yusukebe/gh-markdown-previ...
06:11 pm GMT - Tue, October 26, 2021
Dev To Estados: useState()
O useState um Hook de controle de estado para componentes React, mas o que so hooks? Hooks so funes que permitem a voc ligar-se aos recursos de state e ciclo de vida do React a partir de componentes ...
06:09 pm GMT - Tue, October 26, 2021
Dev To Context in React
What's this Context in ReactJS everyone's talking about! So according to the React Documentation " Context provides a way to pass data through the component tree without having to pass props down manu...
06:08 pm GMT - Tue, October 26, 2021
Dev To Top UI frameworks for React
Top UI frameworks for reactUI libraries are very popular for creating beautiful looking web applications. Material-UIReact components for faster and easier web development. Build your own d...
05:48 pm GMT - Tue, October 26, 2021
Dev To Is your GitHub empty?
As a developer, your lack of GitHub contributions does not necessarily indicate that you aren't good at coding, but it can be a wasted opportunity to confirm that you're passionate and good. To help c...
05:44 pm GMT - Tue, October 26, 2021
Dev To Top 7 Featured DEV Posts from the Past Week
Every Tuesday we round up the previous week's top posts based on traffic, engagement, and a hint of editorial curation. The typical week starts on Monday and ends on Sunday, but don't worry, we take i...
05:34 pm GMT - Tue, October 26, 2021
Dev To Tina now Supports MDX
The team at Tina is dedicated to revolutionizing the CMS space. We were the first to offer contextual editing in real-time which enabled teams to be more productive. Now we are introducing the worlds ...
05:25 pm GMT - Tue, October 26, 2021
Dev To 3 Step Guide to Mine Crypto on Laptop in 2021
Easiest tutorial to start mining crypto with Laptops in 2021Even though this guide is designed for people mining crypto with laptops, the methodology and software can also be used to mine on Desktop c...
05:23 pm GMT - Tue, October 26, 2021
Dev To How to finally choose a Javascript framework in 2021
The JavaScript ecosystem has exploded in the past several years, and shows no sign of slowing down. This trend is especially apparent when looking at the state of front end JavaScript frameworks. Quit...
05:21 pm GMT - Tue, October 26, 2021
Dev To Blazing-fast product search w. MeiliSearch and Medusa
IntroductionSearch functionality is one of the most useful and important features in e-commerce platforms. From increasing customer conversion rates to significantly improving the user experienc...
05:21 pm GMT - Tue, October 26, 2021
Dev To One major key that will amplify your coding prowess.
OnChange vs OnClick within React:When traversing through one of the advanced deliverables in my 2nd coding challenge at Flatiron school I realized there is a big difference between OnChange and ...
05:18 pm GMT - Tue, October 26, 2021
Dev To Remembering the button
Wednesday night is Survivor night which means us and the population of people who still have cable sit down to watch a show that's older than everyone in the apartment. But this also means it's the co...
05:12 pm GMT - Tue, October 26, 2021
Dev To A deep dive into ES6 Classes
Classes were introduced in ES6 (ECMA script 2015) and we can leverage them to structure our code in a traditional OOP fashion by defining a template for creating objects.In this post we'll learn every...
05:08 pm GMT - Tue, October 26, 2021
Dev To C language and 15Projects for Beginners- the better way to learn programming
Programming is exciting and interesting if you have the right logic. As technology moves forward, you must get familiarized with the coding part. C language is suitable for system programming, it was ...
05:02 pm GMT - Tue, October 26, 2021
Dev To Building a react application from absolute scratch !
In this blog tutorial, we are going to set up and build react applications absolutely from scratch. So, before we start. Let's take a brief tour about "What is React js?" What is React JS?React i...
05:01 pm GMT - Tue, October 26, 2021
Dev To Generate HTML, CSS, JS project using Python
IntroductionHey peeps, I'll like to show you a simple Python code that generates a folder, puts in your Html, css and javascript into that folder and also adds a little boilerplate code that you...
03:35 pm GMT - Tue, October 26, 2021
Dev To Por que decidi aprender (e ensinar) Clojure
Em 2017 comecei a me aprofundar no universo da Programao Funcional. Este paradigma j ganhava bastante popularidade e cada vez mais as principais linguagens de programao orientadas a objetos incluam re...
03:29 pm GMT - Tue, October 26, 2021
Dev To Beginner's Guide to JavaScript Operators - Part One
Have you thought about how we can tell our program to do a specific task? For example, how do we add two numbers together or compare two values? If you remember your arithmetic lessons, we use the + ...
03:14 pm GMT - Tue, October 26, 2021
Dev To Vue Tips 31: The limitations of props
This newsletter was sent out to my list on October 20, 2021. Sign up here to get emails like this each week!As always, here are some tips.Enjoy.Michael Static and dynamic classesWe can add stati...
02:50 pm GMT - Tue, October 26, 2021
Dev To Is it possible to have a grid inside a multi-select dropdown? Preferably in Angular
I have a form with a multiselect dropdown, when the dropdown is opened, I want to show a grid with multiple columns and user can select multiple rows from the grid.Any help is really appreciated. Than...
02:39 pm GMT - Tue, October 26, 2021
Dev To React NodeJS Purity - Open-source Full-Stack Seed Project
Hello Coders! This article presents an open-source full-stack project crafted on top of a pixel-perfect Chakra UI design using React and Node JS. Purity Dashboard can be downloaded from Github under t...
02:39 pm GMT - Tue, October 26, 2021
Dev To How I shifted to Notion for my blog
For the last few days, some of my blog posts have blown up and have been loved by the community, all thanks to you guys, and so I have been thinking of creating an independent site for my blogs.Just t...
02:34 pm GMT - Tue, October 26, 2021
Dev To Exploring the EyeDropper API
The EyeDropper API has landed in Chrome and Edge 95! This is a simple promise-based API that lets you select a color from anywhere on the screen. Let's dive in and see how it works.To start, we'll add...
02:26 pm GMT - Tue, October 26, 2021
Dev To Saving Time as a Freelancer
I was sick of working 95 so I quit my job and went freelance, now I work 24/7-Unknown freelance dev,2021Freelancing in tech can be both rewarding and highly demanding. You're hired to deliver and you ...
02:22 pm GMT - Tue, October 26, 2021
Dev To Ruby on Rails will be dead soon!
Yes! I was also surprised and a little bit agitated when I saw similar headlines on tech blogs and magazines few years back. I thought maybe that's right, I don't see much people learning Ruby On Rail...
02:18 pm GMT - Tue, October 26, 2021
Dev To Create a simple calculator using HTML, CSS and Javascript
In this tutorial we will create a fully working calculator using only HTML, CSS and vanilla Javascript. You'll learn about event handling, and DOM manipulations throughout the project. In my opinion t...
02:09 pm GMT - Tue, October 26, 2021
Dev To How I created my Complete Portfolio Website in less than 2 hours
Few days before, I created an OpenSource Project called Dopefolio and wrote an Article about it here explaining the project. I decided to use Dopefolio to build my own Portfolio Website as Dopefolio...
02:03 pm GMT - Tue, October 26, 2021
Dev To 10 Best Laravel Dev Tools For Faster Development 2021
Want to boost up your development process while working on Laravel project? Well, then bookmark this collection of the best Laravel Dev Tools For Faster development. Although, before we start the coll...
01:16 pm GMT - Tue, October 26, 2021
Dev To Divtober Day 26: Spice
The word of the day in divtober is "Spice." So I drew a bottle of spices using CSS and a single HTML element:It was interesting trying to make it look more realistic (although it seems that the browse...
12:52 pm GMT - Tue, October 26, 2021
Dev To Proposed Infrastructure Setup on AWS for a Microservices Architecture (2)
Chapter 2: Overview of the Infrastructure and Components.Chapter 1 of this series explained the advantages and disadvantages of a Microservices architecture, in addition to the design considerat...
12:44 pm GMT - Tue, October 26, 2021
Dev To Why is HTTP a Stateless Protocol?
"HTTP Protocol is Stateless."This video tutorial will help you understand, what the above statement means....
12:25 pm GMT - Tue, October 26, 2021
Dev To NodeJS Express part 2: Route parameters
Here is a series of articles that will allow you to create backend applications with NodeJS + Express.This series is the continuation of my series on the basics of NodeJS. If you don't have basic know...
12:24 pm GMT - Tue, October 26, 2021
Dev To How to Start Mining Bitcoin Gold on Your Laptop in 2021
A Step by Step Guide to Pool Mining Bitcoin Gold BTG in 2021 with a CPU or GPUs!Sometimes mining can seem to be too complex for the average computer user, so I thought about putting together a quick g...
12:22 pm GMT - Tue, October 26, 2021
Dev To NodeJS Express partie 2 : Route Parameters
Voici une srie d'articles qui vous permettra crer des applications backend avec NodeJS + Express.Cette srie est la suite de ma srie sur les bases de NodeJS. Si vous n'avez pas les connaissances de bas...
12:16 pm GMT - Tue, October 26, 2021
Dev To Replacing characters in a string using Python
In this short tutorial, we look at how you could use Python to replace a character in a string. We break down the code to help you understand the function. Table of Contents:Python replace()Code ...
11:52 am GMT - Tue, October 26, 2021
Dev To DIY dowtime monitor with NodeRED
"Black box" monitoring is one of the key concepts, when monitoring any application. We will show how to deploy a free DIY downtime monitoring stack, using NodeRed and Synpse.Similar pattern could be u...
11:50 am GMT - Tue, October 26, 2021
Dev To Announcement: Book release!!
As the title says: Inspired by my series of Flask posts, I decided to structure them more, add a lot of details regarding the deployment process, and, as a result, I have just released my first book:h...
11:44 am GMT - Tue, October 26, 2021
Dev To 20 JavaScript Utilities to Boost Your Productivity As a Developer
In software development, utilities are software tools that add functionality to your code or improve the performance of your application.In this article, we'll go through a fantastic selection of tool...
11:31 am GMT - Tue, October 26, 2021
Dev To Top 10 articles about JavaScript of the week.
DEV is a community of software developers getting together to help one another out. The software industry relies on collaboration and networked learning. They provide a place for that to happen.Once r...
11:21 am GMT - Tue, October 26, 2021
Dev To [FirstDevRole 1] What are the Real Requirements for Becoming a Programmer?
What is this about? In my opinion, the point of writing a blog is to document your journey and share it with other people so hopefully someone finds the information useful. Having that said, I h...
10:54 am GMT - Tue, October 26, 2021
Dev To Web, backend, mobile resources and news.
Dev ResourcesHere are the latest articles and news from last week's biweekly newsletter. Enjoy! Dev Resources & ArticlesEmojis in commit messages: or ? See what others think, and cont...
10:51 am GMT - Tue, October 26, 2021
Dev To Day 18 of 100 Days of Code & Scrum: The 3Cs of User Stories and Canceled Session
Hello there, everyone!Today was an irregular Tuesday for me. Firstly, my physical therapy session was canceled because of a heavy flash flood the previous day. I wasn't sure what to do with my extra f...
10:41 am GMT - Tue, October 26, 2021
Dev To Setting Up a Modern Windows Terminal for Developers in A Few Steps
Somebody asks me to guide them setting up the better terminal for development as belowI answered to them several times, and I would like another people to use some kind of cool terminal just like this...
10:33 am GMT - Tue, October 26, 2021
Dev To Top apps to learn something new every day
Today, most of us live such hectic lives that it seems impossible to find time to rest or to do something that does not belong to the daily routine. But, what if instead of wasting time doing activiti...
10:33 am GMT - Tue, October 26, 2021
Dev To My First Bash trying.
Github: https://github.com/Lucifer25x/bash-test...
10:27 am GMT - Tue, October 26, 2021
Dev To Any trouble debugging in Golang?
This is your invite to 'Debugging in Golang' Our Golang eSeries II start's this Thursday at 19.30 CET . We have a GopherCon speaker, Derek Parker from RedHat discussing debugging in Go Register here: ...
09:55 am GMT - Tue, October 26, 2021
Dev To Can you find the bug in this piece of php code?
Hey there! I was doing a bit of bug-hunting in an old project of mine when I found an interesting bug. Can you find it?If you know your security or PHP this might be quite easy for you. Otherwise, it ...
09:23 am GMT - Tue, October 26, 2021
Dev To Kubernetes Logging in Production
Historically, in monolithic architectures, logs were stored directly on bare metal or virtual machines. They never left the machine disk and the operations team would check each one for logs as needed...
09:17 am GMT - Tue, October 26, 2021
Dev To Let's program the Arduino with Javascript
Have you ever programmed an Arduino? Did you know that Arduino can be programmed with JavaScript?RequirementsArduino UNO microcontroller,LED,220-ohm resistor,Arduino IDE installed,NodeJS installed (I ...
09:08 am GMT - Tue, October 26, 2021
Dev To Automated Magento Extension for Facebook Shop
Looking to improve your sales on the world's most popular social media platform? Here's the perfect shop connector to help you grow your online store.Magento 2 Facebook Shop Integration is a tool that...
09:03 am GMT - Tue, October 26, 2021
Dev To Server-Side Rendering of DataTables in Laravel
Hello artisans how's everything going as a Laravel developer? Hopefully great. Working in Laravel locally or in production we need to work with datatables in many manners. Now We will see the yajra da...
08:49 am GMT - Tue, October 26, 2021
Dev To UI Design Process
Here are the 6 steps I go through whenever I create UI Design1. Understand the problemAlbert Einstein said: "If I had an hour to solve a problem, I would spend 55 minutes thinking about the problem an...
08:43 am GMT - Tue, October 26, 2021
Dev To Another reason why developers leave their jobs: to escape from a bad codebase
Recently, we have surveyed 200+ Software Engineers from different industries to learn how codebase health impacts Engineering hiring and retention.In this article, Ill share some of the key stats from...
08:30 am GMT - Tue, October 26, 2021
Dev To How to make a Glassorphism Calculator
Hello Readers, welcome to my new blog, today in this blog I'm going to make a calculator using HTML CSS & JavaScript. Earlier I have shared, How To Make a Responsive Website With HTML & CSS, t...
07:54 am GMT - Tue, October 26, 2021
Dev To How to Expose Your Local Host URL as a Public URL
There might be times when you wish to access your API or React project using a public URL but do not want to go through the hassle of deploying it. Basically, instead of http://127.0.0.1:5000/, you'd ...
07:47 am GMT - Tue, October 26, 2021
Dev To Top 10 Information Technology Quizzes to Test Your Knowledge of the IT Industry
If you love Information Technology, and you code day and night, take a break, test your IT general knowledge, and have some fun. We have compiled a list of 10 information technology quizzes to test yo...
07:46 am GMT - Tue, October 26, 2021
Dev To Best Beginner Coding Apps For Android
Programming skills open doors to dozens of lucrative tech careers. And theres never been a better or easier time to learn. Just like learning any other language, coding requires regular practice to ma...
07:44 am GMT - Tue, October 26, 2021
Dev To 15 reasons why you should learn JavaScript right now
There are two reasons why its sometimes hard to make a choice; either there are too few options to choose from, or there are too many. When it comes to programming languages, there is an embarrassment...
07:38 am GMT - Tue, October 26, 2021
Dev To How to Mine Ripple XRP with Your Computer Under 5 Minutes in 2021
A Step by Step Guide to Pool Mining Ripple XRP in 2021 with a CPU or GPUs!Sometimes mining can seem to be too complex for the average computer user, so I thought about putting together a quick guide t...
07:36 am GMT - Tue, October 26, 2021
Dev To API Testing - Executing API Tests on the command line
vREST NG allows you to write your API tests via easy-to-use UI and scriptless assertions. And you may execute them using the command line module by just providing the project directory path. This vide...
07:30 am GMT - Tue, October 26, 2021
Dev To PHP OOP
OOP stands for Object-Oriented Programming. Object-oriented programming is about creating objects that contain both data and functions, this is different from Procedural programming which is about wri...
07:25 am GMT - Tue, October 26, 2021
Dev To 10Best Tools For Developers - They Can't Live Without It
Thebest tools for developersare a priority for them to work. As a developer, he always works with code editors, browsers, terminals, etc. to improve his productivity. VS Code is one of the best editor...
07:16 am GMT - Tue, October 26, 2021
Dev To TestKube 0.6.0
We're happy to announce the version 0.6.0 of TestKube - an open-source test execution framework for Kubernetes. TestKube currently supports the execution ofPostman collections for testing your microse...
07:13 am GMT - Tue, October 26, 2021
Dev To 15 Amazing Tips While Redesigning Your Website
Redesigning a website may be a stressful, time-consuming, and complex task. Its natural if the amount of information you need to know in order to build a new, fresh design repulses you. However, if yo...
07:03 am GMT - Tue, October 26, 2021
Dev To Dev de Direita
Se vc DEV e de Direita.PROVO Q VC EH IDIOTA.Quer refutar sua burrice?POR FAVOR!!! Tente me refutar.Pq eu nem comecei a destruir suas ideias.Seja INTELIGENTE e tente defender o Bolsonaro!!!DUVIDOOOOOO...
06:54 am GMT - Tue, October 26, 2021
Dev To Day 12: Showing user location on embedded Google Maps (with Geolocation API and React)
TL;DRTo create a web app that shows the user's location on embedded Google Maps with React: Create a state variable that stores an instance of Google Maps, and pass this state to a button compon...
06:21 am GMT - Tue, October 26, 2021
Dev To Intro to Webhooks with Python
This tutorial will be an introduction to the concept of webhooks. We will also build a simple Flask server that can receive GitHub webhooks. We will also see how to expose our local hosts. What ...
06:18 am GMT - Tue, October 26, 2021
Dev To 15 reasons why you should learn JavaScript right now
There are two reasons why its sometimes hard to make a choice; either there are too few options to choose from, or there are too many. When it comes to programming languages, there is an embarrassment...
05:57 am GMT - Tue, October 26, 2021
Dev To 25 amazing GitHub repositories that will help you make a Beautiful Project
IntroductionToday I would like to give examples of good GitHub repositories that will help you implement complex animations, as well as useful functions in your projects.So let's get startedRead More:...
05:43 am GMT - Tue, October 26, 2021
Dev To Slots in Custom Web Components
During development of any custom web component, slots can be extremely useful. Slots allow for use to pass in HTML into different parts of our card. Below we see the cards we are trying to replicate. ...
05:38 am GMT - Tue, October 26, 2021
Dev To Javascript Tutorial Series
Hello Devs and Learners,I am going to start a tutorial series on many JavaScript topicsThis will just be the release postYou, the reader can request for any Javascript Tutorial you want to Don't ...
05:38 am GMT - Tue, October 26, 2021
Dev To A Very Important Guide on Software Development for Startups
In this world of technology, every business wants to reach out to more customers. Due to the increased use of technology, mobile apps and websites have shown a great deal of opportunity to reach their...
05:26 am GMT - Tue, October 26, 2021
Dev To hello Dev
I am new here......
05:23 am GMT - Tue, October 26, 2021
Dev To How To Theme Your App With React, Redux & SCSS
An opinionated guide on how to theme your react application with SCSS and Redux. Steps to followCreate a new app with create-react-appnpx create-react-app myappAdd structure to your app:...src s...
05:23 am GMT - Tue, October 26, 2021
Dev To Build a static blog from markdown files with Next.js
In this tutorial well be building a blog using Next.js with the data for each of the individual blog posts loaded from markdown files. While there are many Next.js blog starter code bases available bu...
04:57 am GMT - Tue, October 26, 2021
Dev To The Ultimate Resource Guide for Your Next 100 Days of Code
The adrenaline rush that we get from the idea of sticking to coding every day for 100 days is undeniable, and this gets you through your first week of coding drive. BUT We've all been there, where thi...
04:56 am GMT - Tue, October 26, 2021
Dev To All you need to know about Appwrite team service (Client-side)
Appwrite is a self-hosted backend as a service server that provides web, mobile, and native developers with a set of tools and APIs that aims to help them build applications a lot faster and in a more...
04:25 am GMT - Tue, October 26, 2021
Dev To Pardus 19 VirtualBox Kurulumu
Pardus 19 iletim sisteminde Virtualbox Pardus'un kendi deposundan aadaki komut ile yklenebilir.sudo apt install virtualbox-6.1Kurulumdan sonra sanal makineler balatlrken aadaki gibi hata alnyorsa ekir...
04:17 am GMT - Tue, October 26, 2021
Dev To 3 Portfolio Website using HTML, React and Flask.
I have built three portfolio, The first one is built with HTML, Bootstrap, and CSS, The second one is built with React JS, Bootstrap, and Undraw. The third one is built with Flask, Undraw, and Bootstr...
02:43 am GMT - Tue, October 26, 2021
Dev To Making Sense of Common C Compiler Errors
I get to help a lot of people learn C# programming every year. As I watch new developers grow and get used to working in C# and Visual Studio, it has become fairly clear to me that reading C# compiler...
01:57 am GMT - Tue, October 26, 2021
Dev To Technical interviews devs enjoy
TLDRStructure your interview to emulate what its like to work together on your team. OutlineHow technical interviews are conducted todayWhy developers dont enjoy the current processWhy the ...
01:16 am GMT - Tue, October 26, 2021
Dev To How do Websites Work?
Last week I went over the basics of the hardware and protocols that allow the internet to function. In this second part of the series I am going to deep dive into the steps that go into displaying a ...
12:10 am GMT - Tue, October 26, 2021
Dev To Suspense in Svelte: Writing Components That Don't Care
Loading data, managing async requests, and communicating status information back to the end user takes an impressive portion of our time writing web applications. What would it look like if we could ...
11:49 pm GMT - Mon, October 25, 2021
Dev To How to identify items in an Amazon DynamoDB table that haven't been accessed for a time and move them to Amazon S3.
Question: How to identify items in an Amazon DynamoDB table that haven't been accessed for a time and move them to Amazon S3.Answer: There is no built in way for DynamoDB to know which items have or h...
11:42 pm GMT - Mon, October 25, 2021
Dev To Avoid Duplication! GitHub Actions Reusable Workflows
Thanks to the new GitHub Actions feature called "Reusable Workflows" you can now reference an existing workflow with a single line of configuration rather than copying and pasting from one workflow to...
11:36 pm GMT - Mon, October 25, 2021
Dev To Secret dev tools for every code newbie
Id been learning a lot of new programming tricks lately and picking up new tools too. Some of these tools got me really excited that I have to share them! These tools are not commonly recommended in o...
11:34 pm GMT - Mon, October 25, 2021
Dev To Aprendendo sobre testes em Java com as princesas da Disney
"Era uma vez, um jovem Aleatrio que achou que existia muitos contedos legais sobre testes, mas resolveu adicionar seus dois centavos. O resto da histria, vocs vero a seguir..."O post de hoje ser um do...
10:24 pm GMT - Mon, October 25, 2021
Dev To Var VS Let in Javascript
In Javascript, you can declare a variable using Var or let BUT there is an inconvenient, dont worry, I will give you context.Some years ago(2015) Javascript changed. Var had a global scope before 2015...
10:17 pm GMT - Mon, October 25, 2021
Dev To New project starting.
Day one of many to come, my name is Nelson Im just recently starting to pull myself out of tutorial hell. Im starting a password generator with a list option and a copy function with custom toggle swi...
10:12 pm GMT - Mon, October 25, 2021
Dev To Code Smell 96 - My Objects
You don't own objects.TL;DR: don't use my as a name prefix. ProblemsLack of contextBijection Fault SolutionsRemove my prefix. Change to a role suggesting name. ContextSeveral old tutori...
10:09 pm GMT - Mon, October 25, 2021
Dev To Dropdown for GitHub workflows input parameters
Dropdown for GitHub workflows input parametersSometimes when we look at CI/CD tools embedded within git-based software repository manager like GitHub, GitLab or Bitbucket, we ran into a lack of ...
09:51 pm GMT - Mon, October 25, 2021
Dev To Combining Serverless Framework & AWS CDK
Serverless Framework is a fantastic tool for defining and managing your Lambda functions. But let's face it; it's not very good at handling other types of resources and infrastructure. CDK is though. ...
09:33 pm GMT - Mon, October 25, 2021
Dev To Azure SQL Awesome List
It's been a while now I've been collecting links to resources I found useful for a developer working with Azure SQL, and today I realized that the list I've created become quite big and nice over the ...
08:52 pm GMT - Mon, October 25, 2021
Dev To How to Ace Data Science Interview by Working on Portfolio Projects
Recruiters of Data Science professionals around the world focus on portfolio projects rather than resumes and LinkedIn profiles. So, learning early how to contribute and share your work on GitHub, Dee...
08:52 pm GMT - Mon, October 25, 2021
Dev To Top 5 smart contract programming languages for blockchain
Written by Eze Sunday Everyone is talking about smart contracts, blockchain, decentralized finance, and cryptocurrencies. However, without developers, none of these would exist, so the demand for bloc...
08:51 pm GMT - Mon, October 25, 2021
Dev To Java Notes 1
I learned Java almost 6 years ago when I was in university, and since then I have used it sparingly at work. Today I am starting a series where I chronicle my journey re-learning Java, taking extensiv...
08:49 pm GMT - Mon, October 25, 2021
Dev To How to Build Strong Data Science Portfolio as a Beginner
After learning the basics of data science, you can start to work on real-world problems. But how do you showcase your work? In this article, we are going to learn a unique way to create a data science...
08:10 pm GMT - Mon, October 25, 2021
Dev To O que React JS e como comear a utilizar?
Se voc j acessou ou for acessar agora a pgina oficial do React, a descrio dele : Uma biblioteca JavaScript para criar interfaces de usurio!O React foi desenvolvido pelo Facebook e lanado no ano de 201...
08:06 pm GMT - Mon, October 25, 2021
Dev To The 4 October Frontend tips about a11y and UX
The button role isn't enough for an accessible interfaceThere is a practice of overriding the button's default role. It's a bad practice already because authors of the ARIA in HTML standard proh...
07:51 pm GMT - Mon, October 25, 2021
Dev To Merge Sort and Quick Sort!
In this article I am going to explain two sorting algorithms, Merge Sort and Quick Sort with detailed analysis, application and space and time complexity.Before starting the topic, let's know about ba...
07:20 pm GMT - Mon, October 25, 2021
Dev To ThreatMapper - Open source runtime Threat Scanner
Were excited to announce today that ThreatMapper is now 100% open source under the Apache 2.0 license! If youre not familiar with ThreatMapper, its a rapidly evolving cloud native security observabili...
07:16 pm GMT - Mon, October 25, 2021
Dev To DeepfakeHTTP v6.3.1
A new version of DeepfakeHTTP is out!I decided to add a new --dir option, allowing to host static content as static servers do.However, unlike regular static servers, DeepfakeHTTP can also host execut...
07:14 pm GMT - Mon, October 25, 2021
Dev To Pretend You're Using A Different Linux Distribution With One Docker Command
The WhyLots of developers use Linux, but "Linux" is a vast category. There are a lot of similarities, but a lot of differences, too. Ubuntu and Fedora look and feel pretty similar until you tr...
06:57 pm GMT - Mon, October 25, 2021
Dev To Next.js with Elasticsearch
I would like to start this post, by saying 'I wish Elasticsearch Cloud was free with no time limit, even just with limited features'...Why am I saying that; because so I could add full text search cap...
06:44 pm GMT - Mon, October 25, 2021
Dev To VPS: An Upgrade from Shared Hosting
When creating a website, youll need a couple of things: a domain name, a website builder, and a web hosting provider. Youll then need to choose what type of hosting you need for your website, as web h...
06:33 pm GMT - Mon, October 25, 2021
Dev To Basic Guide Of tailwindcss
What is Tailwindcss ?tailwindcss is a utility-first CSS framework for rapidly building custom user interfaces. Basically, all the styles utility are defined in class names. and by combining them...
06:05 pm GMT - Mon, October 25, 2021
Dev To The Developer's Guide to Building Notification Systems: User Requirements
So your CTO has just handed you a project to revamp or build your products notification system. It seemed like a simple and straightforward project, but you started doing research and realized that no...
05:56 pm GMT - Mon, October 25, 2021
Dev To Prime Numbers
To find prime numbers in a fast and efficient way in O(sqrt(n)) time complexity.To check prime numbers efficiently any number is a prime number if it is not divisible by any number less than or ...
05:36 pm GMT - Mon, October 25, 2021
Dev To How to contribute to Amplify Flutter
Have you thought about contributing to an open-source project? Contributing is a great way to learn more new technologies and ecosystems and make constructive, helpful bug reports, feature requests, a...
05:31 pm GMT - Mon, October 25, 2021
Dev To Best Libraries for React I18n in 2021
What is InternationalizationInternationalization is the process of translating your application into different languages. Internationalization or i18n is the design and development of a product,...
05:12 pm GMT - Mon, October 25, 2021
Dev To Generate realtime GitHub contribution chart using puppeteer and update it realtime in your twitter banner.
Generate realtime GitHub contribution chart using puppeteer and update it realtime in your twitter banner.Build such amazing dynamic realtime updated images, with the help of Node JS and puppete...
05:02 pm GMT - Mon, October 25, 2021
Dev To How To Solve Facebook And Instagram oEmbed Issue In WordPress
Do you have embedded Facebook and Instagram posts in your WordPress site? They might stop working soon; notably the default oEmbed or Embed blocks feature.In fact, it turns out that as of October 24, ...
04:57 pm GMT - Mon, October 25, 2021
Dev To I started a new JavaScript Course for Beginners
This is a course I wish I had when I started learning JavaScript. We are going to cover JavaScript Core concepts in a step by step manner. New uploads on Tuesdays and Fridays at 3pm EST. Click this li...
04:55 pm GMT - Mon, October 25, 2021
Dev To The Structure of an HTML Tag
Hey guys, this is Bhanu Stark from Public App. Today we are going to talk about the structure of an HTML Tag.In this post, you will find the answer of What is HTML tag?What is HTML element?What is ope...
04:50 pm GMT - Mon, October 25, 2021
Dev To Terraform Data Sources how they are utilised
What are Terraform data sources?Data sources in Terraform are used to get information about resources external to Terraform, and use them to set up your Terraform resources. For example, a list ...
04:47 pm GMT - Mon, October 25, 2021
Dev To Otimizando os testes de uma aplicao .NET em mais de 90%
Recentemente abri uma caixa de perguntas no meu Instagram @fructuoso.dev sobre testes de unidade e me fizeram a seguinte pergunta:Qual a diferena entre ClassFixture e CollectionFixture?Para entendermo...
04:41 pm GMT - Mon, October 25, 2021
Dev To Angular: Spinner Interceptor
Basically, I needed a means to provide a spinner that blocked functionality while API calls were in-flight. Additionally, I wanted to take into account that there could be more than one API request in...
04:40 pm GMT - Mon, October 25, 2021
Dev To Some of the most prominent UI Kits for Tailwind CSS
Tailwind CSS has emerged as an excellent front-end solution in recent times. This utility-first framework has made itself famous in dev circles due to its magnificent class categories. This post is ab...
04:38 pm GMT - Mon, October 25, 2021
Dev To Helpful Golang tools to make your code great again
IntroductionHello, breathtaking DEV people! All last week I was refactoring my Go projects. And realized that I was using the same tools to check code quality and safety everywhere. Yes, this sh...
04:14 pm GMT - Mon, October 25, 2021
Dev To Download more than 1 PDF
I make a query to an api where I bring 1 json. The data from that json I pass to the table in jsx using Hooks.When I press the button with the exportPDF function it converts the html table to a PDF fi...
04:06 pm GMT - Mon, October 25, 2021
Dev To Top 4 lenguajes ms amados en 2020
A pesar que estamos casi cerca del final del 2021, haremos un repaso de cuales fueron los lenguajes ms amados del 2020 y asi tener una referencia para 2022 y comparar si son los mismos o no.Recordando...
04:01 pm GMT - Mon, October 25, 2021
Dev To How cryptography works to protect ML models
Lets speak about Machine Learning and cryptography. Are they a match? spoiler: yep Lets imagine that you are in ML.You trained fantastic ML models that add cats ears =^..^= (nekomimi) to all people...
03:58 pm GMT - Mon, October 25, 2021
Dev To 5 Best Free Email Marketing Tools List
Email marketing is a highly effective way to promote your business or online project. Its also a very cost-effective means of promoting your website. So its no wonder that email newsletter has become ...
03:56 pm GMT - Mon, October 25, 2021
Dev To Ddosify : High-performance load testing tool
There are over 50+ tools and solutions available in the market for performance testing your application and services. Now it is time to check out Ddosify, high-performance load testing tool which offe...
03:35 pm GMT - Mon, October 25, 2021
Dev To Authentication based on clean architecture
First delivery...In this new installment I share with you several use cases for authenticating to an API, with the @clean/scaffold package.Use cases:A user may be able to register.A user can log...
03:34 pm GMT - Mon, October 25, 2021
Dev To Hosting Website on Firebase
This instruction is for making newbies work easy so that they can follow exactly the same steps I am giving belowCreate a folder name website on desktopCreate another folder within the website folder ...
03:29 pm GMT - Mon, October 25, 2021
Dev To Localize your React.js App the simplest way you've ever seen
Translating an App to multiple languages (localization) is tricky part of many applications. Tolgee is simplifying the localization process and saves developer's time by removing repetitive tasks . ...
03:26 pm GMT - Mon, October 25, 2021
Dev To Greater Than & Greater Than or Equal To ( $gt & $gte ) Operators in MongoDB | Theory with Hands-on
This tutorial is all about the Greater Than & Greater Than or Equal To Operators in MongoDB.This tutorial includes both theoretical and hands-on explanation.Project Enquiries: https://www.srajangu...
03:05 pm GMT - Mon, October 25, 2021
Dev To Yarn 3.1 Corepack, ESM, pnpm, Optional Packages ...
Welcome to the release notes for Yarn 3.1! We're quite excited by this release, as it brings various improvements that we've all been looking forward to. Let's dig into that!As always, keep in mind th...
02:51 pm GMT - Mon, October 25, 2021
Dev To Position Absolute and Relative The SimplestGuide
I remember the time when I was starting my Frontend journey.CSS caused a lot of headaches. Like most people, I assumed that it's easy. Then, I was annoyed when I couldn't get it working.My usual flow ...
02:49 pm GMT - Mon, October 25, 2021
Dev To Page Object Pattern Reusable Functions in Cypress
If you have ever wished to have more structured, reusable, and readable automated tests, you should have started with the Page Object Pattern. Page Object PatternPage Object Pattern is basi...
02:48 pm GMT - Mon, October 25, 2021
Dev To 11 Apps Ideas to Develop for Restaurants and Food Business 2021
The industry related with food businesses is a dynamic and highly consumable area that is always evolving. Food businesses do not lose their attractiveness as long as they continue to provide standard...
02:43 pm GMT - Mon, October 25, 2021
Dev To Loopple - Product Hunt Launch
Hi Coders,Its been about 9 months since I started working on Loopple. During this time, a lot of changes have been made and I worked hard on offering the best possible dashboard builder experience.Loo...
02:00 pm GMT - Mon, October 25, 2021
Dev To Less Than & Less Than or Equal To ( $lt & $lte ) Operators in MongoDB | Theory with Hands-on
This tutorial is all about the Less Than & Less Than or Equal To Operators in MongoDB.This tutorial includes both theoretical and hands-on explanation.Project Enquiries: https://www.srajangupta.co...
01:47 pm GMT - Mon, October 25, 2021
Dev To Partial Response Feature in Dialogflow CX
Dialogflow CX short for Dialogflow Customer Experience is a recent launch from Google in December 2020. It provides a new way for designing agents, taking a state machine approach to agent design. Thi...
01:34 pm GMT - Mon, October 25, 2021
Dev To Event bubbling, capturing and how to prevent them
Lets say you have a parent container that also has a child element inside it.<div class="parent"> <h1 class="child">hello</h1></div>And you have added a event listener to them...
01:33 pm GMT - Mon, October 25, 2021
Dev To Local Kubernetes development made easy with Minikube - Devtron
Devtron being an open source platform appreciates the contributions coming from the community all across the globe. Everyday, the team of Devtron is leveraging the idea of building the platform more d...
12:34 pm GMT - Mon, October 25, 2021
Dev To How to upload a file inCypress?
In this tutorial, we will learn how to upload a file in Cypress using the cypress-file-upload NPM package. Cypress does not have a native support to do file uploads at the moment, however, this is som...
12:19 pm GMT - Mon, October 25, 2021
Dev To How to Mine CAKE with Your Computer in Under 5 Minutes in 2021
A Step by Step Guide to Pool Mining Pancakeswap CAKE in 2021 with a CPU or GPUs!Sometimes mining can seem to be too complex for the average computer user, so I thought about putting together a quick g...
12:19 pm GMT - Mon, October 25, 2021
Dev To Bite-size dev tip 1
Bite-size dev tip #1:Good programming is much more about understanding what you can remove than adding.How many lines of code did you remove today?"Bite-size dev tip" series is my attempt at trying to...
12:18 pm GMT - Mon, October 25, 2021
Dev To Como sobrescrever arquivos no Magento 2 atravs de preferences
Contextualizando Magento 2 e a injeo de dependnciaPara entender melhor a injeo de dependncia importante o conhecimento do 5 princpio do SOLID, a Inverso de Dependncia (Dependency Inversion...
12:14 pm GMT - Mon, October 25, 2021
Dev To How To Build A Successful Cybersecurity Program For Your Business?
According to the Verizon Data Breach Investigation report, there were more than 53000 cybersecurity incidents and 2200 data breaches. This trend is not going to subside and will continue. This clearly...
12:07 pm GMT - Mon, October 25, 2021
Dev To TOP 100 DoFollow Backlink Sites | High PR Free Backlink Sites 2021
List of DoFollow High PR Free Social Bookmarking SitesSerial Website Link Type1 https://bookmymark.com/ DoFollow2 https://www.digg.com/ DoFollow3 https://www.soup.io/ DoFollow4 htt...
11:55 am GMT - Mon, October 25, 2021
Dev To Use Google Optimize in React web for A/B Testing
I'll explain how to create an experiment in the Google Optimize (GO) panel to get a simple boolean flag in our JavaScript code, specifically using Reactjs, to display the original version of our web, ...
11:51 am GMT - Mon, October 25, 2021
Dev To CSS Flexbox KILLER Responsive Registration Form With Source Code
By the end of this tutorial, youre going to design this cool registration form very quickly using CSS Flexbox with step-by-step instructions from scratch. As you can see, its also responsive and will ...
11:45 am GMT - Mon, October 25, 2021
Dev To 10 Useful APIs for Your Next Project
What is an API?An API or application Programming Interface is a set of functions that allows applications to access data and interact with external software components, operating systems, or mic...
11:36 am GMT - Mon, October 25, 2021
Dev To Top 10 dev.to articles of the week.
DEV is a community of software developers getting together to help one another out. The software industry relies on collaboration and networked learning. They provide a place for that to happen.Here i...
11:29 am GMT - Mon, October 25, 2021
Dev To free HTTP public APIs
DocumentationFull documentation will be updated in api.sijey.repl.co Lyricscurl https://api.sijey.repl.co/lyrics?song= Web Searchcurl https://api.sijey.repl.co/search?q= Weatherc...
11:23 am GMT - Mon, October 25, 2021
Dev To How to Use OpenAPI for Secure and Robust API Integration
Standards are awesome.What kind of world would this be if programming languages allowed () and [] and {} to be used interchangeably or even mixed together? Chaos would ensue.What if the port on the si...
10:41 am GMT - Mon, October 25, 2021
Dev To Amazon EC2 Reserved Instances and Other AWS Reservation Models
Amazon EC2 Reserved Instances: By purchasing RIs, you make a one-year or three-year commitment and receive billing discount of up to 72%. RI is not an instance dedicated to your organization. ...
10:32 am GMT - Mon, October 25, 2021
Dev To Day 17 of 100 Days of Code & Scrum: Finished My User Stories Guide
Good day, everyone!I have pretty great news for today! I managed to finish my guide, The Art of Writing Agile User Stories. The intended target readers are beginners who want to get started on writing...
10:31 am GMT - Mon, October 25, 2021
Dev To Lets build and deploy a Full Stack Next.js App - Part 1
Next.js is referred to as the React framework for production, which comes with more features than simple React as a library. It gives us rules and guidelines on how we should structure our projects an...
10:23 am GMT - Mon, October 25, 2021
Dev To 5 Open Source tools for Documenting your React Component
IntroductionDocumenting our code is of course not the easiest part of the development process and at times developers even avoid it saying that it's really boring. In this article, we will take ...
09:52 am GMT - Mon, October 25, 2021
Dev To Simple Country Code Picker For Android In Kotlin
App's OverviewIn this article, I am going to demonstrate how to create a simple country code picker in an android application through Kotlin. Also, how to validate phone numbers for every countr...
09:21 am GMT - Mon, October 25, 2021
Dev To This week in Flutter 26
This week Google cut their cut for subscriptions on Android. They already reduced to 15% the fee for non-subscription purchases earlier this year. This is good news for indie developers who canmake a ...
09:19 am GMT - Mon, October 25, 2021
Dev To Feedback is a gift
One of the best ways to grow as a software developer is by frequently asking for feedback from the people you work closely with. Feedback is a gift, dont resist it.Most companies have performance revi...
09:19 am GMT - Mon, October 25, 2021
Dev To TIL: How to use GraphQL variables to give my queries type safety
One of the things I love about GraphQL is how straightforward it is to get up and running with little to no experience. Using a browser-based GraphiQL interface such as the GraphiQL explorer provided...
09:02 am GMT - Mon, October 25, 2021
Dev To Setting up TailwindCSS inside Vanilla HTML project
In this blog tutorial, we are going to set up TailwindCSS inside our vanilla HTML project absolutely from scratch. So, before we start. Let's take a brief tour about "What exactly is a Tailwind ?" ...
08:26 am GMT - Mon, October 25, 2021
Dev To AWS Features SES - SQS Understanding
If you want to build any Cloud based application and looking for the best solution then choose AWS which provides best features SES and SQS which can enhance your app quality and take it to the next l...
08:13 am GMT - Mon, October 25, 2021
Dev To AWS open source news and updates 87
October 25th, 2021 - Instalment #87Newsletter #87.As we approach Halloween (or Dia de los Muertos/All Saints as I remember it), rest assured there is nothing scary in this weeks round up of all ...
07:40 am GMT - Mon, October 25, 2021
Dev To Where to Get Your Business Video Ideas: Top Useful Tools
You probably know that more than half of people on the planet - 65%, to be exact, are visuals. Add 30% more audials there and get 95% of the audience watching and listening to the video content rather...
07:26 am GMT - Mon, October 25, 2021
Dev To Top 4 Mistakes in React Interviews
These are four common mistakes in React interviews. Sometimes the pressure of the interview makes us make silly mistakes. Hopefully reviewing this post will help before your next interview. 1. Ma...
07:14 am GMT - Mon, October 25, 2021
Dev To Some Strange Concept of JavaScript
In this article, we are going to look at some weird and strange concepts of Javascript, Some of which you may know and some may not. So stay tuned till the end. UndefinedIn non-strict mode, its a...
06:59 am GMT - Mon, October 25, 2021
Dev To 20 JavaScript One-Liners That Will Help You Code Like a Pro
JavaScript keeps growing and growing, opening doors for new to be tech geeks in the market as its one of the easiest languages to start. (is it really?)Its true that JavaScript can do a lot of blazing...
06:56 am GMT - Mon, October 25, 2021
Dev To Apple Sign In With Appwrite
In order to start implementing the Sign in with Apple functionality you need to make sure you have an Apple developer account and a working instance of Appwrite. You can sign-up for an Apple account a...
06:40 am GMT - Mon, October 25, 2021
Dev To FastAPI: Testing a Database
If you haven't heard of it yet, FastAPI is a micro-framewok that allows developers to make full use of modern Python."Micro" here, means that rather than trying to cover every use case, it focuses on ...
06:25 am GMT - Mon, October 25, 2021
Dev To Recursively copy files from server to local
TL;DRrsync -rv -e "ssh -o StrictHostKeyChecking=no -i <PATH_TO_YOUR_ID_RSA_SSH_KEY>" --include '*/' --include='index.html' --exclude='*'--mkpath USER@REMOTE_SERVER:FOLDER_A/FOLDER_B/ bac...
06:20 am GMT - Mon, October 25, 2021
Dev To 15 reasons why you should learn JavaScript right now
There are two reasons why its sometimes hard to make a choice; either there are too few options to choose from, or there are too many. When it comes to programming languages, there is an embarrassment...
06:15 am GMT - Mon, October 25, 2021
Dev To Google ML Kit vs. Dynamsoft's SDK: Scan High Density QR Codes on Android Devices
There are many QR code tools and SDKs available on the market. For Android development, Google ML Kit is no doubt a good choice, which is free and supports general QR code detection. However, it canno...
06:04 am GMT - Mon, October 25, 2021
Dev To How to Create File Dropzone in React and TypeScript
There are various solutions for file dropzones. Some are simple, some complicated. This tutorial will help you create your own simple file dropzone. You will learn how to handle various drag and drop ...
05:51 am GMT - Mon, October 25, 2021
Dev To Svelte multi step form apps
Today we are going to make a multistep form app with Svelte. So let's start.First, let's make a basic template with Start and Prev buttons:<main> <div class="container"> <div class=...
05:23 am GMT - Mon, October 25, 2021
Dev To Divtober Day 25: Dip
Divtober 25th word is dip... so here's a tortilla chip chilling and drinking a margarita while (skinny?) dipping in some queso:...
05:22 am GMT - Mon, October 25, 2021
Dev To V8
V8 is incredibly important to the web and no, I'm not talking about the juice or the car engine. I'm talking about Google's JavaScript Engine V8 that launched with the release of the Google Chrome B...
05:16 am GMT - Mon, October 25, 2021
Dev To Accordion on pure CSS
In this article I will try to tell you how to create an accordion using only styles. Layout<input class="question-input" id="question" type="checkbox"><label class="question-label" for="...
05:14 am GMT - Mon, October 25, 2021
Dev To Repository Pattern with Typescript and Node.js
If you working with Node.js you probably interact with the database (MongoDB, PostgreSQL, and etc) via ORM. But sometimes typical ORM does not cover our needs. For example, when we need to write neste...
05:13 am GMT - Mon, October 25, 2021
Dev To Ubuntu installation
Follow the steps below to install Ubuntu in dual boot with Windows 10:Step 1: Create a live USB or diskDownload and create a live USB or DVD. Step 2: Boot in to live USBPlug the live USB or disk in to...
04:40 am GMT - Mon, October 25, 2021
Dev To Backend Developer Learning Path 2021
Who is a Backend Web Developer ? backend developer roadmap: Unlike the frontend developer, who takes care of the visible part of a site or app, the backend developer is a computer scientist who instea...
04:37 am GMT - Mon, October 25, 2021
Dev To 30 amazing GitHub repositories that will help you make a Beautiful Project
IntroductionToday I would like to give examples of good GitHub repositories that will help you implement complex animations, as well as useful functions in your projects.So let's get startedRead More:...
04:35 am GMT - Mon, October 25, 2021
Dev To Ethical Hacking Learning Path 2021
Who is an Ethical Hacker?An ethical hacker is a computer network specialist who deals with the security posture of an organization. His job involves eliciting security flaws in the organization he is ...
04:34 am GMT - Mon, October 25, 2021
Dev To Polygon a new privacy-oriented social network becomes open-source after being developed privately for more than a year!
Privacy and transparency are some of the most important requirements that most modern social networks like Facebook and Instagram do not meet. One of the best examples of privacy nightmare is TikTok i...
04:30 am GMT - Mon, October 25, 2021
Dev To Javascript Methods for Working with Objects {}
Objects are a very commonly used data type in which data is stored using key value pairs. To create an object you can do the following. In the example below we create a beer object with key value pair...
04:25 am GMT - Mon, October 25, 2021
Dev To The Art of Writing Agile User Stories
Have you ever thought of what a user would do with your application?No matter how well-architectured the app you built is, if it brings no value to users, chances are, no one will use it.In simple ter...
04:24 am GMT - Mon, October 25, 2021
Dev To DOST Scholarship Online Application | Apply Now!
The Department of Science and Technology invites Filipino youths to join the science body by undertaking careers in Science Technology Engineering and Mathematics. The DOST Science Education Institute...
04:20 am GMT - Mon, October 25, 2021
Dev To Chromium console stopped working. - What's wrong? How do I fix it?
Recently, after it working for a while, the console in Chromium gave-out, as in doesn't work.Pressing ctrl+i, ctrl+shift+j, or f12 doesn't work. I tried pressing the three-dots, then to "Developer too...
04:16 am GMT - Mon, October 25, 2021
Dev To Today I successfully completed Hacktoberfest 2021!
Hacktoberfest 2021 was a great kickstart for my open source journey. It was an amazing experience contributing to the projects.Thank you Hactoberfest and DigitalOcean for bringing this awesome opportu...
03:14 am GMT - Mon, October 25, 2021
Dev To Laravel How to Get .env Variable in Controller and Blade
In this tutorial I will give you information laravel how to get .env variable in controller and blade. many time we need to required of .env variable in controller and blade file like if you are creat...
03:06 am GMT - Mon, October 25, 2021
Dev To code every day with me
--DAY 7--Hi, I am going to make #100DaysOfCode Challenge. Everyday I will try solve 1 problem from leetcode or hackerrank. Hope you can go with me until end.Now let's solve problem today:-Problem: Rem...
02:04 am GMT - Mon, October 25, 2021
Dev To I created my first NPM package
Hello all! I am excited to announce that I have published my first NPM package. It's not super fancy or anything and is most certainly a work in progress. That being said, if anyone has time to check ...
12:53 am GMT - Mon, October 25, 2021
Dev To CPU Architecture - What's inside?
Let's talk about CPU's and their inner workings.A CPU, the central processing unit, is the brain of your computer. It is the core hub which performs all operations of your device, and is responsible f...
12:50 am GMT - Mon, October 25, 2021
Dev To Tesla Pushes Out Dangerous Software Update, Bungles Rollback Attempt
There are a lot of headlines about Tesla that overstate a story for clicks, and I can assure you this is not one of them.Before I'm accused of being a hater: I am a Tesla owner and shareholder. I'm no...
12:31 am GMT - Mon, October 25, 2021
Dev To Using slot with custom web componnents.
when creating custom web components the slot tag can be very useful. The slot tag allows you to pass html content into the shadowroot of your custom element. When would you use the slot tag?An ex...
12:28 am GMT - Mon, October 25, 2021
Dev To How I build python keylogger
A keylogger is a type of surveillance technology used to monitor and record each keystroke typed on a specific computer's keyboard. In this tutorial, you will learn how to write a keylogger in Python....
12:15 am GMT - Mon, October 25, 2021
Dev To GraphQL file uploads - evaluating the 5 most common approaches
One question that keeps coming up in GraphQL communities is, how to upload files using GraphQL? This post should give you an overview of the different options available and how they compare.Serving st...
12:05 am GMT - Mon, October 25, 2021
Dev To : -2021-25742 about Nginx Ingress controller custom snippets
Thanks a lot to Mitch Hulscher reported the : -2021-25742 ! A great write-up by Shauli Rozen #ARMO #kubescape team and added it in their kubescape scans/checks in no time !Suggest to use kubescap...
11:51 pm GMT - Sun, October 24, 2021
Dev To Writing Bash Scripts Like A Pro - Part 1 - Styling Guide
Writing Bash scripts can be challenging if you don't know the quirks and perks. In my mother tongue, we use the Yiddish word for quirks and perks; it's called "Shtickim" (plural of "Shtick"). Are you ...
11:31 pm GMT - Sun, October 24, 2021
Dev To Explaining SOLID with LEGO (and probably making enemies in the tech community)
Yeah... so, this time I'll be doing something a little different.I believe I have a way to explain how SOLID works with LEGO!And... I'm already preparing for people making a enemy of me because of tha...
11:24 pm GMT - Sun, October 24, 2021
Dev To Building A Product Management Tool Using Appsmith and FaunaDB
In this article, I'll be showing you how to create a product management tool that helps, small business signed up on a mythical e-commerce platform manage products in their catalogue. This tool will a...
11:14 pm GMT - Sun, October 24, 2021
Dev To Conditional logic you should know
Once you start getting JavaScript under the belt, one of the things you would want to do is get conditional logic into an application. What is conditional logic? Conditional logic acts as a traffic cu...
10:29 pm GMT - Sun, October 24, 2021
Dev To [SOLVED] Is there a way to have raw-types in (modern) C?
What are "raw" types?Raw types(in Java) is a type who has type-arguments (generics/templates*), but whose type-arguments are not specified in a declaration.Consider the following (Java) code:cla...
10:29 pm GMT - Sun, October 24, 2021
Dev To [SOLVED?] Is there a way to have raw-types in (modern) C?
What are "raw" types?Raw types(in Java) is a type who has type-arguments (generics/templates*), but whose type-arguments are not specified in a declaration.Consider the following (Java) code:cla...
10:22 pm GMT - Sun, October 24, 2021
Dev To How to create a Preloader in NextJS
There's always a need to have all the content of a webpage ready before it is displayed to whoever is visiting your web app/website.In situations where the contents of the webpage aren't ready, people...
09:47 pm GMT - Sun, October 24, 2021
Dev To Today I successfully completed Hacktoberfest 2021!
It was an amazing experience since it was my first participation to any open source project contribution. Thank you Hactoberfest and DigitalOcean for bringing this awesome opportunaty for me!!...
08:57 pm GMT - Sun, October 24, 2021
Dev To How to become an SEO specialist in the coming 2022 1
Hi, My name is ukasz and it's my first post here . I would like to share my knowledge of working as an SEO Specialist. In this post I will discuss the topic that I see such a person should have in 202...
08:54 pm GMT - Sun, October 24, 2021
Dev To 5 Best High Order Array Methods in JavaScript
5 Best High Order Array Methods in JavaScript | by Greg Petropoulos | Oct, 2021 | Medium Greg Petropoulos Oct 24, 2021 Medium ...
08:22 pm GMT - Sun, October 24, 2021
Dev To A Beginners Guide to CSS Grid
CSS positioning has been the beast that many developers seem reluctant to conquer. It can be finnicky, particular, and frustrating to say the least. When do I use position: absolute or position: relat...
07:40 pm GMT - Sun, October 24, 2021
Dev To Divtober Day 24: Smelly
The word of the day for divtober is "smelly." So here's a smelly trash can with boxes and bags around it:Also, childish me did another demo yesterday for divtober #23 (loud) and #24 (smelly) together....
07:35 pm GMT - Sun, October 24, 2021
Dev To Docker & WSL Hogging C Drive
BackgroundMy laptop has only 147 GB of space and run Windows 10 as my C Drive. Now any developer who uses many software as part of their development process would agree that this space is gross...
07:33 pm GMT - Sun, October 24, 2021
Dev To Linear and Binary Search in Javascript
When preparing for technical interviews there are a ton a material to cover and prepare for. The most important thing is coming up with a solution that works and then later showing that you can refact...
07:29 pm GMT - Sun, October 24, 2021
Dev To We should write Java code differently
For the last few years, I'm writing articles which describe a new, more functional way to write Java code. But the question of why we should use this new coding style remains largely unanswered. This ...
07:07 pm GMT - Sun, October 24, 2021
Dev To Testing Solid.js code beyond jest
So, you started writing an app or library in Solid.js and TypeScript - what an excellent choice - but now you want to unit test everything as fast as possible to avoid regressions.We already know how ...
06:54 pm GMT - Sun, October 24, 2021
Dev To Set up .env in react project tips
Found this tips while i'm fetching issue set up .env variable in react project The .env file should be in the root for you application folder. That is one level above your src folder, the same place w...
06:41 pm GMT - Sun, October 24, 2021
Dev To Experimenting with a CSS pure inspect element
CSS, a language that defines style and design, has many interesting functions. Some of them are the attr() and counter() functions. Today we'll use them to create very simple element inspector with pu...
06:40 pm GMT - Sun, October 24, 2021
Dev To Encryption & decryption for r0@drunner$
The modern internet today is programmed in such a way that, the traffic is encrypted. Now, what does this encryption mean? In simple terms, encryption ensures only those who are meant to understand th...
06:37 pm GMT - Sun, October 24, 2021
Dev To How I built my portfolio using NextJS, Typescript, and Chakra UI
Originally published on my blogIn this post Ill go with you in a detailed way on how i created my blog/portfolio from scratch using NextJS and Chakra UI, from creating the pages and posts markdown fil...
06:23 pm GMT - Sun, October 24, 2021
Dev To Fixed Navbar using Chakra UI
Chakra UI is a CSS-In-Js library that makes it really easy for React developers to code UI for their applications. It is easy to develop most of the common UI components with Chakra UI however it does...
06:06 pm GMT - Sun, October 24, 2021
Dev To Auto deploy Shiny app changes to the DigitalOcean App Platform
By: Peter SolymosIntegrate the DigitalOcean App Platform with GitHub for automated deployment of your Shiny app.I introduced the DigitalOcean App Platform in a previous post and described how to deplo...
06:01 pm GMT - Sun, October 24, 2021
Dev To A guide to HTML5 semantic Elements
Whenever I start any new website, I just simply starts with the <div> to structure the HTML. But recently I came to know about these semantic tags to structure the website. I was like, oh wait, ...
04:55 pm GMT - Sun, October 24, 2021
Dev To Prototypes in JS
MotivationLately, I had been reading lots of articles for core concepts of Javascript. After reading a lot of them, I became overwhelmed with so much of knowledge all at once. Though I had been ...
04:39 pm GMT - Sun, October 24, 2021
Dev To The .NET Stacks 67: .NET 6 RC2 arrives
Welcome to another week, full of top-notch product announcements and the proclamation of "View Source" as a crime. I too am a hacker, apparently.Anyway, here's what we have going on this week:Web upd...
04:32 pm GMT - Sun, October 24, 2021
Dev To Authentication and Authorization with JWTs in Node && Express.js
In this tutorial, we'll learn how to build an authentication system for a Nodejs & Express application using JWT. We'll be working on the project of this tutorial Build an API using Node, Express...
04:31 pm GMT - Sun, October 24, 2021
Dev To My Svelte Journey
Beginner to beginner Introduction to SvelteThe goal for this tutorial is to share my learning experience with Svelte, also this is my first post in this platform, roast me but ... be nice!In Nov...
04:29 pm GMT - Sun, October 24, 2021
Dev To My takeaways as a community evangelist @HackThisFall 2.0
This pandemic has been a blessing in disguise for many people , and has gifted many with the time to introspect one's interest and develop one's skillsets. With many events shifted to the virtual mode...
04:27 pm GMT - Sun, October 24, 2021
Dev To Can You Refactor JavaScript Safely Without Test Coverage?
The conventional wisdom is that you should have good test coverage before refactoring your code. Making mistakes during refactoring will introduce defects in the software if they are not caught during...
03:43 pm GMT - Sun, October 24, 2021
Dev To Descriptive Statistics Part 2
statistics Chebyshev Theorem, Skewness, Kurtosis, Percentiles explainedI enjoyed creating this video and hope all of you will like it. ...
03:39 pm GMT - Sun, October 24, 2021
Dev To EC2 Spot Interruptions - AWS Fault Injection Simulator
AbstractAWS Fault Injection Simulator now supports Spot Interruptions, now you can trigger the interruption of an Amazon EC2 Spot Instance using AWS Fault Injection Simulator (FIS).With FIS, you...
03:08 pm GMT - Sun, October 24, 2021
Dev To Introducing to a simple classification and create a neural network using Brainjs to doit
An introductionI write this article especially for my students as many of them have heard about some topics such as machine learning, deep learning, classification, but still haven't figured ho...
03:02 pm GMT - Sun, October 24, 2021
Dev To How to build and deploy angular application to surge using github actions
Hey there, Suppose you have an angular application and need to automate building and deployment also you are looking for how to do it. You are in the right place. Requirements Angular application...
02:55 pm GMT - Sun, October 24, 2021
Dev To When Blockchain Meets Artificial Intelligence
Blockchain and Artificial Intelligence are trending tech of new era when both are combined together its become complete strong security system. not only private sector but also Govt sector also used t...
02:49 pm GMT - Sun, October 24, 2021
Dev To Should we use CSR, SSR, SSG, or ISR on Next.js?
IntroductionOn my last blog, you have explored the technical side of how does it work underneath, now what you will need is how to choose between them. I'll give you 4 metrics and some use cases...
02:16 pm GMT - Sun, October 24, 2021
Dev To Testing Locally is Slowing YouDown
If you're not using a live test environment, you're making your life harder than it needs to be.Tell me if this sounds familiar?You're building a backend application that's working exactly how you wan...
02:15 pm GMT - Sun, October 24, 2021
Dev To Copy & Paste - The Tricky Way on macOS Terminal
Every of us knows copy & paste by -C and -V. Today I want to introduce you the pbcopy and pbpaste commands, for macOS exclusively. pbcopyImagine that you want to copy the content of a file th...
02:12 pm GMT - Sun, October 24, 2021
Dev To Guia Bsico sobre Princpios de Programao eSOLID
Estudando um pouco sobre Clean Code e boas prticas no desenvolvimento de software, me deparei com os princpios de programao e princpios SOLID. Aliados com o Clean Code, eles so uma ferramenta poderosa...
02:09 pm GMT - Sun, October 24, 2021
Dev To Microservices Architecture for Roadrunners | 6 keybenefits
Freaky AnalogyImagine a feature in your application that records the number of times a user has visited a page. Suppose there is a bug in the code that does this, and if you have put all of the ...
01:31 pm GMT - Sun, October 24, 2021
Dev To Upload Files to Azure Storage using a PowerShell Function App
OverviewWith Hacktober 2021 coming to an end soon, I thought I would share with you a little experiment I did using an Azure serverless Function App with Powershell as the code base. The idea wa...
01:28 pm GMT - Sun, October 24, 2021
Dev To Floyds Cycle Detection Algorithm
The purpose is to determine whether the linked list has a cycle or not. This is the fastest method to find cycle in a linked list. The terminology of this algorithm is-Traverse linked list using two p...
12:57 pm GMT - Sun, October 24, 2021
Dev To I made Squid Game with JavaScript
I just made a really simple version of Red Light Green Light game from Squid Game with JavaScript and THREE.JS.You can play it here.If you want a step by step tutorial on how to create this game I hav...
12:40 pm GMT - Sun, October 24, 2021
Dev To Haskell - The Most Gentle Introduction Ever (Part II)
This is the second article in my little series explaining the basics of Haskell.If you haven't yet, I would recommend you to read the first article, before diving into this one.So far we've learned th...
12:38 pm GMT - Sun, October 24, 2021
Dev To 1 line of code: How to shallow clone an Array
const shallowClone = arr => arr.slice(0); Creates a shallow-copied clone of the provided array. Since it's a shallow copy, nested objects or arrays will be copied by reference, not duplicated.Happy...
12:27 pm GMT - Sun, October 24, 2021
Dev To MongoDB AND Operator ( $and ) | How to use it?
This tutorial is all about the AND Operator in MongoDB.This tutorial includes both theoretical and hands-on explanation.About Me:Project Enquiries: https://www.srajangupta.com/...
12:00 pm GMT - Sun, October 24, 2021
Dev To A Quick 10-Second Programming Joke For Today
Hi there! Here's today's Daily Developer Joke. We hope you enjoy it; it's a good one.For more jokes, and to submit your own joke to get featured, check out the Daily Developer Jokes Website. We're als...
11:56 am GMT - Sun, October 24, 2021
Dev To Configuring inbound rules on SES
Amazon Simple Email Service (SES) not only addresses the use-case of outbound emails to users but also have inbound emails where you can receive emails from a designated recipient.To get started with ...
11:49 am GMT - Sun, October 24, 2021
Dev To God Mode in Windows 11
One of the main improvements in Windows 11 is the new Settings screen, which is better organized than in the previous version.In terms of versatility, however, it is still inferior to the dear old fas...
11:48 am GMT - Sun, October 24, 2021
Dev To Build A Live Translated Transcriptions Service Within Your Video Call WebApp
Learn how to make a real-time translation service using the Agora Web SDK and Google Cloud. IntroductionDoing business globally is a goal for almost every company. The chance to scale up on an in...
11:47 am GMT - Sun, October 24, 2021
Dev To Day 16 of 100 Days of Code & Scrum: Plan of Counterattack for the Next.js Week
Happy Sunday, everyone!I kickstarted my week by getting my new user story article finished. I'm going to do proofreading on it tomorrow, as I'm way too sleepy now. Also, I worked on creating my banner...
11:36 am GMT - Sun, October 24, 2021
Dev To 9 Months Are Enough : Job Placement
Phase 1 | Month 0-4Let's get started with programming and master data structureLearn the essentials of programming along with writing optimised code in terms of time & space, recursion and O...
11:33 am GMT - Sun, October 24, 2021
Dev To Tailwind isn't the answer
Tailwind CSS has taken the frontend development world by storm over the last few years. A utility-first library of CSS classes, it promises a new way of styling that's more consistent, maintainable, a...
10:38 am GMT - Sun, October 24, 2021
Dev To Building Tailwind CSS checkbox and radio input fields
Ever since I've been using Tailwind CSS it has completely changed my way of building user interfaces and as things stand right now, I can't imagine going back to an OOCSS framework, such as Bootstrap....
10:24 am GMT - Sun, October 24, 2021
Dev To Be safe with the SSH version you use for Roadrunners
SSH ( Secure Shell ) is a program that is used to create a secure connection between two network enabled hosts. With this connection, the user will be able to get remote access to machines or transfer...
10:04 am GMT - Sun, October 24, 2021
Dev To What is an API ?
If you are a novice web developer then you must have heard of APIs, here is a simple explanation of what this term means.API is short for Application Programming Interface.Let's look at an example.In ...
09:59 am GMT - Sun, October 24, 2021
Dev To How to Make Your Own Next.js Starter Template
IntroductionCurrently, I'm learning about React & Next.js. To understand how it works, I usually push myself to make some mini-projects using that framework. One thing I hate when I develop ...
09:42 am GMT - Sun, October 24, 2021
Dev To Better Ideas At Test Design
Even with many years in this industry, I get inspired by courses I take. A course - BBST Test Design - served as inspiration on sharing on this: Having better ideas at Test Design.And by Test Design, ...
09:20 am GMT - Sun, October 24, 2021
Dev To About arrays and pointers
Difference between pointers and arrays.The difference between pointers and arraysI have seen in many places that an array is introduced as a pointer. This is technically not correct. Arrays are not po...
08:42 am GMT - Sun, October 24, 2021
Dev To A look at WebXR and its frameworks as an important future of XR technology.
What is covered in this article?In this article, we'll look into a future of Extended reality (XR) technology; specifically WebXR. This will be a light overview for developers, newbies and enthusiasts...
08:31 am GMT - Sun, October 24, 2021
Dev To How to evict specific pods on the Kubernetes cluster
IntroductionKubernetes is a very popular and the most widely used container orchestration. It has a sophisticated and flexible scheduling system to deploy your application on production. The a...
08:09 am GMT - Sun, October 24, 2021
Dev To Introduction to Golang HTTP router made with net/http
This article is a translation of bmf-tech.com - net/httpHTTP IntroductionThis article explains how to create your own HTTP router using the standard Golang package net/http.The standard package d...
08:08 am GMT - Sun, October 24, 2021
Dev To Error Handling in Rust
IntroductionIn this article, we're going to take a look at Error handling in Rust and how it improves the performance of Rust web applications.Error handling is an important part of software dev...
08:03 am GMT - Sun, October 24, 2021
Dev To Which language is Best? Which language to learn first?
If you are beginner in programming or planning to pick up a career in programming then this article is for you.You might have seen people talking/discussing about How one programming language is bette...
07:41 am GMT - Sun, October 24, 2021
Dev To My experience of Hacktoberfest 2021
I have been participating in a great and the biggest event for open source this month- Hacktoberfest! In this article, I am going to tell you how I participated and how I enjoyed this event.Hacktoberf...
07:24 am GMT - Sun, October 24, 2021
Dev To What is a REST API? | Design Principles of REST API
One way or the other you have always interacted with a REST API.If you've ever wanted to know, How does a REST API work? then this tutorial is definitely for you.Project Enquiries: https://www.srajang...
07:18 am GMT - Sun, October 24, 2021
Dev To My Coding Bootcamp Journey - Week 1 of 13
Well, one week done already and we covered so much. Basically the precourse work was covered but in a way that reinforced it. It was done with a series of live Zoom lectures with the chance to ask que...
07:14 am GMT - Sun, October 24, 2021
Dev To How to create a stunning GitHub Profile
This article was first published on CodeNewbie on Oct 3, 2021.Nowadays, junior developers are wondering if a personal portfolio is still necessary to showcase their skills. On one hand, I would say ye...
07:06 am GMT - Sun, October 24, 2021
Dev To Seeding a Prisma database in Next.js
When working with databases, it's convenient to have some initial data.Imagine being a new developer. It will be a pain if you need to set up all this data by hand.That's where migrations come in hand...
07:05 am GMT - Sun, October 24, 2021
Dev To How can I learn UX/UI design?
To learn UI/UX design you must enroll yourself in a communication design course. There are several schools that offer a degree or diploma in communication design. There are even some schools that offe...
06:14 am GMT - Sun, October 24, 2021
Dev To NodeJS Desktop Automation with RobotJS, (but with a program that could get you hired fired)
Some while ago, I saw a meme video of "a day in the life of a software engineer" where the engineer wrote a script to make his computer switch on automatically, open Slack, and move the mouse at regul...
06:10 am GMT - Sun, October 24, 2021
Dev To 5 Python Games With Source Code
Hello, buddies! Python is a great programming language for Game development, which makes it more popular. Since Python is easy to use and understand, game developers choose Python for making (small) g...
06:08 am GMT - Sun, October 24, 2021
Dev To Micro-Frontends: The Next Gen Way to build Web Apps
In enterprise-level applications, working on an application from a single code base turns out to be a massive head-ache. For this purpose, Micro-Frontend architecture was born. Let's dive into the wor...
06:03 am GMT - Sun, October 24, 2021
Dev To Open Source Backend Server - AppWrite
ContentsWhat is Appwrite?Amazing FeaturesWhy Appwrite is better?InstallationHands OnBonus What is Appwrite?Appwrite is an open-source backend server for web and mobile applications. It is ...
05:54 am GMT - Sun, October 24, 2021
Dev To 3 ways to import node modules in deno
Migrating to Deno can be hard when you depend on Node modules. Until those Node modules get ported to Deno, you can use these three methods to import Node modules in Deno. Method 1: Using the com...
05:40 am GMT - Sun, October 24, 2021
Dev To Decode Factory Pattern
Creational Design PatternAbstract FactoryBuilder Pattern When to useTo avoid dealing with inconsistent object when the object needs to be created over several steps.To avoid too many constr...
04:15 am GMT - Sun, October 24, 2021
Dev To Recovering a Broken Linux Installation With Chroot
IntroductionChroot is a method of focusing on a part of your filesystem. This changes apparent root directory. Which gives asscess to root filesystem and root access in order to perform various ...
03:25 am GMT - Sun, October 24, 2021
Dev To Creating a simple app using Minicli
Minicli is an experimental dependency-free toolkit for building CLI-only applications in PHP created by @erikaheidi.In this example, we are going to build a simple app to show some info about a chosen...
02:53 am GMT - Sun, October 24, 2021
Dev To 10 CSS Resources that you should bookmark
In this article we are going to look at some awesome resource for you that can improve your productivity, I can assure you that you will not regret on clicking this article, so Let's see what I have g...
01:26 am GMT - Sun, October 24, 2021
Dev To How to Emulate Firebase Auth
I was recently building an app in which I was trying to integrate Firebase Authentication and Firebase Realtime Database. But I ran into a problem pretty quickly while I was testing things locally.Eve...
01:18 am GMT - Sun, October 24, 2021
Dev To Dual booting Ubuntu and windows 10
First, download the latest version of Ubuntu from their website https://ubuntu.com/#download,then inject your SanDisk Pendrive with more than 8Gb (I used 16Gb) to your pc. After downloading Ubuntu we ...
12:17 am GMT - Sun, October 24, 2021
Dev To Cybercrime: Devs against the Dark side
Conference: Future.Works Tech ConferenceSpeaker: Steve PoolePosition: Developer Advocate at SonaTypeConference Teaser: https://www.youtube.com/watch?v=s02R4bj5PfAThis is my "review" and notes from the...
11:32 pm GMT - Sat, October 23, 2021
Dev To Introduction
For those of you who dont know me, hello, my name is Mahamud. Im a freelance developer, solo entrepreneur, and blogger, based in Manchester, England. I would like to start sharing my experiences as a ...
10:37 pm GMT - Sat, October 23, 2021
Dev To Useful Websites Every Web developer Should Know About.
Hello everyone! In this article, I will write about websites that will help you improve your productivity and manage some of the challenges we face in web development.let's get started 1.*Animista *An...
10:30 pm GMT - Sat, October 23, 2021
Dev To What is CSS Variable - in simple terms
Hello everyone! In this article, I will write about CSS Variables, scoping CSS Variables, and how they can help you to create better, and more maintainable CSS. let's get started CSS Variables are som...
09:47 pm GMT - Sat, October 23, 2021
Dev To GraphQL in Production Analyzing public GraphQL APIs 1: Twitch.tv
Hello Wunderfans! If you enjoy our content, never miss a blog post or story by subscribing to our newsletter or even better, joining our Discord! Hope you enjoy our latest piece and happy coding!Analy...
08:50 pm GMT - Sat, October 23, 2021
Dev To Vscode is finally available in the browser
A web-based and lightweight version of vscode is now accessible via the web, all you have to do is go to the link https://vscode.dev, and you will be presented with an instance of vs code.and to mak...
08:43 pm GMT - Sat, October 23, 2021
Dev To How to install Oracle 18c and Docker on Ubuntu 20
First Step: installing docker on ubuntuUpdate your existing package list:$ sudo apt updateNext, install some prerequisite packages that allow apt to use packages over HTTPS:$ sudo apt install ap...
08:39 pm GMT - Sat, October 23, 2021
Dev To The css chrome dev tool you didnt know of
Did you know that chrome dev tools has a css overview panel to identify flaws inside your css?You can find it when you open your dev-tools in chrome (F12) and than More options() More > More to...
08:37 pm GMT - Sat, October 23, 2021
Dev To Java Performance - Chapter 1
RecapIn the previous article, we demonstrated that we are going to discuss the great book Java Performance 2nd Edition by Scott Oaks.In this article we are goind to summarize the first book chap...
08:23 pm GMT - Sat, October 23, 2021
Dev To Media Queries - CSS
What is a media-query?A Media Query is a CSS Technique that uses a @media and @import at-rules which helps in invoking CSS properties inside a block only if the desired condition is true for var...
08:04 pm GMT - Sat, October 23, 2021
Dev To To all the devs with crazy ideas . . .
Git Commit Show #season03 on 27th & 28th November, 2021. To all the developers with crazy ideas, amazing breakthroughs! Git Commit Show is inviting you guys to showcase your breakthrough project i...
08:02 pm GMT - Sat, October 23, 2021
Dev To My entry for Replit's Game Jam - Vulcanist
VulcanistVulcanist is my official Kajam Entry for replit's Kajam 2021 competition.https://replit.com/talk/share/Vulcanist/147347Enjoy playing and also help me find any bugs that exist in there.E...
07:23 pm GMT - Sat, October 23, 2021
Dev To Laravel 8 Import Export Excel & CSV File Example
Laravel Excel is designed at being a Laravel-flavoured PhpSpreadsheet. It is a manageable and elegant wrapper around PhpSpreadsheet to simplify exports and imports. PhpSpreadsheet is a php based libra...
07:14 pm GMT - Sat, October 23, 2021
Dev To Shell Scripting Basics: Beginner's Guide
What is shell scripting? Shell scripting is the code that is designed to run in the Unix shell. This means that you can write these generic pieces of instructions and execute them directly from ...
07:00 pm GMT - Sat, October 23, 2021
Dev To Divtober Day 23: Loud
The word of the day for divtober is "loud." This required a demo with that extra push over the cliff, so I brought it up "one louder" to 11 with this volume knob:It was developed using an input range ...
06:57 pm GMT - Sat, October 23, 2021
Dev To Lambda insights to the rescue
In previous episode we enabled tracing and we were able to see more information about our platform, requests, etc. Still, it is not much, but it is better than it was! Let's continue then. Lambda...
05:44 pm GMT - Sat, October 23, 2021
Dev To A brief introduction to WebGL
What is WebGL?WebGL is a cross-platform, royalty-free API used to create 3D graphics in a Web browser. Based on OpenGL ES 2.0, WebGL uses the OpenGL shading language, GLSL, and offers the familiarity ...
05:32 pm GMT - Sat, October 23, 2021
Dev To Basics of CI/CD
The primary goal of any software project is to earn money through the automation of the business process. The quicker you can release the new versions to the customers, the better it's for your compan...
05:22 pm GMT - Sat, October 23, 2021
Dev To can I become a front-end developer in 6 months?
Can I become a Front-End Developer in 6 months? Yes, its possible, there are certain things you should know. Its not easy. It takes hard work and dedication to complete this course.We are not saying y...
05:18 pm GMT - Sat, October 23, 2021
Dev To Javascript 'For Loops'
What is the purpose of a 'for loop' in JavaScript? Its purpose is that it executes a block (of code) as long as its condition is met/returns 'true'. Conversely, if the the block is executed and the co...
04:52 pm GMT - Sat, October 23, 2021
Dev To 3 skills a programmer should have
Programming sometimes can be a hassle but there are some skills that make it easier. Here are some of the skills a good programmer should have: 1. How to GoogleThis is something every good progra...
04:07 pm GMT - Sat, October 23, 2021
Dev To Coin Toss Game using JavaScript & CSS
In this article you will learn how to create Coin Toss Game using JavaScript. JavaScript Coin Flip Game We often see different types of cricket matches or other types of matches. Here I have shown you...
03:58 pm GMT - Sat, October 23, 2021
Dev To Whats new in HTTPie 2.6.0
This version of HTTPie introduces numerous improvements to data display and formatting. Body charset detectionIf a messages Content-Type header doesnt specify charset, HTTPie now auto-detects it ...
03:57 pm GMT - Sat, October 23, 2021
Dev To My Experience as Maintainer for Hacktoberfest 2021
October is the best month for me as an open source developer advocate as we celebrate the biggest open source event every year which is the Hacktoberfest.Last year, I participated as a simple contribu...
03:48 pm GMT - Sat, October 23, 2021
Dev To Using each_slice in Rails
I wanted to take a moment to share about an approach to a problem I encounter with our application at work. I was working on a multi-step controller pattern which returned data from an external API to...
03:40 pm GMT - Sat, October 23, 2021
Dev To Calculate Your Code Performance
Benchmarking your code is a very important step to maintaining good code. It does not particularly matter whether the language is "fast" or "slow" as each language has its target platform where it nee...
03:32 pm GMT - Sat, October 23, 2021
Dev To C Programming: Operator Overloading
Operator overloading is one of the special features in C++ programming. The advantages of this feature is that it allows us to apply operators that logically make sense on our custom data structures. ...
03:29 pm GMT - Sat, October 23, 2021
Dev To Laravel API Tutorial
Video Link :- https://youtu.be/CR3Pyq5OXGMIn Part-1 of Laravel 8 API Tutorial, we will learn about Laravel Rest / Restful API and their requirements.Before explaining What Laravel API exactly is, we w...
03:29 pm GMT - Sat, October 23, 2021
Dev To You can use your database as a simple calculator
Saw this in the MySQL docs. I'm assuming this only works for relational databases.I don't know if it's very useful but definitely interesting.MariaDB[] > SELECT SIN(PI()/4), (4+1)*5;+--------------...
03:16 pm GMT - Sat, October 23, 2021
Dev To Understanding array.reduce by creating its polyfill
One of the most complex array method is array.reduce. So in this article we will learn about the reduce function while making its polyfill.(A polyfill is a piece of code used to provide modern functio...
02:56 pm GMT - Sat, October 23, 2021
Dev To 5 Tips for CSS responsive design
Choose Mobile-First Approach For responsive designThe best approach for responsive design is to design a mobile version of your website first. This allows you to see how the images, text, logos,...
02:33 pm GMT - Sat, October 23, 2021
Dev To Can Robots also do Teamwork with Humans ?
As human interaction with robots and artificial intelligence increases exponentially in areas like healthcare, manufacturing, transportation, space exploration, defence technologies, information about...
01:59 pm GMT - Sat, October 23, 2021
Dev To Javascript Notlar 6 - Event'ler (Events)
Merhabalar, bu yazmzda Javascript programlama dilinde "Event" ad verilen kavram ele alacaz. Hadi balayalm :) Event Nedir?Event, Javascript kodlarnn-komutlarnn HTML ile etkileime gemesine olanak s...
01:51 pm GMT - Sat, October 23, 2021
Dev To Halfmoon: The forgotten CSS Framework
In this post you will learn about a very beautiful CSS framework, halfmoon css that you will rarely see someone using but is perfect for any person who wants to use a CSS framework.We often see people...
01:48 pm GMT - Sat, October 23, 2021
Dev To Need Help
I need a python program for the bike share project...
01:47 pm GMT - Sat, October 23, 2021
Dev To Create a digital clock using Javascript
In today's tutorial we will create a digital clock that will show us the current time and it will also have a nice alarm feature. By the end of this tutorial you'll be familiar with working with the J...
01:39 pm GMT - Sat, October 23, 2021
Dev To The Hitchhiker's Guide to Blockchain Development
Introduction Spoiler alert I should probably have called this "How to get started with Ethereum Blockchain development" considering I will be biased towards Ethereum in this article. Ethereum i...
12:55 pm GMT - Sat, October 23, 2021
Dev To Parsing and reading Excel binary data using Pandas
IntroductionSometimes, it can be necessary to parse data in binary format from an external source in order to work with it. Usually, when encoding the data from its original source into a binary forma...
12:46 pm GMT - Sat, October 23, 2021
Dev To 7 GitHub projects to supercharge your Docker practices
Docker is an open-source container management platform used to build, run and package applications for deployment. It is an essential tool in every developer's toolkit.Here's a list of 7 GitHub projec...
12:30 pm GMT - Sat, October 23, 2021
Dev To Top 5 Visual Studio Code Extensions for Programmers (2021)
One of the best code editors in the developer community is Visual Studio Code. The numerous extensions that speed up the development process are one of the reasons behind VS Code's popularity.This pos...
12:11 pm GMT - Sat, October 23, 2021
Dev To Day 15 of 100 Days of Code & Scrum: Second Weekly Retrospective
Happy weekend, everyone!Today marks the end of the second week, and so I will be doing a Sprint Review and Retrospective as I mentioned back then, at the beginning of this challenge. My Previous ...
12:05 pm GMT - Sat, October 23, 2021
Dev To Why choose React for frontend?
Before I dive into some of the cool things you can do with React, lets understand what is React. React JS is basically a JavaScript library built and maintained by Facebook. React is an efficient, dec...
12:04 pm GMT - Sat, October 23, 2021
Dev To Next.Js Series 6 - How does 'Image' component from 'next/image' improve the web app performance
<Image/> component is a html <img/> extension that we can import from 'next/image'. It provides some out-of-the-box benefits which will greatly improve the performance of our web app. Here...
11:48 am GMT - Sat, October 23, 2021
Dev To Tools That Have Made React Documentation A Piece of Cake
Full article is available on AviyelIf you are a front end developer, chances are; you already had used React at least once till now. It all started with Facebooks decision to launch live chat integrat...
11:41 am GMT - Sat, October 23, 2021
Dev To Debouncing for beginners by a beginner
I am a beginner and I recently learned debouncing and throttling ,their usage and differences. DebouncingDebouncing is a procedure in JavaScript(and possibly other programming languages) which h...
11:35 am GMT - Sat, October 23, 2021
Dev To Javascript Notlar 4 - Fonksiyonlar (Functions)
Merhabalar, seriye fonksiyonlar ile devam ediyoruz. Hadi balayalm :)Fonksiyonlar bizleri kod tekrarndan koruyan, kodu daha gvenilir ve dzenli hale getiren, ileri kolaylatran kod bloklardr. Fonksiyonla...
11:12 am GMT - Sat, October 23, 2021
Dev To Is Rust going to Replace Java?
Hey Coders!!A lot of you have been telling me that rust is soon going to replace java.Looking at the perspective of the number of people using java, I would say Rust isn't going to replace java.I don'...
11:11 am GMT - Sat, October 23, 2021
Dev To The Full-Stack Developer Vocabulary (Pt.1, the essentials)
DOM? Serverless? CI/CD? JSON? WTF is everyone talking about???If you're new to this whole full-stack development thing, and get confused by some of the words people use when talking about f...
10:49 am GMT - Sat, October 23, 2021
Dev To Javascript Notlar 3 - Koul fadeleri ve Operatrler (if - else, switch-case and operators)
Merhabalar, serimizin 3. blmnde koul ifadeleri ve operatrlerden bahsedeceiz. Hadi balayalm :)Programlama dillerinde, baz ilemlerin gereklemesi belirli koullarn salanmas ile gerekletirilebilir. rnein "...
10:15 am GMT - Sat, October 23, 2021
Dev To Scrollable div layout with height 100%
Hello there , internet users. Today, I'll show you a CSS trick I frequently forget about when creating scrollable dynamic height layouts. Recently, I was developing a basic layout similar to this. It ...
10:11 am GMT - Sat, October 23, 2021
Dev To [[Environment]], closures and garbage collection
What are closures and where do they come from?A couple sources of information might 'somewhat' has an answer to the questions:A closure is the combination of a function bundled together (enclose...
10:10 am GMT - Sat, October 23, 2021
Dev To Javascript Polyfills: forEach, map, filter and reduce
The Javascript language has been evolving steadily over the years. New features on the language appear regularly. Some older browsers may not support these modern functionalities.A polyfill is a piece...
10:05 am GMT - Sat, October 23, 2021
Dev To What is SAML? | How does Microsoft Azure AD SAML work?
If you have ever interacted with Azure AD, then you have definitely interacted with the process of SAML authentication.If you've ever wanted to know What is SAML? and How does it work? then this video...
10:03 am GMT - Sat, October 23, 2021
Dev To What is OAuth 2.0? How does Google OAuth work?
This tutorial is all about OAuth 2.0.If we take an example of Google OAuth, we shall learn in the video that what all are the different steps that are taken when a website logs us in using Google OAut...
09:15 am GMT - Sat, October 23, 2021
Dev To Javascript Notlar 2 - Diziler ve Dngler (Arrays, For-While-ForEach Loops)
series: [Javascript Notlar]Selamlar, serinin ikinci notu ile beraberiz. Bu sefer Javascript programlama dilinde diziler ve dnglerden bahsedeceiz. Hadi balayalm :) DizilerDier programlama dillerin...
09:10 am GMT - Sat, October 23, 2021
Dev To Autocomplete through ReactJS Custom Hook
Autocomplete is a software feature that makes some suggestions based on what the user is currently typing. This functionality is widely used, from search engines to online shops. This article shows ho...
09:00 am GMT - Sat, October 23, 2021
Dev To 14 tips to Google like a pro
Google is one of the most powerful tools, and believe it or not, Googling is one of the most important skills out there. Here are some handy tips to master it. Tip #1: Search for an exact word or...
08:54 am GMT - Sat, October 23, 2021
Dev To Build a Todo List App With React JS For Beginners.
IntroductionToday let's build a Todo List app using React JS and localStorage. PrerequisiteNodejs IDE || Notepad xD Installation Create a React app using npx create-react-app todolist...
08:53 am GMT - Sat, October 23, 2021
Dev To 4 Different Way to Create High Quality Backlinks
There are several ways to Create High Quality Backlinks, so you may wonder which is the best way to optimize the incoming flow of targeted visitors. Creating a good amount of backlinks can be a very c...
08:50 am GMT - Sat, October 23, 2021
Dev To First Hacktoberfest and open source contributionand ,How I am start
How I started open sourceThis is started 3 months ago when I was watching a video on YouTube by Kunal Kushwaha and Eddie Jaoude They talked about open source and how a college student start cont...
08:15 am GMT - Sat, October 23, 2021
Dev To Network Attack Detection Methods Based On Deep Learning Technique
Earlier this week i was privileged to be among the amazing speakers at Cisco DevNet Create 2021 Conference to speak on how we can use deep learning techniques to detect network attacks, in this articl...
07:57 am GMT - Sat, October 23, 2021
Dev To Top 5 Udemy Courses to learn JavaScript in 2021 - Best of Lot
Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the different links provided in this article.Hello devs, if you are looking for bes...
07:55 am GMT - Sat, October 23, 2021
Dev To 3D Cube with animations... Only CSS feat.Naruto
Let's Get Started Apart from basic CSS properties, I have used some properties which change the 2D page of the view to a 3D one.CSS properties:perspectiveperspective-origintransform-styletransform (tr...
07:44 am GMT - Sat, October 23, 2021
Dev To Clean Your Storage Using Appwrite's Swift Cloud Functions
For all those Swift developers out there, we have a good news! We have just announced our Swift SDK to work with the server-side APIs of Appwrite. You can learn more about our Swift SDK in our Swift ...
07:37 am GMT - Sat, October 23, 2021
Dev To Kubernate: generate k8s YAMLs with code
So what is Kubernate?Think of it as a mix between Helm and Pulumi. It is a library that is used to generate Kubernetes YAML files with ease. Think like Helm but with actual code instead of templates. ...
06:54 am GMT - Sat, October 23, 2021
Dev To What factors shape the Cryptocurrency exchange development cost?
What is a cryptocurrency exchange?Cryptocurrencies started a revolution in the field of exchanges. This concept that it cannot be regulated by a particular third party is something completely ne...
06:51 am GMT - Sat, October 23, 2021
Dev To My First Contribution Story in Hacktoberfest
About MeHello! I'm Abu Mushonnip, a Software Engineering Student from Indonesia. This is my first post in DEV. Let me share my experience in Hacktoberfest 2021 which is also my first time join t...
06:46 am GMT - Sat, October 23, 2021
Dev To Coinbase Clone Script-how to provide a cryptocurrency exchange like Coinbase
As the most up-to-date and targeted cryptocurrency exchange in the United States, Coinbase has become an influential peak for traders. Coinbase offers a variety of products, including investing in cry...
06:39 am GMT - Sat, October 23, 2021
Dev To Adding Prisma to a Next.js project
Prisma is a very cool ORM that we can use to access a database in JavaScript projects.Prisma works with SDL (Schema Definition Language) to make writing migrations and type-safe code a breeze.I think ...
05:31 am GMT - Sat, October 23, 2021
Dev To ReLU Activation Function [with python code]
The rectified linear activation function (RELU) is a piecewise linear function that, if the input is positive say x, the output will be x. otherwise, it outputs zero.The mathematical representation of...
05:03 am GMT - Sat, October 23, 2021
Dev To How to Create Your Own VS Code Extension: A Simple, Step-by-Step Guide
Section 1: What to keep in mind before creating an extension1.1. VS Code has an extensive API, and most of the most common extensions such as Plugins (which lets you integrate extension functionality ...
04:37 am GMT - Sat, October 23, 2021
Dev To Start with Microservices. Don't start with Microservices
This article has an oxymoron title.I want to tell two stories. One which makes a case for don't start with Microservice, one for start with Microservice. And I believe by looking from both side of thi...
04:29 am GMT - Sat, October 23, 2021
Dev To EZ React Table
https://www.youtube.com/watch?v=Qm1Z5Q_ACL0NPM: https://www.npmjs.com/package/ez-react-table...
04:13 am GMT - Sat, October 23, 2021
Dev To code every day with me
--DAY 5--Hi, I am going to make #100DaysOfCode Challenge.Everyday I will try solve 1 problem from leetcode or hackerrank. Hope you can go with me until end.Now let's solve problem today:-Problem: Numb...
03:57 am GMT - Sat, October 23, 2021
Dev To Animation 3D Free Code
<!doctype html>Animasi Dirgahayu Indonesia@keyframes animate-earth { from { background-position: 120% 70px, 10px 0px, 0px 0px; } to { background-position: -20% 70px, -1000px 0px, -500px ...
03:50 am GMT - Sat, October 23, 2021
Dev To How not to update states in React!!
How do you guys update your state if it depends on the previous value?Simple!!...const [counter, setCounter] = useState(0);const updateCounter = () => { setCounter( counter + 1 );}...If you are do...
03:50 am GMT - Sat, October 23, 2021
Dev To Divtober Day 22: Critter
This cartoon critter (looks like a rabbit? maybe?) was drawn with CSS and only one HTML element for divtober:And, again, I recorded the process:...
03:03 am GMT - Sat, October 23, 2021
Dev To Fusetunnel - A Fast, Scalable, and Free Tunnel
There are many times where we want to share our localhost app with the world, either for testing purposes, to show progress, demo websites or run personal cloud services from your home. Fusetunnel hel...
02:31 am GMT - Sat, October 23, 2021
Dev To I had received the 4 Week Streak Dev badge
You received the 4 Week Streak badgeAwarded for consistency of writing.Congrats on achieving this streak! Consistent writing is hard. > The next streak badge you can get is the 8 Week Badge...
02:04 am GMT - Sat, October 23, 2021
Dev To Hacktoberfest 2021 Experience
IntroHowdy! I currently do not work in the tech industry. I went to school and received a CS degree, but have been working outside my degree since graduating. I am currently planning a career t...
12:05 am GMT - Sat, October 23, 2021
Dev To What Do You Mean By Design Pattern?
What is a design pattern: Patterns are solutions to common software design problems? Knowing these patterns distinguishes a professional programmer from ordinary programmers. No matter what programmin...
11:31 pm GMT - Fri, October 22, 2021
Dev To Build an NFT Wallet with OutSystems & Filecoin
Author: @sydneylaiYou hear about NFTs as collectables or images, but how do we store or collect them? Today we will build an NFT wallet and host them on IPFS as a unique NFT.We host the images in IPFS...
11:30 pm GMT - Fri, October 22, 2021
Dev To Quickly Grab Stuff From Your Git History
While working through a problem, my colleague remembered a prior version of our application had a syntax example we could use. Thankfully, the codebase has been checked into git! We knew the code in...
10:36 pm GMT - Fri, October 22, 2021
Dev To How to Upload Android Studio Project to GitHub?
Simple and beginner-friendly step-by-step guides to share your Android project in GitHub repositoryThe good thing about using Android Studio to upload your files to GitHub is it automatically figures ...
09:57 pm GMT - Fri, October 22, 2021
Dev To How database transactions work in Ecto and why Elixir makes it awesome?
Today we're going to look at how Ecto, which is Elixir's first-choice database access library, addresses the issue of handling database transactions. We'll briefly introduce you to the very concept of...
09:55 pm GMT - Fri, October 22, 2021
Dev To Elixir Trickery: Cheating on Structs, And Why It Pays Off
While we can't say cheating on anyone is okay, we're not as absolutistic when it comes to cheating on Elixir at times.Structs are there for a reason (we'll start from a brief overview), and that's cer...
09:38 pm GMT - Fri, October 22, 2021
Dev To Taste of Redux
What dependencies do you need?For those who are familiar with react hooks, React is of course the one you should import. For Redux, you need the following importsIn your main app file, where eve...
08:56 pm GMT - Fri, October 22, 2021
Dev To PandaDoc launches API for Document Generation and eSignatures
Today, were launching PandaDoc for Developers on Product Hunt. https://www.producthunt.com/posts/pandadoc-for-developersOur new API platform will help developers to create and integrate custom eSignat...
08:48 pm GMT - Fri, October 22, 2021
Dev To Neovim LSP Setup Code Completion Engine
OverviewOne of the cool feature that came with Neovim 0.5 is Language Server Protocol (LSP) support which allows to code more effectively as well as easily. What is Language Server Protocol...
08:23 pm GMT - Fri, October 22, 2021
Dev To 5 Array Methods for Building a Shopping Website
An array in JavaScript is an object that can store a list of items. In this post, I will explain 5 must know JavaScript array methods and how to use them to create a shopping website.PS: No, I am not ...
08:17 pm GMT - Fri, October 22, 2021
Dev To What was your win this week?
Hey there! Looking back on this past week, what was something you were proud of accomplishing?All wins count big or small Examples of 'wins' include:Starting a new projectFixing a tricky bugCleaning ...
08:02 pm GMT - Fri, October 22, 2021
Dev To First Hacktoberfest and open source contribution
About MeHey! I am Krishna from India final year student of Mater of Computer Applications and skilled in web development, Machine learning and cyber security enthusiastic. And also passionate ab...
08:01 pm GMT - Fri, October 22, 2021
Dev To Disaster Recovery Maturity Model
Point to be consider while setting up DRMM. Catalog your applications:Make sure you are aware of all applications that exist in the ecosystem and that they have assigned owners along with t...
07:16 pm GMT - Fri, October 22, 2021
Dev To Contributing to a Google Open Source Project!
IntroHello everyone! This blog post will be going over the second week of Hacktoberfest and the process I went through to get my second PR going! This week was a lot more difficult than last wee...
06:21 pm GMT - Fri, October 22, 2021
Dev To Iced.rs tutorial: How to build a simple Rust frontend web app
Written by Mario Zupan Previously, we looked at how to create a basic Wasm-based frontend application in Rust using the Yew web framework. In this tutorial, well show you how to do a similar thing wit...
06:20 pm GMT - Fri, October 22, 2021
Dev To A simple stacking context problem HOWTO
So recently i was asked to solve this simple problem.The problem goes as follows: given this markup, how can we make a click to div on a button area to trigger button's on click event, with out changi...
06:10 pm GMT - Fri, October 22, 2021
Dev To Third Hacktoberfest Contribution
For my 3rd contribution, I decided to go with a project that I'd frequently used as an end user in the past, runelite. Runelite is an open source client for Old-School Runescape, which almost every pl...
06:06 pm GMT - Fri, October 22, 2021
Dev To Coding...What is it?. Where to START?!
Coding or computer programming is the process that allows computers to perform practical tasks. Skilled software developers write lines of code to tell machines how to accomplish a specific goal. A ca...
05:50 pm GMT - Fri, October 22, 2021
Dev To CSS Gradient Loading Animation
In this article we are gonna build a loading spinner for you website stay tuned for that first let's look what are we building -We just need simple div to create this animation. For this animation we ...
05:28 pm GMT - Fri, October 22, 2021
Dev To Redux Toolkit Basics
Get started with the basic features of Redux Toolkit in this video. As an example we create a "counter" component to show what Redux Toolkit in its most basic form has to offer....
05:16 pm GMT - Fri, October 22, 2021
Dev To How to Turn Google Sheets into a REST API and Use it with a React Application
Posting data to API's has never been easy. But have you ever used React to post form data to Google Sheets? If not, then this tutorial is for you.Today, we are going to talk about how to POST fo...
05:12 pm GMT - Fri, October 22, 2021
Dev To Blog Post 5
Hello everyone, week of October 18-22 was ups and downs. Tears, tears, and more tears because I was still having trouble with the coding language in Ruby(Codecademy) and how it applies in real life. ...
05:03 pm GMT - Fri, October 22, 2021
Dev To Protected Routes in React with Custom Hook & Context API
TLDRCustom Protected Route Component + Custom Hook + React Context API = Protected Route Github Repo: https://github.com/edmondso006/react-protected-routesOftentimes we want to restrict what th...
05:03 pm GMT - Fri, October 22, 2021
Dev To Deno Appwrite
Hi there!This post teaches you how you can use Appwrites Deno SDK to write Appwrite Functions. Setting upYou should have cli version of deno installed.Let's start learning! Importing module ...
05:00 pm GMT - Fri, October 22, 2021
Dev To JavaScript: Passing by Value vs Pass by Reference
Photo by Erol Ahmed on UnsplashWhat's the big difference between passing Arguments by Reference vs Passing Arguments by Value? Primitive ValuesIn JavaScript, as with many other languages, at som...
05:00 pm GMT - Fri, October 22, 2021
Dev To Cheat Sheets that always save my time during web development
During Coding I often forget exact properties and at that time searching on google take time at least for me ( because I don't know about you ).So I always prefer cheatsheets because in 90% of cases I...
04:55 pm GMT - Fri, October 22, 2021
Dev To Get Started with React by Building a Whac-A-Mole Game
Want to get started with React but struggling to find a good place to start? This article should have you covered. We'll focus on some of the main concepts of React and then we'll be building a game f...
04:25 pm GMT - Fri, October 22, 2021
Dev To Collect the log data using Kinesis Agent with delivery stream using Kinesis Data Firehose and Querying the log data using Athena
Problems faced while collecting the log data in ec2 manually and finding a solution for easily querying the logs of the database in AWS". I have tried to find out certain solutions from a security and...
04:17 pm GMT - Fri, October 22, 2021
Dev To How to Mine AAVE token with Your Computer in Under 5 Minutes in 2021
A Step by Step Guide to Pool Mining AAVE defi in 2021 with a CPU!Sometimes mining can seem to be too complex for the average computer user, so I thought about putting together a quick guide to get you...
03:53 pm GMT - Fri, October 22, 2021
Dev To An introduction to Three.js
What is Three.js?Three.js is a library to make WebGL easier. Oh OK then? So, the next question is:What is WebGL?WebGL is an API. It lets you access a computers specialised graphics hardware using Java...
03:40 pm GMT - Fri, October 22, 2021
Dev To Copy text to clipboard in JS(two ways)
Of course the user can just select the text and copy it but giving them a button that they can click to copy it seems like a better idea(better UX). So in this article I will show you how you can copy...
03:29 pm GMT - Fri, October 22, 2021
Dev To 10 Must-have VSCode Extensions for React Developers
Extensions in VSCode are one of the things that makes VSCode so special. So let's see some of these extensions that will be of help to you as you work with ReactJS. 1. ES7 React/Redux/GraphQL/Rea...
03:12 pm GMT - Fri, October 22, 2021
Dev To How Do Quantum Computers Challenge the Future of Cryptography?
Quantum computers are powerful machines that can solve very complex equations much faster than ordinary computers. The speed of these computers is such that some experts believe that breaking the cryp...
03:11 pm GMT - Fri, October 22, 2021
Dev To API - What is it ? P-2
Types of APIPublicPartnerPrivate or InternalPublic APIAvailable to any third party developers.API's are publicly available to developers and other users with minimal restriction. They may require regi...
03:04 pm GMT - Fri, October 22, 2021
Dev To EMMET: Saviour of Developers
Emmet a plugin for everyone who couldn't remember the whole syntax.HTMLThe basic Boilerplate Generator !Just type ! and hit enter.Classes and IdClasses:- div.classNameID:- div#idNamehit enter, and Emm...
03:01 pm GMT - Fri, October 22, 2021
Dev To Unearthing Observability with New Relic
Is observability mission critical at this point? The folks at New Relic think so. And theyre not alone, according to their recent whitepaper on observability 90% of respondents believe observability i...
03:00 pm GMT - Fri, October 22, 2021
Dev To What's in a Software Dev degree anyway? Course 1 - Information Structures
This is a continuation of https://dev.to/vickilanger/what-s-in-a-software-dev-degree-491o. If you haven't read that, no worries. This post is just a cumulative of topics and concepts that were covered...
02:47 pm GMT - Fri, October 22, 2021
Dev To Twitch Streaming Graph Analysis - Part 1
IntroductionTwitch is the worlds leading live streaming platform for gamers. The idea of exploring the Twitch dataset is to see which streamers, teams, and games are most popular. Also, we would...
02:43 pm GMT - Fri, October 22, 2021
Dev To Javascript academy 1: Primitive value vs reference value
Welcome to this new academy! In this I will NOT explain you javascript from scratch, the aim of this javascript academy is to explain you some concept in javascript that will help you to understand ja...
02:37 pm GMT - Fri, October 22, 2021
Dev To API Integration Testing Made Easy
Writing integration tests for API's is challenging in a micro-services world as it involves multiple API's from multiple components.In this article we will be focusing on the two major challenges of w...
02:36 pm GMT - Fri, October 22, 2021
Dev To Open Source With Hacktoberfest
What is HacktoberfestOpen Source is changing the world, one contribution at a time.Hacktoberfest is a month-long celebration of open source development run by Digital Ocean. It is open to everyo...
02:35 pm GMT - Fri, October 22, 2021
Dev To KineMaster Pro Mod Apk v5.1.14 Download [Fully Unlocked]
Kinemaster is one of the best fully-featured, video editing app available on the play store, which contains all the features that require to create and edit any video.One of the best things about Kine...
02:26 pm GMT - Fri, October 22, 2021
Dev To Game Dev Digest Issue 115 - Shiny New Stuff
Issue #115 - Shiny New StuffThis article was originally published on GameDevDigest.comSome new announcements and some more of the usual great stuff. Enjoy!How to make AI sentient in Unity, Part ...
02:18 pm GMT - Fri, October 22, 2021
Dev To How to build a blog with Next.js
This article was originally published on my newsletter last week. I publish previous week's newsletter here on the blog. If you want to read these as soon as they are published, sign up for the newsle...
01:53 pm GMT - Fri, October 22, 2021
Dev To Create SVG Spritesheet animations with 1 Template Literal String
Disclaimer:The Online SpriteMeister Generator: https://Sprite-Meister.github.iois a Working Model v.042 - not intended for Production use. (but you can) Only an idiot creates yet another an...
01:48 pm GMT - Fri, October 22, 2021
Dev To Divtober Day 21: Magic
I forgot to publish this yesterday, but here it is... The word of the day was "Magic" so I coded a magic trick in CSS, with a single HTML element and no JavaScript:It started just with a drawing of th...
01:43 pm GMT - Fri, October 22, 2021
Dev To Keeping Up With CSS
The following was originally sent out in my weekly newsletter.If you're reading this, you're probably at least a little bit interested in CSS And you may have noticed it's moving a record pace in the...
01:43 pm GMT - Fri, October 22, 2021
Dev To 10 Trending projects on GitHub for web developers - 22nd October 2021
Trending Projects is available as a weekly newsletter please sign up at Stargazing.dev to ensure you never miss an issue. 1. YoHaYoHa is a hand tracking engine that is built with the goal of bein...
01:25 pm GMT - Fri, October 22, 2021
Dev To 11 Open Source Kubernetes Ci Cd Tools To Improve Your Devops
ABOUT GENNOVACAP At Gennovacap, we are Open Source Software advocates and supporters. In fact, we are always experimenting with new open source Kubernetes CI CD tools to improve our devops consu...
01:13 pm GMT - Fri, October 22, 2021
Dev To [Resoluo de exerccios]
Bom, para hoje irei mostrar como eu faria os exerccios que propus, no post passado. Tendo em mente que a programao no algo com uma nica soluo, no se sintam mal caso esteja diferente da sua soluo. ...
01:10 pm GMT - Fri, October 22, 2021
Dev To Introduction to Data (Databases, Analytics, Blockchain) with AWS Part - 1
Data is a strategic asset of every organisation. As data continues to grow, databases are becoming increasingly pivotal to understanding data and converting it to valuable insights. IT leaders and ent...
12:47 pm GMT - Fri, October 22, 2021
Dev To How to make your Flutter App feel more professional with Adaptive icons
Hey there In this post, I will show you how to create and use adaptive icons for Android Apps built with Flutter. Adaptive icons can make your app feel more professional (you still need a good logo an...
12:35 pm GMT - Fri, October 22, 2021
Dev To Creating Serverless Functions with Vercel for free
IntroductionLooking for a serverless hosting service is a big pain when you just want to taste or even host a smal project on it. Today, I found a new resource which lets you create serverless f...
12:26 pm GMT - Fri, October 22, 2021
Dev To Setting up a free PostgreSQL database on Heroku
Recently I wanted to explore Postgres databases for a specific use case. However, this use case needed the database to be hosted online.Then I found out you can quickly set up a free Postgres database...
12:17 pm GMT - Fri, October 22, 2021
Dev To NodeJS Express part 1: Introduction
Here is a series of articles that will allow you to create backend applications with NodeJS + Express.This series is the continuation of my series on the basics of NodeJS. If you don't have basic know...
12:13 pm GMT - Fri, October 22, 2021
Dev To How to Mine Dogecoin DOGE with Your Computer in Under 5 Minutes in 2021
A Step by Step Guide to Pool Mining Dogecoin DOGE in 2021 with a CPU!Sometimes mining can seem to be too complex for the average computer user, so I thought about putting together a quick guide to get...
11:55 am GMT - Fri, October 22, 2021
Dev To What sells the most on Amazon?
Amazon is the most popular marketplace around the world with around 12 million live products. Moreover, it occupies over 49% of the eCommerce market in the US alone, beating eBay and Walmart. And, wit...
11:47 am GMT - Fri, October 22, 2021
Dev To Answer: How to write Python Array into Excel Spread sheet
answer re: How to write Python Array into Excel Spread sheet Aug 10 '15 ...
11:43 am GMT - Fri, October 22, 2021
Dev To Day 14 of 100 Days of Code & Scrum: Dealing with Anxiety and Depression
Image by Ryan McGuire from PixabayHello there, everyone!Today, I took a break from coding and learning Scrum. I simply did 2 hours of learning for the challenge. After all, I can't always be working n...
11:37 am GMT - Fri, October 22, 2021
Dev To Form Validation In ReactJS by building A Reusable Custom hook
Hi there,Form handling is an essential part of any website. Since Forms takes the important information from the user. We must create robust form component which can handle inputs and it's validation ...
11:18 am GMT - Fri, October 22, 2021
Dev To PPSSPP GOLD APK v1.12.3 Download Latest Version 2021
Are you a PSP game lover but facing the problem of playing your favorite games on your smartphone? If yes, then PPSSPP Gold will work like a charm emulator in your device that doesnt require high conf...
11:04 am GMT - Fri, October 22, 2021
Dev To Why you need a portfolio website when working in tech - and how I built mine with Gridsome and Deploy Now
Why you need a portfolio websiteOf course you can get a job without a personal website. No company will ask you to present one. But 1) having a personal portfolio website can never be a disadvan...
10:29 am GMT - Fri, October 22, 2021
Dev To How to deploy a Node.js application to AWS Lambda using Serverless Framework
Being a developer is awesome. Writing code, solving problems, and thinking of ingenious solutions for complicated algorithms is what we live for. But, the grass is not always so green on this side of ...
09:18 am GMT - Fri, October 22, 2021
Dev To Send Welcome Emails using Appwrite's Swift Cloud Functions
For all the Swift developers out there, we have good news! We just announced our Swift SDK to work with server side APIs of Appwrite. You can learn more about our Swift SDK in our Swift SDK announceme...
09:15 am GMT - Fri, October 22, 2021
Dev To Hacktoberfest Progress Week 1-2
Introduction to HackoctoberfestBefore, I start talking about my development with recent projects. I would like to come out and thank everyone for contributing and helping out each other with ope...
09:07 am GMT - Fri, October 22, 2021
Dev To My First Hacktoberfest
I just completed my first Hacktoberfest 2021 and it feels amazing! Open Source is a great way of learning and i learnt a lot this month in my little contributions to open source.This Hacktoberfest 202...
09:06 am GMT - Fri, October 22, 2021
Dev To Eat your own dogfood: I hosted my father's brewery website on my own hosting product
Hi, I'm Robert. I'm the Product Owner of Deploy Now, a fresh new hosting product by IONOS. The idea of Deploy Now is to make hosting and coding a seamless process by enabling instant deploys from GitH...
08:50 am GMT - Fri, October 22, 2021
Dev To {My very first contribution to the open source during HACKTOBER-FEST 2021}
About MeI am Abhishek Gupta a self learned programmer and still a tyro and I love to explore new things related to programming stuff and I am interested in WebDev My BackgroundI am very new...
08:48 am GMT - Fri, October 22, 2021
Dev To Common mistakes when writing CSS with BEM
Software development is a team effortWhen doing software development it is essential to agree on guidelines, technology, and methodologies. Those agreements should be the result of discussions, ...
08:38 am GMT - Fri, October 22, 2021
Dev To 60 PicoLisp Functions You Should Know - Part 4: Control Flow
Conditonal StatementsNext, we will explore conditional statements. Let's start with the if statement. It is quite straightforward:: (if (> 4 3) (println 'OK) (println 'Bad))OK-> OKFirst co...
08:35 am GMT - Fri, October 22, 2021
Dev To love problem solution
https://www.loveastrologermanoj.com/love-problem-solution.htmllove problem solution astrologer...
08:22 am GMT - Fri, October 22, 2021
Dev To I enjoy life-long learning, but...
... there are some aspects of working as a web developer that do not spark joy in my heart. After collecting some notes over time, I have pasted them into this dev rant. I enjoy life-long learnin...
08:21 am GMT - Fri, October 22, 2021
Dev To Building a Music Entertainment Application with ReactJS, NextJS, Algolia, and Firebase
by author Tuduo VictoryA music streaming application, as the name implies, is simply an application that lets you stream music on your device. Streaming is a process by which we listen to music or wat...
08:19 am GMT - Fri, October 22, 2021
Dev To simple way to store data in js
You want a simple way to store data? In javascript, you can use window.localStorage.localStoge allows you store any information in browser. It is new feature of HTML5, and using method is similar to h...
08:16 am GMT - Fri, October 22, 2021
Dev To 1 way tells how an execution plan is generated
In the last article, we mentioned that Validator will convert an AST generated by Parser to an execution plan. In this article, we will explain how an execution plan is generated. OverviewPlanner...
06:47 am GMT - Fri, October 22, 2021
Dev To Competitive self-play with Unity ML-Agents
An overview of self-playCompetitive self-play involves training an agent against itself. It was used in famous systems such as AlphaGo and OpenAI Five (Dota 2). By playing increasingly stronger ...
06:40 am GMT - Fri, October 22, 2021
Dev To Introduction to Redux Toolkit (basic features)
Get started with the basic features of Redux Toolkit in this video. As an example we create a "counter" component to show what Redux Toolkit in its most basic form has to offer....
06:33 am GMT - Fri, October 22, 2021
Dev To Enlist major features of Kotlin?
Kotlin was developed to make it feature-rich in mind, so there are many features that make Kotlin a unique programming language.Below are some major Features of Kotlin Programming Language:1.Extension...
06:29 am GMT - Fri, October 22, 2021
Dev To API Testing - Setting up API Tests for different environments like Dev, Prod,...
This video #tutorial explains how you may set up multiple test environments for the same set of API tests in the vREST NG Application.vREST NG is a script less API test automation tool. It helps you t...
06:12 am GMT - Fri, October 22, 2021
Dev To HTML tags | style
It is used to assign styles to the document or to a part of it. Inside it will contain CSS that will define how HTML elements are rendered in a browser.It must go inside <head>. It is generally ...
06:06 am GMT - Fri, October 22, 2021
Dev To 1 simple way to implement variable-Length Pattern Matching
At the very heart of openCypher, the MATCH clause allows you to specify simple query patterns to retrieve the relationships from a graph database. A variable-length pattern is commonly used to describ...
06:06 am GMT - Fri, October 22, 2021
Dev To 5 proverbs for rapid development
Let us see five proverbs which fit perfectly to the rapid development scenario. An ounce of protection is worth a pound of cure.A little precaution before a crisis hits is better than lot o...
05:57 am GMT - Fri, October 22, 2021
Dev To Scrape Google Carousel Results with Python
This blog post will show how to scrape the title, thumbnail, link, and extensions from Google Organic Carousel Results results using Python.Intro PrerequisitesImportsWhat will be scrapedProcessCodeLin...
05:50 am GMT - Fri, October 22, 2021
Dev To Branching and working with remotes in git
In this article, we will have a look at how to work with remotes in order to work together with collaborators, how to work with branches, how to resolve conflicts between two sets of changes (aka "Why...
05:49 am GMT - Fri, October 22, 2021
Dev To A way initialization in streams and collections.
Let's consider, we have to validate fields in the object according to some logic. I provide an example of this class.@Datapublic class Example { private String a; private String b; private St...
05:42 am GMT - Fri, October 22, 2021
Dev To JavaScript Moderno 2 | Template String.
En esta serie de posts aprenderemos features modernas del lenguaje de programacin JavaScript que harn de tu vida como programador mucho ms fcil, pero antes te dejo las otras entregas de esta serie:#1 ...
05:02 am GMT - Fri, October 22, 2021
Dev To Handful Github Repos for Full stack web developer
This article contains a list of useful GitHub repositories to help full-stack web developers to improve their skills. It is structured in the following order,RoadmapFront end developer resourcesBacken...
04:59 am GMT - Fri, October 22, 2021
Dev To Appwrite Users Services
What is Appwrite?Appwrite is an end-to-end backend server for Web, Mobile, Native, or Backend apps packaged as a set of Docker microservices. Appwrite abstracts the complexity and repetitiveness...
04:57 am GMT - Fri, October 22, 2021
Dev To Code that replicates itself(not recursion)
This thing called virus is crazy as hell, right? Like some dude out of nowhere got infected by COVID-19 virus. Now the world is going through this huge pandemic. That is due to their ability to replic...
04:39 am GMT - Fri, October 22, 2021
Dev To Why should you opt for React Migration?
When organizations could depend upon their items' provisions and administrations' benefits for assuming control over the market. In any case, the ascent in digitization turned the assumptions for cust...
04:12 am GMT - Fri, October 22, 2021
Dev To 7 CSS tips you need to know right now.
1. Change the color of the cursor for any input field 2. Center any thing with just 3 lines of CSS 3. Add smooth scroll in just one line of CSS 4. Add any image to the heading of ...
04:00 am GMT - Fri, October 22, 2021
Dev To BookCritiq: A React Project
Cover Photo by Ugur Akdemir on UnsplashI have made it! This is my final project for the Flatiron School software engineering bootcamp! I was so excited to start this project, I flew through the last s...
03:05 am GMT - Fri, October 22, 2021
Dev To October 22nd, 2021: What did you learn this week?
It's that time of the week again. So wonderful devs, what did you learn this week? It could be programming tips, career advice etc.Feel free to comment with what you learnt and/or reference your TIL p...
02:50 am GMT - Fri, October 22, 2021
Dev To code every day with me
--DAY 4--Hi, I am going to make #100DaysOfCode Challenge.Everyday I will try solve 1 problem from leetcode or hackerrank. Hope you can go with me until end.Now let's solve problem today:-Problem: Long...
02:28 am GMT - Fri, October 22, 2021
Dev To Put your React on a diet
For a long time I heard people complaining that React & ReactDOM has a huge size, and everyone recommended to use Preact instead.react & react-dom bundlehttps://bundlephobia.com/package/reacth...
01:30 am GMT - Fri, October 22, 2021
Dev To 5 Minutes Introduction to Pointers in C
Note: This article assumes that you have basic knowledge of programming.Note 2: Pointer is a very crucial part of data structures and algorithms. Introduction to PointerEvery variable is allocate...
01:09 am GMT - Fri, October 22, 2021
Dev To CONVERT BYTE SLICE TO AND FROM OTHER TYPES
package mainimport ( "fmt" "reflect" "unsafe")//byte slice pointer to string pointer convertionfunc bsPtrToStrPtr(bsPtr *[]byte) (strPtr *string) { return (*string)(unsafe.Pointer(bsPtr))}...
01:04 am GMT - Fri, October 22, 2021
Dev To Desenvolvimento talvez no seja pra voc
Sim, talvez no seja e no tem nenhum problema nisso.Talvez os altos salrios e toda a bolha de desenvolvedores que voc tem contato tenham te seduzido. Talvez todas aquelas empresas hype, macbooks, leds ...
12:55 am GMT - Fri, October 22, 2021
Dev To New job, new codebase. How do you even get started?
One of my readers asked:How do you get started when you join a new company? How do you add features to a codebase that is massive, scary, and completely new to you?The first day at your new developer ...
12:44 am GMT - Fri, October 22, 2021
Dev To How to Initialize a Firebase app in the new modular Web SDK in Next.js
Previously in Version 8Most devs migrating to the new modular approach for delivering the firebase API typically have this code snippet that initializes their firebase app.We'll start off by exp...
11:55 pm GMT - Thu, October 21, 2021
Dev To Create S3 Lifecycle Rules with Tag Filters Using Python AWS CDK
Get right to it, here is the codePython CDK code for creating an S3 bucket with a lifecycle rule which uses a tag filter.bucket = s3.Bucket(self, "myBucket", lifecycle_rules = [ s3.Lif...
11:53 pm GMT - Thu, October 21, 2021
Dev To Product developers guide to cross joins
TLDRLearn how to use AI to select your next outfit that matches the occasion. Featuring Pandas and the merge function to find all combinations. IntroductionWeve all been there staring into ...
11:24 pm GMT - Thu, October 21, 2021
Dev To Create CloudWatch Alarms with Python AWS CDK
Create the alarmPut this into your Python AWS CDK stack to create an alarm on a bucket asigned to a varibale named bucketbucket = s3.Bucket...s3_size_alarm = cloudwatch.Alarm(self, 'bucket_overl...
11:18 pm GMT - Thu, October 21, 2021
Dev To Customize any website with your own CSS
How to hide those distracting PrimeGaming notifications!If you have digital OCD like me then these little red alerts drive you crazy Yo! I post byte-sized tips like these often. Follow me if you crave...
10:22 pm GMT - Thu, October 21, 2021
Dev To Build a REST API with Node.js, Express, TypeScript, MongoDB & Zod - Full course
In this series of videos you will build a REST API with Node.js, Express, TypeScript, MongoDB and Zod. You will learn how to build out the REST API, how to test it and how to build a simple user inter...
10:09 pm GMT - Thu, October 21, 2021
Dev To What is CI/CD in DevOps?
Were only a couple of months away from the new year, which means its time to start looking ahead to the tech trends that will dominate the software industry in 2022. As the new year approaches, we wan...
09:13 pm GMT - Thu, October 21, 2021
Dev To What would you like to know about A/B Testing? Answer to be featured on our podcast
The DevDiscuss Podcast begins with an interview and ends with commentary from listeners and we like to feature the actual voices from our community!To inform an upcoming episode of the show, we'd lik...
08:30 pm GMT - Thu, October 21, 2021
Dev To Android's Locker Screen Using Shared Preferences & Material UI
App's OverviewIn this article, I am going to create a multi-screen yet simple application that will be demonstrating the best way to create lock screens for the apps using shared preferences and...
08:24 pm GMT - Thu, October 21, 2021
Dev To Too many commits, squash'em!!
If you're someone like me who likes to commit every small change and end up having too many commits for a single feature and think "Wouldn't it be nice if you can merge some of those meaningless commi...
08:20 pm GMT - Thu, October 21, 2021
Dev To Some Node/JS package best practices
The Node/JS ecosystem is large (over 1.7mm packages on npm) and evolving, and at Anvil, we work with Node.js quite a bit. We also like to create and contribute to open source Node/JS projects as well1...
08:07 pm GMT - Thu, October 21, 2021
Dev To Know & Create K8s Objects - Part 1 [Pods and Replicasets]
The Kubernetes objects are the persistent entities of the K8s system that collectively represent the state of the system. An object includes two attributes spec and status. Spec is the desired or requ...
08:03 pm GMT - Thu, October 21, 2021
Dev To The trick to making console.log play nice with complex objects
console.log is useful in a lot of situations (although there are usually better ways to debug if that's what you're doing).In the browser console.log works well with objects, you can drill down as muc...
08:02 pm GMT - Thu, October 21, 2021
Dev To Orienteering in the Time of Remote Work
Or Navigating without One of Your SensesOn October 4th I joined Forem as the Lead Engineer of Context Experience. My duties involve contributing code, managing developers, and managing the deliv...
08:00 pm GMT - Thu, October 21, 2021
Dev To Send private message in chat (Telegram Bot)
Github Url: https://github.com/Lucifer25x/secureMessage Usage:/for @uname=username content=Some Text Create your own bot:Clone repository:https://github.com/Lucifer25x/secureMessage.gitInsta...
07:47 pm GMT - Thu, October 21, 2021
Dev To Build a screenshot downloader app with plain JavaScript in 10 minutes
Recently I stumbled across a cool tool for taking instant screenshots from any website. ScreenshotAPI is an API tool which allows you capture and render a screenshot of any website by making a single...
07:00 pm GMT - Thu, October 21, 2021
Dev To make nice code snippet for presentation
I found a very good tool to make good looking code snippet in presentation.It would show the code with syntax highlight in programming language that you chose.It's very good. give it a try next time w...
06:57 pm GMT - Thu, October 21, 2021
Dev To 3 Reasons to Choose Wide k8s Clusters vs. Multi-Cluster
At this year's KubeCon, the buzz was all about distributed Kubernetes: Edge, Hybrid Cloud, and Multi-Cloud.For each of these topics there's an endless number of solutions: KubeEdge, OpenShift Edge, Ak...
06:44 pm GMT - Thu, October 21, 2021
Dev To GitHub Webhooks Tutorial
IntroductionAs one of the biggest code hosting platforms available today, GitHub provides numerous ways for developers to integrate with the platform. One of those integration options is GitHub ...
06:37 pm GMT - Thu, October 21, 2021
Dev To Reactjs in Vuejs using Module Federation (inc Routing)
Hey everyone , Webpack has released some new cool feature called module federation. Module Federation allows a JavaScript application to dynamically load code from another applicationand in the proces...
06:25 pm GMT - Thu, October 21, 2021
Dev To Let's Build A Job Portal With iOS
Hey iOS devs, if you hadn't heard, Appwrite 0.11 has just released with platform wide Apple support. So, what is Appwrite? Appwrite is an open-source self-hosted end-to-end backend as a service for w...
06:22 pm GMT - Thu, October 21, 2021
Dev To Pair programming
Well I stumbled upon one article on Pair Programming on dev.io and I loved it.https://dev.to/jacobherrington/7-ways-to-get-the-most-out-of-pair-programming-415hI could basically understand the notion ...
06:21 pm GMT - Thu, October 21, 2021
Dev To React authentication with Firebase
Hello everyone, in this guide I will show you how to set up basic authentication in React with Firebase. We will be also using react-router for creating routes (public and protected) and Redux ToolKit...
06:08 pm GMT - Thu, October 21, 2021
Dev To Demo: Disabling JavaScript Wont Save You from Fingerprinting
Fingerprinting is a way to identify website users without using cookies or data storage. Instead, device properties like language and installed fonts are used to create highly accurate, unique identif...
06:06 pm GMT - Thu, October 21, 2021
Dev To Custom Checkbox in React (Animated and Accessible)
In this article, you're going to learn how to create a custom animated (yet accessible) checkbox. The technique that you'll learn is also applicable for styling radio inputs.(You can find the video ve...
05:41 pm GMT - Thu, October 21, 2021
Dev To You Are Using Story Points Wrong: How to Make Story Points Suck Less
Realistic representation of how you will actually look when you finish reading this article and show off your story pointing knowledge to your friends, family, and co-workers. PreambleCross-Post ...
05:41 pm GMT - Thu, October 21, 2021
Dev To GitHub Globe with Three.JS
GitHub is where the world builds software. More than 56 million developers around the world build and work together on GitHub. With our new homepage, we wanted to show how open source development tran...
05:35 pm GMT - Thu, October 21, 2021
Dev To Using Observables to transform data in TypeScript
Written by Emmanuel John IntroductionEvent processing is one of the common implementations when building TypeScript applications.Registering an event as well as executing some actions when an ev...
05:24 pm GMT - Thu, October 21, 2021
Dev To An amazing note-taking system with Markdown and Git, Part 2
In Part 1 of this series, I explained why I gave up paper notebooks, email, and note-taking software like OneNote over the years. I had taken up with plain text files when we last left off. But I'd li...
05:21 pm GMT - Thu, October 21, 2021
Dev To Recursion, or How I Learned to Stop Thinking and Love the Thoughts
I'm not a genius, but I have managed to accumulate a fair amount of know-how about a lot of things from specialty coffee to writing fiction to web development.One of the problems I run into when I'm d...
05:08 pm GMT - Thu, October 21, 2021
Dev To Building and measuring a sign up funnel with Supabase, Next.js, and PostHog
With the number of software frameworks and services available to help with developer productivity and feature building, it's never been a better time to be a software developer. One of most important ...
05:06 pm GMT - Thu, October 21, 2021
Dev To Future Of Data Science And Machine Learning
Dont worry if you are completely new to data science, Data Science is the mix of data interference, various analytical tools, different programming algorithms, and machine learning principles where da...
05:01 pm GMT - Thu, October 21, 2021
Dev To How To Create An Image Background In WordPress
Adding an image to your WordPress background not only makes it much more engaging but also pleasing to the users and will enhance their experience.You can create a WordPress background image with a fe...
04:52 pm GMT - Thu, October 21, 2021
Dev To Google Charts Dashboard: a Tutorial with an Artistic Touch of MoMA
In this tutorial, we'll learn how to visualize data with Google Charts, a free charting service and JavaScript library by Google. We'll also use Cube, an open-source API for building data apps, to pro...
04:51 pm GMT - Thu, October 21, 2021
Dev To ELI5 JavaScript: The Spread Operator
One of the most useful features introduced in ES6 is the Spread Operator. It is denoted by three dots (...).According to MDN Web Docs:Spread syntax (...) allows an iterable such as an array expression...
04:49 pm GMT - Thu, October 21, 2021
Dev To Getting started with Symfony frameworkIntroduction
Symfony is used to speed up the creation and maintenance of web applications and to replace repetition of coding tasks. Symfony is a reusable set of standalone, decoupled and cohesive PHP components t...
04:44 pm GMT - Thu, October 21, 2021
Dev To A webstore-examination project
JS1 course ended by a little examination project, namely building a web store, by fetching a API, rendering items on the page. Then added some functionality as calculate the total sum and add items to...
04:30 pm GMT - Thu, October 21, 2021
Dev To Android Instrumentation test with hilt
Testing in Android has been a pain from the beginning and there is no standard architecture setup to execute the frictionless test. As you know there is no silver bullet for all the snags. This piece ...
04:11 pm GMT - Thu, October 21, 2021
Dev To NodeJS - Socket.io questions
Hello,I am currently building a project in nodejs with an angular application as a frontend. I need to send data from my website to the server (POST reqeust) which then emtis data to one of many raspb...
03:59 pm GMT - Thu, October 21, 2021
Dev To Debugging Tutorial 1 Introduction: Conditional Breakpoints
First post in a (hopefully) long series covering everything you need to know about debugging in VSCode, IntelliJ/IDEA in Java, NodeJS, Kotlin & Python.In this series Ill walk you through the proce...
03:41 pm GMT - Thu, October 21, 2021
Dev To Let's Learn Kubernetes - Basics - 4
Kubernetes is a container management tool that automates the deployment, scaling, and operations of an application.In the previous blog of 'Let's learn Kubernetes' Series, we have learnt all about Sto...
03:35 pm GMT - Thu, October 21, 2021
Dev To We're Lacework. We care about security.
You might be worried that this is another brand trying to get a foothold in a community. Its not. Of course, thats what wed say even if it was, so lets lay out how were going to show you its not. ...
03:30 pm GMT - Thu, October 21, 2021
Dev To Celo Blockchain
Introduction to CeloCelo's goal is to empower anyone with a smartphone in the world to access financial services. Celo plans to achieve this by using its complete stack of blockchain software, c...
03:00 pm GMT - Thu, October 21, 2021
Dev To Lets create a screen recorder with JS
OBS studio is cool but lets create our very own screen recorder using JavaScript.And guess what? Its not limited to just recording the browser screen. Yes, you've read that right. Although JavaScript ...
02:59 pm GMT - Thu, October 21, 2021
Dev To An open-source implementation of idempotency keys in NodeJS with Express
IntroductionThis post covers how idempotency keys are used in Medusa and how you can implement your own idempotency key logic in a NodeJS application to make your API more robust. This post and ...
02:51 pm GMT - Thu, October 21, 2021
Dev To Effective Search Tactics for Developer Jobs
As tech has become an essential part of almost all industries, developers are in high demand. This doesn't make it easier to find a suitable position, though, and sending out applications can be very ...
02:44 pm GMT - Thu, October 21, 2021
Dev To Among Us Original APK MOD Download [Latest Version] 2021.6.30
Among Us is the game that every game lover is aware of in 2021, it got popular on social media right by streamers and memers. Among Us is an online multiplayer game, which can be played by 3 to 10 peo...
02:40 pm GMT - Thu, October 21, 2021
Dev To 3 minor tricks for daily devs work
In this video, I will share with you 3 simple but helpful pieces of advice. Links:Oh My ZshMy own Zsh profileSourcetree...
02:31 pm GMT - Thu, October 21, 2021
Dev To 5 things I learnt at my first internship
After years of being at school, your first time at work be it an internship or a full-time role might be a little overwhelming as there's a complete shift in paradigm. My story was no different, I was...
02:09 pm GMT - Thu, October 21, 2021
Dev To AWS SDK: "Unable to locate credentials", a cheat sheet for solving theissue
How often do you find yourself working with your carefully prepared code, with AWS SDK in place for calling all of your services, and...nothing, it seems that your credentials are missing, even if you...
01:58 pm GMT - Thu, October 21, 2021
Dev To How to Get Currency Exchange Rates in Laravel
IntroductionSometimes when you're building web applications, you might need some functionality that deals with different currencies from around the world. To be able to work with different curre...
01:49 pm GMT - Thu, October 21, 2021
Dev To How to Use Environment Variables (env) in ExpressJs
Well, hello!If you're coming from frontend development with Vue, or React, you know that environment variables (.env) are initialized behind the scenes i.e. You don't have to require and use dotenv. H...
01:37 pm GMT - Thu, October 21, 2021
Dev To Create a Slack Bot withNodeJS
IntroPlatforms like Slack, Teams, and Discord have become much more than just a communication mechanism. In the world of remote work, these platforms become the very venue through which our team...
01:36 pm GMT - Thu, October 21, 2021
Dev To Skills in Python That Every Junior Should Know
Hey Guys! Today I'll be showing you which skill you absolutely need to know to become a really good Junior Python Programmer. Also, in this article, I tried to describe the road to learning these skil...
01:12 pm GMT - Thu, October 21, 2021
Dev To [VIDEO] How to Deploy a Node.js App on Ubuntu with PM2, NGINX and Cloudflare
In this video you will learn how to deploy a Node.js application ready for production on an Ubuntu server using the following:A specific Node.js versionPM2 to allow you to run and manage your Node app...
12:57 pm GMT - Thu, October 21, 2021
Dev To Scaling Kubernetes Clusters with Armory
OverviewImagine if Amazon were unavailable for just one day each year. At that rate, they would have 99.7% availability, which seems fairly reasonable on the surface. In 2020, however, Amazon's ...
12:55 pm GMT - Thu, October 21, 2021
Dev To Building API-first eCommerce dashboards with Vue.js and Deploy Now
fdf# Building API-first eCommerce dashboards with Vue.js and Deploy NowA modern eCommerce system should be tailored to both the needs of the visitor and the needs of the person maintaining the shop. A...
12:54 pm GMT - Thu, October 21, 2021
Dev To Deploy Elastic Beanstalk Application with Terraform
AWS Elastic Beanstalk is a managed service for deploying and scaling web applications and services. It supports languages such as Java,.NET, PHP, Node.js, Python, Ruby, Go, and also Docker. You can de...
12:48 pm GMT - Thu, October 21, 2021
Dev To Building a Secure CI/CD Integration with Azure
Securing your infrastructure is critical for the success of your business. Failure to take security seriously can result in major damage including fines, loss of customer confidence, or the inability ...
12:25 pm GMT - Thu, October 21, 2021
Dev To Day 13 of 100 Days of Code & Scrum: Product Backlog and Failing to Use Twitter
Image by Jeremy Brett from MediumHello there, everyone!I made a lot of progress with Scrum today, and I think I'm probably mostly familiar with all of the concepts I need to learn for the Professional...
12:24 pm GMT - Thu, October 21, 2021
Dev To Building a Map Application with Amazon Location Service, MapLibre GL JS, AWS Amplify, and Vue.js
I built a map application using Amazon Location Service, MapLibre GL JS, AWS Amplify, and Vue.js Amazon Location Service is a service for building location-based applications within AWS. At pres...
12:22 pm GMT - Thu, October 21, 2021
Dev To Custom Flutter Launcher Icon
Image Credit: Pixabay From Pexel Table Of ContentsIntroductionSelecting Appropriate IconFlutter PackageSummary Introduction Flutter is Google's UI toolkit for building beautiful, natively c...
12:05 pm GMT - Thu, October 21, 2021
Dev To Use VSCode editor in your browser.
Who wants to use VSCode editor in your web browser? yes, in the web browser!Back in 2019, when the .dev top-level domain opened, we picked up vscode.dev. They didn't what to do with it. But now in 202...
11:38 am GMT - Thu, October 21, 2021
Dev To Waterfall with subprojects
One most significant problems with the pure waterfall model from a rapid development point of view are that you're supposed to be completely done with an architectural design before you begin with a d...
11:38 am GMT - Thu, October 21, 2021
Dev To Top 10 articles of the week for beginners.
DEV is a community of software developers getting together to help one another out. The software industry relies on collaboration and networked learning. They provide a place for that to happen."A jou...
11:36 am GMT - Thu, October 21, 2021
Dev To Sashimi Waterfall model of development
Sashimi Waterfall model of developmentThe name Sashimi comes from the Japanese style of presenting raw fish, where the slices overlap each other. In the sashimi model, too the stages overlap eac...
11:15 am GMT - Thu, October 21, 2021
Dev To What is the strongest currency in the world?
Ever wondered what the worlds strongest currency is? The United Nations recognises around 180 currencies as legal tender but which one holds the most value? We all like to get the most out of our mone...
11:06 am GMT - Thu, October 21, 2021
Dev To Demystifying Kubernetes RBAC
The more prominent and complex Kubernetes deployments become, the more important it is to define strict access controls and tighter security. In this blog, Kasun has explained how RBAC can be implemen...
10:41 am GMT - Thu, October 21, 2021
Dev To What CSS Framework Should You Learn? CSS vs Bootstrap vs Tailwind CSS
IntroductionAs a developer, we all deal with plenty of recommendations, various options to choose and having no idea what to choose. One of the most common aspects that provide you job opportuni...
10:25 am GMT - Thu, October 21, 2021
Dev To Top 5 Insiders YouTube SEO Tips You Haven't Heard Of!
Hello Everyone...! IntroductionIn this Article we are seeing the best things to grow your YouTube channel baice tips to grow your Channel Journey..!Did you know that there are only four cat...
10:25 am GMT - Thu, October 21, 2021
Dev To I made a cheatsheet for Next.js to add debugging, dev url, Tailwind, SEO, ESLint with Typescript, analytics, sitemap, etc.
I've been working on different Next.js projects for sometime and whenever I need to setup a new Next.js project I follow common steps like adding ESLint with Typescript support, debugging, SEO, Tailwi...
10:21 am GMT - Thu, October 21, 2021
Dev To How to fix: Allocated Memory Size Exhausted for Composer
Working with framework like Laravel we are using composer to install various packages that can extend the functionality of our applications.Most of the time we ran into an error when trying to install...
10:18 am GMT - Thu, October 21, 2021
Dev To My freelancing strategy
If you found value in this thread you will most likely enjoy my tweets too so make sure you follow me on Twitter for more information about web development and how to improve as a developer. This art...
10:02 am GMT - Thu, October 21, 2021
Dev To Failure Detection. The Phi Accrual Failure Detector
IntroductionIn distributed systems, Nodes need to know if their peers are still healthy and update their peer lists accordingly. The simplest way to do this is with heartbeats. If there is a net...
09:51 am GMT - Thu, October 21, 2021
Dev To Top Python Libraries Every Python Developer Should Know in 2022
IntroductionThe Python programming language developed by Guido Van Rossum in the 1990s is ranked as the third most popular programming language in the Stack Overflow Developer Survey 2021. Numpy and P...
09:44 am GMT - Thu, October 21, 2021
Dev To Split Your Pages using SplitJS
A lot of website now a days, create this amazing website and your probably curios on how they split two screens and can even drag to resize the split, and you know what, some of those website is using...
09:24 am GMT - Thu, October 21, 2021
Dev To 5 best browsers for download
What is a web browser?A web browser is application software for accessing the World Wide Web. When a user follows the URL of a web page from a particular website 1.Google chrome What i...
08:53 am GMT - Thu, October 21, 2021
Dev To Cherry-Pick Your Teammate's Changes Without Push 'n Pull-ing To Your Repo In IntelliJ
You asked your teammate for help with a piece of code and they showed you the solution in their editor. Now you need to fetch those changes. Usually, this would mean a series of tedious Git commands f...
08:42 am GMT - Thu, October 21, 2021
Dev To 15 Must-Have Browser Extensions for Web Developers
Browsers are increasingly incorporating moreextensions, plugins and add-ons, which are often developed by their users, making the browser more powerful, and helping us increase our productivity. Here ...
08:42 am GMT - Thu, October 21, 2021
Dev To Agrippa 1.2 is out
Agrippa is growing steadily - it's been out for a little over two months, and already has a small community around it! If you're not using Agrippa yet, get started here. If you are using Agrippa, than...
08:32 am GMT - Thu, October 21, 2021
Dev To You can now enrol in my backend web development course
You can now enrol in my backend web development course https://www.aqskill.com/courses/backend-web-development-with-php-masterclass/?r=176This course is designed for anyone who wants to acquire backen...
08:20 am GMT - Thu, October 21, 2021
Dev To Steps to create your own Facebook Messenger chatbot
What is a Chatbot? Why it's important?A chatbot is an artificial intelligence software that can simulate a conversation (or a chat) with a user in natural language through messaging applications...
08:12 am GMT - Thu, October 21, 2021
Dev To Php Developers Learning Path 2021
There are tons of tools in IT to ease programmers' workflow and make a product more efficient. But in the very beginning of honing PHP that might be such a puzzle to pick the right direction and instr...
08:11 am GMT - Thu, October 21, 2021
Dev To What is Termux? Full Tutorial With complete Termux commands[Learn Hacking]
Want tolearn Termuxfor hacking?first, understandwhat is Termuxand followhow to install applications using Termuxand thecomplete Termux command.In this article, I am going to give you detailed informat...
08:05 am GMT - Thu, October 21, 2021
Dev To 7 Amazing Tips While Redesigning Your Website
Redesigning a website may be a stressful, time-consuming, and complex task. Its natural if the amount of information you need to know in order to build a new, fresh design repulses you. However, if yo...
07:58 am GMT - Thu, October 21, 2021
Dev To Get Started GSAP
Learn the basics of GSAP in this article. What is GSAP?GSAP(Greensock Animation Platform) is a JavaScript library which can animate CSS properties, SVG, React, canvas, generic objects and many ot...
07:55 am GMT - Thu, October 21, 2021
Dev To Backend Developer Learning Path 2021
Who is a Backend Web Developer ? backend developer roadmap: Unlike the frontend developer, who takes care of the visible part of a site or app, the backend developer is a computer scientist who instea...
07:39 am GMT - Thu, October 21, 2021
Dev To Swift 101: Building a Library with Swift Package Manager
The Swift Package Manager, or SwiftPM, is included with Swift 3.0 and above. Initially, it was only available for server-side or command line Swift projects. Since the release of Swift 5 and Xcode 11,...
07:29 am GMT - Thu, October 21, 2021
Dev To 30 reasons why you should learn JavaScript right now
There are two reasons why its sometimes hard to make a choice; either there are too few options to choose from, or there are too many. When it comes to programming languages, there is an embarrassment...
07:06 am GMT - Thu, October 21, 2021
Dev To [Road to Job] 5 Done School. Now what?
Finally DoneI finally graduated! I'm not sure if I was more excited about that or the fact that I could finally spend all waking hours of the day doing something I loved.Basically, in short, I f...
07:04 am GMT - Thu, October 21, 2021
Dev To using vscode online with vscode.dev
Did you know you can use vscode online?just visit https://vscode.dev/and connect to your git repo!...
07:01 am GMT - Thu, October 21, 2021
Dev To How to automate the deployment with CDK Pipelines
Modern software projects are going to be complicated to develop and maintain without automation. The most sophisticated way will be to create a pipeline for the project for sourcing, building, and dep...
06:40 am GMT - Thu, October 21, 2021
Dev To Best Coding app for beginners [Updated]
Programming skills open doors to dozens of lucrative tech careers. And theres never been a better or easier time to learn. Just like learning any other language, coding requires regular practice to ma...
06:31 am GMT - Thu, October 21, 2021
Dev To 25 amazing GitHub repositories that will help you make a Beautiful Project
IntroductionToday I would like to give examples of good GitHub repositories that will help you implement complex animations, as well as useful functions in your projects.So let's get startedRead More:...
06:29 am GMT - Thu, October 21, 2021
Dev To Top 5 Predictive Analytics Tools In 2021
Data is the new oil.How many times have you heard this cliched catchphrase? Our guess is - over 100 times. While were all tired of reminding that data is extremely important for future business intell...
06:22 am GMT - Thu, October 21, 2021
Dev To 5 best programming languages for AI advancement
Artificial intelligence (man-made brainpower) opens up a universe of opportunities for application designers. By exploiting AI or profound learning, you could create far superior client profiles, pers...
06:01 am GMT - Thu, October 21, 2021
Dev To API Testing - How to manage API Test suites in vREST NG Application?
This video #tutorial explains how you may quickly manage your API Test suites in vREST NG Application via UI.vREST NG is a script less API test automation tool. It helps you to write maintainable test...
05:47 am GMT - Thu, October 21, 2021
Dev To 5 Tips for Affordable Shopping at a Furniture Store
Furniture shopping can be fun and painful. Its fun if you enjoy exploring items and get your favorite items at good prices. However, if you end up paying more than desired, it becomes a headache in th...
05:33 am GMT - Thu, October 21, 2021
Dev To SysmonForLinux - Logging File Create Events
In this article, I will explain how to use SysmonForLinux and how to create specific configurations to keep track of file creation events.For further information about events and configuration options...
05:14 am GMT - Thu, October 21, 2021
Dev To Best dev tool ever!!
Hey everyone, Imgsrc.space is the best Placeholder service ever. It's just like searching on google images but you won't even need to leave your coding environment. We have a vast a library of around ...
04:59 am GMT - Thu, October 21, 2021
Dev To After refresh scroll page to Top/Middle/Footer.
Here we learn how can we scroll our page onclick button or after Reload page.simple we adding ref in our html tags where you want to scroll page.example < div class="top" ref="goToTop"> ... <...
04:48 am GMT - Thu, October 21, 2021
Dev To How to Mine Tron TRX with Your Computer in Under 5 Minutes in 2021
A Step by Step Guide to Pool Mining Tron TRX Coin in 2021 with a CPU!Sometimes mining can seem to be too complex for the average computer user, so I thought about putting together a quick guide to get...
04:40 am GMT - Thu, October 21, 2021
Dev To Getting Started With Appwrite's Apple SDK
Earlier this week, we announced the official release of Appwrite 0.11 and the new Appwrite SDKs for Apple devices and Swift. Yesterday we had a short live session with Aditya, Jake, and Damodar, demon...
04:11 am GMT - Thu, October 21, 2021
Dev To Async/Await with easy to understand examples.
Let's first understand the Async keyword. Put this keyword before the function which returns a promise or which does an asynchronous task.const foo = async () => { return 'done';}foo().then((res) ...
04:01 am GMT - Thu, October 21, 2021
Dev To 15 reasons why you should learn JavaScript right now
There are two reasons why its sometimes hard to make a choice; either there are too few options to choose from, or there are too many. When it comes to programming languages, there is an embarrassment...
03:59 am GMT - Thu, October 21, 2021
Dev To I Made Youtube Videos using Python
The first project I worked on after leaving my full time job was to create Youtube videos programmatically, at scale. This post explains what I did, and what happened next. Would you rather ...wa...
03:40 am GMT - Thu, October 21, 2021
Dev To Python JavaScript =
When in comes to Web Development nothing beats JavaScript. But sometimes we have to do a bit more demanding task, for example analyzing big pile of data. In that case Python might be a superior option...
03:33 am GMT - Thu, October 21, 2021
Dev To 20 Best Cyber Security Books For Beginners
Today, the field ofcybersecurityis flourishing at an incredible speed. This is opening doors to plenty of new job opportunities in the cybersecurity field. If you are interested in learning cybersecur...
03:32 am GMT - Thu, October 21, 2021
Dev To Halloween Event! What's on your workspace?
Halloween Event! What's on your workspace?Take a picture of your workspaceShare the picture belowThe most liked comment counted on this Feed and RT-Thread Club Feed will receive a special Halloween Gi...
03:14 am GMT - Thu, October 21, 2021
Dev To code every day with me
--DAY 3--Hi, I am going to make #100DaysOfCode Challenge.Everyday I will try solve 1 problem from leetcode or hackerrank. Hope you can go with me until end.Now let's solve problem today:-Problem: Time...
03:00 am GMT - Thu, October 21, 2021
Dev To How I improved my GitHub profile?
Hey there, I am glad you landed here to learn more about how to improve your GitHub profile and build trust. A good GitHub profile behaves as an effective marketing tool in selling yourself to potenti...
02:59 am GMT - Thu, October 21, 2021
Dev To How to Migrate a Rails 6 App From sass-rails to cssbundling-rails
At Kolide (btw we're hiring), we move swiftly to adopt to new versions of Ruby, Rails, and other major dependencies within a few months of them becoming available. We are at our happiest when we get t...
02:29 am GMT - Thu, October 21, 2021
Dev To Best Coding app for beginners Developers
Programming skills open doors to dozens of lucrative tech careers. And theres never been a better or easier time to learn. Just like learning any other language, coding requires regular practice to ma...
01:59 am GMT - Thu, October 21, 2021
Dev To 25 amazing GitHub repositories that will help you make a Beautiful Project
Here I list 10 excellent JavaScript based GitHub resources that will help you to understand the language better and help you to write clean code. This list is based on my personal preference.ReadUI&am...
01:57 am GMT - Thu, October 21, 2021
Dev To 18 amazing GitHub repositories that will help you make a Beautiful Project
IntroductionToday I would like to give examples of good GitHub repositories that will help you implement complex animations, as well as useful functions in your projects.So let's get startedRead More:...
12:45 am GMT - Thu, October 21, 2021
Dev To Top VS Code Extensions For Web Developers
Hello everyone! In this article, I will write about the Vs Code extensions that I find super useful as a web developer and you guys will find them interesting and useful as well.let's get started ...
11:07 pm GMT - Wed, October 20, 2021
Dev To Async code in useEffect is dangerous, how do we deal with it?
The introduction of async/await to Javascript has made it easy to express complex workflows that string together multiple asynchronous tasks. Let's take a look at the following code, which is a genera...
11:02 pm GMT - Wed, October 20, 2021
Dev To VS Code Live Share: Putting the "We" back in "Web"
When we first released Live Share three years ago, our goal was to enable developer collaboration to become more enjoyable, flexible, and extensible, across a diverse set of use cases. Screen sharing ...
11:02 pm GMT - Wed, October 20, 2021
Dev To VS Code Live Share: Putting the "We" back into "Web"
When we first released Live Share three years ago, our goal was to enable developer collaboration to become more enjoyable, flexible, and extensible, across a diverse set of use cases. Screen sharing ...
11:02 pm GMT - Wed, October 20, 2021
Dev To VS Code Live Share: Putting the "We" back into "Web" IDE
When we first released Live Share three years ago, our goal was to enable developer collaboration to become more enjoyable, flexible, and extensible, across a diverse set of use cases. Screen sharing ...
10:47 pm GMT - Wed, October 20, 2021
Dev To Algo Logging: The nth Fibonacci Number in JavaScript
I vividly remember the first time I encountered the nth Fibonacci algorithm. I had messaged a friend about starting to practice algorithms to which she responded:Yeah! I just did one on the Fibonacci ...
10:02 pm GMT - Wed, October 20, 2021
Dev To Introducing xrpl.js
RippleX and the XRP Ledger Foundation (XRPLF) are excited to announce xrpl.js version 2.0.0, a JavaScript/TypeScript library for interacting with the XRP Ledger (XRPL). Formerly known as ripple-lib, t...
09:52 pm GMT - Wed, October 20, 2021
Dev To Stored Procedures - love or leave 'em?
IntroductionA stored procedure is a set of SQL statements that is stored on the database server and is available to be executed by name. Stored procedures are the cause of religious wars in the...
09:48 pm GMT - Wed, October 20, 2021
Dev To Haskell Quicksort in JavaScript
Haskell has a particularly elegant implementation of the quicksort algorithm:qs :: (Ord a) => [a] -> [a]qs [] = []qs (x:xs) = let smaller = qs [a | a <- xs, a <= x] bigger = qs [a | ...
09:33 pm GMT - Wed, October 20, 2021
Dev To Implementation of the `Select all` functionality using react-select package
IntroductionThis article will explain the implementation details of the Select all functionality in the multi-select component based on the react-select v5.1.0 package. Demo handleCha...
09:26 pm GMT - Wed, October 20, 2021
Dev To Build times in a statically generated site
Web development has grown into something unrecognizable from its inception. Instead of hosting your own server, web developers don't host or even pay for their own server. Sending static files to the ...
08:17 pm GMT - Wed, October 20, 2021
Dev To A Development Project With Awesome Graph Algorithm Implementation And PWA
So in this single project I chose to sharpen my skills both as a developer and a coder and what better way could be there than to create a website to showcase easy but cool games made from scratch. In...
08:12 pm GMT - Wed, October 20, 2021
Dev To How to create a dynamic `scrollToTop` button in React! No library necessary! EVER
Hey devs Have you always wanted to know how to get that buttery smooth scroll back to top button!?Ya don't need another library to achieve this! Get the job done in just a few minutes with some ...
08:03 pm GMT - Wed, October 20, 2021
Dev To Day 35/100 Personal Hotspot
There was a silver-lining of the internet connections I had this past few days. Though all of my schedule got interupted, I found that once you got disturb, something is not working well. It's either ...
07:15 pm GMT - Wed, October 20, 2021
Dev To The Holy Grail of UIKit: Delegate Pattern
When I started learning to develop apps for iOS I stumbled upon the delegate pattern for the first time. Adopting UITableViewDataSource and UITableViewDelegate protocols felt very strange and confusin...
06:35 pm GMT - Wed, October 20, 2021
Dev To How to Mine Shiba Inu SHIB with Your Computer in Under 5 Minutes in 2021
A Step by Step Guide to Pool Mining Shiba Inu SHIB Coin in 2021 with a CPU!Sometimes mining can seem to be too complex for the average computer user, so I thought about putting together a quick guide ...
06:26 pm GMT - Wed, October 20, 2021
Dev To Cool minecraft plugin! ITEMSADDER
This is all serious!I got acquainted with the wonderful ItemsAdders plugin, this plugin allows you to make new items, blocks, weapons, potions on yml markup, in general, anything you want, even ...
06:22 pm GMT - Wed, October 20, 2021
Dev To Deep Dive into CodeCast's Studio
We previously wrote about our Player in an earlier blog post, speaking about how it is the heart and soul of CodeCast. Following that analogy, our Studio is every other system in the body that keeps t...
05:50 pm GMT - Wed, October 20, 2021
Dev To React/Webpack: From MB to KB. How we solved our bundling problem
This article was first posted on Sovrn Tech Blog.In this article I am going to describe the mistakes we made in bundling our UI application written in React.The reasons we reached serving a bundle >...
05:18 pm GMT - Wed, October 20, 2021
Dev To Introduction to Database Schemas
About I year ago I took Introduction to Databases at my college, where I first learned SQL. I consider it to be quite a simple language to understand and write, considering my basic experience in that...
05:14 pm GMT - Wed, October 20, 2021
Dev To Welcome Thread - v147
Welcome to DEV!Leave a comment below to introduce yourself! You can talk about what brought you here, what you're learning, or just a fun fact about yourself.Reply to someone's comment, either w...
04:18 pm GMT - Wed, October 20, 2021
Dev To Which Domain is Best: BlogSpot Domain Vs Custom Domain
Have you ever thought of buying a domain name for your blog? Many bloggers are stuck between purchasing a free blogspot domain vs purchasing a custom domain. Though there are many different things to ...
04:16 pm GMT - Wed, October 20, 2021
Dev To Go .. C of 21st century
Go language, it is a statically typed compiled language and it is often described as c for the 21st century!It was created at google in 2007 by legends who really know their stuff like Ken Thompson th...
04:12 pm GMT - Wed, October 20, 2021
Dev To Sam Lessin: co-Founder and co-CEO of Fin
Sam Lessin is the co-founder and co-CEO of Fin. He also invests in tech startups through Slow Ventures, where he is a partner and early investor in companies like Venmo and Masterclass. Previously, he...
04:03 pm GMT - Wed, October 20, 2021
Dev To Create Mad Libs game in Python
What is Mad Libs Game?Mad Libs is the quintessential game of make-believe. You provide a list of words, and everyone else adds in their own silly, outrageous, or even absurd ideas for what they ...
03:57 pm GMT - Wed, October 20, 2021
Dev To Web API in NET 6 Docker
Hello!How are you? I hope all of you are stay safe and having a great day!If you want to follow this step-by-step. Please install some tools that will be required here..NET 6: https://dotnet.microsoft...
03:56 pm GMT - Wed, October 20, 2021
Dev To Why 404 error ?
Hello everyone, today we're going to look at HTTP errors, you know like when you get a page not found with the 404 error. In reality there are almost a hundred different error codes. Don't worry, it's...
03:56 pm GMT - Wed, October 20, 2021
Dev To Why the 404 error ?
Hello everyone, today we're going to look at HTTP errors, you know like when you get a page not found with the 404 error. In reality there are almost a hundred different error codes. Don't worry, it's...
03:56 pm GMT - Wed, October 20, 2021
Dev To O que Javascript?
Ol, meu caro programador, hoje, como primeiro post dessa conta, eu irei explicar o que Javascript de uma forma breve, algo leve para iniciantes conseguirem se conectar com a linguagem. O que Ja...
03:55 pm GMT - Wed, October 20, 2021
Dev To Hey, there's a new CustomEvent() going
Event handling is a very important when it comes to making interactive websites. We can listen for various events on a element like click, mouse enter, mouse leave, key up etc. But sometimes these are...
03:52 pm GMT - Wed, October 20, 2021
Dev To Best articles about ML and stuff of @20/10/2021 filteredContent
1 AI writes Songs from incomplete notes * Read at scientificAmerican.com/...2 Mystery of Deep Learning * Read at quantaMagazine.org/... * Note :- "kernel methods" in ML are somewhat equivale...
03:52 pm GMT - Wed, October 20, 2021
Dev To Learn DSA with LeetCode
Data Structures and Algorithms is one of the most important concept that you should be thorough with regardless of which language you code.Every interviewer is going to ask you questions on the same.F...
03:37 pm GMT - Wed, October 20, 2021
Dev To Running Docker Containers created using docker-compose
So, Recently I was experimenting with docker, and it occured to me that, how can I access the docker containers that are created using, docker-compose.when I used, the docker ps -a command, I can see ...
03:31 pm GMT - Wed, October 20, 2021
Dev To Home Explore Subscriptions Library
SEEKING AlPHA INTEL EVO CORE Micochip | I'm Evensmaxpierrelouis The Chairman of Seeking Alpha (20+ new) Terms of Use PLEASE READ OUR TERMS OF USE CAREFULLY BEFORE YOU USE OUR WEB SITE Member since: 20...
03:29 pm GMT - Wed, October 20, 2021
Dev To Good practices for Gitflow - Buenas prcticas para Gitflow
If you want to read it in English, then click here!En este post voy a dejar una serie de recomendaciones para cuando trabajemos con gitflow. A m me han servido y espero que a ustedes tambin. Sin ms pr...
03:24 pm GMT - Wed, October 20, 2021
Dev To Creative-Tim Latest Products (ALL Free) - BS5, Chakra UI, React
Hello Coders!This article presents a curated list with the latest open-source products released under the MIT license by the Creative-Tim agency. All templates can be downloaded from Github and used ...
03:12 pm GMT - Wed, October 20, 2021
Dev To box-shadow vs drop-shadow() in CSS
In this article, we will see the difference between the box-shadow and drop-shadow(). The box-shadow is a CSS property but drop-shadow() is a function. Both box-shadow and drop-shadow() are used to ca...
02:56 pm GMT - Wed, October 20, 2021
Dev To Is Hacking legal
firstly we need to know about the hacking, what is it?, What kinds he is?, how it works? 1. What is Hacking?i cant tell you the meaning of hacking becuase it has a Many definitions, i like the ...
02:55 pm GMT - Wed, October 20, 2021
Dev To 3 Uncommon but useful HTML elements
1) <abbr>The abbreviation <abbr> element is used to represent an acronym or abbreviation. If you include a title attribute, the text will be display as a tooltip on hover!<p> The &l...
02:40 pm GMT - Wed, October 20, 2021
Dev To Getting around prop immutability in Vue.js
This article is for beginner and intermediate developers who have problems wrapping their head around why props are immutable and also why you cant just go ahead and edit it without actually having co...
01:48 pm GMT - Wed, October 20, 2021
Dev To Exploring the CSS Paint API: Polygon Border
Nowadays, creating complex shapes is an easy task using clip-path, but adding a border to the shapes is always a pain. There is no robust CSS solution and we always need to produce specific hacky code...
01:29 pm GMT - Wed, October 20, 2021
Dev To Deploying a Telegram Bot to AWS ECS with AWS Copilot. [Step by step] for absolut beginners.
The purpose of this project is to share my experience and hope to be of help to someone. Copilot is a young tool for creating and deploying containerized services without handling all the configuratio...
01:24 pm GMT - Wed, October 20, 2021
Dev To DataDog vs New Relic | Detailed comparison (5 key features)
Both DataDog and New Relic are enterprise monitoring tools that provide a wide range of products covering different aspects of application and infrastructure monitoring. In this article, we will compa...
01:13 pm GMT - Wed, October 20, 2021
Dev To Stoicism and Mindfulness w/ Michael McGill
What is HTML All The ThingsHTML All The Things is a web development podcast and discord community which was started by Matt and Mike, developers based in Ontario, Canada. The podcast speaks to w...
01:00 pm GMT - Wed, October 20, 2021
Dev To How FORMULA 1 insights are powered by AWS
Motorsports especially Formula1 is a perfect example of engineering marvel where engineers build extraordinary machines. Artificial Intelligence help engineers innovate faster by harnessing the power ...
12:57 pm GMT - Wed, October 20, 2021
Dev To What was the first program you wrote?
When I was in middle school, a friend showed me that you could write programs on a TI-84 calculator.I didn't know about loops, variables, functions, or conditionals.All I knew was how to print text an...
12:38 pm GMT - Wed, October 20, 2021
Dev To How to use the JavaScript startsWith() method?
In this short tutorial, we look at how to use the JavaScript startsWith method. We break down the code with an example to help you understand the concept better. Table of Contents - JavaScript st...
12:23 pm GMT - Wed, October 20, 2021
Dev To Day 12 of 100 Days of Code & Scrum: Leadership Styles and GraphQL Server
Image by fahribaabdullah14 from PixabayGood day, everyone!Today was actually a productive day for me. I managed to study a lot of Scrum and GraphQL, continued to work on writing my Scrum article, and ...
12:17 pm GMT - Wed, October 20, 2021
Dev To Managing a small developer team first time in foreign country
In the near future it may happen that I will have to start a developer branch for my company in a foreign country. I have immigrated from the country, so I know the language and the culture.I am a dev...
12:15 pm GMT - Wed, October 20, 2021
Dev To What are the Prime Features of a Medical App?
Medical care suppliers have put outrageous accentuation on digitizing care conveyance after the flare-up of the novel Covid. A significant explanation being, the weight medical care associations have ...
12:10 pm GMT - Wed, October 20, 2021
Dev To Blue / Green Deployments on AWS | AWS White Paper Summary
The blue/green deployment technique enables you to release applications by shifting traffic between two identical environments that are running different versions of the application. Blue/green deploy...
12:00 pm GMT - Wed, October 20, 2021
Dev To A Quick 10-Second Programming Joke For Today
Hi there! Here's today's Daily Developer Joke. We hope you enjoy it; it's a good one.For more jokes, and to submit your own joke to get featured, check out the Daily Developer Jokes Website. We're als...
11:13 am GMT - Wed, October 20, 2021
Dev To 10 Flutter tips - season 2 - part 1/10
After the last part of the 1st season was published, there was actually no plan to do a second season, but you asked for it and here it is.We are looking at websites, packages, GitHub repositories, w...
11:10 am GMT - Wed, October 20, 2021
Dev To .NET MAUI is HERE! 3 NEW Features that will blow your mind
.NET MAUI is a framework for .NET Core and ASP.NET Core MVC applications which can be used in cross-platform development and in building complex web applications..NET MAUI was created by Microsoft to ...
10:44 am GMT - Wed, October 20, 2021
Dev To PASSWORD GENERATOR using HTML, CSS, and Javascript
==================================================Photo by Markus Spiske on UnsplashDear Reader,Lets build a password generator which generate passwords of different lengths and which can include or e...
10:41 am GMT - Wed, October 20, 2021
Dev To List Of The Top Website Design Companies In Bulgaria
Those who do business in the Bulgaria have problem in looking for the top website design company in Bulgaria but we have a list of top web design companies of Bulgaria which can be helpful for your bu...
10:30 am GMT - Wed, October 20, 2021
Dev To I wasted 2 months in tutorial hell
As I started learning to code, I was stuck in tutorial hell. It felt like, I am learning a lot of the stuff. I have mastered CSS and JS.After Creating a lot of projects while watching tutorials. One d...
10:23 am GMT - Wed, October 20, 2021
Dev To How to setup golang backend and react frontend in a monorepo
Previously, we have set up a frontend module using react and typescript in a monorepo.Next, we will use the golang server to serve the built webapp.. go.mod go.sum main.go package.json web compone...
10:22 am GMT - Wed, October 20, 2021
Dev To Off-Campus Drive October | Batch 2020/2021/2022/2019/2023 | Off-Campus Jobs
For all opportunities with batch and ctc you can visit this:https://youtu.be/DJFzT1DhCnIThank you for watching ...
10:14 am GMT - Wed, October 20, 2021
Dev To Redux
Introduction: If data need to be passed from one component to another component. There are two ways to do it : By making the component from which data(state values) need to be passed as parent and the...
10:13 am GMT - Wed, October 20, 2021
Dev To How to Start CPU Mining Polygon MATIC with Your Computer in 2021
A Step by Step Guide to Pool Mining Polygon MATIC Coins in 2021 with a CPU!Sometimes mining can seem to be too complex for the average computer user, so I thought about putting together a quick guide ...
09:55 am GMT - Wed, October 20, 2021
Dev To Connecting to Amazon DocumentDB with MongoDB Drivers
With Amazon DocumentDB developers and DBAs can balance availability, read scalability, and latency with five pre-configured consistency levels. The data in an Amazon DocumentDB cluster is accessible j...
09:54 am GMT - Wed, October 20, 2021
Dev To Must play PS2 games?
I am planning on bringing my PS2 down to my beach house this summer, and given the prices of games, it can't hurt to pick up a few more.I enjoy RPGs, hack and slash, roguelikes, and strategy/tatics ga...
09:53 am GMT - Wed, October 20, 2021
Dev To Wrapping Angular Material button in custom Angular component (part 1)
I was recently working on a button component as part of a Design System based on Angular Material. While working on this component, I faced some interesting challenges which I would like to share with...
09:42 am GMT - Wed, October 20, 2021
Dev To React Django - Soft Dashboard (Free Product)
Hello Coders!This article presents an open-source full-stack project crafted on top of Soft UI Dashboard using React and Django as backend framework. The product, released under the MIT license on Git...
09:03 am GMT - Wed, October 20, 2021
Dev To How to refactor without overtime and missed deadlines
A lot of software engineers, including myself, are passionate about code quality. This striving for a well-shaped codebase, while getting things done could cost one quite a few hours and nerves, thoug...
08:58 am GMT - Wed, October 20, 2021
Dev To Golang Map Tutorial
In this article we are going to learn about maps in golang.So the topics we are going to cover in this are these:How we can create a map?How to add key and values in map?How we can update a map?How we...
08:47 am GMT - Wed, October 20, 2021
Dev To 5 Best adblockers for download your computer
What are the Ad blockers?Ad blocking or ad filtering is a software capability for blocking or altering online advertising in a web browser, an application or a network. This may be done using br...
08:34 am GMT - Wed, October 20, 2021
Dev To Why Many Software Engineers/Developers Dont Have Their Own Startup
I used to think of this, then weeks, months, years in coding gave me a wide view of the business. Yes, you know how to develop beautiful mobile apps, websites, and APIs. Many software developers can d...
08:29 am GMT - Wed, October 20, 2021
Dev To Competitive programming - Should you be doing?
Competitive programming is slowly getting popular to all the programmers around the globe. This type of programming is mostly targeted to practice for the programming contests but also popular among t...
08:21 am GMT - Wed, October 20, 2021
Dev To Customize IBus User Guide
CSDN link: https://blog.csdn.net/qq_18572023/article/details/118487988Blog link: https://hollowmansblog.wordpress.com/2021/08/21/customize-ibus-user-guide/ Chinese GNOME DesktopFirst, make sure y...
08:21 am GMT - Wed, October 20, 2021
Dev To How To Make Show Password Button Using Javascript
You might have seen the show password button in many login forms on different websites. In this article, we will see the code to make such a show password button using javascript.The logic behind this...
08:15 am GMT - Wed, October 20, 2021
Dev To Easiest way to deploy your app!
You just finished programming your app and want to host it on the cloud, you search for it but find over-priced apps. Well iv got you covered, you can use qovery, the easiest way to deploy your app. ...
08:03 am GMT - Wed, October 20, 2021
Dev To BECOME A SOFTWARE ENGINEER AT KUWALA! (Intern / Working Student)
In 2020 data teams spent 79% of their time on data gathering and cleaning. The enormous amount of data and missing data talents lead to a huge failure rate of 85% in data science projects. Kuwala want...
07:57 am GMT - Wed, October 20, 2021
Dev To Salesforce Solution Providers: 8 CRM features you should include
Hire Salesforce Solutions Providers is an effective way to boost your company's productivity. However, if you've decided to introduce a CRM system for your business, you should think carefully about t...
07:54 am GMT - Wed, October 20, 2021
Dev To Private Blockchain Development Solution
Direct Whatsapp - https://bit.ly/2op0VQrWebsite Visit- https://bit.ly/2YMD0gfContact No. +919870635001Private Blockchain Development: The Best Strategies for Creating Secure, Private BlockchainsNadcab...
07:35 am GMT - Wed, October 20, 2021
Dev To MongoDB - Aggregate Pipeline
As we have discussed MongoDB basics (link).Now, let's explore the MongoDB Pipeline concept Why MongoDB Pipeline? The input of the pipeline can be one or several collections. The pipeline then pe...
07:06 am GMT - Wed, October 20, 2021
Dev To Heres Why You Should Opt For Headless Commerce for Your eCommerce Store
The retail & eCommerce industry has benefitted from the shift to remote work and more and more people moving to online. As such small-scale businesses and small eCommerce shops suddenly had to con...
07:04 am GMT - Wed, October 20, 2021
Dev To What's New In DevTools (Chrome 95)
1. New CSS length authoring toolsDevTools added a simpler yet flexible way of refreshing lengths in CSS!In the Styles pane, look for any CSS property with length (e.g. height, padding). 2. ...
07:02 am GMT - Wed, October 20, 2021
Dev To DEPLOY A REACT AND NODE APP TO HEROKU
Heroku is a platform where majority deploy their backend application. In recent times, Heroku has made it possible to deploy both our client and server side. This makes testing a lot more easier, in t...
06:41 am GMT - Wed, October 20, 2021
Dev To Front-End Development 2021: Six most useful tools
To build a stunning, informative, and user-friendly site, you need time and patience. Front-end developers are committed to building fast, high-quality, and reliable websites. A front-end development ...
06:37 am GMT - Wed, October 20, 2021
Dev To Using Bootstrap in Next.js free starter
I'll be completely honest with you. I haven't used Bootstrap in a while.But that doesn't take away that it's still widely used by a lot of people.A loyal reader Neeraj asked me to write down a tutoria...
06:15 am GMT - Wed, October 20, 2021
Dev To Weekly web development resources 92
O&O ShutUp10++A tool to disable unwanted Windows features and to prevented the transfer of personal data. bashcrawlLearn Linux commands by playing a simple text adventure. LocalSta...
06:07 am GMT - Wed, October 20, 2021
Dev To Hacktoberfest 2021: My Experience
This year I participated in my first ever Hacktoberfest. Some of you who don't know what Hacktoberfest is, let me summarize it for you: Hacktoberfest is a month long celebration of Open Source Softwar...
05:52 am GMT - Wed, October 20, 2021
Dev To Working in public
I see many people struggling to get the visibility they deserve as content creators even though they are very goodI've always seen Livestreams and working for a company as two opposites.But can they c...
05:41 am GMT - Wed, October 20, 2021
Dev To vhv vjgh jvj jv
gj jv jvj jhv. jv bkb bjbj vj hvhgv gvhgh hgvhg hvn vhgvjgv...
05:20 am GMT - Wed, October 20, 2021
Dev To Best Online Python Compiler to Run Code in 2022
If Python Compiler is installed on your system and you are in the subway, bus, or train and want to run a program on your smartphone while doing something else, Dont worry, the answer is simple: you c...
05:06 am GMT - Wed, October 20, 2021
Dev To Append VS AppendChild in JavaScript
The append and appendChild Methods are too popular and used to add elements into the Document Object Model(DOM).But there is a main difference between them, if you dont get the hang of it, it may caus...
04:17 am GMT - Wed, October 20, 2021
Dev To Java Backend Roadmap
Hi You all,I created a perfect Java Roadmap for Backend Engineering with help of roadmap.sh roadmaps. Kindly Zoom :-)Also see my Spring Learning Path to learn Spring....
03:33 am GMT - Wed, October 20, 2021
Dev To Real life performance optimizations in F
At work we are building our first major F# application. I work at a pension company, and the application is a simulation model to estimate our future liabilities in regards to our policy holders unde...
02:52 am GMT - Wed, October 20, 2021
Dev To Customize Blazor TreeGrid Columns Using Templates
Learn how to customize column headers and data in a Syncfusion Blazor TreeGrid using templates.Download an example from GitHub: https://bit.ly/3asIcZb Refer to the following documentation to work with...
02:09 am GMT - Wed, October 20, 2021
Dev To Parental Control App SPY24
Got parental- or employee-surveillance-related epiphanies? Worry no more. SPY24 is an all-in-one parental and employee monitoring app software that will keep you updated on their activities in real-t...
01:54 am GMT - Wed, October 20, 2021
Dev To Building a basic photo album in React
PurposeI've loved taking pictures since I was little, but I don't really have a place to show off the best pictures I've taken. I decided to build myself a little photo gallery using React for t...
01:16 am GMT - Wed, October 20, 2021
Dev To Smartlist - the sophisticated home inventory app
Check out my latest app, Smartlist!Smartlist is a free home inventory app that lets you keep track of what you have in your home, and helps you save money. Access your inventory on any device!Key feat...
12:36 am GMT - Wed, October 20, 2021
Dev To code every day with me
--DAY 2--Hi, I am going to make #100DaysOfCode Challenge.Everyday I will try solve 1 problem from leetcode or hackerrank. Hope you can go with me until end.This is 2nd day:-Problem: Staircase-Detail: ...
12:30 am GMT - Wed, October 20, 2021
Dev To What is an API?
API, or Application Programming Interface, is one of the many acronyms thrown around in the programming world. It took me months to grasp the concept, not least because APIs can look very different fr...
12:12 am GMT - Wed, October 20, 2021
Dev To Utilizando Alias para produtividade
Utilizar o terminal faz parte do dia-a-dia de todo programador, muitas vezes o uso desse terminal para realizar ou executar quase sempre os mesmos comandos, alguns deles podem ser mais simples ou mai...
12:12 am GMT - Wed, October 20, 2021
Dev To Utilizando Alias para produtividade no terminal
Utilizar o terminal faz parte do dia a dia de todo programador, muitas vezes o uso desse terminal para realizar ou executar quase sempre os mesmos comandos, alguns deles podem ser mais simples ou mai...
12:05 am GMT - Wed, October 20, 2021
Dev To Creating Data Structures with Array.reduce()
I recently saw an older youtube video on using array.reduce to build data structures on the fly in ways that you may find surprising or unintuitive. Normally we always think of reduce when it comes to...
11:43 pm GMT - Tue, October 19, 2021
Dev To Micro-SaaS: single-feature 'vending machine' web apps
What are the single feature apps that would be fun to make? Let's brainstorm!Heres one trend-setting tweet in 2017 by @levelsio:Heres a new trend: fast food-type web apps. Theyre single feature ...
11:34 pm GMT - Tue, October 19, 2021
Dev To React Typescript conditional rendering using objects
Lately, I've been looking for a better way to write clean conditional rendering code instead of ternary and && operators and even if statements, because sometimes they can be confusing and I f...
11:33 pm GMT - Tue, October 19, 2021
Dev To Benchmarking Code
Benchmarking your code is a very important step to maintaining good code. It does not particularly matter whether the language is "fast" or "slow" as each language has its target platform where it nee...
11:02 pm GMT - Tue, October 19, 2021
Dev To Moving Material Dialog Lifecycle Into NgRx Effects
Photo by John Bakator on Unsplash NgRx EffectsEffects are a powerful model for handling side effects in your application. Commonly this means when you are making a HTTP request in a NgRx powered ...
10:37 pm GMT - Tue, October 19, 2021
Dev To CSS (Cascading Style Sheet)
Hi everyone, its me again, Beauty James. In my previous articles, I discussed frontend and its languages. So today, Ill be talking about CSS, another Frontend language. As we move further, we will dis...
10:35 pm GMT - Tue, October 19, 2021
Dev To Post to Dev.to & Medium through API
IntroOver the past year i have started to enjoy Blogging and hopefully soon Vlogging, but one thing has driven me crazy whilst trying to drive more traffic to my site and twitter page was copyin...
10:21 pm GMT - Tue, October 19, 2021
Dev To Web App Security, Understanding the Meaning of the BFF Pattern
Identity and security overviewWhen it comes to security. There is a lot of guidance and also advice and commentary on why you should or should not use each approach. It's hard to understand all ...
10:20 pm GMT - Tue, October 19, 2021
Dev To Difference Between A Website And A Web Application
Hello everyone! In this article I will write about the difference between a website and a web application (web app). How can you tell the key differences between a website and a web app ? since both t...
09:31 pm GMT - Tue, October 19, 2021
Dev To First post
Hi, my name is Dima. I'm a Web developer and I'm starting my own blog!...
08:54 pm GMT - Tue, October 19, 2021
Dev To The "new" Nullpointer Exception in Java 17
As a java developer everyone should know the Nullpointer Exception or NPE. It is that one thing, you always should try to prevent from happening. In some cases it means that you need to debug your cod...
08:53 pm GMT - Tue, October 19, 2021
Dev To Upgrade to Stimulus 3, say bye to IE11, and celebrate
Most of our application JavaScript code is already written as Stimulus controllers, the rest being slowly assimilated or removed. Recently, we wanted to upgrade the Stimulus framework to version 3 to ...
08:47 pm GMT - Tue, October 19, 2021
Dev To Lessons Learned from Building a React Component Library with TypeScript
Component libraries are all the rage. Shopify, Salesforce, IBM, and even the United States government have joined countless other organizations and businesses in building component libraries. They're ...
08:25 pm GMT - Tue, October 19, 2021
Dev To Guia e recursos open source para participar do Hacktoberfest 2021
Ol mundo! Estou fazendo meu primeiro post para divulgar o evento do Hacktoberfest 2021 e compartilhar contedos sobre o open source, com o principal objetivo de atrair mais pessoas e ajudar quem est co...
08:18 pm GMT - Tue, October 19, 2021
Dev To How to make comical visualizations in Python: Explained using Netflix Movie and TV Showdataset
After youre done watching a brilliant show or movie on Netflix, does it ever occur to you just how awesome Netflix is for giving you access to this amazing plethora of content? Surely, Im not alone in...
08:02 pm GMT - Tue, October 19, 2021
Dev To Watching the Requests Go By: Reconstructing an API Spec with APIClarity
Reconstructing an OpenAPI Specification through ObservationAPIs are ubiquitous in modern microservice architectures. They make it easy to consume data from external apps and reduce the amount of...
08:00 pm GMT - Tue, October 19, 2021
Dev To I built my first DApp!
This past weekend I completed a web3 project from the awesome folks at buildspace.The project was building out a dapp that allows you to send messages and store them on the blockchain. Under the hood,...
07:57 pm GMT - Tue, October 19, 2021
Dev To How to Install MongoDB on Ubuntu 20.04
What is MongoDB?MongoDB is a free and open-source document database. It belongs to a family of databases called NoSQL, which is different from the traditional table-based SQL databases like MySQ...
07:09 pm GMT - Tue, October 19, 2021
Dev To How to Delete Dead Code in TypeScript Projects
What is dead code?"Dead code" is code that is never used. It is not referenced by any other code, it is not imported, it is not used in the final build in any way.Refactoring a project to make c...
07:07 pm GMT - Tue, October 19, 2021
Dev To Simple Search box using JavaScript
Simple search operation using JavaScript to filter out the items from list.so we have a search box here and an unordered list with 0 child items.<div class="center"><textarea rows="1" name="s...
06:59 pm GMT - Tue, October 19, 2021
Dev To Guide to replacing a laptop with Android: Part 1
What is traditional desktop software?It depends on who you ask. To me, it is simply:Audio and video editingDocument processingPassword managersWeb browsersVideo gamesConference softwareDevelopme...
06:49 pm GMT - Tue, October 19, 2021
Dev To How to learn programming fast
No one will want to learn in 12 months what they can do in 6.When it comes to a skill like programming, the only way to get better at it, is by practicing. And I know you must have probably heard this...
06:47 pm GMT - Tue, October 19, 2021
Dev To BUILDING A FULL API with NodeJS Strapi in 5 minutes or less (amazing!)
A while ago, I decided to go hands-on with this amazing #strapi tool.The test results couldn't have been better, I'm totally in love with Strapi! hahaWhat is Strapi?A Content Management Framework (CMF...
06:34 pm GMT - Tue, October 19, 2021
Dev To Singleton Pattern
I bet you heard of the Singleton Pattern before, and it doesn't surprise me, because this pattern has been built into so many frameworks nowadays, mostly because it's one the simplest to implement. Bu...
06:22 pm GMT - Tue, October 19, 2021
Dev To Mutates or not? We need both versions but there is a problem.
The problemIn Javascript, arrays are without a doubt one of the most broadly used data structures. That's why we need as many built-in methods as possible to manipulate the arrays the way we wan...
06:13 pm GMT - Tue, October 19, 2021
Dev To Top 7 Featured DEV Posts from the Past Week
Every Tuesday we round up the previous week's top posts based on traffic, engagement, and a hint of editorial curation. The typical week starts on Monday and ends on Sunday, but don't worry, we take i...
06:10 pm GMT - Tue, October 19, 2021
Dev To Master CSS positioning in 5 minutes
The ability to position elements on a page is must-have for every web developer. And still, I see even experienced developers often times struggle with this a bit or google instantly. But if you take ...
05:41 pm GMT - Tue, October 19, 2021
Dev To Spring Boot Testing Testcontainers and Flyway
This is the second part of the Spring Boot Testing article series. The code snippets are taken from this repository. You can clone it and run tests to see how it works.Previous Chapter. Spring Boot Te...
05:35 pm GMT - Tue, October 19, 2021
Dev To nvm is for barbarians. Manage Node versions with Volta instead.
Previously published at fullstackfish.comThanks to Volta, managing multiple versions of Node is no longer a pain.Under the covers, all the Node version managers are doing the same thing: setting up sy...
05:33 pm GMT - Tue, October 19, 2021
Dev To Let's Learn Kubernetes - Basics - 3
Kubernetes is a container management tool that automates the deployment, scaling, and operations of an application. In the previous blog of 'Let's learn Kubernetes' Series, we have seen some fundament...
05:28 pm GMT - Tue, October 19, 2021
Dev To How to Pass Components as Props in React
OverviewOne of the ways to make our components reusable is to pass props, whether they are strings, integers, booleans, objects, arrays, and so on. But eventually you will need to reuse a compon...
05:24 pm GMT - Tue, October 19, 2021
Dev To FilteredContent @19/10/2021
Hello everyone Hello, I am fellow Software Developer, ML enthusiast, Philosopher, Scientist here to share my daily readings from all around the internet. As we know there is lots of articles, bl...
05:14 pm GMT - Tue, October 19, 2021
Dev To Docker: Why and How to get started with Docker
What is Docker?Docker is an ecosystem of services that are used to create, run and administrate containers.In simple terms, a container is an isolated environment just for running a particular a...
05:00 pm GMT - Tue, October 19, 2021
Dev To The 4 Frontend tips about a11y and UX for October
The button role isn't enough for an accessible interfaceThere is a practice of overriding the button's default role. It's a bad practice already because authors of the ARIA in HTML standard proh...
04:41 pm GMT - Tue, October 19, 2021
Dev To Zoho corp campus...
Zoho corp, my company where I work for long time in chennai, India.https://codepen.io/lenin5/full/rNNQLgpThis pen has been built using pure HTML, SCSS and javascript with no frameworks and images had ...
04:41 pm GMT - Tue, October 19, 2021
Dev To How to use React History in React JS
Hi guys.Ok so today we I will give you all the simple steps to useBrowser History in React JS.Now you might be wondering, what is it for?**React Router History **can be used to go to a previous page o...
04:39 pm GMT - Tue, October 19, 2021
Dev To 7 Design Tips for Perfect Buttons
One of the most frequent UI components is the button. When it comes to forms, websites, dialogue windows, and toolbarsbuttons are everywhere. They let users interact with a system and take action by s...
04:27 pm GMT - Tue, October 19, 2021
Dev To Jumping into the NFT Space? You're probably going to get scammed. A quick outline to protect your crypto's!
TLDR; don't click links, if browsing web, use browser you don't keep wallet on, don't click links, turn off discord DMs, research projects for validity, don't hold all cryptos in one walletYou are fee...
03:59 pm GMT - Tue, October 19, 2021
Dev To How to access Amazon Connect contact logs
Logging mechanisms are essential tools that aid in identifying possible issues, and easing the troubleshooting process. If you're planning to keep track of your cloud contact center logs, you can do s...
03:26 pm GMT - Tue, October 19, 2021
Dev To Vue Tips 30: Reusability Fundamentals: The Configuration Pattern
This newsletter was sent out to my list on October 13, 2021. Sign up here to get emails like this each week!Hey there,I'm still trying to adjust to the darkness this time of year in Canada.It's dark w...
03:24 pm GMT - Tue, October 19, 2021
Dev To I will be notified if you click this
Would you like to get notified when someone opens your dev.to article or reads your email? Yea that will be awesome. Okay then lets see how we can do that?Lets talk about Images they are pretty cool r...
03:14 pm GMT - Tue, October 19, 2021
Dev To React User Authentication - Using JWT (Json Web Tokens)
Hello Coders! This article explains how to Add User Authentication to React using JSON Web Tokens (JWT). We will start using an open-source template and mention all implementation steps that enhance t...
02:31 pm GMT - Tue, October 19, 2021
Dev To UI vs UX
UI and UX are not the same thing. What is UI Design?User interface design is focused on the look and layout. how each element of the product will look, including buttons, place...
02:25 pm GMT - Tue, October 19, 2021
Dev To Luos feature in the V2.0.0: the open-source bootloader
Luos feature in the V2.0.0: the open-source bootloaderThis feature is the big new one everyone has asked us for years. Now, you can compile Luos in bootloader mode. By compiling it this way, you can ...
02:22 pm GMT - Tue, October 19, 2021
Dev To Developer Imposter Syndrome
What is Imposter Syndrome?Imposter syndrome according to wikipedia is a collection of feelings of inadequacy that persist despite evident success. 'Imposters' suffer from chronic self-doubt an...
01:51 pm GMT - Tue, October 19, 2021
Dev To Internal Access Properties : Encouraging less brittle end-to-end testing
SummaryWhen testing with web components you don't own that have shadow roots, its a much better experience for those components to expose first-class properties that expose DOM elements you'll l...
01:29 pm GMT - Tue, October 19, 2021
Dev To How I created my portfolio with Nextjs and PlainCSS!
At present Next.js has been a very popular library to build beautiful, scalable Full-Stack Applications. Today I would like to share my experience on building a portfolio with Next.js.Before going to ...
01:09 pm GMT - Tue, October 19, 2021
Dev To Introducing Web Scraping with Scrapy.js
Scrapy.jsA Web Scraping library for JavaScript built using BeautifulSoup4. Overview of this libraryFirst import the library using the script tag and then proceed to call the functions<sc...
01:08 pm GMT - Tue, October 19, 2021
Dev To {Completed my Hacktoberfest 2021-}
ALHAMDULILLAH, completed my first hacktoberfest 2021. ...
12:52 pm GMT - Tue, October 19, 2021
Dev To How to choose between Next.js CSR, SSR, SSG, and ISR
IntroductionOn my last blog, you have explored the technical side of how does it work underneath, now what you will need is how to choose between them. I'll give you 4 metrics and some use cases...
12:30 pm GMT - Tue, October 19, 2021
Dev To How To Install Linux, Apache, MySQL, PHP On Ubuntu
LAMP stack or Linux, Apache, MySQL and PHP are the main essential set of tools that you need to develop or run a PHP based web application or a CMS (Content Management System) such as Laravel and Word...
12:26 pm GMT - Tue, October 19, 2021
Dev To The Data Engineer Roadmap
IntroductionThis has been inspired by the Full Stack Developer's Roadmap post written by @ender_minyard With the ever growing data volumes and demands, the data engineering career has been one o...
12:17 pm GMT - Tue, October 19, 2021
Dev To The Only Bash Scripting Cheat Sheet That You Will Ever Need
IntroductionNo matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you can use Bash scripts to combine different Linux commands and automate boring and repetitive ...
12:12 pm GMT - Tue, October 19, 2021
Dev To Day 11 of 100 Days of Code & Scrum: Coding, Writing, and Physical Therapy
Photo by Bruno Nascimento on UnsplashGreetings, everyone!It's Tuesday, and it's unfortunate that I won't be able to be as productive today because of my weekly physical therapy session. That said, I s...
12:10 pm GMT - Tue, October 19, 2021
Dev To Getting started with Appwrite's Apple SDK and UIKit
One of the major highlights of Appwrite 0.11 is the official support for iOS, macOS, tvOS and watchOS. We've also released a brand-new Apple SDK to go alongside it! In this tutorial, we'll learn to se...
11:47 am GMT - Tue, October 19, 2021
Dev To Prevent Kubernetes Misconfigurations from Reaching Production with Datree
The problemWhat are some of the challenges that Kubernetes admins might face? Let's say you have a few developers that made changes to K8s configurations files, to deploy their objects, and they...
11:43 am GMT - Tue, October 19, 2021
Dev To Business logic in Rails with operators
Having a thousand lines long controllers and/or models is not the right way to have sustainable applications or developers' sanity. Let's look at my solution for business logic in the Rails app. Spoil...
11:32 am GMT - Tue, October 19, 2021
Dev To Top 10 articles about JavaScript of the week.
DEV is a community of software developers getting together to help one another out. The software industry relies on collaboration and networked learning. They provide a place for that to happen.Once r...
11:32 am GMT - Tue, October 19, 2021
Dev To JavaScript Let - How to declare block-scoped values?
In this short tutorial, we look at how to declare block-scoped values using JavaScript let. We also look at how the let keyword is different from the others.This tutorial is a part of our initiative a...
11:13 am GMT - Tue, October 19, 2021
Dev To Lambda Expressions in Java
IntroductionLambda expressions are similar to methods, but they are anonymous methods (methods without names) used to implement a method defined by a functional interface and they can be impleme...
11:10 am GMT - Tue, October 19, 2021
Dev To Create nice Readmes for your open source projects
Creating good Readmes for your open source project is very important to get some popularity, stars, forks, and contributors. So today we are going to look at 2 ways to create beautiful Readmes. 1...
10:57 am GMT - Tue, October 19, 2021
Dev To Some Best Practices On Building An Integration
Hi, Im Andrew McIntosh. Im a software engineer at FreshBooks. Ive moved around development teams a couple of times, but right now Im working on our API and Integrations team, trying to make things bet...
10:14 am GMT - Tue, October 19, 2021
Dev To Animal Feed Enzymes Market Growth Factors, and Regional Outlook To 2027
Animal Feed Enzymes Market size is projected to reach USD 1732.4 Million by 2027 from an estimated USD 1243.2 Million in 2021, Global Animal Feed Enzymes Market Report provides a deep insight into the...
10:10 am GMT - Tue, October 19, 2021
Dev To Virtual Visits: How to enable Remote Doctor Appointment App Development
In today's virtual world, people are becoming more and more accustomed to experiencing things virtually. In the era of artificial intelligence and AI, how can healthcare be far behind?Virtual healthca...
10:08 am GMT - Tue, October 19, 2021
Dev To Food Antioxidant Market Analysis by Industry Growth, Size, Share, Demand, Trends and Research Report, 2021-2027
Food Antioxidant Market size is projected to reach USD 1.96 billion from an estimated USD 1.36 billion in 2021, growing at a CAGR of 6.01% globally.This report presents a detailed analysis of the Food...
10:02 am GMT - Tue, October 19, 2021
Dev To Sterile Medical Packaging Market: 2021 Sales, Key Country Analysis, Size, Share, And Trends Forecast To 2027
The global sterile medical packaging market is profiled in detail in the latest research report from Market Research Future (MRFR). The global sterile medical packaging markets historical growth traje...
10:01 am GMT - Tue, October 19, 2021
Dev To 13 Reasons Why You Should Use Linux!!
People usually think: "If it so easy to run Windows, Why should I use Linux". Honestly writing, they are pretty much right about it too. There are lots and lots of features which Linux will always hav...
09:34 am GMT - Tue, October 19, 2021
Dev To xampp error "Dompdf"
Hey may someone help me pleaseWarning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in C:\xampp\htdocs\placesorder\customer\dompdf\lib\Cpdf.php on line 47...
09:19 am GMT - Tue, October 19, 2021
Dev To How to fix M1 Mac issue with installing node versions
When working with frontend framework like Vue or React then most of the time we are required to work with different node versions depending on the projects we have. To easily manage different versions...
09:05 am GMT - Tue, October 19, 2021
Dev To A Visual Guide to React Rendering - Cheat Sheet
When does react component re-renders? What can cause the re-render, and how to prevent unnecessary renders? Here is a quick cheat sheet you can refer to whenever you find yourself asking these questio...
08:46 am GMT - Tue, October 19, 2021
Dev To Embold to integrate with Codesphere to bring advanced code analysis to the cloud
We are happy to announce our collaboration with Embold!Embold offers a static code analysis tool that checks your code for bad coding practices, antipatterns, and style issues so you know exactly wher...
08:31 am GMT - Tue, October 19, 2021
Dev To Blade Runner 2049, but it is in your Windows Terminal
My lab assistant once said, "Make your terminal feels like your home!" and proceed to show me a cool terminal during lab session. I didn't have the time to do it back then but now I get a chance to. S...
08:24 am GMT - Tue, October 19, 2021
Dev To Build a backend API with Serverless, AWS, Express, and Fauna
Serverless can mean a variety of things, depending on the context, ranging from 3rd party libraries like Netlify to frameworks for creating serverless applications. This tutorial guides us on how we c...
08:20 am GMT - Tue, October 19, 2021
Dev To fractal.build as an atomic design tool
Recently, I discovered a tool that helped me build a design system: fractal.build. Described in by Rachel Andrew in her article Pattern Library First back in 2018, fractal does look a little old schoo...
07:58 am GMT - Tue, October 19, 2021
Dev To React with Typescript
At present react js has been a very popular library to build beautiful and scalable user interfaces. Today I would like to build a demo react project with typescript. Project setupWe would like t...
07:54 am GMT - Tue, October 19, 2021
Dev To Installation of GDAL on jupyter notebook
Installation of GDAL in windows machine is always a challenging task. But anaconda environment on python makes it easier to install through conda distribution. In this blog, I will write about the ins...
07:18 am GMT - Tue, October 19, 2021
Dev To Convert Next.js app to PWA
To make Next.js app into PWA, we need the given things -next-pwa packageService WorkerManifest & IconsMaskable IconMeta Tags 1. next-pwa packageTo convert your nextjs app into PWA you need t...
07:13 am GMT - Tue, October 19, 2021
Dev To JavaScript. Memory. Architecture and Lifecycle.
I'll start this article with a quote that changed the way I think of memory. The way I perceive memory lifecycle in major modern languages (those that have automatic memory release aka garbage collect...
07:11 am GMT - Tue, October 19, 2021
Dev To How we created a web-based typing experiment
We had little time, an experience to build and now to spread. The goal of the experimentThe objective of this study is to determine the optimal way to display and to type alphanumeric sequences ...
07:10 am GMT - Tue, October 19, 2021
Dev To Variables Comparison JS
var -> Var can be re-assigned, re-defined and has a function-scope. When we declared outside the function, it has a global scope and it attached itself to the window object. let -> Let can be r...
07:02 am GMT - Tue, October 19, 2021
Dev To Top 5 Best Online Code Editors
Hello Guys In this blog post i will tell you the top 5 best online code editors (No Downloads!).Before we move further please subscribe to my youtube channel ( i post coding tutorials ) - https://you...
06:52 am GMT - Tue, October 19, 2021
Dev To Fetch both price and product data from stripe in a single api call
Use CaseI want to display products in my web app that show the product's name, description and price. Similar to the below screenshotI want to use the Stripe Dashboard as my source-of-truth.Upon...
06:49 am GMT - Tue, October 19, 2021
Dev To Infix, prefix, postfix. Is it Matter?
When learning a programming language, of course there are some mandatory things that should not be missed, such as understanding syntax, data types, operators, etc. So in this article, I will discuss ...
06:47 am GMT - Tue, October 19, 2021
Dev To React basics: creating a custom media query hook
So far, we have checked out some pre-defined basic hooks in React.React useState hookReact useEffect hookReact useContext hookBut there is another way you can go about this: creating your own custom h...
06:08 am GMT - Tue, October 19, 2021
Dev To Prepare for AWS re:Invent 2021
Photo: screenshot from re:Invent pageFor the past few days I've been searching for ways to prepare for the AWS re:Invent 2021 in person conference and I started to feel a bit overwhelmed at first. I h...
06:07 am GMT - Tue, October 19, 2021
Dev To Simple sortable list with VueJS
In this article we are going to create a simple sortable list using Vue JS.(However you would like to create an advanced project like shown in the cover photo you can follow this VueJS tutorial series...
05:53 am GMT - Tue, October 19, 2021
Dev To Awesome SEO for your site.
When building out your website, youll want to keep search engine optimization (SEO) in mind. You want your site visitors to be able to easily find what theyre looking for, so its important that Google...
05:52 am GMT - Tue, October 19, 2021
Dev To CSS All Properties List
When we are designing a web application, our main focus is always to improve visitor's overall experience so that our business can grow exponentially.This can only be achieved if every element in our ...
05:14 am GMT - Tue, October 19, 2021
Dev To [25] Top 10 Must-Have Web Dev Tools October 2021
There is an October 2021 edition of my blog post series - Top 10 Best Web Dev Tools. Every month I try to pick the most intriguing and handy instruments that, I believe, are must-haves for every web d...
05:13 am GMT - Tue, October 19, 2021
Dev To Liman ile LAPS Ynetimi
Yerel yneticilerin parolalarn kolayca ynetmemizi salayan LAPS, artk Domain eklentisi aracl ile Liman zerinde de kullanlabilmektedir. Kullanm senaryosu:LAPS'n kurulu olduu 'WINSERVDC' adnda bir W...
05:02 am GMT - Tue, October 19, 2021
Dev To How to Mine Cardano ADA with Your Computer in Under 5 Minutes in 2021
A Step by Step Guide to Pool Mining Cardano ADA Coins in 2021 with a CPU!Sometimes mining can seem to be too complex for the average computer user, so I thought about putting together a quick guide to...
04:59 am GMT - Tue, October 19, 2021
Dev To What's the most scared you've ever been as a developer?
...
04:55 am GMT - Tue, October 19, 2021
Dev To A ping when your model is done training !
In the early stages of my DS practice, I spent most of my time waiting around for models to train. Going for a break was a brave risk because what if the session failed and I end up wasting 30 minutes...
04:47 am GMT - Tue, October 19, 2021
Dev To How to get all months from the year using in Laravel
$month = [];for ($m=1; $m<=12; $m++) { $month[] = date('F', mktime(0,0,0,$m, 1, date('Y')));}print_r($month);date('F') will get result current month of the year. example October.so with the hel...
04:33 am GMT - Tue, October 19, 2021
Dev To Control your version with git.
What is git?Git is software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its...
04:07 am GMT - Tue, October 19, 2021
Dev To Deploy Azure web job on Docker
What is WebJobsSDK?The Azure WebJobs SDK is a framework that simplifies the task of writing background processing code that runs in Azure WebJobs. It includes a declarative binding and trigger s...
03:52 am GMT - Tue, October 19, 2021
Dev To Softmax Activation Function with Python
The softmax function is the generalized form of the sigmoid function for multiple dimensions. It is the mathematical function that converts the vector of numbers into the vector of the probabilities. ...
03:42 am GMT - Tue, October 19, 2021
Dev To Build and Deploy apps with Svelte and Vite
What is ViteVite is known as Next Generation Frontend Tooling System in its documentation. It means that it helps in building and creating a good developer experience for the frontend project. I...
03:34 am GMT - Tue, October 19, 2021
Dev To Product developers guide to customize data for AI Part 2: Join & merge dataframes
TLDRBefore training ML models from multiple datasets, we need to understand how to relate datasets together. Well cover how to look at relationships in data using join and merge. OutlineInt...
03:29 am GMT - Tue, October 19, 2021
Dev To Guess the output of this JS code
Try to guess the output of this code without running it. Let me know in the comment what you got let num = 10;for(let i = 0; i < num; i++){ console.log(num); num--;}hint: You may have got the...
03:02 am GMT - Tue, October 19, 2021
Dev To 18 amazing GitHub repositories that will help you make a Beautiful Project
IntroductionToday I would like to give examples of good GitHub repositories that will help you implement complex animations, as well as useful functions in your projects.So let's get startedRead More:...
02:31 am GMT - Tue, October 19, 2021
Dev To 15 reasons why everyone should learn JavaScript right now
There are two reasons why its sometimes hard to make a choice; either there are too few options to choose from, or there are too many. When it comes to programming languages, there is an embarrassment...
02:18 am GMT - Tue, October 19, 2021
Dev To The learning Path For Becoming Ethical Hacker [Beginners] 2021
Who is an Ethical Hacker?An ethical hacker is a computer network specialist who deals with the security posture of an organization. His job involves eliciting security flaws in the organization he is ...
01:23 am GMT - Tue, October 19, 2021
Dev To My portfolio!
dudeactual/masspopcornHey Everyone! I'm dudeactual/masspopcorn! I'm a fullstack developer who likes french fries and popcorn! Description/InstructionsThis was originally made by @lilykhan o...
01:20 am GMT - Tue, October 19, 2021
Dev To Making an Audio Visualizer with Redwood
Working with audio on the web is an overlooked way of communicating information to users. You can take audio files and give users a real-time visualization of what's playing.In this tutorial, we're go...
01:13 am GMT - Tue, October 19, 2021
Dev To Java Developer Learning Path 2021
In this article I'm explaining Python Developer Learning path 2021 https://www.codelivly.com/java-developer-roadmap-2021/...
11:18 pm GMT - Mon, October 18, 2021
Dev To Where could I find some C that could help me?/Code critique.
(Yes. C++ is my final destination programming language for RuntDeale. - It took forever, but I can say I really love C++, it's an amazing language.)I'm just a(n almost) 15-year-old boy, so I don't rea...
11:16 pm GMT - Mon, October 18, 2021
Dev To UX research for indie devs
How does one go about creating products? How do you find the pain points of your customers? Do you do research/ask/read about them? What's the process for that? The indie dev's typical research a...
10:42 pm GMT - Mon, October 18, 2021
Dev To How I created and deployed another full stack app in just 3 days
Hello Folks This is Tarun here. I'm a young dev with big dreams and an intention to enhance as a successful web developer. I love building web apps with React. Last week I built my first full-st...
10:14 pm GMT - Mon, October 18, 2021
Dev To Building a Photo Uploader: A Practical Introduction to the JAMSTACK with Vue.js
IntroductionJAMSTACK is a JavaScript-powered stack that enables you to harness the powers of JavaScript, APIs, and markups. You can build with the JAMSTACK by using the various JavaScript framew...
10:02 pm GMT - Mon, October 18, 2021
Dev To Vote: What should the behavior of `WeaponItem`s with a negative damage value do?
I'm back!I've been working on RuntDeale, and doing some personal things, I've also had some issues recently, but I hope to re-enter the DEV community!I've set a vote, What should the behavior of Weapo...
09:55 pm GMT - Mon, October 18, 2021
Dev To Setting up a webserver with php and async operations in docker
I had to setup a docker image that could handle request in an API using async jobs to do the actual workload. This means that I had to have something running in the background async while also having ...
09:30 pm GMT - Mon, October 18, 2021
Dev To Most commonly used commands for NPM and YARN !
Hello everyone! In this article, we look into the commonly used package managers - NPM and YARN Probably you already know about these two package managers and have used them in your React JS pro...
09:25 pm GMT - Mon, October 18, 2021
Dev To Application with Elixir, business logic with Gleam
One of the young programming languages I look at from afar and root for is Gleam. It is a statically typed language for BEAM, written in Rust. Similarly to Rust, if focuses on catching many potential ...
08:38 pm GMT - Mon, October 18, 2021
Dev To HacktoberFest 21 Update
My fourth HacktoberFest PR has been accepted. This is the second year I've hit four PR thanks to the Virtual Coffee @virtualcoffee community. Currently One PR has Matured.A second Matures later this w...
08:29 pm GMT - Mon, October 18, 2021
Dev To I like Svelte but...!
HiHonestly, I do like Svelte (SvelteJS, Svelte Framework) but there is a big problem...Today, I create a PR request and it got me blocked.The short story is that the community is toxic. You can find r...
08:10 pm GMT - Mon, October 18, 2021
Dev To Parsing Addresses With Machine Learning
Editors note: Dave Currie joined Lobs Atlas team in June 2020 as a remote contractor. Working as the teams Machine Learning Engineer, he has helped to improve the accuracy of the Address Verification ...
08:04 pm GMT - Mon, October 18, 2021
Dev To Database says NOPE
I joined Virtual Coffee last week and they have this awesome zoom meeting that members occasionally spin up for pairing and coworking. A great dev named Travis Martin was adapting an existing project ...
07:38 pm GMT - Mon, October 18, 2021
Dev To How React Works Under The Hood
How does React actually work beyond the syntactic sugar? This question has dominated my thoughts for a very long time. My curiosity led me into carrying out a deep research on React, and my findings ...
07:37 pm GMT - Mon, October 18, 2021
Dev To Create a unique ID in React JS
Hi GuysOk so in this post I will be giving you guysthe simple steps to create a unique referenceID in react JS.This has many uses such as giving a user uploadedimage a unique name for saving in a data...
07:31 pm GMT - Mon, October 18, 2021
Dev To 3 Python Mini Projects with code you can build now.
In today's post, I will be sharing three fun python mini projects with code that you can start building now. So, let's begin - 1. Random Password GeneratorIn this project, we will be writing a py...
07:26 pm GMT - Mon, October 18, 2021
Dev To Functional Programming with JS
Functional programming is a programming paradigm designed to handle pure mathematical functions. This paradigm is totally focused on writing more compounded and pure functions.Functional programming i...
07:18 pm GMT - Mon, October 18, 2021
Dev To Using the new JavaScript .at() method
Written by Ibadehin Mojeed The JavaScript .at() method was introduced in the August release of the ECMA International TC39s relative indexing proposal to allow developers to grab elements based on the...
07:10 pm GMT - Mon, October 18, 2021
Dev To Angular Developer Roadmap
Angular Developer Roadmap will help you to start your angular learning path in an organized way.You can find more useful developer content at codingtute and follow facebook page for latest updates...
07:10 pm GMT - Mon, October 18, 2021
Dev To How we created a web-based typing experiment
We had little time, an experience to build and now to spread. The goal of the experimentThe objective of this study is to determine the optimal way to display and to type alphanumeric sequences ...
06:49 pm GMT - Mon, October 18, 2021
Dev To Secure Password Handling in Python
Almost every application requires some form of authentication, password handling or use of secure credentials such as API keys. You might not be security expert, but you should know how to deal with a...
06:45 pm GMT - Mon, October 18, 2021
Dev To Decode Builder Design Pattern
Creational Design PatternAbstract FactoryBuilder Pattern When to useTo avoid dealing with inconsistent object when the object needs to be created over several steps.To avoid too many constr...
06:29 pm GMT - Mon, October 18, 2021
Dev To Supersets and their humble beginnings
"As we all know, each language has its own vocabulary. Words in English are not the same as words in French. It is the job of a dictionary to convert words from one language to another. How does th...
06:21 pm GMT - Mon, October 18, 2021
Dev To Getting started with Appwrite's Apple SDK and SwiftUI
One of the major highlights of Appwrite 0.11 is the official support for iOS, macOS, tvOS and watchOS. We've also released a brand-new Apple SDK to go alongside it! In this tutorial, we'll learn to se...
06:14 pm GMT - Mon, October 18, 2021
Dev To My Second Time Experience and Learnings @Hacktoberfest | How to Contribute
Howdy all! Hope the winds of October are flowing with you and you all are doing great. The second-most famous thing about October, apart from Halloween is Hacktoberfest Yes, its that time of the year ...
05:45 pm GMT - Mon, October 18, 2021
Dev To JavaScript Strings are too vital
Strings as we know is a JavaScript data type. We use them to hold data that can be represented in text form. This data can be any sequence of characters.For example, the username of a new user on Twit...
05:30 pm GMT - Mon, October 18, 2021
Dev To Control Flow In Python
If-ElseIn this session, we will learn the decision making part of programming. Sometimes you want your code to run only when a certain condition is satisfied. We will see how you can do it in this cha...
05:19 pm GMT - Mon, October 18, 2021
Dev To How to Build a Blazing-Fast Astro Blog with Cosmic CMS
In this tutorial, I'm going to show you how to create a simple Blog application using Astro, and Cosmic CMS. Without further ado, grab some coffee & let's build a cool app! TL;DRAstro Cosmic ...
05:16 pm GMT - Mon, October 18, 2021
Dev To Guide To Claim Your Hacktoberfest 2021 Rewards
Did you participated in HacktoberFest 2021 , and contributed some awesome open source work. It's time to grab your rewards. Just follow up the below steps and you are all set. To those who contributed...
05:07 pm GMT - Mon, October 18, 2021
Dev To A faster way to write console.log
As developers we are always seeking innovative ways to boost our productivity . Today I bring you a clever hack to log stuff to the console faster .Let's begin!The 3 most used methods of the console o...
04:57 pm GMT - Mon, October 18, 2021
Dev To A very confusing puzzle game I made in Unity
If you liked what you read feel free to connect with me on linkedin or follow me on dev.to :)Here is a link to where you can download the game: https://play.google.com/store/apps/details?id=com.MindOf...
04:56 pm GMT - Mon, October 18, 2021
Dev To HTTP - Verbs, HTTP codes & Request Params
VerbsGET - Reading infosPOST - Create infosPUT - Update InfosPATCH - Update PARTIAL info (example: avatar from user)DELETE - Delete infos HTTP - Status Code1xx - Informative: processing..2x...
04:46 pm GMT - Mon, October 18, 2021
Dev To A smarter dotenv for Node.js
If you've been coding in Node.js for some time, it's likely that you've used or at least heard of dotenv.Dotenv is a zero-dependency module that loads environment variables from a .env file into proce...
04:44 pm GMT - Mon, October 18, 2021
Dev To API Rest - a little bit..
Application Programming InterfaceGroup of possible specifications about interactions at applications.Documentation (example: Swagger) REST: Representation State TransferArchitecture Shape ...
04:35 pm GMT - Mon, October 18, 2021
Dev To NodeJS - Fundamentals
NODEJSOpen Source platform, allow the execution of javascript language in server-side.Single Thread (v8) with Thread Pool (libuv c++) and group of modules.Event Loop (Call Stack)NoN-Blocking I/O...
04:25 pm GMT - Mon, October 18, 2021
Dev To My First Year at Hacktoberfest
New to the community:Hey everyone, I am Ashutosh, a Computer Science & Engineering sophomore from Academy of Technology, India. I am new to the Dev Community. My Background:I am a beginner in open...
04:15 pm GMT - Mon, October 18, 2021
Dev To Design Pattern: Factory Method
Como o prprio nome j diz, ele a nossa fbrica. De que? De objetos uai.Este um padro criacional que fornece um interface de criao de objetos numa superclasse, mas que seja possvel alternar o tipo do o...
04:08 pm GMT - Mon, October 18, 2021
Dev To The 4 October Frontend tips about a11y and UX
The bigger clickable area the better user-friendly interactive elementsWhen we design interactive elements we have to think about how users will interact with them, in particular, a clickable ar...
04:04 pm GMT - Mon, October 18, 2021
Dev To CSS Gradient: The Ultimate Tool
Hello everyone! Before we start Lets stay connected.GitHubLinkedIn and also follow me here for more useful blogs.In this article, we will learn what gradients are and also types of CSS gradients...
04:03 pm GMT - Mon, October 18, 2021
Dev To Webpack para torpes
ndiceRequerimientos para aprender WebpackQu es webpack?Por qu es til empaquetar nuestro cdigo?Webpack 5Instalacinwebpack.config.jsPuntos clave de webpackReferenciasConclusiones Requerimient...
03:50 pm GMT - Mon, October 18, 2021
Dev To The complete guide to destructuring in JavaScript
Two commonly used data structures in JavaScript are Object and Array. And many times we may need to extract individual pieces of the object instead of the whole thing. This is where Destructuring come...
03:48 pm GMT - Mon, October 18, 2021
Dev To C Programming: Implicit and Explicit Constructors
Note: Any code snippets posted here are licensed under the MIT License.Did you know that there are both implicit and explicit constructors? Let's look into the difference between both, and what each c...
03:20 pm GMT - Mon, October 18, 2021
Dev To simple example of Closures in JavaScript
Closures are a fundamental and powerful property of Javascript//we have an outer function named walk and an inner function named flyfunction walk (){ var dist = '1780 feet'; function fly(){ conso...
03:20 pm GMT - Mon, October 18, 2021
Dev To How to Mine Binance BNB with Your Computer in Under 5 Minutes in 2021
A Step by Step Guide to Pool Mining Binance BNB Coin in 2021 with a CPU!Sometimes mining can seem to be too complex for the average computer user, so I thought about putting together a quick guide to ...
03:18 pm GMT - Mon, October 18, 2021
Dev To Tips for testing Apple tvOS applications
As a software tester, I've worked on numerous projects regarding mobile applications, websites, etc., but never have I imagined myself testing a tvOS application for Apple TV. When I got the message t...
03:06 pm GMT - Mon, October 18, 2021
Dev To Postman Collection for Salesforce: Mock Servers and Code Snippets
Postman power tools for your Salesforce Integrations IntroductionWhether youre a longtime Salesforce developer or youre new to the platform, Postman brings you all the tools you need to str...
02:57 pm GMT - Mon, October 18, 2021
Dev To Combining Drawer, Tab and Stack navigators in React Navigation 6 (part 2)
This is part 2 of a 2-part react navigation tutorial **Combining Drawer, Tab and Stack navigators in React Navigation 6. If you haven't read that yet, please read it first hereImplementing navigation ...
02:56 pm GMT - Mon, October 18, 2021
Dev To Combining Drawer, Tab and Stack navigators in React Navigation 6
Today we will be making use of the Drawer, Tab and Stack navigators. We will cover two cases:a simpler scenario where we utilize the Tab Navigator in a single Drawer route a more complicated flow wher...
02:34 pm GMT - Mon, October 18, 2021
Dev To Why Video Marketing Is Crucial For Your eCommerce
Today, videos are all around the internet, and the whole industry is gaining momentum. In this article, well give you solid reasons why you should invest in video production for your eCommerce busines...
02:26 pm GMT - Mon, October 18, 2021
Dev To 5 Steps to add Google Analytics to NextJS Application
Hey Guys In this blog post, We'll be adding Google Analytics to our NextJS application.I recently migrated my website Vulnerable.Livefrom CRA(Create React App) to NextJS and while integrating Google A...
02:18 pm GMT - Mon, October 18, 2021
Dev To 7 Useful Tools Written in Haskell
Author: Nikolay Rulev IntroductionHaskell is a pure functional general-purpose programming language with static typing and lazy evaluation. It was created in 1990 and was named after Haskell Curr...
02:18 pm GMT - Mon, October 18, 2021
Dev To Create a backend in Javascript (part 7): NodeJS Events and Streams
Here is a series of articles to help you create backend applications in Javascript.Node.js is now a must, so it is essential for a developer to master it.I will publish a new article every two days an...
01:37 pm GMT - Mon, October 18, 2021
Dev To Add Multiple Styles Using JavaScript
Adding multiple styles to an element with vanilla JavaScript can feel a bit clunky. The most common approach Ive seen to style elements with plain JavaScript is to grab your target element, and then a...
01:35 pm GMT - Mon, October 18, 2021
Dev To Python Developer Learning path 2021
In this article I'm explaining Python Developer Learning path 2021https://www.codelivly.com/python-developer-learning-roadmap-2021/...
01:34 pm GMT - Mon, October 18, 2021
Dev To DataDog vs CloudWatch - Which tool to choose?
DataDog is a paid SaaS tool that provides a range of products for monitoring applications and tech infrastructure. While CloudWatch is an Amazon Web Services product that monitors applications running...
01:25 pm GMT - Mon, October 18, 2021
Dev To How to create a fancy Github profile with README?
In this article, we will show you how to use GitHub in a way that you never thought could be used. You will learn how to use your GitHub profile as a resume (CV) or, even more, as a presentation site ...
01:18 pm GMT - Mon, October 18, 2021
Dev To Tailwind CSS with Heroicons: The SVG path stoke-width issue resolve
IntroductionHello, wonderful DEV people! This is not exactly a standard simple error, but rather a feature that the developers cannot bring to the Heroicons project in any way. The community ha...
01:11 pm GMT - Mon, October 18, 2021
Dev To Web development ROADMAP in 2021
Today I'm going to introduce the roadmap to be a web developer. This is the first article explaining the basics of this series . In future articles I'll discuss about all the facts one by one.If you h...
12:46 pm GMT - Mon, October 18, 2021
Dev To Are recruiters worth it in the tech world?
Everyone in tech must have noticed it is a job-seekers market. Software engineers are hot, and if you have a Linkedin profile you will probably get attention from recruiters. Over the years I have had...
12:45 pm GMT - Mon, October 18, 2021
Dev To How to Start a Digital Business on an Old IT Infrastructure
Author: Ilya LetunovMost enterprises base their IT infrastructure on systems developed 10 or even 15 years ago. Ilya Letunov, head of the Tarantool platform and VK Cloud Solutions, explains how it aff...
12:45 pm GMT - Mon, October 18, 2021
Dev To How would you refactor this JS function?
During the weekend, I found the following small JS function in a blog post:const lineChecker = (line, isFirstLine) => { let document = ``; if (line !== "" && isFirstLine) { document +=...
12:38 pm GMT - Mon, October 18, 2021
Dev To You are reading environment variables the wrong way in Next.js
If you have ever written code that looks like this:const url = `https://www.example.com/api/blog?api_key=${process.env.API_KEY}`Then you are doing it wrong!Here's why this is a bad idea.In a scenario ...
12:29 pm GMT - Mon, October 18, 2021
Dev To Simplicity as a Prerequisite for Reliability in Modern Software Development: Introduction
"Simplicity as a Prerequisite for Reliability in Modern Software Development" is a new, in-progress series of topics focused on the problems of drastically increasing complexity in the modern software...
12:26 pm GMT - Mon, October 18, 2021
Dev To Continuously deploy a Flask App using Gunicorn on Koyeb
IntroductionFlask is a lightweight web framework written in Python that offers developers powerful tools and features to create web applications with ease and flexibility. This guide demonstrate...
11:33 am GMT - Mon, October 18, 2021
Dev To Connecting to Multiple Channels with Agora on React-Native
Since the release of v3.0.0 of Agoras SDK for React-Native users can now join an unlimited number of channels at the same time. But you can publish your own camera feed to only one channel at a time.T...
11:02 am GMT - Mon, October 18, 2021
Dev To How to compile different languages source code files?
The biggest mistake beginners do while started learning to program is using fancy IDE's (Integrated Development Environment). You should use the terminal at least to know how a specific language code ...
10:26 am GMT - Mon, October 18, 2021
Dev To How to Add GIF to your README.md
In this post I will share with you two programs that I recommend for a quick and easy way to capture your screen and successfully add it to your projects README. Tools 1) ShareXAt the time ...
10:25 am GMT - Mon, October 18, 2021
Dev To Backend Developer Learning Path 2021
Want to become a Backend Web Developer in 2021? Being a fresher and not knowing what career to choose is something we all went through. But, if you have concluded to become a backend developer, we wil...
10:06 am GMT - Mon, October 18, 2021
Dev To Free Best 5 Coding Software For Windows And their Website
Introduction Hello everyone In this article, we look into 5 best Coding Software and Their Website. All the step in this article it's help you to grow and build your knowledge. 1.Visua...
10:02 am GMT - Mon, October 18, 2021
Dev To Deploying an Elixir Release using Docker on DigitalOcean
Last time we created a Docker image and ran a container based on it. Now we'll deploy our Elixir Release Docker image in DigitalOcean.There are several approaches to this:Let DigitalOcean access direc...
09:55 am GMT - Mon, October 18, 2021
Dev To Why React js is the Best Framework for Front-End Development
IntroductionReact JS is a JavaScript library that is used for building front-end user interfaces. Some of the reasons to use React JS are its fast rendering, lightweight, modularity, and scalability. ...
09:55 am GMT - Mon, October 18, 2021
Dev To How fast is your code?
You ever wanted to know how long does a block of your code takes to execute? Well you have come to the right place.You can simply wrap your block of code with console.time function to measure how long...
09:54 am GMT - Mon, October 18, 2021
Dev To How To Choose The Right DRM Solution For Your Business?
In the past few years, there has been an exponential increase in video consumption. According to Statista, in 2019 alone, the number of digital video viewers was 2.6 billion, which is reported to incr...
09:33 am GMT - Mon, October 18, 2021
Dev To How Does a Video Production Company Work From the Inside?
Video production is one of the most creative ways to produce videos for various needs. This process includes a large amount of work that a professional team must perform. Video production plays a uniq...
09:33 am GMT - Mon, October 18, 2021
Dev To Asp Net Core - Rest API Authorization with JWT (Roles Vs Claims Vs Policy) - Step by Step
In this article we will go through AspNet Core Authorisation (Roles, Claims and Policies). When do you want to use each and give you a better understanding on they fit together.So what we will cover t...
09:18 am GMT - Mon, October 18, 2021
Dev To Why Developers Should Care About Knowledge Sharing
Sharing knowledge usually comes as the last step of a process, or even worse, as something optional, that can be passed on if need be. This makes it easy to skip on this step if you feel youre tired, ...
08:48 am GMT - Mon, October 18, 2021
Dev To Docker for Dummies
So, what is Docker? The Docker Engine is a virtualization platform and service that deploys and runs apps in containers. That's a common, concise, and yet very esoteric description. In order to try ...
08:42 am GMT - Mon, October 18, 2021
Dev To First Open Source Contribution Doesn't Have To Be Hard.
It's October and we all know what it's all about - Hacktoberfest. People are busy celebrating open-source and making contributions.Contributions? Wondering how to get started with your first open-sou...
08:40 am GMT - Mon, October 18, 2021
Dev To A deep dive into Javascript Object properties
In this post well take a dive to see how objects are created then we'll talk about some interesting properties of objects properties, but first let's start by taking a look at how we usually create an...
08:34 am GMT - Mon, October 18, 2021
Dev To 5 Tips to Scale your App
Original Post: https://aidangee.dev/blog/5-tips-to-help-scale-your-app-scale IntroYou want your multichannel application to grow and have more users. But as this grows you will need to be able to...
08:21 am GMT - Mon, October 18, 2021
Dev To Running out of memory when running `craco build` on bitbucket pipline
got this error when deploying the branch in gitlab. changes made before the deployment were ( in package.json )"scripts": {"start": "craco start","build": "craco build","test": "craco test","eject": "...
08:15 am GMT - Mon, October 18, 2021
Dev To AWS open source news and updates 86
October 18th, 2021 - Instalment #86Newsletter #86.This week we have a very broad variety of topics. Starting off with some fresh open source projects such as cfn-diagram, aws-jwt-verify, damo, a...
08:14 am GMT - Mon, October 18, 2021
Dev To Build an Ecommerce Store with Next.js, Auth0 and Cloudinary
Multimedia content optimization is the process of delivering high-quality media files in the right dimension, size, and format without sacrificing quality. When poorly optimized, the images and videos...
08:11 am GMT - Mon, October 18, 2021
Dev To 5 lines of CSS style for disabled elements.(from Material Design)
If I are creating a form with HTML, sometimes I wanted to disable a text box for users. Here came the disabled attribute. Disabled ControlsThe Boolean disabled attribute, when present, makes the ...
08:05 am GMT - Mon, October 18, 2021
Dev To Hacktoberfest2021 Journey
First experience in HacktoberfestThere was a Digital Ocean meeting a long time ago. It was introduced to the event by the speaker. BackgroundI'm a Software Engineer who loves open source te...
07:54 am GMT - Mon, October 18, 2021
Dev To Spiral lifecycle model Part 2
In the last post, we studied about the spiral lifecycle model. Let us now continue discussing about the model in this part. Just in case you missed it, you can check it out here Advantages of the...
07:48 am GMT - Mon, October 18, 2021
Dev To 15 Must-Have Browser Extensions for Web Developers
Browsers are increasingly incorporating moreextensions, plugins and add-ons, which are often developed by their users, making the browser more powerful, and helping us increase our productivity. Here ...
07:29 am GMT - Mon, October 18, 2021
Dev To 7 Best Tools For Developers - They Can't Live Without It
Thebest tools for developersare a priority for them to work. As a developer, he always works with code editors, browsers, terminals, etc. to improve his productivity. VS Code is one of the best editor...
07:28 am GMT - Mon, October 18, 2021
Dev To 7 Amazing Tips While Redesigning Your Website
Redesigning a website may be a stressful, time-consuming, and complex task. Its natural if the amount of information you need to know in order to build a new, fresh design repulses you. However, if yo...
06:51 am GMT - Mon, October 18, 2021
Dev To 10 JS tricks you *probably* didn't know
You can use + in front of a string to convert it into a number. console.log(typeof +"5") //number+ in front of date object will convert in into number of milliseconds. console.log(+new Date()) //16345...
06:27 am GMT - Mon, October 18, 2021
Dev To 10 Awesome Github Repos Every Web Developer Should Know
Here I list 10 excellent JavaScript based GitHub resources that will help you to understand the language better and help you to write clean code. This list is based on my personal preference.ReadUI&am...
06:26 am GMT - Mon, October 18, 2021
Dev To Ethical Hacking Roadmap - A Beginners Tutorial
Who is an Ethical Hacker?An ethical hacker is a computer network specialist who deals with the security posture of an organization. His job involves eliciting security flaws in the organization he is ...
06:21 am GMT - Mon, October 18, 2021
Dev To Flutter: Interesting widgets, part 2.
Welcome one and all to yet another edition of this blog series, that revolves around interesting yet useful Flutter widgets that I've encountered in my exploits with the framework. The first part of t...
06:08 am GMT - Mon, October 18, 2021
Dev To Introduction to Currying in JavaScript
Currying is one of the more advanced techniques of working with functions. What it does is it allows you to transform functions, and the way your work with them. This tutorial will help you understand...
06:02 am GMT - Mon, October 18, 2021
Dev To Hacktoberfest 101: Everything You Need To Know About It
Hacktoberfest is no stranger to you. Every October, DigitalOcean hosts Hacktoberfest. It is a month-long, community-wide event celebrating open source projects. Participants receive prizes and shout-o...
05:53 am GMT - Mon, October 18, 2021
Dev To What is the Python priority queue?
The priority queue is an advanced type of the queue data structure. Instead of dequeuing the oldest element, a priority queue sorts and dequeues elements based on their priorities.Priority queues are ...
05:25 am GMT - Mon, October 18, 2021
Dev To solana Based NFT Market place development
SOLANA Based NFT Development: The Benefits of This New TechnologyIf you want to create your own Solana-Based NFT Development, we align our services with your needs to build a Solana-Based NFT as per y...
05:23 am GMT - Mon, October 18, 2021
Dev To Node.js from Beginners to Advance: Part - 3
REST API using node, express and Harper DBThis is the third part of the node series; if you're unfamiliar with node, don't worry; we covered everything in the first series, which you can find it...
05:19 am GMT - Mon, October 18, 2021
Dev To AI-powered text2speech.dev
I always wonder if there would be a simple app which could simplify text-to-speech and convert bunch of stories, text, podcasts and audios to speech. I found some websites which could help you do just...
05:08 am GMT - Mon, October 18, 2021
Dev To 20 JavaScript One-Liners That Will Help You Code Like a Pro
JavaScript keeps growing and growing, opening doors for new to be tech geeks in the market as its one of the easiest languages to start. (is it really?)Its true that JavaScript can do a lot of blazing...
05:02 am GMT - Mon, October 18, 2021
Dev To What is Termux? Full Tutorial With complete Termux commands
Want tolearn Termuxfor hacking?first, understandwhat is Termuxand followhow to install applications using Termuxand thecomplete Termux command.In this article, I am going to give you detailed informat...
04:51 am GMT - Mon, October 18, 2021
Dev To 15 reasons why you should learn JavaScript right now
There are two reasons why its sometimes hard to make a choice; either there are too few options to choose from, or there are too many. When it comes to programming languages, there is an embarrassment...
04:47 am GMT - Mon, October 18, 2021
Dev To The Complete Ethical Hacking Course [Free]
What youll learnComplete Ethical Hacking Course 2021: Beginner to Advanced!Setting up your Hacking Lab: Kali Linux and Virtual Machine.Practical Ethical hacking skill.Different types of phases of hack...
04:40 am GMT - Mon, October 18, 2021
Dev To Tips to become a great programmer
A good programmer is someone who always looks both ways before crossing a one-way street. ~Doug LinderLet me start by saying that I do not consider myself to be a competent coder. I consider my coding...
04:40 am GMT - Mon, October 18, 2021
Dev To 10 Awesome Github Repos Every Web Developer Should Know
Here I list 10 excellent JavaScript based GitHub resources that will help you to understand the language better and help you to write clean code. This list is based on my personal preference.ReadUI&am...
04:12 am GMT - Mon, October 18, 2021
Dev To Simplest way to compare two array in JS
In case of string we can simply use == or === to see if they are same but we can't use those to see in two arrays are similar or in other words they have same elements.So this wont work.const array1 =...
04:09 am GMT - Mon, October 18, 2021
Dev To Server virtualization for roadrunners | Hypervisor
Listen to the episodeOpen on Spotify to listen to the complete episode A Yummy AnalogyImagine you have ordered your favorite pizza of large size. You see, the pizza is divided into 8 slices...
03:56 am GMT - Mon, October 18, 2021
Dev To 10 VS Code extensions every Frontend Developer should use
Hello everyone, my name is John and I'm a frontend developer. In this blog post, I would like to share 10 VS code extensions that every frontend developer should use. The purpose of using these extens...
03:00 am GMT - Mon, October 18, 2021
Dev To Understanding Constructor Functions in JavaScript
What is a constructor ?In Javascript, a constructor is a special function which creates an instance of a class which is typically called an "object". They are technically regular functions, but ...
02:53 am GMT - Mon, October 18, 2021
Dev To 18 amazing GitHub repositories that will help you make a Beautiful Project
IntroductionToday I would like to give examples of good GitHub repositories that will help you implement complex animations, as well as useful functions in your projects.So let's get startedRead More:...
02:51 am GMT - Mon, October 18, 2021
Dev To How To Display Hyperlinks Without An Underline In HTML
Looking for a way to remove the underline in hyperlinks in HTML then you are at the right place because today I will show you how to display hyperlinks without an underline in HTML.It is just going to...
02:25 am GMT - Mon, October 18, 2021
Dev To 10 Magical PHP Pro Tips & Tricks
PHP programming has climbed rapidly since its humble beginnings in 1995. Since then, PHP has become the most popular programming language for Web applications. Many popular websites are powered by PHP...
01:06 am GMT - Mon, October 18, 2021
Dev To Solana NFTs: Everything you need
I am still working on this, but decided to publish it hoping that it can help others. What is this guide?The purpose of this guide to teach anyone, even if you have no knowledge of coding, to cre...
01:04 am GMT - Mon, October 18, 2021
Dev To Periodic Table
# periodic_table.py# This program display a periodic chart and allows you to pick an element# for a full description of the element chosen.# by: Scott Gordonimport csv, sys, re# Read data from per...
12:26 am GMT - Mon, October 18, 2021
Dev To Basic Concepts of OOP (Object-Oriented Programming)
What Is an Object in Programming?Object-oriented programming, or OOP, is an approach to problem-solving where all computations are carried out using objects. An object is a component of a progra...
12:20 am GMT - Mon, October 18, 2021
Dev To Understanding the Modern Web Stack: Prettier
You can find the official repository for the Understanding the Modern Web Stack tutorial series here.This includes the final versions of the code examples from each tutorial to help make sure you have...
10:58 pm GMT - Sun, October 17, 2021
Dev To Making the Parser
Continuing from last week, let's make a parser.It will be really simple and basically cover nothing, but it will do as an example.This article contains code snippets of Regex that may be disturbing fo...
10:51 pm GMT - Sun, October 17, 2021
Dev To How does the Internet Work
One thing that many of us take for granted is the internet. The internet is this vast distributed network that connects all of us in almost everything we do. Probably like you, I had no idea how it ...
10:43 pm GMT - Sun, October 17, 2021
Dev To Cyclomatic complexity: Why QAs (and Devs) should worry about it
This text will be the first of 3 and was inspired by a LinkedIn post, where a poll was made to know wether a developer should have a college degree. 90% voted no.I agree with the results, but there ar...
10:23 pm GMT - Sun, October 17, 2021
Dev To CSS Layouts: History from Float to Flexbox and Grid
CSS layouts have changed significantly within the past several years due to flexbox and to grid. In order to bridge the gap between developers who started before this modern era (such as myself), and ...
10:20 pm GMT - Sun, October 17, 2021
Dev To hacktoberfest
hacktoberfest is a site where you join up and if you can push a fix to 4 repos on gihub that have bene labled with 'hacktoberfest' on them. apparently you can get a free t-shirt. So if you have a repo...
09:49 pm GMT - Sun, October 17, 2021
Dev To JavaScript Array .map() vs .forEach()
originally published @ CatStach.ioWhen working with arrays of data, it can be a bit confusing when you should reach for map or forEach, so in this post I hope to help clear that up! tldr: use map if ...
08:37 pm GMT - Sun, October 17, 2021
Dev To Adding CSS to HTML Lists
CSS properties can control the appearance of HTML elements. Such properties can add backgrounds to parts or to all of your webpage. The CSS properties can put borders around some of your content, or c...
08:04 pm GMT - Sun, October 17, 2021
Dev To Weekly Digest 41/2021
Welcome to my Weekly Digest #41 of this year.This weekly digest contains a lot of interesting and inspiring articles, videos, tweets, and designs I consumed during this week. Interesting articles...
07:58 pm GMT - Sun, October 17, 2021
Dev To { Zero to Helm }:Part 2 - Architecture
Welcome back to the next chapter of { Zero to Helm }. A blog-series in which I create "byte"-sized pieces of content aimed at mastering Kubernetes.In this section, we are going to look to take a surfa...
07:51 pm GMT - Sun, October 17, 2021
Dev To Infinite Scroll with HOTWire - Part 2: Adding Stimulus
You can follow along if you missed the first part. Infinite Scroll with HOTWire Part 1: Configuration Ahmad khattab Oct 17 3 min read #rails #ru...
07:51 pm GMT - Sun, October 17, 2021
Dev To Infinite Scroll with HOTWire Part 1: Configuration
Infinite scroll is a pagination mechanism where whenever the user reaches the end of the scroll area more content is loaded till there are no more content to load. IntroductionHOTWire is a new se...
07:50 pm GMT - Sun, October 17, 2021
Dev To Write less, test faster with jest-test-gen
Hello everyone First time posting here in the dev.to community! What is jest-test-genI wanted to introduce a small cli utility jest-test-gen that I wrote to speed up writing Jest unit tests.Every...
07:38 pm GMT - Sun, October 17, 2021
Dev To Abstract Factory
Creational Design PatternAbstract Factory When to useTo support families of related or dependent objects.To encapsulate platform dependencies to make an application portable.To prevent clie...
07:09 pm GMT - Sun, October 17, 2021
Dev To Amazon Textract with expense analyzing
Amazon Textract now supports receipts and invoices processing which makes expense management systems analyze better with only receipt's or invoice's image or document. Read more about the announcement...
06:55 pm GMT - Sun, October 17, 2021
Dev To Using Chi as a router for Go APIs
The Go net/http package is great, it provides Go developers with a fantastic build block for building super fast APIs with Go.However, it doesn't have a built in router that most developers would be u...
06:30 pm GMT - Sun, October 17, 2021
Dev To Why Good Syntax Highlighting is Important
All code snippets posted are under the MIT License So does it really matter?Yes. There good programming practices in certain programming languages but there is also good developing practices and ...
06:28 pm GMT - Sun, October 17, 2021
Dev To Pop culture design patterns: creational
During a recent interview I asked the candidate about their understanding of design patterns. I was impressed not only with their honesty, telling me they only had basic knowledge, but also with their...
06:19 pm GMT - Sun, October 17, 2021
Dev To Introduction to GitHub Actions
GitHub is fast becoming an all-in-one platform where developers build, maintain and ship their software. You may use it primarily as a collaborative code management tool for your software. But today, ...
06:02 pm GMT - Sun, October 17, 2021
Dev To 8 Steps Guide To Ace A System Design Interview
System Designing has become one of the important rounds to crack a Software Developer job interview, especially for a senior-level position. Preparing for this round is necessary to crack interviews o...
05:55 pm GMT - Sun, October 17, 2021
Dev To How to participate and contribute to HacktoberFest ?
What is Hacktoberfest ?Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt. Hackto...
05:51 pm GMT - Sun, October 17, 2021
Dev To How I automated publishing my personal blog posts to dev.to
I've recently decided to start writing again.And like most engineers I've immediately got down to... updating my website tocontain a blog, and automating things like posting to other sites like dev.to...
05:48 pm GMT - Sun, October 17, 2021
Dev To How to Create a Bottom Sheet in React Native
OverviewNowadays we have a great diversity of components that are always necessary to create a web page or a mobile application and I believe that in almost all the applications we always end up...
05:28 pm GMT - Sun, October 17, 2021
Dev To DOM (Document object model)
Hello ,in this article we will talk about DOM in less than 500 wordsDOM(Document Object Model) is a software interface for HTML, XML and SVG documents. It provides a structured view of the document(tr...
05:01 pm GMT - Sun, October 17, 2021
Dev To Cloud Functions with Dart and Appwrite
Being a Flutter Developer it becomes hard to use cloud functions as they need to be written in Javascript/Node.js. Appwrite came as a surprise to me. What is Appwrite?Appwrite is an open-source, ...
04:48 pm GMT - Sun, October 17, 2021
Dev To Our Team Section Design using HTML and CSS
In this article you will learn how to create Our Team Section design using HTML and CSS. Even if you are a beginner, you can easily create a Our Team Section by following the tutorial.First I designed...
04:47 pm GMT - Sun, October 17, 2021
Dev To How to deploy Next.js app to production
This article was originally published on my newsletter last week. I publish previous week's newsletter here on the blog. If you want to read these as soon as they are published, sign up for the newsle...
04:46 pm GMT - Sun, October 17, 2021
Dev To Build an API using Node, Express, MongoDB, and Docker
In this tutorial, we'll be using TypeScript and Docker to build a Menu Restaurant API app from scratch with Node, Express, and MongoDB. The Docker part is optional.Basically, we should be able to: ret...
04:27 pm GMT - Sun, October 17, 2021
Dev To Simple Email Validation in Javascript & CSS
In this article you will learn how to make Simple Email Validation in Javascript. You must have seen many times that the login form of different websites has a kind of validation. This type of validat...
04:20 pm GMT - Sun, October 17, 2021
Dev To Read and Write using firebase(realtime database) in React JS
Hi everyone, here i am going to show you how to use firebase in react js First install firebasenpm i firebasecreate config fileimport "firebase/auth";import "firebase/database";import { in...
04:02 pm GMT - Sun, October 17, 2021
Dev To Kotlin and FaaS, an impossible union?
Some time ago, I read a post describing how to run a serverless Kotlin function on OpenFaaS. While the content is technically correct, I believe the concept itself is very wrong. Such posts can lead p...
03:57 pm GMT - Sun, October 17, 2021
Dev To How to build an e-commerce site with Vue.js, Cloudinary and Auth0
E-commerce applications are one of the recent fast-growing technological ideas of the century, but this isnt surprising as its advantages far trump its downsides. Now a store owner can put their goods...
03:44 pm GMT - Sun, October 17, 2021
Dev To fdewagvfa
...
03:30 pm GMT - Sun, October 17, 2021
Dev To BEST VISUAL STUDIO CODE EXTENSIONS!
Today I will show you the TOP 10 best Visual Studio Code (VSC) Extensions. Extensions make the UX (User Experience) better and more comfortable. The first catagory is File Icons. 1. Import CostLi...
02:55 pm GMT - Sun, October 17, 2021
Dev To Prefer using Stream to byte[]
When working with files there are often both APIs operating byte[] and Stream so quite often people chose byte[] counterpart as it requires less ceremony or just intuitively more clear.You may think o...
02:41 pm GMT - Sun, October 17, 2021
Dev To Rust Ephemeral Encrypted Containers/FS (maybe)
Rust Ephemeral Encrypted Containers/FS (maybe)Running through the 'zboxfs' code and these are some notes. Should be able to spin it up & get the general gist from what's written here, enjoy!...
02:37 pm GMT - Sun, October 17, 2021
Dev To Learn SQL: Microsoft SQL Server - Episode 1: Introduction
"Over the last decade, the amount of data that systems and devices generate has increased significantly. Because of this increase, new technologies, roles, and approaches to working with data are a...
02:30 pm GMT - Sun, October 17, 2021
Dev To How to Build a Music Streaming App with React using Auth0 and Cloudinary
Since its debut, music streaming has developed dramatically, and it is currently one of the most acceptable methods to listen to music. Many streaming sites let you hear for free, which has reduced th...
02:15 pm GMT - Sun, October 17, 2021
Dev To How to Implement a Dark Mode with CSS and 3 Simple Lines of Javascript
There's no denying that a must-have feature of most modern websites and web apps is the ability to toggle the site's theme from a light mode to that of a dark one, this feature has gradually become a ...
02:15 pm GMT - Sun, October 17, 2021
Dev To How to use absolute path in ReactJs
Absolute Path vs Relative Path?Absolute Path is when you source for a folder or file from the root either where your system storage start from or where the project start from.Relative Path is when you...
02:14 pm GMT - Sun, October 17, 2021
Dev To Docker Quick Start
Before talking about Docker, lets first talk about Virtualization in general. VirtualizationVirtualization is a way to utilize the underlying hardware more efficiently. Do we really need vir...
02:13 pm GMT - Sun, October 17, 2021
Dev To Chess Pieces, Inheritance vs Composition
In my last post, I started discussing how this chess project has been an evolution that is allowing me to experiment with things in order to learn different approaches. And that last post was pretty c...
02:12 pm GMT - Sun, October 17, 2021
Dev To RaspberryPi, SIM7600, GPSd
Today we are going to see how we can serve gps location from SIM7600 module to a port in raspberrypi through daemon. RequirementsRaspberryPiSIM7600 (Connected to /dev/ttyS0, i.e., pi's serial por...
02:09 pm GMT - Sun, October 17, 2021
Dev To How to Create Animated Toggle Switches with Just CSS and Implement a Dark Mode Feature
A toggle switch as we know it allows us to choose between two opposite states such as an on/off state, whether it's turning on a light bulb or switching off a microwave, toggle switches are everywhere...
01:57 pm GMT - Sun, October 17, 2021
Dev To Inversion of Control A simple & effective design principle
Reducing code complexity with IoC Inversion of control (IoC)If you have heard of dependency injection(DI) you have been using inversion of control but maybe not knowingly.IoC is often seems...
01:56 pm GMT - Sun, October 17, 2021
Dev To Install tailwind CSS properly in React JS
Hi everyone i hope you are doing well ok let get into the point her i will show you how to install tailwind css in react js , you can say this is already available in tailwind documentation but i will...
01:50 pm GMT - Sun, October 17, 2021
Dev To SAFe Considered Harmful
Is safe to say, the framework SAFe embodies everything wrong with the so-called Agile Industrial Complex. Is so bloated and focus on the wrong things that are not even remotely agile in the sense of t...
12:41 pm GMT - Sun, October 17, 2021
Dev To Web-desktop: As Native-like As Possible
I have recently been traveling to another city. That is why I brought with me my trusty NUC installed with Debian + ArozOS besides my laptop. As this is my first time loading a few TB worth of files i...
12:25 pm GMT - Sun, October 17, 2021
Dev To Spa SEO: How To Optimize Single Page Application Apps
Building a Single Page application is different as compared to that of a static website, this difference in how the page is created affects the visibility of the site as now the social media agents an...
12:25 pm GMT - Sun, October 17, 2021
Dev To Working with Bitbucket Pipelines
Hi Guys Good Day!It's been a long time since I posted here there were a lot of changes in my life for over almost 2 years now, mostly because of the pandemic. But anyways, let's learn about Pipe...
12:19 pm GMT - Sun, October 17, 2021
Dev To Lazy Load Content in Rails from Scratch
Lazy Load Content in Rails from ScratchAre certain pages on your Rails app loading slowly? You might want to consider loading those requests in the background. It's easier than you think. In thi...
12:18 pm GMT - Sun, October 17, 2021
Dev To Key difference between Inheritance and compose
IntroductionEverything in JavaScript is treated as an object. Functions too are high class objects in a way and are treated as such in javaScript. ComposeTo make large complex objects si...
12:05 pm GMT - Sun, October 17, 2021
Dev To What is Neutralinojs? Alternative to Electron
If you are looking for alternatives for Electron, Then you should give it a try to Neutralinojs. So today, I am going to help you found the best for you! We will cover the following things:-What ...
11:58 am GMT - Sun, October 17, 2021
Dev To Day 9 of 100 Days of Code & Scrum: Planning the Second Week!
Cover Image by mohamed Hassan from PixabayGood Sunday, everyone!I took a healthy break for the day, while still meeting the requirements of the challenge. YesterdayI did my Weekly Sprint Review a...
11:53 am GMT - Sun, October 17, 2021
Dev To Very Simple PHP Redirect
If you've moved (are planning to move) to new domain & you don't want to simply redirect to new domain.You want to tell your site visitors that your domain has changed.This simple PHP script shows...
11:51 am GMT - Sun, October 17, 2021
Dev To Build a personalized Image Editor with Cloudinary Auth0
Image editing is the art of altering digital photographs, traditional photo-chemical photographs, or illustrations to make them look more like what you saw with your eyes. The constant demand for imag...
11:48 am GMT - Sun, October 17, 2021
Dev To Data-structure & Algorithm
Why learn Data-Structures And Algorithm ?To Crack the Interviews of the Top Product Based Companies.To Solve Some Real-World Complex Problems.Data structure and algorithms help in understanding ...
11:27 am GMT - Sun, October 17, 2021
Dev To Build a file storage system with Cloudinary Auth0
File hosting and synchronization services like Google Drive, OneDrive, iCloud, e.t.c allow users to store files in the cloud, synchronize files across devices, and share files. They help save space on...
11:21 am GMT - Sun, October 17, 2021
Dev To React Developer Roadmap
React Developer Roadmap will help you to start your react learning path in an organized way.You can find more useful developer content at codingtute and follow facebook page for latest updates...
11:17 am GMT - Sun, October 17, 2021
Dev To How to debug Flutter apps over Wi-Fi(without root)
Let's just say you want to debug your Flutter app on android device, you use a USB cable right?Yes but using a USB cable has its downsidesIf your charging port is loose for some reason, then a slight ...
10:53 am GMT - Sun, October 17, 2021
Dev To Simple file based routing for Express
There are a bunch of best practices out there that recommend to split your Express.js routes into separate files using Express.Router().But creating new routes this way isn't straightforward and requi...
10:45 am GMT - Sun, October 17, 2021
Dev To Management in Linux
In this blog we will be exploring the following fields in Linux:User Account ManagementGroup ManagementFile Permissions And Ownership Let's start with User Account ManagementQuestion arises why t...
10:26 am GMT - Sun, October 17, 2021
Dev To Hactoberfest 2021 hactoberfest dev
Completed hactoberfest 2021, feeling great and love to share my experience with everyone.#hactoberfest #dev...
10:13 am GMT - Sun, October 17, 2021
Dev To How To Think Like a Programmer?
Hello, buddies! Lemme ask you a common question, Do programmers think differently?It's true; real programmers think differently than everyone else. Everyones programmer perspective is different; means...
09:42 am GMT - Sun, October 17, 2021
Dev To Create a passwordless authentication using Auth0, Cloudinary and Nextjs
Passwordless authentication is an authentication method that allows users to log in without remembering a password. Instead, it requires users to enter public identifiers like username, phone number, ...
09:34 am GMT - Sun, October 17, 2021
Dev To Problem 15 puzzle game
I had nothing to do, I decided to test my skills and tried to create a 15 puzzle game for the browser using only JavaScript and CSS. During development, I did not read how this could be implemented, a...
08:46 am GMT - Sun, October 17, 2021
Dev To What is the correct HTML tag for the largest heading?
As you have seen in the title I will tell you What is the correct HTML tag for the largest heading or you can say which is the largest heading tag in HTML I will tell you answer to the so follow up wi...
08:33 am GMT - Sun, October 17, 2021
Dev To the web developer dream - learn the AJAX technique
The only way to change a web page with new informations is by refreshing the page and working on the requestbut this way is too rude and inefficient. A better way to achieve the same result but with m...
07:46 am GMT - Sun, October 17, 2021
Dev To 5 Cool HTML Tricks and Tips
In this article, we'll go through some of the Cool HTML Tricks and Tips that will make your development more pleasurable. As developers, we all want to present the user with appealing content that is ...
07:22 am GMT - Sun, October 17, 2021
Dev To Document Object Model
DOM stands for Document Object Model. DOM is 'World Wide Web Consortium' (W3C) standard. DOM is a programming interface for HTML documents. When browser try to render a HTML document, it creates an ...
07:09 am GMT - Sun, October 17, 2021
Dev To Learn With Me:Apple's Swift Literals
Hello guys and Welcome to Learn With Me: Apple's Swift.In previous tutorial you learned about Variables and Constants and today we are going to learn about Literals .So without wasting time let's star...
06:14 am GMT - Sun, October 17, 2021
Dev To Tales of the Autistic Developer - Loud Loud World
For those who don't know me, I'm autistic. I've been a developer for the better part of a decade.I didn't find out I was ASD until 19, and didn't reconcile with that until years later. These posts wil...
06:00 am GMT - Sun, October 17, 2021
Dev To React basics: explaining the useContext hook
Sometimes we have data that we need to access in almost all parts of our components.It will become a hassle to pass them down to each component, exactly where context comes in.In this example, I'll us...
05:49 am GMT - Sun, October 17, 2021
Dev To API Gateway
What is API GatewayAn API Gateway is an API management tool that sits between a client and a collection of backend services. An API gateway acts as a reverse proxy to accept all application prog...
05:43 am GMT - Sun, October 17, 2021
Dev To Winning my first Hacktoberfest!
Hello!! Everyone reading this.This is my first post on dev & I'm so excited to tell my journey of my first Hacktoberfest Event. BackstoryIt all started when I came across this event on the ve...
05:36 am GMT - Sun, October 17, 2021
Dev To (Arrow, Functions) => in Javascript
Thanks to ES6 we have an alternative way to declare functions in our JavaScript code. The syntax is quite a bit different than the traditional way but once you get the hang of it you'll fall in love. ...
05:30 am GMT - Sun, October 17, 2021
Dev To Database Normalization
Database normalization is a process of restructuring database tables in order to minimize data redundancy and avoid data anomalies such as insert anomaly, delete anomaly, and update anomaly.Insert ano...
05:16 am GMT - Sun, October 17, 2021
Dev To Generating accessor methods easily
Hi all,I have made a go tool to generate accessor methods(getter or setter) for unexported struct fields, so let me introduce it.https://github.com/masaushi/accessory masaushi...
05:06 am GMT - Sun, October 17, 2021
Dev To How to Force Re-Render a React Component & Should you do it?
React automatically Re-Renders the components whenever any of its props or its state is updated. But quite often beginners (especially me in my early days) find it quite difficult getting a component ...
04:57 am GMT - Sun, October 17, 2021
Dev To Add Power Off and Reboot to grub menu
To add Power Off and Reboot options to grub menu, you need to update a file in your grub configuration directory.cd /etc/grub.d Open 40_custom in your favorite editorFor me its micro :micro 40_cu...
04:38 am GMT - Sun, October 17, 2021
Dev To Improve your productivity as a developer
We are in the era of information explosion. People are tend to have poor concentration and cause low productivity nowadays. As a developer, our main role is to create great product in the least possib...
04:37 am GMT - Sun, October 17, 2021
Dev To Divtober Day 16: Snow
I did two different entries for snow:One that will make your computer fan work like it has never been working beforeAnother that would be 1,000 easier and better in SVG (again!)I'll put the one that r...
03:59 am GMT - Sun, October 17, 2021
Dev To x86 vs x64 systems for roadrunners
x86 Systemsx86 is a generic name that is used to refer to all Intel processors that were released after the original 8086 or 8088 variant of Intel processors. The variants like 80286, 80386, 804...
03:56 am GMT - Sun, October 17, 2021
Dev To AWK an old-school tool today
What is AWK?AWK is a command-line programming language primarily oriented to text and files processing - some might call it a tool -, simple yet elegant continuous lines of code can replace mult...
03:31 am GMT - Sun, October 17, 2021
Dev To Advanced Front End Developer , Interview Essentials - Part 2
This post is a continuation of Advanced Front End Developer , Interview Essentials - Part 1 ,if you haven't read it I strongly recommend you to go through the post where I have explained the CRP in de...
03:30 am GMT - Sun, October 17, 2021
Dev To Difference between Methods and functions in Javascript
In this article I'm explaining what is the difference between functions and methods in Javascript.https://amkblog.com/javascript/methods-and-functions/...
03:08 am GMT - Sun, October 17, 2021
Dev To Creating a personal image gallery with VueJS, Auth0 and Cloudinary.
In this article, you will be learning how to create a personal image gallery using VueJS, Auth0 and Cloudinary API. With this application, users will be able to sign in using the authorization and aut...
02:03 am GMT - Sun, October 17, 2021
Dev To How to setup Postcss, Tailwind, React, and Webpack from Scratch
I want to create a shared react component for a monorepo with tailwindcss. However, while reading the document, it was found that tailwind uses craco. Meanwhile I want to use webpack. And it definitel...
02:00 am GMT - Sun, October 17, 2021
Dev To How to Create a Bot that Automates Website Clicks Without Coding
Originally published on Automatio BlogIf you are looking for a way to automate browser website clicks, you came to the right place.In this article, you will learn how to build a bot that will click on...
01:30 am GMT - Sun, October 17, 2021
Dev To Create a Custom React.js Hook to Get Subdomains
Often times it's extremely useful to be able to easily parse the hostname or domain parts of your website. The use cases are many but we'll just look at how to make a react hook to help us get subdoma...
01:23 am GMT - Sun, October 17, 2021
Dev To Introspecting Python Parameter Values via Argument Binding
Sometimes it is important to map function arguments with their parameter values. Python offers basic keyword arguments - which will be discussed below - but if arguments are passed either positionally...
12:06 am GMT - Sun, October 17, 2021
Dev To Working with Files in Linux
Hey Dev community! After weeks of exams and dealing with imposter syndrome, I am back with another short article on 'file commands' in Linux. These are pretty useful so take a look. 1. cd The 'c...
12:01 am GMT - Sun, October 17, 2021
Dev To My top resources for interviewing
This week I finally got my shid together and sat down to compile a list of things I thought were valuable when interviewing.Resources and some mindset stuff...like how to get yo'self unstuck in an int...
11:58 pm GMT - Sat, October 16, 2021
Dev To String.prototype .toUpperCase() vs String. prototype.toLocaleUpperCase()
Understanding String.toUpperCase()The string.toUpperCase() method is used to convert a string into upper case letters. So, if we pass the string hello, my name is john doe through the string.toU...
11:42 pm GMT - Sat, October 16, 2021
Dev To A boring product can succeed too
One of the indie maker folks on Twitter whom I look up to - @yongfook - wrote an article about making products as a solo developer/entrepreneur. I loved it and thought they were super useful tips for ...
11:32 pm GMT - Sat, October 16, 2021
Dev To How to automatically add dark mode to your site in 3 lines
@media (prefers-color-scheme: dark) { * {filter:invert(1);}}The result won't be perfect (in fact, it'll probably look downright awful), but it gives you a great starting point to then pull out indi...
11:22 pm GMT - Sat, October 16, 2021
Dev To Making React App from Vite Compatible to CRA
Recently I tried to migrate my project's codebase from CRA (create-react-app) to ViteJS. It was not as simple as it seemed actually. Because I wanted to remove react-scripts completely and use just Vi...
11:06 pm GMT - Sat, October 16, 2021
Dev To How to use PiHole and Block ALL ads in your network
I need to clarify that some ads can't be blocked for example: Youtube, Instagram and TikTok, because the ads' source is the same of the content, because this is a DNS filter. However this is useful to...
10:33 pm GMT - Sat, October 16, 2021
Dev To Advanced C: Arena Allocation
Hi Everyone, I'm going to starting a mini series of articles about Advanced C++ Programming concepts that are used in a lot of real projects. Today's topic is: Arena Allocation. Code snippets and imag...
09:55 pm GMT - Sat, October 16, 2021
Dev To How To Prevent Theme Colour From Flickering in Svelte Or SvelteKit
Ever since I started using Svelte, my theme colours has always been flickering on page load. Finally I found a workaround ProblemAt first, I was changing my website's theme colour inside the ...
09:50 pm GMT - Sat, October 16, 2021
Dev To 12 VS Code Shortcuts To CodeFaster!
Some of these tips I took from VS Code documentation. I recommend you to take a look. VS Code docs. 1. Quick file open: Ctrl + P 2. Show terminal: Ctrl + backtick 3. Zen mode: Ctrl + K,...
09:27 pm GMT - Sat, October 16, 2021
Dev To Build a video player with React.
The use of video content on webpages is becoming increasingly popular. Its importance cannot be overestimated as it engages users, and creates a lasting impression in just a few seconds.It is for this...
09:05 pm GMT - Sat, October 16, 2021
Dev To 100 Bytes of CSS to look great everywhere
TL;DRhtml { max-width: 60ch; padding: 1.5rem; margin: auto; line-height: 1.5rem; font-size: 24px;} ContextDan Luu always writes fascinating posts, but the design makes it very painful ...
08:54 pm GMT - Sat, October 16, 2021
Dev To Hacktoberfest - Beginner Project
Still need to contribute PR's for Hacktoberfest?Checkout this great beginner repo for HTML, CSS, and JS!https://github.com/P2PHackClub/website...
08:43 pm GMT - Sat, October 16, 2021
Dev To Ditching the "else" Statement
Are "else" statements really necessary? When first learning to program we are taught about "if" statements and "else" statements. If this condition is met do something, else do another thing. It's fun...
08:36 pm GMT - Sat, October 16, 2021
Dev To Debugging Mindset
Bugs here, bugs there, bugs everywhere. Some are easy to fix, some are complex and obscure. So, is there a generic approach to fixing every bug? Probably not.Anyway, there are four parts of fixing a b...
08:25 pm GMT - Sat, October 16, 2021
Dev To Javascript : Variables and Datatypes
What is a Variable?!A variable is a container with a label (name) where you store a certain value ( a piece of data ) to use it in your code.Declaring variables and assigning values to themTo declare ...
08:01 pm GMT - Sat, October 16, 2021
Dev To Core Web Vitals
The heart of the Google Core Web Vitals update are the new performance metrics which aim to get the user experience. It's not about technical performance, is about feeling fast... Core Web Vitals...
07:51 pm GMT - Sat, October 16, 2021
Dev To Processing CPU-intensive Jobs inNodeJS
Cover Photo by Fidel Fernando on UnsplashSo, I recently had to solve a problem with one of my NodeJS servers. I had to parse and process data from an excel sheet which turned out to be pretty CPU-inte...
07:51 pm GMT - Sat, October 16, 2021
Dev To What language do I start with? (personal opinion)
How can we choose our first languages? We have to take 5 main standards in account:How easy it'sThe big of their communitiesThe amount of free resourcesThe easy you can run the code (Their IDEs ...
07:11 pm GMT - Sat, October 16, 2021
Dev To Download Plague Inc Apk
Plague Inc Mod is known as a hyperrealistic model of the world. It is the best time-pass game. Can you infect the world? Plague In cIt is a unique and strategic simulation game, is a terrifyingly rea...
07:04 pm GMT - Sat, October 16, 2021
Dev To How to overload method in Rust (amount of args differ).
Adapt version$ rustc --versionrustc 1.55.0 (c8dfcfe04 2021-09-06)If you want to overload methods that have different amount of args likes following// Constructor with 2 args.fn new(arg0, arg1) -...
06:59 pm GMT - Sat, October 16, 2021
Dev To From Jobless to FAANG - My three year journey
Disclaimer: this post is all about my personal experience, only representing my point of view, take it with a grain of salt.About three years ago, I was graduating from college with a CS degree. Dream...
06:59 pm GMT - Sat, October 16, 2021
Dev To How to Build a Movies App with Vue, Auth0 and Cloudinary
Vue JS is a progressive javascript framework that is used to develop user-friendly and interactive user interfaces. It is a flexible framework that can be integrated with different platforms without a...
06:45 pm GMT - Sat, October 16, 2021
Dev To Demystifying Array.prototype.reduce()
Array.prototype.reduce()The reduce() method is considered by some Javascript beginners to be the most confusing array iterator. In this tutorial I will present the method in a way that is easily...
06:26 pm GMT - Sat, October 16, 2021
Dev To Machine Learning in Artificial Intelligence
Introduction Hello everyone!In this article, we look into about machine learning in Artificial intelligenceWe are using Artificial intelligence in our daily life I will tell you that Machin...
06:02 pm GMT - Sat, October 16, 2021
Dev To Javascript - Destructuring the Thing!
Salam, and well, hello everyone!Have you ever thought about the data structure of an array or object, with the most complex structure, and try to call a parameter that lives deep inside the dungeon of...
05:10 pm GMT - Sat, October 16, 2021
Dev To Functions in JavaScript
IntroductionOne day a student was plotting some mischief in a class. The professor noticed this and as a way to punish him, he asked the student to write a program to calculate square of number....
04:07 pm GMT - Sat, October 16, 2021
Dev To A Vim Guide for Expert Users
This article is the sixth of the series aimed to teach Vim from the ground up:Vim for BeginnersVim for Intermediate UsersVim for Advanced UsersVim for Adept UsersVim for Veteran UsersVim for Expert Us...
04:03 pm GMT - Sat, October 16, 2021
Dev To 3 Step Guide to Mine Crypto with your CPU in 2021
After reading this post you will be able to generate some extra income using your computer instead of having it on idle on that fancy desk of yours!Before you begin you need to know there are few prec...
04:01 pm GMT - Sat, October 16, 2021
Dev To API Authentication via Social Networks in Laravel 8 using Sanctum with Socialite
Laravel Sanctum with SocialiteEarlier I have written, How to use Laravel Sanctum and user authentication using APINow, I'm going to add social logins using via API. In this example, I'll show yo...
03:53 pm GMT - Sat, October 16, 2021
Dev To Firebase Authentication with GetX in Flutter
Introduction You know about GetX. It is an extra-light and robust solution for Flutter. It combines high-performance state management, intelligent dependency injection, and route management quic...
03:44 pm GMT - Sat, October 16, 2021
Dev To Survey: Web browsers
What features like document editing or customizing would be awesome to have on a web browser?...
03:24 pm GMT - Sat, October 16, 2021
Dev To The Only Advice You Need To Become a Developer
Lots of wrong advice is being handed out here by people who have never actually been developers or failed to become one or people who are just bad developers.The technologies do not define a developer...
03:14 pm GMT - Sat, October 16, 2021
Dev To The difference between Git & GitHub
https://www.youtube.com/watch?v=vmUpMOtWtxQ...
03:09 pm GMT - Sat, October 16, 2021
Dev To Deploy React and AWSAmplify
In case it helped :)We will cover briefly:Configure React App with AWS Amplify ConsoleConfigure React App with yml fileManage multiple environmentsView the demo hereWebsite: https://master.d19tgz4vpyd...
02:34 pm GMT - Sat, October 16, 2021
Dev To Winning my first Hacktoberfest!
Hello to Everyone reading this.This is my first post on dev.to and I'm so excited to tell the journey of my first Hacktoberfest Event. BackstoryIt all started before the month of hacktoberfest w...
02:27 pm GMT - Sat, October 16, 2021
Dev To Principles of Object-oriented programming
Object-oriented programming has been the most popular programming paradigm for over two decades. It is build on the idea that problems can be broken down in terms of the objects required to solve it.L...
02:12 pm GMT - Sat, October 16, 2021
Dev To How to migrate from webpacker to esbujsbundling-rails (esbuild)
Install jsbundling-railsSwap pack_tag for include_tagImport stimulus controllersMigrate JS entrypointRemove webpackGithub ActionsHeroku 1. Install jsbundling-railsAdd to gemfile:gem 'jsbundling-r...
02:12 pm GMT - Sat, October 16, 2021
Dev To How to migrate from webpacker to jsbundling-rails (esbuild)
Install jsbundling-railsSwap pack_tag for include_tagImport stimulus controllersMigrate JS entrypointRemove webpackGithub ActionsHeroku 1. Install jsbundling-railsAdd to gemfile:gem 'jsbundling-r...
02:07 pm GMT - Sat, October 16, 2021
Dev To Building A User Gallery with Auth0, Cloudinary and React
Weve all had our fair share of battling with authentication and authorization as developers. The case seems to be worse for frontend developers who dont know how to spin up a server and can become hec...
02:03 pm GMT - Sat, October 16, 2021
Dev To Manual de sobrevivncia: Hacktoberfest 2021
Essa sua primeira vez no Hacktoberfest? No tema! Temos aqui recursos pra voc no perder esse evento mundial! Afinal, o que Hacktoberfest? O Hacktoberfest um evento que acontece no mundo todo du...
01:56 pm GMT - Sat, October 16, 2021
Dev To Parcel.js v2 Bundler, is an excellent web development build tool.
Parcel Version 2 was publicly released on October 13 of 2021 - as seen in their blog post and also on Twitter by the creator of Parcel, Devon Govett. Version 2 of the Parcel build tool is simple ...
01:53 pm GMT - Sat, October 16, 2021
Dev To How to simplify and organize imports in Typescript
Sometimes we have a long list of imports, with files that come from the same place, it makes our code noisy and a bit longer, something like:import { BeersService } from './services/beers.service';im...
01:52 pm GMT - Sat, October 16, 2021
Dev To Jira CLI: The Missing Command-line Tool for Atlassian Jira
The original version of this post first appeared in Medium.The year is 2078 and there have been 0 improvements in the Jira UI #rantJira UI is terrible to work with. It is slow, buggy, and doesnt even...
01:33 pm GMT - Sat, October 16, 2021
Dev To Asp.net core Handle Errors; Dosyaya Errors Loglamak Giri.
lk bata aadaki yazmdaki admlar teker teker uygulayalm : https://dev.to/mustafasamedyeyin/asp-net-core-logging-serilog-giris-200dDaha sonra HomeController'nn Index action'n aadaki gibi deitirelim :publ...
01:25 pm GMT - Sat, October 16, 2021
Dev To Read Data From Firebase Firestore (V9)
For reading data from firestore database we will need some starter files so clone this repo https://github.com/abhisheks-12/Blog-dev-to1) Go to https://firebase.google.com/ then click on Go to console...
01:24 pm GMT - Sat, October 16, 2021
Dev To Most commonly used React Hooks
We are going to learn about React hooks in this blog.Let us start with its introduction:Hooks are new addition to React that lets us use state, and other React features such as Lifecycle methods, with...
01:23 pm GMT - Sat, October 16, 2021
Dev To Wicked Blocks V2: Ready Made Tailwind CSS blocks, for your next project. updated with new blocks. 500% free
Hello beautiful people! How are you all doing?I have made something for those that like Tailwind CSS to the bones and back.Yes, for you, don't be skeptical....come on. So what is www.WickedBlocks...
01:18 pm GMT - Sat, October 16, 2021
Dev To Lesser used React Hooks
In this blog we are going to talk about React hooks that are not used commonly. 1. useMemo Hook :The useMemo is a hook used in the functional component of react that returns a memoized value.In reac...
01:17 pm GMT - Sat, October 16, 2021
Dev To REST API in Express (ES6)
What is a REST APIFrom Redhat A REST API (also known as RESTful API) is an application programming interface (API or web API) that conforms to the constraints of REST architectural style and allows fo...
11:56 am GMT - Sat, October 16, 2021
Dev To How to automate WhatsApp messages
WhatsApp is without a doubt the most popular smartphone application on our devices. With restrictions in place all around the world, it became one of our primary means of communication.Are you the typ...
11:29 am GMT - Sat, October 16, 2021
Dev To Adding the Google reCAPTCHA v3 to an Angular application
IntroductionAngular is a development platform for building WEB, mobile and desktop applications using HTML, CSS and TypeScript (JavaScript). Currently, Angular is at version 12 and Google is the...
11:15 am GMT - Sat, October 16, 2021
Dev To Terraform IaC Scanning with Trivy
Trivy Vulnerability ScannerTrivy is a simple and comprehensive scanner for vulnerabilities in container images, file systems, and Git repositories, as well as for configuration issues in IaC. Tr...
10:56 am GMT - Sat, October 16, 2021
Dev To (ML) Learn About The Machine Learning
Introduction Hello everyone!In this article, we look into about machine learning in Artificial intelligenceWe are using Artificial intelligence in our daily life I will tell you that Machin...
10:46 am GMT - Sat, October 16, 2021
Dev To Hyv ThemeFor Magento 2
NO ROCKET SCIENCE, BUT ROCKET SPEED ABOUT HYV THEME & MAGENTO 2Magento 2 Frontend Rethought And Redone.Top performance and fast loading times on mobile and desktop WHAT IS HYV THEM...
10:18 am GMT - Sat, October 16, 2021
Dev To Node.js from Beginners to Advance: REST API using node, express and MongoDB
REST API using node, express and MongoDBThis is the second part of the node series; if you're unfamiliar with node, don't worry; we covered everything in the first series, which you can find it ...
10:13 am GMT - Sat, October 16, 2021
Dev To Day 8 of 100 Days of Code & Scrum: First Week is Finally Over!
Happy weekend, everyone!Today marks the end of the week, and so I will be doing a Sprint Review and Retrospective as I said I would at the beginning of this challenge. My Previous Weekly Sprint G...
09:52 am GMT - Sat, October 16, 2021
Dev To EndSars Photo/Image Gallery Using C Asp.Net Core 5 Mvc, Cloudinary and Auth0 Api
Table of ContentIntroductionRequired Tools NeededSetting UpCloudinary AccountVisual StudioAuth0 AccountCoding ProperTest OneAdding Cloudinary Credentials to the ProjectTest TwoTest ThreeTest FourClou...
09:39 am GMT - Sat, October 16, 2021
Dev To Made 24 truly free HTML templates for websites and landing pages
How many times where you out and about online to to find a good quality Free HTML template for your online project, only to find that they are not actually as free as they claim them to be.You either ...
09:25 am GMT - Sat, October 16, 2021
Dev To Added comment and discuss to @dsabyte.com
See from the above image, that i have added a way for users to add and edit comments. To make any comment or discuss, you need to login firstAfter making comment, you can edit comment, see that author...
09:19 am GMT - Sat, October 16, 2021
Dev To JS/TS: Using Singleton Classes
Classes were added to JavaScript in ES6 as a template for creating and managing objects in your application. They encapsulate data and the code inside each class helps us work with that data.class Veh...
09:04 am GMT - Sat, October 16, 2021
Dev To Use Ngrok to share a preview of your web project to everyone!
SituationSo, you just build a very cool website, but the only problem is that it is only available through your local web server, or localhost. You can buy a domain, set up a simple web server, ...
08:55 am GMT - Sat, October 16, 2021
Dev To Pro Tips to Search on Google
Hello Folks This is Savio here. I'm young dev with an intention to enhance as a successful web developer. I love building web apps with React. I have proved my superiority in frontend technologi...
08:17 am GMT - Sat, October 16, 2021
Dev To 21 Binary Tree Coding Questions for Java Developers
Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the different links provided in this article.Hello devs, I have been sharing a lot ...
07:57 am GMT - Sat, October 16, 2021
Dev To How to use Angular resolvers to prefetch beers to the party
When we go to a party, I love to have all beers ready to drink and take one, but sometimes take time to pick from fridge to the table, and stay waiting is not a good experience.The same happen with o...
07:57 am GMT - Sat, October 16, 2021
Dev To for of loop in JavaScript
This post was originally published on webinuse.comWe have already written about loops in JavaScript in the article JavaScript Arrays Loops. Now we will introduce a new one for of loop.for of loop is ...
07:16 am GMT - Sat, October 16, 2021
Dev To You don't need a personal website (and why I no longer have one)
I often tell the story of how a simple website made me fall in love with programming. I was given a brief training assignment to build a website from scratch using HTML and CSS, with no prior knowledg...
07:07 am GMT - Sat, October 16, 2021
Dev To One week into my new job, 2/3 of the team is on vacation for 2 weeks. What to do ?
Hey!So I started this new job on Oct. 3rd. So far, I like it a lot. I've been hired as a Frontend Developer. The business is a Data Visualization company where we build interactive visual support for ...
07:06 am GMT - Sat, October 16, 2021
Dev To Top 10 Java Articles for this week
Hello Java Devs, Being a Java programmer, editor of a Medium publication, and a Java blogger (java67 and Javarevisited, I love curation and I have been publishing Java articles since last 10 years.Thi...
06:57 am GMT - Sat, October 16, 2021
Dev To HTTP Request/Response Practical Workflow
ALL ABOUT HTTP Packet INTERNAL DETAILS ARE SHARED HOW IT WORKS AND BEST PRACTICE TO IMPLEMENT WEBAPP ...
06:33 am GMT - Sat, October 16, 2021
Dev To Understanding the basics of node
An interesting aspect of node is its asynchronous way to handle requests. To understand how we can perform non-blocking...
06:05 am GMT - Sat, October 16, 2021
Dev To Learning Python- Intermediate course: Day 44, Summary of the week, examples and exercises
Today we will have a quick summary of the weekLet us see a sample OOP programclass animal: food="" def makenoise(Self): passclass pet(): def bepetted(self): print("Pet me")class ca...
05:54 am GMT - Sat, October 16, 2021
Dev To Connect To Postgres database running on a Docker container using psql
Recently while working, I was required to connect to a database that was running on a docker container using psql.If you are also dealing with something like this, then, follow along1. Start the docke...
05:54 am GMT - Sat, October 16, 2021
Dev To 300 Bootstrap UI Components and Blocks
The UI components are the building blocks for these interfaces. They can be anything from navigation bars or buttons to menus or dialogues. You can use different components for different purposes depe...
05:35 am GMT - Sat, October 16, 2021
Dev To What Problems of Bitcoin Does Ethereum Solve?
Ethereum was created by Vitalik and his team as an attempt to improve the features of Bitcoin. This post will discuss the problems that Ethereum solves (this post will not cover PoW and PoS).The main ...
05:31 am GMT - Sat, October 16, 2021
Dev To Three.js
Introduction Credit: https://threejs-journey.com/ Three.js Three.js ( ) Three.jshttps://bruno-simon.com portfolio https://go.pioneer.com/cornrevolutionhttps://richardmattka.comhttp...
05:02 am GMT - Sat, October 16, 2021
Dev To Service Status Monitoring Using WhatsApp, Notion, and Python
Websites and APIs go down more often than wed all like. Wouldnt it be great to get a WhatsApp notification when your favorite or most-used services are experiencing downtime?So, I wrote this tutorial ...
04:54 am GMT - Sat, October 16, 2021
Dev To React basics: explaining the useEffect hook
Hooks are a superb way to store and manage state inside React components.The useEffect hook gives us an easy way to perform side effects.Basically this hook replaces the old React class lifecycles lik...
04:51 am GMT - Sat, October 16, 2021
Dev To Chingu.io offers FREE weekly pair programming matchups!
Hello fellow Developers!Are there any of you out there looking for someone to do pair programming with? For learning, practicing, or interview preparations? I'd like to share some helpful information ...
04:32 am GMT - Sat, October 16, 2021
Dev To Build a full-stack Jamstack Application
Many modern approaches for designing flexible and scalable web applications have become popular as browsers have evolved. Jamstack is one of these cutting-edge techniques to develop lightning-fast web...
04:20 am GMT - Sat, October 16, 2021
Dev To How to calculate your age on mars
Good Morning!,today i want to make a tutorials about how to calculate your age on mars with Go!, Its very simple and easy but is funny.Okey let go! 1. make Folder and Go filei make folder to save...
03:12 am GMT - Sat, October 16, 2021
Dev To Dealing with timezones in web development
I won't lie to you dealing with date and time is one of the most tricky areas that humans have to deal with, in programming, this is not different. If your app is working with events that belong to us...
02:05 am GMT - Sat, October 16, 2021
Dev To Spring Boot Exception Handling example
In this tutorial, we're gonna look at an Spring Boot Exception Handling example that uses @ControllerAdvice and @ExceptionHandler.You can also handle Restful API exception with @RestControllerAdvice, ...
11:38 pm GMT - Fri, October 15, 2021
Dev To Getting Work Done With The Pomodoro Technique
Hello everyone! In this article, I will write about a simple learning and productivity technique called the Pomodoro technique.If you are not motivated enough to complete a task, get distracted when w...
11:05 pm GMT - Fri, October 15, 2021
Dev To Introducing Modzy's AI Hackathon
Hi Everyone! My name is Ray and I'm the lead software architect over at Modzy. I'm excited to share that we have kicked off our Modzy AI Hackathon! What is Modzy?Created by developers for develo...
10:58 pm GMT - Fri, October 15, 2021
Dev To Trending: Chrome console features as stand-alone products
The poor UX of the browser console means many opportunities for stand-alone productivity appsInteresting observation: Makers are abstracting out individual features of the Chrome browser console...
10:49 pm GMT - Fri, October 15, 2021
Dev To @okikio/sharedworker, SharedWorkers on all browsers
For bundle.js.org, and astro.build/play, I found that I needed a way to use SharedWorkers reliably on all browsers, so, I decided to make a miniature script that would act as a wrapper around the Shar...
10:35 pm GMT - Fri, October 15, 2021
Dev To Countdown Timer using HTML, CSS, and Javascript
===============================================Dear Reader,We might have come across e-commerce websites with countdown timers that give information on some sales or deals. We will create a web page w...
10:25 pm GMT - Fri, October 15, 2021
Dev To SQL vs NoSQL
If you are a beginner wondering what are use cases for SQL or an experienced developer trying to make a choice between SQL or NoSQL for your next project, this article might help you steer your decisi...
08:46 pm GMT - Fri, October 15, 2021
Dev To Top tech trends of 2022: Virtualization
Were only a couple of months away from the new year, which means its time to start looking ahead to the tech trends that will dominate the software industry in 2022. As the new year approaches, we wan...
08:27 pm GMT - Fri, October 15, 2021
Dev To Polymorphism in Software Development:
If you understand the concept of inheritance and polymorphism, I know that your code is always clean, simple, and optimized to fulfill its function efficiently. If you don't understand it yet, don't w...
08:17 pm GMT - Fri, October 15, 2021
Dev To End-to-end type safety with Next.js, Prisma, and GraphQL
Written by Alex Ruheni Using consistent types across the entire stack is a major challenge for many development teams. While you might try to define types and interfaces manually, if you have insuffic...
07:51 pm GMT - Fri, October 15, 2021
Dev To 7 Visual Studio 2022 Features That WillChange Your Life
Visual Studio 2022 Version 17.0 release candidate and preview are here, with the full launch slated for November 8, 2021. Lets review the top features that are going to make a devs life so much easier...
07:50 pm GMT - Fri, October 15, 2021
Dev To How to build a Password Manager with Node.js : Part - 1
A password manager is a computer program that allows users to store, generate, and manage their passwords for local applications and online services. A password manager assists in generating and retri...
07:46 pm GMT - Fri, October 15, 2021