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
Dev To Razorpay frontend interview experience
Visit practice.learnersbucket.com If you are preparing for your JavaScript interview. Practice JS and System design questions and ace your interview. No authentication required.On June 7 a recruiter c...
07:44 pm GMT - Fri, October 15, 2021
Dev To What's up with Heavy Duty Builders and Bulldozer.
TLDR;Heavy Duty Builders is looking to become a DAO of Solana builders that creates open-source tools. Bulldozer is the first tool, a low-code platform to create Anchor-based programs in Solana. ...
07:43 pm GMT - Fri, October 15, 2021
Dev To VS Code Keyboard Reference Sheets
The Visual Studio IDE (integrated development environment) is a software program for developers to write and edit their code. Its user interface is used for software development to edit, debug and bui...
07:40 pm GMT - Fri, October 15, 2021
Dev To What Does It Mean For GraphQL To Be A Runtime, Anyway?
Note: This article assumes a basic familiarity with GraphQL as a query language.GraphQL.org defines GraphQL as... a query language for APIs and a runtime for fulfilling those queries with your existin...
07:34 pm GMT - Fri, October 15, 2021
Dev To Filter, search, and sort tables with Rails and Turbo Frames
Today we are going to build a table that can be sorted, searched, and filtered all at once, using Ruby on Rails, Turbo Frames, a tiny Stimulus controller, and a little bit of Tailwind for styling.We w...
07:28 pm GMT - Fri, October 15, 2021
Dev To Hacktoberfest Check-In & Forem Contributor Spotlight
Hello, DEV Community!For those of you who are participating in Hacktoberfest 2021 as either a contributor or maintainer, congrats! We're already halfway through though this annual celebration of open ...
07:25 pm GMT - Fri, October 15, 2021
Dev To My first year as Independent Consultant
Photo by Callum Shaw on UnsplashLast year around August 2020, I decided to leave my full-time job and started looking for a new job and decided to work as a full-time software consultant. This blog co...
07:19 pm GMT - Fri, October 15, 2021
Dev To Hotwire: best practices for stimulus
From my experience building several production apps with Hotwire, Turbo frames and Turbo streams handle the bulk of things you need to build an interactive web application. You will however, definitel...
07:14 pm GMT - Fri, October 15, 2021
Dev To Two Key Focuses (And a Checklist) For New Engineering Managers
This article was written exclusively for devinterrupted.com by Anand Safi...There is very little formal guidance for new engineering managers. When I first moved from an individual contributor (IC) to...
06:22 pm GMT - Fri, October 15, 2021
Dev To How to make a good looking button group in Tailwind CSS
Tailwind CSS is a utility based framework. Which is great in many ways. However, Tailwind CSS does not have a default set of components for you to get started with.This is a series that will show you ...
06:09 pm GMT - Fri, October 15, 2021
Dev To 13 reasons why you should use Nextjs
Now, why should we use it? Simply because it solves our problems. So let's see the problems that Nextjs solves for us.SEO: One of the most drawbacks of client-side rendering is poor SEO. Because in CS...
05:42 pm GMT - Fri, October 15, 2021
Dev To Detalhes sobre desenvolvimento de software
Vou tentar abordar uma srie de tpicos recorrentes na vida de pessoas desenvolvedoras seniors, e que todos podem aplicar no dia a dia indepentemente do cargo/senioridade que possuem. A maioria dos tpic...
05:41 pm GMT - Fri, October 15, 2021
Dev To O bsico (ou nem to bsico assim)
Desenvolver sistemas sobre pessoas.Eu sei, parece contraditrio, afinal passamos o dia na frente de telas e escrevendo. Mas passamos o dia inteiro nos comunicando com colegas, fornecedores, clientes. ...
05:22 pm GMT - Fri, October 15, 2021
Dev To Some Responsive 404 page not found HTML templates
The HTTP 404, 404 Not Found, 404 Error, Page Not Found, or File Not Found error message in computer network communications indicates that the browser was able to communicate with a given server, but t...
04:54 pm GMT - Fri, October 15, 2021
Dev To NumPy library in Python and it's functions.
What is NumPy?NumPy stands for Numerical Python and is the core library for numeric and scientific computing.Numeric, the ancestor of NumPy, was developed by Jim Hugunin. Another package Numarra...
04:44 pm GMT - Fri, October 15, 2021
Dev To HTML, a frontend language.
Hello everyone, Beauty James here again with another intriguing topic. Since I talked about Frontend development in my previous article, I figured it would be beneficial to include topics about fronte...
04:33 pm GMT - Fri, October 15, 2021
Dev To We measured maintainer response time in Issues and PRs for 90k GitHub repos
Writing an open-source contribution is difficult and time-consuming, but so is reviewing it and maintaining it. For this reason, contributing to open source is a two-sided investment decision. On the ...
04:31 pm GMT - Fri, October 15, 2021
Dev To react or vue with asp.net core?
I want to learn a frontend framework suitable with asp.netcore, I heard that blazor is slow in startup and angular is hard, what I can choice :vue or react?...
04:16 pm GMT - Fri, October 15, 2021
Dev To Using React Query to solve state management in your React app
I recently got the opportunity (and the privilege!) of starting a greenfield project at my current company, involving an frontend application for an internal tool. The devs involved had the chance to ...
04:00 pm GMT - Fri, October 15, 2021
Dev To What are JavaScript Sets?
Photo by Ricardo Gomez Angel on Unsplash JavaScript setsJavaScript sets were introduced in ES6. Set objects are collections of values. There can never be any duplicates inside of them, which can ...
03:52 pm GMT - Fri, October 15, 2021
Dev To Top 10 trending github repos of the week.
GitHub is where over 65 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feature...
03:50 pm GMT - Fri, October 15, 2021
Dev To Programming Platitudes
Computers like to start counting at zeroA good place to start is to say "hello, world!"Programming is a skill, it requires practice; designing programs is an art, it requires even more practiceGlobal ...
03:43 pm GMT - Fri, October 15, 2021
Dev To Adding react-to-print in your project
In this blogpost I'll show an added feature in a project already created My first project with React ts + Hooks link to blogpost: My first project with React ts + Hooks ...
03:38 pm GMT - Fri, October 15, 2021
Dev To Devtools for Data Privacy Step 1: Privacy Taxonomy V1.0
NOTE: If youd like to jump straight to the Github repo or documentation you can get these at:Privacy Taxonomy Github RepoGithub Pages Docs Table of ContentsIntroductionA Proposed Privacy Taxonomy...
03:33 pm GMT - Fri, October 15, 2021
Dev To Codebytes: Shorter UUIDs with collision prediction using nanoid
To generate an unique ID most of us use npm libraries and node utils like uuid, crypto.randomUUID. One of the major cons is these IDs are larger in size and the shorter UUID generation will increase t...
03:11 pm GMT - Fri, October 15, 2021
Dev To A simple CSS Grid System
sc-css-grid-systemSimple CSS grid system component built with styled component for react. sc-css-grid-system utilizes the power of CSS grid and styled-components to easily create responsive grid...
03:05 pm GMT - Fri, October 15, 2021
Dev To Symfony Station Communique - 15 October 2021. A Look at Symfony and PHP News.
This post originally appeared on Symfony Station.Welcome to this week's Symfony Station Communique. Its your weekly review of the most valuable and essential news in the Symfony and PHP development co...
02:53 pm GMT - Fri, October 15, 2021
Dev To M3O - An open source AWS alternative
M3O M3O is an open source public cloud platform.We are building an AWS alternative for the next generation of developers. OverviewAWS was a first generation public cloud pr...
02:33 pm GMT - Fri, October 15, 2021
Dev To a little less spam and a lot more action
This is a follow up to my post a few days ago pr-compliance-action. I had been excited to see how it would behave on a real project, and yesterday I got my wish!The Open Sauced project is configured...
02:01 pm GMT - Fri, October 15, 2021
Dev To How To Make Filterable Portfolio With React.js
In the past, it was not easy to control a web application, if you wanted to do a simple function, it required a lot of code, but now with the advancement of technology, it has become easy to do these ...
01:58 pm GMT - Fri, October 15, 2021
Dev To 10 Trending projects on GitHub for web developers - 15th October 2021
Trending Projects is available as a weekly newsletter please sign up at Stargazing.dev to ensure you never miss an issue. 1. RobotA small functional and immutable Finite State Machine library. Us...
01:52 pm GMT - Fri, October 15, 2021
Dev To 7 HTML attribute you should know right now!
If you are web developper you are using HTML for sure! You are using a lot of HTML attribute, but today you will learn some news! bdoThe HTML element overrides the current directionality of text...
01:34 pm GMT - Fri, October 15, 2021
Dev To Las code reviews no sirven para nada.
...si no se realizan correctamente </clickbait>.Esta semana en mi empresa hemos hablado bastante sobre revisiones de cdigo y me gustara compartir mis reflexiones y experiencias al respecto. ...
01:21 pm GMT - Fri, October 15, 2021
Dev To Make these 11 Projects (10 JS1 React) to learn JavaScript and React
Hey everyone ,In this article, let us see what 11 Projects I have for you that you can build for learning both JavaScript and React.js Projects that you can build : Project 1 : Creating a M...
01:13 pm GMT - Fri, October 15, 2021
Dev To La razn del por qu renuncie a mi trabajo.
Desde hace mas de 6 aos que soy consultor de tecnologas SAP, donde tuve que enfrentar diferentes retos, donde conoc gente maravillosa y pues donde pude practicar lo que era mi principal lenguaje de pr...
01:11 pm GMT - Fri, October 15, 2021
Dev To Networking Basics for Web Devs
HTTP FundamentalsThe first and the most important thing is HTTP Fundamentals. This is also the first thing you will learn if you follow Codedamn's full-stack learning path to learn web developme...
01:10 pm GMT - Fri, October 15, 2021
Dev To How to parse an Excel file in Node.js
This is a short introduction to reading and parsing Excel (xls, xlsx) files in Node.js. We will be using the npm module "xlsx" (SheetJS) for this example....
12:50 pm GMT - Fri, October 15, 2021
Dev To What's So Great About Next.js?
If you're working in web development today, chances are that you're aware of, curious about, or perhaps even usedNext.js.Next.js is what's often referred to as a "meta framework," in that it is a fram...
12:46 pm GMT - Fri, October 15, 2021
Dev To Handle dates and time zone in your code
Software developers often have to handle dates. Honestly, Im not sure this is their favorite part of their job Indeed, date manipulation can lead to various problems of date computation, such as bad ...
12:43 pm GMT - Fri, October 15, 2021
Dev To Free React Dashboards - Chakra, M-UI and Ant Design
Hello Coders!This article presents a curated list with open-source React Dashboards styled with different super-popular components libraries: Chakra-UI, M-UI, and Ant.Design. All templates are release...
12:35 pm GMT - Fri, October 15, 2021
Dev To Code Quality Software That Makes A Difference!
"There is no single question to what does best quality mean? However, one proven approach is comparing how well a given code interacts with its neighbors in the same technical domain."In the world of ...
12:27 pm GMT - Fri, October 15, 2021
Dev To Naming conventions for easy identification of StyledComponent and ReactComponent
Do you have a good idea for a naming convention that makes it easy to distinguish between StyledComponent and ReactComponent?I'm using StyledComponent in my current job.In the source code, Style...
12:21 pm GMT - Fri, October 15, 2021
Dev To Video Streaming Protocol Everything You Must Know In 2021
Video streaming is a popular term today which has a new technology whether in entertainment, e-commerce, or education. Today, you can share a video with millions of viewers around the world with just ...
12:08 pm GMT - Fri, October 15, 2021
Dev To 5 ways to merge arrays in JavaScript and their differences
An array is a collection of elements or items. We use arrays to store data as elements and retrieve them back when we need them. The array is a data structure widely used in many programming languages...
10:55 am GMT - Fri, October 15, 2021
Dev To JavaScript Promises: Everything You Need to Know
In today's post, I promise to give you the best article on JavaScript promises you ever read. See what I did there? A promise in JavaScript is an object that is returned after an asynchronous operatio...
10:45 am GMT - Fri, October 15, 2021
Dev To How to create a Landing Page with Next JS in 5 minutes and deploy in production
The first thing you do for your SaaS products is to create a landing page. It's also applied for open source projects, Startups, selling online products, etc. Building your Landing Page is the best wa...
10:44 am GMT - Fri, October 15, 2021
Dev To List of currencies of the world
There are over 195 countries in the world and seven continents such as Africa, Asia, Australia, Europe, North America, South America and Antarctica. Each country is different with its own history, arc...
10:34 am GMT - Fri, October 15, 2021
Dev To MediaStream API in Javascript
Hello fellow devs today we are gonna see how easy it is to record your voice or screen in the browser using Mediastream Recording API, with just a few lines we can have something working immediately, ...
10:30 am GMT - Fri, October 15, 2021
Dev To decentralized and encrypted cloud storage
Hey,I've just found out about Internxt, a decentralized cloud storage that is secured and encryptedApparently they are a new project and I really liked it.Prices are fine (1tb 99 is not bad) but I got...
10:20 am GMT - Fri, October 15, 2021
Dev To DeepfakeHTTP v6.1.1
The new release of DeepfakeHTTP brings new features.One of the cool new features is that templates can now be populated with data from an external JSON file.Moreover, requests can modify this file dyn...
10:19 am GMT - Fri, October 15, 2021
Dev To Major branches of artificial intelligence
Artificial Intelligence can be characterized as the improvement of PC frameworks that are fit for performing errands that require human knowledge, for example, dynamic, object discovery, tackling comp...
10:17 am GMT - Fri, October 15, 2021
Dev To business analysis techniques
Business analysis has taken a change in outlook over the most recent couple of years with the creative methodologies of best business investigation procedures. The sole reason for these methods is to ...
10:09 am GMT - Fri, October 15, 2021
Dev To An Easy One-Stop Solution for Salvage Car Rebuilding
CITY, IL., (10.12.2021): For more than a decade, Illinois Licensed Rebuilder-AP1H has provided services on all salvage title vehicles including cars, trucks, trailers, motorcycles and RVs. Services in...
10:03 am GMT - Fri, October 15, 2021
Dev To OS hackathon ideas drive EV infrastructure improvements forward
Experts and enthusiasts from start-ups, private enterprise and public sector create solutions to tackle obstacles such as where to locate public charging points in future.Ordnance Surveys two-da...
09:56 am GMT - Fri, October 15, 2021
Dev To CXXGraph Library Release v0.2.0
Announcement of Release of version 0.2.0 of CXXGraph Library, a valid alternative to Boost Graph Library (BGL) ZigRazor / CXXGraph Header-Only...
09:46 am GMT - Fri, October 15, 2021
Dev To The term "clean code" is misleading - this is my take
Hey there I'm back with another short little post. There are many articles about this thing we call "clean code". But I feel they lack some important concepts.Some people seem to think that "cle...
09:32 am GMT - Fri, October 15, 2021
Dev To Introduction to Machine Learning
Introduction to machine learningMachine Learning has been a buzzword in recent years, owing to the massive quantity of data generated by applications and recent increases in computer power, and ...
09:03 am GMT - Fri, October 15, 2021
Dev To How to choose your career in Web Applications Development.
Summary of the previous post.From this "Software Development Explained"post, we focused on Web Application Development as a type of Software Development, after that we talked about the 2 differ...
08:42 am GMT - Fri, October 15, 2021
Dev To Added Tags edit modal component in @dsabyte.com
I am building a community which will be dedicated for data structure and algorithms. I am the one and only developer of this website, so development is very slow but i am working on improving it ...
08:27 am GMT - Fri, October 15, 2021
Dev To How to cleanly import your files.
We all have sometime imported files or components like this in multiple lines, this would be okay if there is only one component or file to be imported, but as the codebase grows, writing import state...
08:03 am GMT - Fri, October 15, 2021
Dev To decoding html. (the pony he comes)
One cool way to decode html is with a parser. i.e.https://html5-parser.readthedocs.io/en/latest/I have a ticket for one here...https://github.com/byteface/domonic/issues/28at the heart of domonic is a...
07:44 am GMT - Fri, October 15, 2021
Dev To 5 low-code platform myths debunked
Did you know that the worldwide low-code development technologies market is expected to reach $13.8 billion in 2021? While the consumption of low-code platforms is steadily increasing among tech-savvy...
07:38 am GMT - Fri, October 15, 2021
Dev To Advantages of Python
In this tutorial, we will learn about the advantages of python, which is a programming language. Python is one of the most popular programming languages in the world, used in industry and academia for...
07:21 am GMT - Fri, October 15, 2021
Dev To Styling - Console.log
Hello Guys Hope you are safe and happy. so in this blog i will tell you that how you can style console.log using javascript and CSS Q. Why We Need To Style Console.log And When ?Ans - You have seen m...
07:02 am GMT - Fri, October 15, 2021
Dev To Make a scatter plot with Svelte and D3
This blog is second in a series of (unofficial) course notes for the Data Visualization with React and D3 series by Curran Kelleher. Read the introductory blog post here.The next chart in the series i...
07:00 am GMT - Fri, October 15, 2021
Dev To Inheritance Vs Delegation
If you are an OOP extremist then you would religiously stick to the tenets that define what OOP is, When we want to model relationship in data, we often pick a hierarchical structure, sticking to clas...
06:58 am GMT - Fri, October 15, 2021
Dev To React basics: explaining the useState hook
Hooks are a superb way to store and manage state inside React components.The useState hook is a super-easy way to maintain states efficiently. Declaring a new stateTo use the hook, we first need ...
06:43 am GMT - Fri, October 15, 2021
Dev To Learn with me:Apple's Swift
Hey guys,Welcome to 2nd part of Learn With Me:Apple's Swift.In previous tutorial you learned how to write Hello World in Swift and in this tutorial we are going to learn about Variables and Constants ...
06:40 am GMT - Fri, October 15, 2021
Dev To DataEngBytes conference wrap up
This month DataEngBytes, Australias ultimate data engineering conference, was back for 2021 with more talks than ever. There was something for everyone, whether you work in a start-up, an established ...
06:19 am GMT - Fri, October 15, 2021
Dev To No-code development for dummies
The low-code no-code movement began its slow and gradual revolution during the 1970s. Now this revolution is the norm in almost every software and application category. Low-code no-code app developmen...
05:41 am GMT - Fri, October 15, 2021
Dev To 3 Lightweight JavaScript Carousel Libraries
Save for later. embla-carousel.comA lightweight carousel library with fluid motion and great swipe precision. glidejs.comA dependency-free JavaScript ES6 slider and carousel. Its lightweight...
05:31 am GMT - Fri, October 15, 2021
Dev To Divtober Day 15: Float
The word of the day is float... so I did a boat floating peacefully by itself, with the oars in disarray:And with a video of how it was done:The drawing is based on a previous drawing I had done... wh...
05:30 am GMT - Fri, October 15, 2021
Dev To Receiving an error for a while...
./src/Redux/Reducer/rootReducer.jsAttempted import error: 'combineReducer' is not exported from 'redux'....
05:25 am GMT - Fri, October 15, 2021
Dev To Day 9: Picking the dark-mode color palette for web app buttons logically
TL;DRTo design the dark mode color scheme for buttons on a web app with embedded Google Maps, I apply the same logic, wherever possible, as used for designing the light mode color scheme so that...
05:14 am GMT - Fri, October 15, 2021
Dev To What is API?
An API is used everywhere, making our everyday life so much easier. Thanks to an API, Google Maps not only displays a map but navigates us to our destinations. When we book a flight or a hotel, it pro...
05:11 am GMT - Fri, October 15, 2021
Dev To Top 40 JavaScript Methods You Must Know!!
JavaScript is a programming language used to create web pages and mobile apps. If you have been studying Javascript for so long and still it looks scary to you, probably you haven't learnt these meth...
05:11 am GMT - Fri, October 15, 2021
Dev To Beginner - Advanced / Top 40 JavaScript Methods You Must Know!!
JavaScript is a programming language used to create web pages and mobile apps. If you have been studying Javascript for so long and still it looks scary to you, probably you haven't learnt these meth...
04:35 am GMT - Fri, October 15, 2021
Dev To Make your own color palette for next project!
I think we can all agree that color is hard and pairing colors together together is even harder. So where do you start when you want to make a color palette? You start by googling color theory and goi...
04:18 am GMT - Fri, October 15, 2021
Dev To Remove duplicates from a list in Python
I am going straight to the pointmy_list = [1, 2, 3, 4, 4, 5, 2]How do we remove duplicate no. or elements from the list.Simple, we have 3 easy method.Using setmy_list = [1, 2, 3, 4, 4, 5, 2]updated_li...
03:45 am GMT - Fri, October 15, 2021
Dev To Advanced Front End Developer , Interview Essentials - Part 1
Critical Path RenderingIt is the sequence of steps a browser undergoes to convert HTML,CSS and JS into pixels Why do you need to understand it ?By optimizing the critical rendering path, we...
03:41 am GMT - Fri, October 15, 2021
Dev To Serie Storybook: Escribiendo componentes - .stories.jsx vs stories.mdx
En este artculo aprendersLos archivos que acepta Storybook .stories.jsx y .stories.mdxCmo se visualizan estos archivos en el navegadorCuando usar cual y por qu Contenido Hora de cons...
02:33 am GMT - Fri, October 15, 2021
Dev To The obscure `Functionlength` property!
Today I found out about another super cool Javascript feature that I'll never use in my life, and I'm here to share it with you! Introducing Function.prototype.length.// there are 2 expected arguments...
01:36 am GMT - Fri, October 15, 2021
Dev To Javascript Fetch: Get/Post/Put/Delete example
JavaScript Fetch API provides an interface for accessing and manipulating HTTP requests and responses. In this tutorial, we will create examples that use Javascript fetch() method to make Get/Post/Put...
12:26 am GMT - Fri, October 15, 2021
Dev To October 14th, 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...
11:57 pm GMT - Thu, October 14, 2021
Dev To Todo API with Express Js and MongoDB
In this article, Ill be walking through APIs and then showing you how to build an API which in this case a Todo API with basic CRUD (Create, Read, Update, Delete) features using the Express js framewo...
11:30 pm GMT - Thu, October 14, 2021
Dev To JS Snippets
I often find myself on stackoverflow looking for these snippets of code, so I put it all in one place. key inputkey={pressed:false,up:function(){},down:function(){},name:"",code:null};keyList={nu...
11:09 pm GMT - Thu, October 14, 2021
Dev To Tipos de deploy e como isso impacta a vida de uma aplicao
Na squad onde estava alocada, por ser a minha primeira aplicao em produo, resolvi acompanhar e aprender mais sobre esse universo chamado devops, infra, enfim... toda a parte que no est envolvida com o...
09:36 pm GMT - Thu, October 14, 2021
Dev To FAQ Accordion Card | HTML CSS JavaScript
In Todays episode, Ill be live coding an accordion from Frontend Mentor, using HTML, CSS, and JavaScript!This video will teach you how to build an accordion faq without using any dependencies or frame...
09:24 pm GMT - Thu, October 14, 2021
Dev To gRPC client doesn't like Let's Encrypt cross-signed root certs
This is a story about gRPC client and a Let's Encrypt certificate chain that is cross-signed by two root certificates. Our contextIn one of our apps, we have a gRPC client that connects to a gRPC...
08:58 pm GMT - Thu, October 14, 2021
Dev To How to Build a Responsive Form with Filter Functionality Using HTML, CSS, and JavaScript
Most sites that display a list of data in a table typically have some kind of filter functionality implemented. This helps the user filter relevant items based on the text they type into the form inpu...
08:53 pm GMT - Thu, October 14, 2021
Dev To Testing your Solid.js code
So, you have started to write a nice app or library in Solid.js and TypeScript - good choice, by the way - but now you want to unit test everything to make sure nothing breaks.Jest is currently one of...
08:50 pm GMT - Thu, October 14, 2021
Dev To Contribute to Call for Code projects as part of Hacktoberfest
Give back through Call for Code open source solutions and hack for racial justiceWe're happy to announce that Call for Code is participating in Hacktoberfest! Now in its eighth year, Hacktoberfe...
08:30 pm GMT - Thu, October 14, 2021
Dev To Quick Intro to Storybook with React Native
OverviewWe start with a blank Expo application and show how to install and configure Storybook with React Native to run on your mobile device. We then add a new story which is a calendar compone...
08:08 pm GMT - Thu, October 14, 2021
Dev To Visual Guide to: HelloWorldLive: .NET 6 & .NET Conf
KEY RESOURCES Replay: Hello World .NET 6 - Video Download: Visual Guide - Hi-Res Register: .NET Conf 2021 Download: .NET 6 - RC2 .NET November is close!We're less than a month away from the ...
08:05 pm GMT - Thu, October 14, 2021
Dev To How to build a URL parameters parser
Here is a simple tutorial showing a way to achieve a URL parameters parser. I need to say that might have some other ways which I didn't known to achieve it, so if you like leave a comment about it be...
07:42 pm GMT - Thu, October 14, 2021
Dev To What is Blitz.js & How to Get Started With It
As developers, we're always looking for ways to optimize our web apps development process and reduce the tedious repeating of manual work.From the early days of Ruby on Rails to the takeover by React,...
07:25 pm GMT - Thu, October 14, 2021
Dev To Strict mode in JavaScript
What is strict mode?Strict mode was introduced in ECMAScript5 also known as ES5 in 2009.Adding strict mode to JavaScript code allows your code to be checked more strictly.Allows programmer to wr...
06:04 pm GMT - Thu, October 14, 2021
Dev To What is Code Splitting?
In this blog post I will explain:Why does code splitting exist?What is it?When to use Code splitting?So, Why does code splitting exist?Let me give you a dummy example. Then I will give you a real...
05:33 pm GMT - Thu, October 14, 2021
Dev To Learning in Public and Getting Opportunities
Recently I came across this talk by Kunal Kushwaha and Anais Urlichs at Open Source Cafe:And I have also been personally asked this question a lot of times.So, check out the key takeaways from this ta...
05:32 pm GMT - Thu, October 14, 2021
Dev To How to add limit on input using Vue Js
Hey Artisan, welcome back to my new post.In today's post I am going to describe how can we limit the input (how many characters should we allow to enter) on input box using VueJs.Follow the given step...
05:16 pm GMT - Thu, October 14, 2021
Dev To Why You Should Use Typescript Over Javascript?
What Typescript Actually Is?Typescript is a strongly typed programming language like Java or C and typescript compiles into javascript so that we can use it in our browser or other platforms. ...
05:03 pm GMT - Thu, October 14, 2021
Dev To Best ways to Connect APIs on the frontend
There are often times when we are building websites that leverage the benefits of being delivered on a CDN (security, performance, no backend infrastructure required), and we want more powerful, dynam...
05:03 pm GMT - Thu, October 14, 2021
Dev To Seven Months Later: My Developer Advocacy Journey So Far
In February 2021, I started a new role as Developer Advocate here at IBM. Prior to this, I had worked as traditional software developer and this new role was HUGE departure from what I was used to. I ...
04:57 pm GMT - Thu, October 14, 2021
Dev To How to create your own custom VS code snippets.
Code snippets can be very useful and can potentially increase productivity and reduce input errors.With snippets we can insert commonly used code blocks and can create boilerplate templates saving us ...
04:57 pm GMT - Thu, October 14, 2021
Dev To Make a Custom Right Click Menu with Javascript
Video version if you want to see it.Give it a like Alright let's see how to make a custom menu.We are going to use vanilla javascript, but you can easily use this to make it on react or vue or other f...
04:54 pm GMT - Thu, October 14, 2021
Dev To Choosing future career as a programmer
Hello guys! My name is Olim and as you know I want to explain to choose your future horizon as a programmer. You may have different options like IOS, Android, Web developer and maybe .Net developer.Ac...
04:53 pm GMT - Thu, October 14, 2021
Dev To ENHANCE FILE MANIPULATION WITH PYTHON
Switch From Just Being Busy To Being ProductiveNeither your boss nor your client is interested in your hard-work, no matter how much hours you put in if you are not being productive enough.Its a...
04:43 pm GMT - Thu, October 14, 2021
Dev To How I got my career back on track
My career started pretty normally, I guess. I went to a respected university and finished a BSc. in computer science and an MBA with good grades. I was working as a student at a well respected interna...
04:38 pm GMT - Thu, October 14, 2021
Dev To React Typescript Microfrontend Monorepo with single-spa Lerna
Repository with full code if you want to follow like thathttps://github.com/KevBeltrao/microfrontend-monorepo-article What do I expect from youYou should know React to follow the article. I didn'...
04:29 pm GMT - Thu, October 14, 2021
Dev To Live From INTERACT: Microsofts Developer Velocity Research
This week we have another episode from the 2021 engineering leadership conference INTERACT. In this live conversation, Conor Bronsdon, Community Lead at LinearB and the executive producer of the Dev I...
04:13 pm GMT - Thu, October 14, 2021
Dev To RDS Auto Restart Protection
AbstractCustomers needing to keep an Amazon Relational Database Service (Amazon RDS) instance stopped for more than 7 days, look for ways to efficiently re-stop the database after being automati...
03:29 pm GMT - Thu, October 14, 2021
Dev To Git Commit Show by Invide season03
Allow us to introduce Git Commit Show One of the Leading Online Tech Conferences of the year! Is now up for its 3rd Season. Book the dates: 27th and 28th November, 2021. (GMT+5:30)Come join us, live ...
03:25 pm GMT - Thu, October 14, 2021
Dev To Free Best Login Page Templates (Written in HTML, CSS and JS)
A login page is a web page or website entry page that requires user identification and authentication, which is often accomplished by providing a username and password combination. If you have some co...
03:12 pm GMT - Thu, October 14, 2021
Dev To Introduction to Linear Regression Algorithm with Example
In this article, we will learn about the linear regression algorithm with examples. First, we will understand the basics of linear regression algorithm, and then we will look at the steps involved in ...
03:12 pm GMT - Thu, October 14, 2021
Dev To The Joy of Contributing to Open Source
Back in July of this year, I made a bold decision of completely switching to Pop OS (an ubuntu-based Linux distribution) and I was faced with many hurdles. One of these was an alternative to Microsoft...
03:11 pm GMT - Thu, October 14, 2021
Dev To HarperDB in the Real World
By now you may be familiar with HarperDB and how were different from other databases out there, but you might be wondering how folks are currently using HarperDB in real-world applications. Or, if you...
03:04 pm GMT - Thu, October 14, 2021
Dev To Input Box For Halloween
Input Box For HalloweenDescriptionTry to focus on the text box! Trust me, it won't hurt you! I can't think of any text boxes having a bad UX interface, so I made an animation of halloween themed objec...
02:53 pm GMT - Thu, October 14, 2021
Dev To Stop Writing JavaScript Like This
Most of us are used to writing JavaScript code for a long time. But we might not have updated ourselves with new features which can solve your issues with minimal code. These techniques can help you w...
02:16 pm GMT - Thu, October 14, 2021
Dev To Refactoring and Rebasing (Lab 5)
A few things about my SSG script have always irked me, so this lab was a perfect opportunity to clean those up. ImprovementsThe first thing I wanted to fix was this very long line of code:# Proce...
02:13 pm GMT - Thu, October 14, 2021
Dev To JavaScript Framework TodoMVC Size Comparison
Size in JavaScript Frameworks is actually a pretty tricky thing to estimate. Even nailing down the size of runtimes is unclear. You might go to bundlephobia.com but the size there can be misleading. W...
02:08 pm GMT - Thu, October 14, 2021
Dev To Why not multiprocessing
During the development of a machine learning serving project Mosec, I used a lot of multiprocessing to make it more efficient. I want to share some experiences and researches related to Python multipr...
02:04 pm GMT - Thu, October 14, 2021
Dev To Export and run other machine learning models
This article is part of a tutorial series on txtai, an AI-powered semantic search platform.txtai primarily has support for Hugging Face Transformers and ONNX models. This enables txtai to hook into th...
01:58 pm GMT - Thu, October 14, 2021
Dev To How to setup and test Postman API Collection
If you are a frontend developer, you have likely encountered the need to test your API before integration. For experienced developers, this is not an issue, but for the newbies, it could get confusing...
01:15 pm GMT - Thu, October 14, 2021
Dev To What's the deal with align-items: baseline?
I can't count the number of times flexbox has made an otherwise painful design layout easy. My only qualm was having to calculate margins and paddings to space elements in a flex container. But now th...
12:54 pm GMT - Thu, October 14, 2021
Dev To Migrating DigitalOcean database to AWS
Video Version: https://youtu.be/3zLWCNn0VqkIn this article, well look at how to migrate an existing Postgres database on DigitalOcean created through their "managed database" function to a Relational ...
12:39 pm GMT - Thu, October 14, 2021
Dev To Frontend Development
Hello everyone, Im Beauty James, A Frontend Engineer. I thought it would be important to share my knowledge about frontend web development with everyone on this platform especially the upcoming web de...
12:39 pm GMT - Thu, October 14, 2021
Dev To You should stop using `parseInt()`
This is something I see all the times, you have some code where at some point you have a variable that contains a number, maybe it comes from a form, or from the results of some API calls, or whatever...
12:34 pm GMT - Thu, October 14, 2021
Dev To Stop using if else
Recently, I had a take home assignment for a front end role, and I had to make a sort of Dashboard. I thought I did everything right, but I was rejected, partly on my carelessness, and also due to m...
12:32 pm GMT - Thu, October 14, 2021
Dev To Webpack Academy BONUS: Use webpack with Typescript, Vuejs & Sass
A little bonus for people that follows my webpack academy course!I will show you how to add typescript with vuejs2 and Sass!I will divide this article into 3 parts! You can only follow the first if yo...
12:30 pm GMT - Thu, October 14, 2021
Dev To Cache Replacement Algorithms: How To Efficiently Manage The Cache Storage
CachingLet's start at the beginning and talk about what caching even is.Caching is the process of storing some data near where It's supposed to be used rather than accessing them from an expensi...
12:27 pm GMT - Thu, October 14, 2021
Dev To 5 curious facts about Elixir
Elixir is a functional programming language that runs on the BEAM virtual machine, itself used to implement Erlang. Elixir extends Erlang and provides interoperability between both languages. Its synt...
12:12 pm GMT - Thu, October 14, 2021
Dev To Intro to Data Analysis - Data Reading
With today's technology advances, data is without a doubt the most important component for institutions, organizations, and all other entities. As a result, there is an urgent need to leverage the ava...
11:59 am GMT - Thu, October 14, 2021
Dev To Divtober Day 14: Fancy
The word of the day is "fancy"... so here's a cartoon of a fancy-looking British gentleman with a hat, a monocle, and an umbrella:There's a second element (not used in the drawing) with a link to a Yo...
11:58 am GMT - Thu, October 14, 2021
Dev To JavaScript Absolute Value - Math.abs()
In this short tutorial, we look at the JavaScript absolute value (math.abs()) method. We explain the syntax with a real-world example. Table of Contents - Absolute Value Python:JavaScript Absolut...
11:55 am GMT - Thu, October 14, 2021
Dev To The weird quirk of JavaScript arrays (that you should never use)
If you've done any type validation in JavaScript, you've probably noticed that arrays don't have their own type.typeof [] === 'array';// falsetypeof [];// 'object'To check whether a variable is an arr...
11:37 am GMT - Thu, October 14, 2021
Dev To Day 6 of 100 Days of Code & Scrum: How to GraphQL Completed
Good morning, everyone!Today was a rather productive day!I got a lot of networking done for various services, I met both of my GraphQL coding and Scrum studying goals, and I managed to work on my comp...
11:26 am GMT - Thu, October 14, 2021
Dev To Dark-Mode Toggle Hook in React
With this reuseable darkmode hook it gets easy to toggle dark and light mode throughout the application. With the current state saved in localStorage the user will even get his preferred setting on ne...
11:12 am GMT - Thu, October 14, 2021
Dev To Learning Python- Intermediate course: Day 43, DDD and more on OOP
Today we will cover some OOP properties that are not covered in Python and look at how Python resolves the Deadly Diamond of Death.Python is a language mainly designed to use for data oriented a...
10:57 am GMT - Thu, October 14, 2021
Dev To Using NativeBase v3 The Right Way!
Since the release of NativeBase v3, many developers have built and as the co-creator of a library, you are always curious to know how the community is using it. We have been speaking to developers an...
10:46 am GMT - Thu, October 14, 2021
Dev To Create React-App
React is a javascript library used for creating user interfaces. People who are new to create don't seem to fully appreciate how far we have come with React.js when it comes to setting up projects. It...
10:37 am GMT - Thu, October 14, 2021
Dev To Frontend, Backend and Fullstack In Software Development, explained.
You must have wondered what the differences are between a Frontend Developer, Backend Developer and a FullStack as a beginner or Web enthusiasts.In this post, our example will be on Web Applications.W...
10:24 am GMT - Thu, October 14, 2021
Dev To using sphinx to generate documentation
Have you tried Sphinx for generating documentation?it converts .rst files and auto imports docstrings from codeI made my docs with it...https://domonic.readthedocs.io/check out this huge list of softw...
10:02 am GMT - Thu, October 14, 2021
Dev To A boilerplate for fiber versioning
Hello! I just created a boilerplate, clean architecture, API versioning, data versioning. Any feedback is welcome! Features API VersioningData VersioningDynamic Struct TypeClean ArchitecturePo...
09:54 am GMT - Thu, October 14, 2021
Dev To Join us for Hacktoberfest and Win 1 of the 10 special Creative Tim prizes
Autumn is here, and for developers around the world, it comes with a celebration. Every October brings the Hacktoberfest, an online event which is a month-long celebration of open-source software run ...
09:08 am GMT - Thu, October 14, 2021
Dev To How to Structure Your React ReduxApp
React is the most popular Javascript library for building user interfaces. React does not have any standard folder structure to group the components and logic. React App can be structured in any way b...
08:47 am GMT - Thu, October 14, 2021
Dev To SIM Card Based Mobile Authentication with Android
Validating user identity is incredibly important in mobile applications. The most common approaches to this are social login or, as seen with apps such as WhatsApp, Telegram, Line, WeChat and many mor...
08:41 am GMT - Thu, October 14, 2021
Dev To LeetCode - Unique Paths
Problem statementA robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).The robot can only move either down or right at any point in time. The robot is t...
08:02 am GMT - Thu, October 14, 2021
Dev To feature in the Luos release 2.0.0: embedded packages to simplify portability
New feature in the Luos release 2.0.0: Packages to simplify portabilityPackages allow you to store your embedded code features on sharable folders. So you can move those easily from one project to an...
07:23 am GMT - Thu, October 14, 2021
Dev To 10 Tools to measure Core Web Vitals
In May 2020 Google announced Core Web Vitals as the center of how a web has to behave in front of a user, a lot has been written since then, a lot. The 3 vitals has been explained deeply all over the ...
07:00 am GMT - Thu, October 14, 2021
Dev To Deep dive Angular : Performance des templates
La performance est un sujet rcurrent quand on parle de frontend. Les principaux acteurs (librairies/frameworks Javascript) y font tous rfrence ds la page d'accueil. Angular est connu pour intgrer un b...
06:50 am GMT - Thu, October 14, 2021
Dev To How to make a serverless webhook for email alerts, using Gatsby Functions
Using Gatsby Functions, it's easy to make a serverless function that automatically sends out email alerts triggered by an event - in our case when new content is published in Contentful (a headless CM...
06:47 am GMT - Thu, October 14, 2021
Dev To CSS Positioning
In CSS Positioning of elements is very important topic. CSS having five type of Positioning method1. static2. relative3. fixid4. absolute5. stickyStaticdefault form of HTMLDo not have any specific sty...
06:42 am GMT - Thu, October 14, 2021
Dev To code
Affichage d'un programme base sur les structure de donnes...
06:39 am GMT - Thu, October 14, 2021
Dev To Make a Responsive Contact us page template using HTML and CSS
In this article, we will discover how to make a responsive contact page design in HTML and CSS and look at some of the other responsive contact us page design that you can try for free.The contact us ...
06:38 am GMT - Thu, October 14, 2021
Dev To How to setup HPC cluster on AWS using AWS Parallel Cluster 2.0 | With Monitoring tool Grafana
In this tutorial, you will learn about High-performance computing using AWS. You will design 3 nodes cluster ( 1 master node, 2 compute nodes). Once you will set up a cluster then you will integrate ...
06:38 am GMT - Thu, October 14, 2021
Dev To Payment Applications 101: Introduction to Payment Applications
What are payment applications? Given 5 minutes to explain payment applications in your own words, what would you say? ...
06:38 am GMT - Thu, October 14, 2021
Dev To Payment Applications 101: What are Payment Applications?
What are payment applications? Given 5 minutes to explain payment applications in your own words, what would you say? ...
06:13 am GMT - Thu, October 14, 2021
Dev To OpenSource/HTML
...
06:11 am GMT - Thu, October 14, 2021
Dev To API Testing - How to run API Tests in vREST NG Application?
This video #tutorial explains how you may run your API tests quickly and see the results side by side in vREST NG Application.vREST NG is a script less API test automation tool. It helps you to write ...
06:08 am GMT - Thu, October 14, 2021
Dev To How to Build a Command Line Interface (CLI) Application with Node.JS.
What is a Command Line Interface (CLI) Application?CLI tools allow you to run certain tasks or operations right from your terminal or command line prompt. As a developer , chances are you spend ...
06:07 am GMT - Thu, October 14, 2021
Dev To React basics: Passing data between components
Passing data between components in React is a very powerful concept.In this article, we'll look at the following two things:Sending data from a parent to a childSending data from a child to parentFor ...
05:45 am GMT - Thu, October 14, 2021
Dev To Easy and Quick Single DIV Spinning Dots Loading Status Animation using Vanilla CSS Only
If you prefer video over text then there is a YouTube video at the end of the article. Let's go step-by-step and build our loading animation. Step-1: Setting up themeLet's first set up the theme ...
05:24 am GMT - Thu, October 14, 2021
Dev To 13 of Darkest Design Patterns You Can Find on Internet
by author Craig BucklerThe worst web design patterns are not just for Halloween: they stay with us for years!Some dark patterns are unintentional but most trick you into doing something you didn't int...
05:07 am GMT - Thu, October 14, 2021
Dev To How to use Linux to Recover Deleted Files
Have you ever accidentally deleted important files from your computer and went through these emotions - ?Well, youre not the only one. But the good news is there are plenty of ways in Linux to recover...
05:04 am GMT - Thu, October 14, 2021
Dev To Create Flask app in 3 lines of code
createflask pip install createflask Create your flask development environment with 2 simple commands. setupfrom createflask import createappapp = createapp.Create('app')app.sow(se...
05:03 am GMT - Thu, October 14, 2021
Dev To Making the most boring website ever with TypeScript, NestJs, React and others. Part 4.
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:21 am GMT - Thu, October 14, 2021
Dev To Explaining Like I'm Five: Connecting Front and Backend Systems
A large missing for myself and probably others is an accurate mental model of how frontend and backend systems interplay with each other. As a result, a lot of mental "soup" comes into play when it co...
02:18 am GMT - Thu, October 14, 2021
Dev To I Design, You Build! - Frontend Challenge 3
AppreciationWhat an overwhelming response from the first two challenges! I know I said it before, but I really enjoy seeing every submission, and appreciate every feedback given. If you haven't ...
02:01 am GMT - Thu, October 14, 2021
Dev To Props in react
This short blog post will attempt to clearly summarize the concept of props in a way that the newest of programming students can understand.Conceptually, components are like JavaScript functions. They...
01:56 am GMT - Thu, October 14, 2021
Dev To Easiest Way to Send Emails With JavaScript by SilvenLEAF
Ahoy there Sweetlings! Let's send some emails! But in a SUPER FUN Way!! For a Sweeter fun, let's add TypeScript as well! Even if you don't know it, don't worry, we will be going from Level 0!! As long...
01:56 am GMT - Thu, October 14, 2021
Dev To TypeScript SETUP by SilvenLEAF
Ahoy there! Let's set up the environment for playing with TypeScript and learn how to run those TypeScript files! Step 0: Install TypeScriptFirst let's install TypeScript globally if you don't h...
01:04 am GMT - Thu, October 14, 2021
Dev To Kubernetes Best Practices Validation in Azure Pipelines with Datree
In this third article dedicated to Datree we will explore how to use the tool with Azure Pipelines to validate and secure our Kubernetes deployments. VideoAs usual, if you are a visual learner, o...
12:42 am GMT - Thu, October 14, 2021
Dev To Cannot read property 'jwtoken' of undefined
Cannot read property 'jwtoken' of undefined Oct 14 '21 Comments: 1 Answers: 0 ...
12:13 am GMT - Thu, October 14, 2021
Dev To what are arrow functions
before we jump into what is an arrow function lets talk about functions in JavaScript. before ES6 every time we wrote a function we use the word Function Keyword,ex,const divide = function (x,y){retur...
11:09 pm GMT - Wed, October 13, 2021
Dev To Creating through a crisis
Youre a maker, right? Why dont you make something?Theres a scene in Iron Man 3 where Tony Stark was having a panic attack from the work as a superhero, and he called Harley, the kid who sheltere...
10:23 pm GMT - Wed, October 13, 2021
Dev To Building a dropdown menu using Alpine.js
AlpineJS is a small JavaScript framework for composing behavior directly in HTML markup. In this tutorial Ill show you how the framework can be used to build a dropdown menu component. If youve never ...
10:22 pm GMT - Wed, October 13, 2021
Dev To Improving Angular tests by enabling Angular testing module teardown
Cover photo by Marian Kroell on Unsplash.The destroyAfterEach Angular testing module teardown option addresses several long-time issues when using the Angular testbed:The host element is not removed f...
10:21 pm GMT - Wed, October 13, 2021
Dev To Be careful Of This Java Optional Method
Let's Remember Java Optional According to Oracle it's "A container object which may or may not contain a non-null value."Optional was introduced in Java 8 and has been used by the SpringBoot tea...
10:13 pm GMT - Wed, October 13, 2021
Dev To TOP 10 JOBS IN CLOUD COMPUTING
Job Opportunities in Cloud Computing are rising in the upside-down era of this unexpected pandemic. As per T4 research, the market share of cloud computing in 2021 is 406 Billion US Dollars and can ex...
09:58 pm GMT - Wed, October 13, 2021
Dev To Ddosify | High-performance load testing tool, written in Golang (opensource)
Hi All,I want to introduce a brand-new open source load testing tool Ddosify. We aimed to create a multi-protocol, easy-to-use, high-performance performance testing tool. ddo...
09:36 pm GMT - Wed, October 13, 2021
Dev To Build an Embeddable Widget using Preact and the Shadow DOM
Our team at CompanyCam was tasked with building a widget that our users could embed on their websites. The widget needed to be easy to install, responsive, and provide a fullscreen application experie...
08:55 pm GMT - Wed, October 13, 2021
Dev To The difficult journey to land the first tech job.
I just finished college, and now? I did a code Bootcamp, and now? Self-taught and now?These are common questions in the minds of many new talents in the IT area, full of new skills, set out to land th...
08:45 pm GMT - Wed, October 13, 2021
Dev To 6 Reasons Why Cloudflare is a Threat to the Internet Privacy
Cloudflare handles ~20% of all the traffic on the internet. And it's growing fast, on 2017 it was 10%.It's impossible to use Cloudflare proxy without giving up encryption of data. They are a man-in-th...
08:41 pm GMT - Wed, October 13, 2021
Dev To Welcome Thread - v146
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...
08:08 pm GMT - Wed, October 13, 2021
Dev To A practical introduction to git jumping in with both feet
If you're a developer, you have probably heard about the version control system, git. If you haven't used it yourself yet, or not a lot, you might also be a bit scared by all the different words comm...
07:47 pm GMT - Wed, October 13, 2021
Dev To The Do's and Don'ts of Front-End Documentation
Full article available on Aviyel for free One thing almost all developers might all agree on is even if you have the best programming project ready for the world but, if it doesnt have good documentat...
07:35 pm GMT - Wed, October 13, 2021
Dev To Let's go CSRF-ing!
Get your surfboard ready, we are heading to the sea ... and the less than relaxed and laid back world of CSRF (pronounced "sea surf") attacks! What is CSRF?Cross-Site Request Forgery (abbreviate...
07:27 pm GMT - Wed, October 13, 2021
Dev To Mi experiencia participando de un Hackathon
Empecemos aclarando dudas. Qu es un hackathon? Bueno un hackathon es una competencia donde equipos de software toman una idea y la convierten en una aplicacin funcional para el final del evento que po...
07:24 pm GMT - Wed, October 13, 2021
Dev To Git and GitHub: The Complete Guides - Chapter 8 : Collaboration
Hello everyone, I hope you have been enjoying this series on Git and Github as much as I have. But like all good things it has to come to an end.This last chapter took a quite a while to publish, I've...
07:07 pm GMT - Wed, October 13, 2021
Dev To Progress and Lessons Learned Internationalizing the user-statistician GitHub Action
A couple weeks ago, at the start of Hacktoberfest, I decided to recruit Hacktoberfest contributors to help internationalize the user-statistician GitHub Action. This post is an update on the progress ...
06:55 pm GMT - Wed, October 13, 2021
Dev To Why use a headless commerce platform?
In the world of ecommerce, headless commerce platforms have rapidly gained interest in recent years, but what is the buzz really about? We interviewed more than 20 ecommerce managers from D2C brands t...
06:47 pm GMT - Wed, October 13, 2021
Dev To Comparing Database Types to MongoDB
A library. We know this place has tons of books, novels, magazines, and other products in-store. If we think that this library is a database, we can think of their organization method (alphabetical, c...
06:36 pm GMT - Wed, October 13, 2021
Dev To Bat Cloud: A Rails Project
Today I finished my Ruby on Rails project which is my third final project for my Flatiron bootcamp. If you read my last blog, the concept of this project will be very familiar. I decided to redo my ba...
06:36 pm GMT - Wed, October 13, 2021
Dev To Docker, easy start with nodejs-express app (Part-1)
Docker, what is it? how is it beneficial? how to easily use it? This is going to be a series of posts, this will be the first of them to explain some easy steps to start using docker contai...
06:25 pm GMT - Wed, October 13, 2021
Dev To Beginner Friendly Repository to Contribute in Hacktoberfest
IntroductionOne of the biggest Open Source events is going on ie Hacktoberfest. You can contribute to any open source project on Github or Gitlab and make valid 4 accepted Pull requests to avail...
06:17 pm GMT - Wed, October 13, 2021
Dev To Javascript Notlar 1 - Javascript'e Giri
Selamlar, bu seride Javascript alrken alm olduum notlar sizlerle paylaacam. Umarm faydal olur :) Javascript Nedir?Javascript, HTML sayfalarn daha aktif ve gzel hale getirmek iin kullanlan bir pro...
05:46 pm GMT - Wed, October 13, 2021
Dev To How to configure VSCode Bracket Pair Colors Natively
With an update in August 2021, VSCode started supporting Bracket pair colorization natively. It means there is no need to use the Bracket Pair Colorizer extension (which I love).In their official anno...
05:44 pm GMT - Wed, October 13, 2021
Dev To 10 Free KubeCon virtual passes just for your comments!
Hey Dev.to community! Kubecon NA has already started and since we know how much you guys love kubernetes, we figured that CAST AI could give away 10 free tickets to those who haven't had a chance to a...
05:40 pm GMT - Wed, October 13, 2021
Dev To VAR, LET Y CONST
Hello world! El da de hoy te explicar acerca de la importancia de la declaracin de variables en Javascript!Si eres un programador nuevo en javascript, quizs habrs ledo algn trozo de cdigo donde se usa...
05:34 pm GMT - Wed, October 13, 2021
Dev To Thriving as a Remote-First Team
It has now been several years since I began working for fully remote-first teams in software. My journey in a completely distributed team began before the pandemic, and before countless numbers of peo...
05:12 pm GMT - Wed, October 13, 2021
Dev To 6 CSS features you need to know about....
Hi ,Although being a Full Stack Web developer, I'm quite fond of designing beautiful UI.I would love to share with you some of the cool CSS features that you should know. #1 - var()Variables have...
05:04 pm GMT - Wed, October 13, 2021
Dev To What is Focus Time? How to Prioritize Productivity
Another busy week gone by, and somehow your to-do list was neglected once again! Your tasks are adding up way faster than you can check them off, and as much as you need a quiet week to catch up, ther...
04:51 pm GMT - Wed, October 13, 2021
Dev To A Modern OS for the Power User
Hey Guys!I am Arghya Sarkar! Lead Developer of CalinixOS. Some of you may already know what Calinix is, some of you don't, but this article is going to explain the current state at where Peregrine is ...
04:49 pm GMT - Wed, October 13, 2021
Dev To Web Scraping in Node.js!
Web scraping:Web Scraping is a way to collect all sorts of publicly available data like prices, text, images, contact information and much more from the world-wide-web. This can be useful when t...
04:46 pm GMT - Wed, October 13, 2021
Dev To SML - The language I love to hate. (Recursion example).
Standard ML has been around for a while, I never cared for it until enrolling at OSSU's program. It's a functional programming language with very interesting features like immutability and relies heav...
04:36 pm GMT - Wed, October 13, 2021
Dev To Advanced MessagePack capabilities
Advanced MessagePack capabilities Author: Eugene LeonovichMessagePack is a binary format for data serialization. It is positioned by the authors as a more efficient alternative to JSON. Due to i...
04:33 pm GMT - Wed, October 13, 2021
Dev To Recursion : Linear recursion and Tail recursion
What is Recursion?In term of computer science, recursion is the calling the function itself. Yes, that all. But it's not simple though. Let take an example of the real worldHave you ever se...
04:32 pm GMT - Wed, October 13, 2021
Dev To Confused About rem and em units in CSS?
rem and em units in CSS is creating confusion for beginners, Most beginners don't understand the correct meaning of both units and then use them without thinking much and it creates lots of problems f...
04:17 pm GMT - Wed, October 13, 2021
Dev To Javascript Data Structure - Doubly Linked list
DefinitionDoubly linked list is a type of linked list in which each node apart from storing its data has two pointers. The first pointer points to the previous node in the list and the second po...
04:00 pm GMT - Wed, October 13, 2021
Dev To API Development: The Complete Guide for Building APIs Without Code
The term API gets thrown around a lot these days, but what does it mean? What can you use an API for? Do you have to have a developer on your team to build or use an API? In this guide, well exp...
03:54 pm GMT - Wed, October 13, 2021
Dev To Introducing Kalam
Just so you guys know the meaning of the name.I bring you, KalamA minimal and easy-to-use drawing app on the web.FeaturesDownloads in PNG formatChange Canvas and pen colorFree and Open sourceChange pe...
03:38 pm GMT - Wed, October 13, 2021
Dev To How to Create a Single Page Application with React and Sanity
IntroductionHave you ever thought of building a single-page application(SPA) with react & Sanity? In this guide, I will take you on an exciting journey to build your first SPA with react and...
03:34 pm GMT - Wed, October 13, 2021
Dev To How to receive Slack notification when somebody sends a Contact form (or any form) No code No Backend with ActionForms.io
As a developer or web designer, when you create a web form, you need to specify some action. The action is a URL or endpoint that your form will be sent. Meaning that you need a backend (code) that re...
03:14 pm GMT - Wed, October 13, 2021
Dev To Image Processing is Easier than you Thought! (Getting started with Python Pillow)
We live in a digital world today, with data flowing all around us. We come across lots of digital images, which has made digital image processing very beneficial for us since it allows us to enhance a...
03:05 pm GMT - Wed, October 13, 2021
Dev To Five Laws of Software Everyone Should Know
In no particular order, here are five Laws of Software everyone should know. The Law of Software EntropyThe Law of Software Entropy is a metaphorical corollary to the Second Law of Thermodynamics...
02:45 pm GMT - Wed, October 13, 2021
Dev To CSS Halloween: The Code is Sus.
I am continuing my CSS Halloween Ugly Sweater Series. Links to previous posts are above.This is the basic sweater. Click to see how it was made. A black background with a row of white boxes filled wit...
02:32 pm GMT - Wed, October 13, 2021
Dev To Learning Python- Intermediate course: Day 42, Polymorphism.
Today we will learn about Polymorphism in Python What exactly is PolymorphismPolymorphism is an OOP feature which provides extensibility and flexibility to your code. The major advantage of...
02:32 pm GMT - Wed, October 13, 2021
Dev To Responsive Contact Form Using Pure HTML and CSS.
Here Is The Full Source Code Of This Form: SOURCE CODE: HTML CODE:<!DOCTYPE html><html lang="en"><head> <link rel="stylesheet" href="style.css"> <meta charse...
02:28 pm GMT - Wed, October 13, 2021
Dev To powerful javascript and simple schema builder for value parsing and validation.
volderlink:volderdon't forget to leave a star in the repovolder is a powerful JavaScript schema builder for value parsing and validation. Define a schema and validate values, volder schema are e...
02:28 pm GMT - Wed, October 13, 2021
Dev To Bubble Sort Algorithm Simple Visualization Via Cards
So today we're going to cover up how we can visualize the each steps of the algorithms we use .Today I'm going to cover bubble sort algorithm visualizations via html boxes or you can say cardseach car...
02:20 pm GMT - Wed, October 13, 2021
Dev To Using MindsDB to predict the risk of heart disease
Cardiovascular disease remains the leading cause of morbidity and mortality according to the National Center for Health Statistics in the United States, and consequently, early diagnosis is of paramou...
01:47 pm GMT - Wed, October 13, 2021
Dev To How does the INTERNET work?
Hey Coders!In this article, I'm gonna break down how the internet actually works. It's incredible how a video we are watching on our phones traveled thousands of miles from a Google Data Center to rea...
01:26 pm GMT - Wed, October 13, 2021
Dev To Frameworks without a Framework: The next (big) thing
Wait, this framework compiles to JavaScript only?! Thanks, I'll pass Frontend developers in 2023I've been developing Sleek for the past week. It's a compiled framework without a framework like Svelte...
01:07 pm GMT - Wed, October 13, 2021
Dev To DataDog vs Grafana - Key features & differences
DataDog is a paid SaaS tool that provides a range of products for monitoring applications and tech infrastructure. While Grafana is an open-source web visualization tool that can be used with a variet...
01:00 pm GMT - Wed, October 13, 2021
Dev To Gitpod : How to use kubectl and manage Kubernetes clusters ?
IntroductionGitpod is a Ready-to-Code development platform which allow users to quickly contribute on projects. This platform is powered by VS-Code online.GitOps is now a standard approach to ma...
12:46 pm GMT - Wed, October 13, 2021
Dev To dev.to works for organic traffic to your repo
I've only posted one thing on here. but have 11 repo views in 2 weeks. so that's pretty decent for the low effort vs twitter which you have to do about 20 spammy tweets per repo view.pip install domon...
12:23 pm GMT - Wed, October 13, 2021
Dev To Divide and Conquer
Divide and Conquerit is a well-known recursive technique for solving problems. D&C gives a new way to think about solving problem.To solve a problem using D&C technique, there are two st...
12:20 pm GMT - Wed, October 13, 2021
Dev To PSA:The Risks of Remote JDWP Debugging
It isn't so much a security risk as it is a wide open door with everything labeled for anyone to take freely and matches to burn it all down...When I teach or lecture and mention security I always lov...
12:18 pm GMT - Wed, October 13, 2021
Dev To Open AI Codex - React
i tried generating code using openai codex. You can access the application at :http://bhagvank.pythonanywhere.com/Demo: https://youtu.be/NcSr71kB17EYou can try the input below://React component to sho...
11:37 am GMT - Wed, October 13, 2021
Dev To JavaScript not equal and Comparison Operators Explained
In this tutorial, you will learn about JavaScript not equal to operator, and the other Comparison operators along with examples.This tutorial is a part of our initiative at Flexiple, to write short cu...
11:31 am GMT - Wed, October 13, 2021
Dev To Webpack 5 : Guide for beginners
So many times heard from dev that they don't understand how to configure webpack because of the config file. Today we learn how to use webpack to set up bundle styles, JavaScript, images, and fonts fo...
11:29 am GMT - Wed, October 13, 2021
Dev To I built a dating site
Hello! I used to be active here and on the Discord, and the stream of people making stuff gave me the impetus to get my head down and build something myself. So thank you all for being busy and infect...
11:24 am GMT - Wed, October 13, 2021
Dev To Deploying a Kotlin App to Heroku
Since its earliest release, Java has touted itself as a "write once, run everywhere" programming language. The idea was that a programmer could develop an app in Java, have it compiled down to bytecod...
11:03 am GMT - Wed, October 13, 2021
Dev To what is DeFi?
DeFi draws inspiration from blockchain, the technology behind the digital currency bitcoin, which allows several entities to hold a copy of a history of transactions, meaning it isn't controlled by a ...
10:50 am GMT - Wed, October 13, 2021
Dev To Instagram clone
Build a frontend clone for Instagram using HTML, CSS, and JavaScript skills.Source code - https://github.com/mayankchaudhary26/Instagram-Clone-ProjectYou can use any tools you like to help you complet...
10:36 am GMT - Wed, October 13, 2021
Dev To Day 5 of 100 Days of Code & Scrum: Rejected, Mislead, and Distracted
Good morning, everyone!Today wasn't as bad as yesterday. Or is it?Anyway, I got an email notification saying that I got rejected for my technical interview submission.Ouch? It didn't really hurt as mu...
10:09 am GMT - Wed, October 13, 2021
Dev To Join Hacktoberfest 2021 with Milvus!
How's your #Hacktoberfest so far?If you have not started yet, it's still not too late. Join the event with Milvus community and win some awesome prizes!LET'S GET STARTED! How to participateSign u...
10:07 am GMT - Wed, October 13, 2021
Dev To Visit StackOverflow without leaving the terminal with Pyhton
Stuck on a coding problem? Wish to visit StackOverflow without leaving the terminal? With howdoi, you can do it! Introduction to howdoiHowdoi is an open source command line tool that gives answer...
10:02 am GMT - Wed, October 13, 2021
Dev To Turning a React app into an installable PWA with offline detection, service workers and theming.
Recently I decided to take the dive into making my web app progressive. Some of the benefits are excellent caching, sped up page load times and the ability for a user to install it "natively".There ar...
09:52 am GMT - Wed, October 13, 2021
Dev To Creating a cool profile card
Hello guys,today i will be showing how I created this cool profile card, let's get started.. Create a workspace cd /Desktop mkdir profile_card cd profile_card touch index.html touch sty...
09:26 am GMT - Wed, October 13, 2021
Dev To Best CSS Shortcut properties to improve your web application
Why should I care shorthand properties? CSS is a language for describing the appearance of a web page. Each element in an HTML page can have its location, colors, fonts, and layout customized using C...
09:25 am GMT - Wed, October 13, 2021
Dev To All CSS Properties You Need to Know to Build a Website
Whether you're at the beginning of your CSS journey or somewhere else, you got to admit-a number of CSS properties is massive.And it's easy to confuse yourself in that vast sea.You're copying code fro...
09:21 am GMT - Wed, October 13, 2021
Dev To How to copy files in Java? Example
Hello folks, I have been programming in Java for a long time and you won't believe but there was no file copy method in the Java API until Java 7. At that time, our options were either write it oursel...
09:03 am GMT - Wed, October 13, 2021
Dev To SANORA.BY
SANORA.BY : , , , , , , , , - , , ... - , , . , ....
09:02 am GMT - Wed, October 13, 2021
Dev To Free Django Dashboard - MaterialPRO Lite
Hello Coders!This article presents an open-source Django Dashboard crafted on top of a pixel-perfect Material-Based design. The product comes with a simple, intuitive codebase, authentication, databas...
08:32 am GMT - Wed, October 13, 2021
Dev To Why and when you should use Vuex
As developers, we sometimes fall into the trap of using technologies just because they are popular and or commonly used together. That's why it can be beneficial to take a step back and truly understa...
08:05 am GMT - Wed, October 13, 2021
Dev To Mockup API With JSON Server
OverviewIn a software development project, sometimes the annoying common problem is frontend developer needs to wait until the backend developer finishes working on an API. That's why we need to...
07:55 am GMT - Wed, October 13, 2021
Dev To What is Exception Filter and Explain Custom Exception Filter in ASP.NET MVC?
What is an Exception Filter?Exception Filter provides an ability to handle the exception for all the method, controller classes in one place. Exception filters execute when some of the exception...
07:54 am GMT - Wed, October 13, 2021
Dev To Grow Your Business With These Law Firm Marketing Strategies
Do you own a law firm? Or plan to start one? Well, whatever the scenario is you obviously would want to grow it in size and thrive in the competitive market. And to grow youll need more clients that w...
07:52 am GMT - Wed, October 13, 2021
Dev To How to Upload a File (Image/Pdf/Zip/etc) to Strapi with React
When I first started using Strapi as a CMS for one of my client, to give them a little freedom to manage their website content, the hardest part of the development was when I need to build a feature w...
07:50 am GMT - Wed, October 13, 2021
Dev To Tips to become a great programmer Of All Time
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...
07:36 am GMT - Wed, October 13, 2021
Dev To C Concepts and the Core Guidelines
Let's get back to C++ concepts and have a look at the rules and best practices that the Core Guidelines propose.Having read them through, I found that they are incomplete (no surprise, concepts are ne...
07:36 am GMT - Wed, October 13, 2021
Dev To Redis vs MongoDB, fight!
Redis is an in-memory, distributed database that has typically been used as a cache in multiple projects. The advantage over other types of databases is that it doesn't persist data to disk, so all th...
07:21 am GMT - Wed, October 13, 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...
07:21 am GMT - Wed, October 13, 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...
07:13 am GMT - Wed, October 13, 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:12 am GMT - Wed, October 13, 2021
Dev To 7 Best Artificial intelligence technologies and there Websites.
Hello everyone! In this article, we look into Best Artificial intelligence technologies.We are using Artificial intelligence in our daily life I will tell you the best #7th website of the artifi...
07:12 am GMT - Wed, October 13, 2021
Dev To Best Coding app For Beginners in 2021
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:11 am GMT - Wed, October 13, 2021
Dev To Create a Responsive Landing Page using HTML CSS & JS
Hello, Dear developers , Today we'll see, how we can easily create another Responsive Landing page using HTML, CSS, and JS with GreenSock Animation library for creating those animations.Making a land...
07:10 am GMT - Wed, October 13, 2021
Dev To Yet another guide to tech interviews
This is probably one of the most common types of posts, though sometimes I wonder if you just have to go through it yourself to figure it out. Im not sure. But in the hope that it helps someone out th...
07:02 am GMT - Wed, October 13, 2021
Dev To Durable Functions with Netherite on Kyma
Intro and GoalIn this blog post I would like to describe my journey with Netherite as storage provider for Azure Durable Functions and the deployment of this combination to a Kubernetes cluster....
06:59 am GMT - Wed, October 13, 2021
Dev To SEO analyzerlibrary for searching SEO issues
Hi there!Today, Id like to tell you about one solution to a very common problem in team development, which eventually resulted in a whole npm package.And as you might have guessed, well talk about SEO...
06:51 am GMT - Wed, October 13, 2021
Dev To 15 Trending projects on GitHub for web developers
Theres a good chance youve heard ofGitHubif youre in the tech space, even if youre not a developer by trade. You might have even stumbled across a GitHub repository or two when learning about software...
05:44 am GMT - Wed, October 13, 2021
Dev To React basics: Looping a list
In today's article for React basics, we'll enhance our first ever React components with a list.Yesterday we made some static book components like so:<Book title='Laravel collections' /><Book ...
05:39 am GMT - Wed, October 13, 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...
05:21 am GMT - Wed, October 13, 2021
Dev To Divtober Day 13: Camouflage
A scrollable cartoon of a chameleon resting on a branch. If you scroll, you'll see some elements "through" the chameleon.The see-through effect was not done with opacity, but applying a blend mode of ...
05:03 am GMT - Wed, October 13, 2021
Dev To 5 Time Saving VS Code Setting You Need To Do Right Now
This article is meant for absolute beginners of Visual Studio Code and web development, Others may not find this article useful.Developing a website in the most popular programming environment, Visual...
04:58 am GMT - Wed, October 13, 2021
Dev To Learning Python- Intermediate course: Day 41, Inheritance in Python
Today we will learn about inheritance in Python InheritanceInheritance provides Code Reusability. We do not need to write the same piece of code again and again for various subclasses. This...
04:46 am GMT - Wed, October 13, 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...
04:26 am GMT - Wed, October 13, 2021
Dev To Ethical Hacking Roadmap - A Beginners Guide
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:20 am GMT - Wed, October 13, 2021
Dev To The Developer Advocate's Guide to Getting Buy-In
It's finally time for your meeting with the Product team, and you're excited to share some feedback you got from the community. Not only that, but you even have an idea of how to fix the issue! You si...
04:14 am GMT - Wed, October 13, 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:09 am GMT - Wed, October 13, 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:07 am GMT - Wed, October 13, 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...
03:31 am GMT - Wed, October 13, 2021
Dev To Code Smell 93 - Send me Anything
Magic functions that can receive a lot of different (and not polymorphic arguments)TL;DR: Create a clear contract. Expect just one protocol. ProblemsFail Fast principle violationError pruneReadab...
02:58 am GMT - Wed, October 13, 2021
Dev To Validate Kubernetes Manifests in GitHub Actions with Datree
In this second article dedicated to Datree we will explore how to use the tool with GitHub Actions to validate and secure our Kubernetes deployments. VideoAs usual, if you are a visual learner, o...
01:29 am GMT - Wed, October 13, 2021
Dev To Really exit!
Here's a funny (and really unimportant) thing I discovered about Node.js today.First, for anyone who may not know, if you ever want to see the source code of a JavaScript function, you can just call ....
01:17 am GMT - Wed, October 13, 2021
Dev To The Odin Project: Landing page: walk-through
There is a never-ending supply of free educational materials.But how do you know if they are good - if you don't know that much about the subject yet?Well, one way - is to see the final product....
12:36 am GMT - Wed, October 13, 2021
Dev To Intro To MongoDB Realm with VueJS Ionic Framework And ViteJS, Refactoring Application State with Composition API
The MongoDB Realm Web SDK enables browser-based applications to access data stored in MongoDB Atlas and interact with MongoDB Realm services like Functions and authentication. The Web SDK supports bot...
12:04 am GMT - Wed, October 13, 2021
Dev To O que ReactJS e SPA (Parte 1)
O que React ?Segundo a documentao oficial, React "Uma biblioteca JavaScript para criar interfaces de usurio", ou seja, uma biblioteca que auxilia a construo de componentes que o usurio intera...
10:52 pm GMT - Tue, October 12, 2021
Dev To The forgotten `with` statement and why you shouldn't use it
The with statement extends the scope chain for a statement.- MDN Web DocsThe with statement was originally implemented to reduce verbosity and when dealing with long object references. If the object i...
10:45 pm GMT - Tue, October 12, 2021
Dev To 3 Neat Tricks For Sorting Arrays of Objects in JavaScript
Working with arrays of objects in JavaScript can be a headache. Comparing arrays of objects is tricky without libraries. But, thankfully, sorting arrays of objects is somewhat easier because of some n...
10:44 pm GMT - Tue, October 12, 2021
Dev To React Series - 3 [State]
State is an object in a component which holds some form of data relevant to the component it is created in.A State object is private to the component it is created in, It can be thought of as dynamic ...
10:08 pm GMT - Tue, October 12, 2021
Dev To From dynamic to static typing in three steps
TLDR; Jump to the conclusions.We have been told that a robust static type system can reduce the number of bugs in our applications, transforming a 2 a.m. production issue into a red squiggly in our te...
09:58 pm GMT - Tue, October 12, 2021
Dev To Hate switching Google accounts in Chrome?
A year ago, I joined a fully remote team, and I began to rely on event notifications to remind me of upcoming online meetings.Since I had multiple email accounts, I had a painful workflow for every me...
09:50 pm GMT - Tue, October 12, 2021
Dev To Hey there
Like I said above, I'm a self-taught web developer and I would love to share how I got here with you guys and I hope this will encourage anyone interested in the tech space to work hard no matter your...
09:25 pm GMT - Tue, October 12, 2021
Dev To Building Tailwind CSS form and input components
I've been using Tailwind CSS quite regularly in my projects and I am getting quite fond of this utility-first approach when building web user interfaces.One problem that I did encounter is the necessi...
08:53 pm GMT - Tue, October 12, 2021
Dev To Vim basics for beginners
In the first part of this series, I told why I've switched from VS Code to Neovim, but I didn't go deep into how differently Vim works. In this article I write more about these aspects. How Vim e...
08:52 pm GMT - Tue, October 12, 2021
Dev To How to setup husky, eslint and prettier within minutes
originally posted at: https://djamaile.dev/blog/how-to-setup-husky-eslint-prettier/repository: https://github.com/djamaile/hep-demo Starting upLets first generate a simple React project by using ...
08:36 pm GMT - Tue, October 12, 2021
Dev To How to improve your website's preview cards on sites like LinkedIn.
The IntroYou may have noticed that when you host a personal project and share it on LinkedIn or on most social networks, it usually doesn't show a description, title, or an image. And it typical...
08:00 pm GMT - Tue, October 12, 2021
Dev To Learn to use Decorators once and for all
Hi Developers! How are you? I hope everyone is well. A few weeks ago I begin to investigate in depth how decorators really work. It's not that I've never worked with Decorators, of course I have, espe...
07:43 pm GMT - Tue, October 12, 2021
Dev To How you can use WebSockets with Flutter
WebSockets are clearly taking the industry by storm. With Google's Flutter framework on the rise too, it would give you a big boost knowing how to integrate both of these technologies. What are ...
07:29 pm GMT - Tue, October 12, 2021
Dev To How To Format Dates In JavaScript
If you are a developer who uses JavaScript, youre going to have to format dates often. Date formatting may seem complex and overwhelming for beginners, but it is pretty simple as you will agree after ...
07:29 pm GMT - Tue, October 12, 2021
Dev To React & TypeScript: how to type hooks (a complete guide)
Using hooks is one of the most common things you do when writing React applications. If you use TypeScript in your apps, knowing how to type hooks properly is very important (and if you don't use Type...
07:26 pm GMT - Tue, October 12, 2021
Dev To Glitch monthly newsletter, October edition
[Hi Dev.to community! This is our monthly newsletter, published here for the community to be able to share. You can get this in your inbox for free at the start of every month by signing up for an acc...
07:23 pm GMT - Tue, October 12, 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...
07:19 pm GMT - Tue, October 12, 2021
Dev To How to practice Javascript?
This article was originally published at https://www.blog.duomly.com/how-to-practice-javascript/ Intro on How to Practice Javascript?Javascript is a programming language that has been used for de...
07:00 pm GMT - Tue, October 12, 2021
Dev To JavaScript Clock | CSS Neumorphism Working Analog Clock UI Design
In this article we will design a very beautiful neumorphism Analog Clock UI design using javascript css & html. I am Daman sure you all are familiar with this type of design. However i think there...
06:56 pm GMT - Tue, October 12, 2021
Dev To Five Reasons I'm Excited about Astro
When Astro first appeared on the scene, I rolled my eyes.Another static site generator. Really? Don't we already have enough to choose from? Astro Fills in the GapsAt first, it felt like it could...
06:31 pm GMT - Tue, October 12, 2021
Dev To Colorize your CLI output in Node.js
Tired of the same boring console.log output? Need to highlight some output in cli app? Here you will get some examples for red, yellow, and green colored output....
06:24 pm GMT - Tue, October 12, 2021
Dev To Python - Input and Output
Input and OutputIn this section, we will learn about how to take input and give output in Python. Till now we were writing static programs, it means that we were not taking any input from the user.But...
06:21 pm GMT - Tue, October 12, 2021
Dev To EuroPython 2021: All edited videos now available
Were happy to release another batch of 41 cut videos of EuroPython 2021 covering the third day sessions of the conference and a number of edited videos for the previous days. In total, we now have 118...
06:21 pm GMT - Tue, October 12, 2021
Dev To BUILD A SIMPLE RESEARCH ASSISTANT WITH PYTHON
Among other great stuffs we can do with python, research and information sourcing can be done better and faster with python. In this tutorial we are going to build a simple research assistant with a f...
05:54 pm GMT - Tue, October 12, 2021
Dev To 7 Best Artificial intelligence technologies and there Websites
Hello everyone! In this article, we look into Best Artificial intelligence technologies.We are using Artificial intelligence in our daily life I will tell you the best #7th website of the artifi...
05:45 pm GMT - Tue, October 12, 2021
Dev To Learn programming from absolute zero
IntroIt is 2021 and there are so many people working as programmers. If you want to be part of that world, you need to know the programming basics. Why is this post better than most of the other...
05:31 pm GMT - Tue, October 12, 2021
Dev To APIs Are The Prefabrication Of Software
Whether its for building a company, monitoring the news, or even making a grocery list, software penetrates every part of the modern western lifestyle. The demand for software far exceeds what develop...
05:29 pm GMT - Tue, October 12, 2021
Dev To Bypass AWS_ENDPOINT to interact with any S3 compatible service from CockroachDB
In this blog I will demonstrate how you can trick an application or service, in our case CockroachDB, into thinking it's communicating with AWS S3 when in fact another service lays behind the scenes.C...
05:11 pm GMT - Tue, October 12, 2021
Dev To Top 6 blockchain development frameworks
Written by Chidume Nnamdi Blockchain has revolutionized the way we see and do things on the internet. Many companies are switching to blockchain to increase transparency and immutability, reduce trans...
04:37 pm GMT - Tue, October 12, 2021
Dev To How to List Contents of s3 Bucket Using Boto3 Python?
S3 is a storage service from AWS. You can store any files such as CSV files or text files. You may need to retrieve the list of files to make some file operations. You'll learn how to list the content...
04:35 pm GMT - Tue, October 12, 2021
Dev To The 3 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:13 pm GMT - Tue, October 12, 2021
Dev To IBM Hacktoberfest Workshops!
Welcome back to Tutorial Tuesday!In honor of my absolute FAVORITE time of year, Hacktoberfest, this week I'll share with you a list of my personal Hacktoberfest Workshops that I'll be running th...
04:03 pm GMT - Tue, October 12, 2021
Dev To JavaScript Game Dev | Sprite Animations with Keyboard Input and a Halloween Theme
In this exciting tutorial we're going to learn how to animate using a series of images on a html canvas for a game. The code that we will write is going to be super clean and well architected. No Game...
04:00 pm GMT - Tue, October 12, 2021
Dev To What HTML tag do you use for Sarcasm?
Ah yes, sarcasm, the pinnacle of human language. Life would be so incredibly dull without it.And yet, despite sarcasm's profound influence on both oral and written conversation, we don't have a way to...
03:58 pm GMT - Tue, October 12, 2021
Dev To If You're Reading This, Contribute to Forem
(I hope you enjoyed the title. It's a reference to Canadian Rapper Drake's 2015 mixtape: If You're Reading This, It's Too Late.)Happy Hacktober! 'Tis the season to contribute. If you're excited about ...
03:57 pm GMT - Tue, October 12, 2021
Dev To Things to know about Phishing attacks
As the number of cyber security attacks are growing exponentially, In 2020, approximately 75% of enterprises around the world will have experienced a phishing attack. In this blog, we will cover what...
03:45 pm GMT - Tue, October 12, 2021
Dev To How I rebuilt my Angular blog and became an Astronaut
Building your own blogging platform is no small feat. From picking the stack you want to use, along with CSS solutions, to how you're going to organize your content are all the decisions that you have...
03:38 pm GMT - Tue, October 12, 2021
Dev To How To Enable Real-Time Merge Conflict Detection in PhpStorm
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:31 pm GMT - Tue, October 12, 2021
Dev To Entendendo o null safety
Ol pra voc que est chegando de paraquedas nesse artigo, ou est seguindo um link que eu provavelmente publiquei em alguma das minhas redes! Espero que esteja muito bem hidratado(a), por que nesse artig...
03:15 pm GMT - Tue, October 12, 2021
Dev To TypeScript is the Only Programming Language you Need to Learn. One language to rule them all!
TypeScript has become extremely popular among JavaScript developers and more and more projects use it as the primary programming language.Today, most frameworks or libraries have support for TypeScrip...
03:02 pm GMT - Tue, October 12, 2021
Dev To How to print "Hello, World!"
Printing "Hello, World!" is a kind of ritual that start the journey every programmer.According to Wikipedia:A "Hello, World!" program generally is a computer program that outputs or displays the messa...
02:46 pm GMT - Tue, October 12, 2021
Dev To Best Places Are Fixed Phone Screens
Hello Designer!Our Home Place Screen is meant to give people the gift of space. These Places Are Fixed Phone Screens. Whether its that worn-in place on your sofa or that special spot on the beach, pla...
02:41 pm GMT - Tue, October 12, 2021
Dev To Start your Open Source Journey with Git
Here, we are again with another beginner friendly blog. In this blog we will learn about one of the most popular version control tool, yes you guessed it right. I am talking about git.In the blog we s...
02:35 pm GMT - Tue, October 12, 2021
Dev To Configmap - Kubernetes Volumes - (CKA) Prep.
...
02:24 pm GMT - Tue, October 12, 2021
Dev To Building a realtime ticket booking solution with Kafka, FastAPI, and Ably
As the post-pandemic world emerges, the future of events such as summits, conferences or concerts is brighter than ever. Thanks tohybrid events, in-person events are now doubled by online happenings, ...
02:17 pm GMT - Tue, October 12, 2021
Dev To $10M to optimize Kubernetes: CAST AI raises Series A and extends support to top 3 cloud providers
To deliver on our promise of fully automated cloud cost optimization for Kubernetes, we raised $10 million in a Series A round led by the San Francisco-based Cota Capital, with Samsung Next and other ...
02:11 pm GMT - Tue, October 12, 2021
Dev To Full Stack E-Commerce App (8 hours free tutorial)
Hi, I'm Safak. I am a full-stack web developer and I'm sharing open source web projects on my YouTube channel. I want to share my +8 hours "MERN Stack E-Commerce App with an Admin Dashboard" tutorial ...
02:11 pm GMT - Tue, October 12, 2021
Dev To How To Implement Heatmap In Tables Using Directives In Angular
Let's see how easy it is to add heatmaps to tables in Angular using Directives. We'll go for a really simple and elegant solution to have separate heatmap colors to different columns in the table.As I...
02:04 pm GMT - Tue, October 12, 2021
Dev To Hacktoberfest ASCII Art
ASCII art is intriguing and wonderful, yet feels sophisticated to create, especially by writing code. But it's not. Here is an open-source ASCII Art Generator project written in Python3 that can help ...
01:08 pm GMT - Tue, October 12, 2021
Dev To 4C - The Cool Community of Content Creators
What do the 4C community members think of the 4C community itself?Let's ask them.Join the community: https://discord.com/invite/TcmA2kbJeA Vikkybliz4C is a group for content creators. If you dont...
01:00 pm GMT - Tue, October 12, 2021
Dev To APIs 101 Using Postman
7 th of October 2021 I have attended "APIs 101 Using Postman" workshop organised by the Postman Student Experts @zeoshark and Swastik Mishra from ITER SOA virtually on YouTube live. It was a great exp...
12:59 pm GMT - Tue, October 12, 2021
Dev To The Importance of Representation
Today, on Ada Lovelace Day, we are celebrating women in STEM - and while we have come a far well ... a way since Ada wrote the first ever computer program in 1843, there is still a lot to do. Lately...
12:50 pm GMT - Tue, October 12, 2021
Dev To Avoiding the Reason 92% of SaaS Companies Fail
The questions I'm answering as the first step in building a SaaS in 2021.The employee to business owner transition is awkward and uncomfortable. Worse is making that transition and failing due to the ...
12:33 pm GMT - Tue, October 12, 2021
Dev To Free React Admin Dashboard with Recharts Template
You can get the template from the link proivided in the description of the video. Technologies Used :-REACTSASS Libraries and Assets Used :-Node SassReact IconsRechartsGoogle Fonts ...
12:24 pm GMT - Tue, October 12, 2021
Dev To Css Button | Css Custom Checkbox Style With 3D Toggle Effect 2021
Css Button | Css Custom Checkbox Style With 3D Toggle Effect 2021Today, we'll go through how to create css custom checkbox style with 3d toggle effect step by step.If you're new here, make sure to Sub...
12:23 pm GMT - Tue, October 12, 2021
Dev To Caching XHR Responses in Local Storage
So, I've been working on my site recently - https://uktidetimes.com/ - and it occurred to me that since I'm serving content that only changes once a day, there's really no reason for the same user to ...
12:23 pm GMT - Tue, October 12, 2021
Dev To Terminal Animation completely using JavaScript
If you are following me you already know that we have made Terminal Animation using Typed.js library. It was also a marvelous library.But this time we are going to code completely using JavaScript. Ma...
12:01 pm GMT - Tue, October 12, 2021
Dev To Dynamically direct routes for polymorphic associations
Have you ever struggled with polymorphic associations? We all have, dont worry.Heres an example of a polymorphic relationship. Ive recently bumped into a problem where I had to list out all subjects ...
11:52 am GMT - Tue, October 12, 2021
Dev To Under the Hood of Macros in Elixir
Welcome back to part two of this series on metaprogramming in Elixir. In part one, we introduced metaprogramming and gave a brief overview of macros.In this part, we will explore the inner workings an...
11:35 am GMT - Tue, October 12, 2021
Dev To Best Food Landing Page Design
Hello design lovers. Here we are with another food landing page design. This landing page was created for the food ordering business. It has all the specific features that are needed for any takeaway ...
11:31 am GMT - Tue, October 12, 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:30 am GMT - Tue, October 12, 2021
Dev To How to use JavaScript to get elements by class name?
In this short tutorial, we use JavaScript to get element by class name. We break down the concept, explain the code and then discuss the limitations of the method used.This tutorial is a part of our i...
11:18 am GMT - Tue, October 12, 2021
Dev To Medical Landing Page Templates
Download: https://uikit.to/downloads/medical-landing-page-templates/Get Lifetime Access Only for 99$. Use "sol10" coupon for the extra 10% off....
11:10 am GMT - Tue, October 12, 2021
Dev To Free Social Networking Websites Design
Hi Designers! Social Networking Websites Design is a page with form tied together for your social media brand. Here we will be posting updates and important news for this network so stay tuned in. Fo...
11:07 am GMT - Tue, October 12, 2021
Dev To Day 4 of 100 Days of Code & Scrum: Sleep Deprived Coding
Good morning, everyone!Today, it could be pretty challenging to keep up with the 100 days of code challenge because of impediments. Not only am I sleep-deprived, I also have to go out for five hours f...
10:54 am GMT - Tue, October 12, 2021
Dev To [Golang] Sorting String In Alphabetical Order
In this article we are going to learn about how we can sort strings in golang the order we are going to implement is ascending order. If you are not familiar what ascending and descending order is let...
10:47 am GMT - Tue, October 12, 2021
Dev To CLEAN architecture for React apps
I originally published a Spanish version of this article on my website: Arquitectura CLEAN para el frontend On layered architecture Layering is not a novel concept. It's been around in the indust...
10:44 am GMT - Tue, October 12, 2021
Dev To SolidJS vs React: I've Built the Same App On Both Libraries.
SolidJS has gained lots of popularity lately due to having a close relationship with React. It has a declarative nature like React, useState and useEffect like hooks, JSX, ContextAPI, Portals, Error B...
10:27 am GMT - Tue, October 12, 2021
Dev To KEY BENEFITS OF WORKING WITH DEDICATED DEVELOPMENT TEAMS
Under the uncertainty of the virus-stricken world, quite ever, companies want to realize fast business results at an inexpensive cost. Proof-of-Concept and MVP within several months, is it possible? W...
10:18 am GMT - Tue, October 12, 2021
Dev To Menggunakan Flash Message Untuk Notifikasi Dengan Codeigniter 4
Pada tutorial kali ini akan membahas penggunakan Flash Message pada Codeigniter 4.Flash Message sendiri digunakan untuk memberikan feedback berupa informasi success,warning,error,info dll.Di tutorial ...
10:12 am GMT - Tue, October 12, 2021
Dev To Failed to clear cache. Make sure you have the appropriate permissions. Laravel 8
First enter php artisan config:clear then,enter php artisan cache:clearReference...
09:53 am GMT - Tue, October 12, 2021
Dev To Creating Static Documentation For GraphQL APIs Using GraphQL SDL
The main reason for writing API documentation is to make your API understandable to other developers that want to use it. GraphQL APIs often only have an interactive playground available that serves a...
09:36 am GMT - Tue, October 12, 2021
Dev To Building a Live Audio Streaming React Native App with Agora
Live audio streaming is increasingly popular across a wide range of uses, from live podcasts and interviews to live music performances. The possibilities are endless once you have a few users engaging...
09:26 am GMT - Tue, October 12, 2021
Dev To 7 Best Artificial intelligence technologies and there Websites
Hello everyone! In this article, we look into Best Artificial intelligence technologies.We are using Artificial intelligence in our daily life I will tell you the best #7th website of the artifi...
09:17 am GMT - Tue, October 12, 2021
Dev To New Luos get started tutorial
Curious about how Luos is easy to use? Try our new get started tutorial to get the flavor of the new way to think, create, maintain and evolve embedded systems. Luos is open-source ...
09:08 am GMT - Tue, October 12, 2021
Dev To Writing an Engaging, SEO-Friendly Technical Content: Tips from Fellow Creators
To read the full article, tap here.The role of writers in building brands is indispensable today. From global tech giants like Facebook to budding startups, carefully articulated content is essential ...
08:24 am GMT - Tue, October 12, 2021
Dev To AVOID Problems with Kubernetes: Best Practices Enforcement with Datree
Starting with Kubernetes is relatively easy. What is hard is doing it the right way, applying all the best practices, and preventing misconfigurations to affect the security and reliability of your pr...
08:04 am GMT - Tue, October 12, 2021
Dev To Failed to create bus connection: No such file or directory Hatas zm
Merhabalar, bugn benim de karlam olduum ufak bir sorunun zmn sizlere sunacam. Umarm faydal olur.Bu hata ile kar karlaanlar genelde aadaki iki komutu altrdnda karlamakta:hostnamectltimedatectlKomutlar ...
07:44 am GMT - Tue, October 12, 2021
Dev To How to use the split method in JavaScript
This post was originally published on webinuse.comWe have already written about The power of JavaScript slice method which is often confused with the JavaScript split (.split()) method. .split() metho...
07:28 am GMT - Tue, October 12, 2021
Dev To Useful ffmpeg Commands by Examples
This article presents a number of different ffmpeg use cases assuming the reader has basic knowledge of the software. You will see various practical examples in this article. For more details, please ...
07:25 am GMT - Tue, October 12, 2021
Dev To Use Images as Backgrounds with HTML & CSS
Adding a Background Image in HTML is one of the most common tasks when you are working on Web Designing.As a new web designer, one very skill you'll need to master is using background images. The...
06:21 am GMT - Tue, October 12, 2021
Dev To Reflections on Passing AWS Solutions Architect Associate Exam
With the distribution of remote work, one has more time for personal and career development. Since winter 2020, I have been working entirely remotely. It gave the enormous possibilities to excel caree...
06:06 am GMT - Tue, October 12, 2021
Dev To Conversational AI is now available via Zapier. 3 steps to a simple app
We finally integrated Dasha with Zapier. This is pretty awesome because now any conversational app you write for Dasha can be used as an input/output function using any other apps on Zapier. For examp...
05:47 am GMT - Tue, October 12, 2021
Dev To Nim -- a modern "glue" language like Python
Nim is a statically typed compiled systems programming language. It supports various backends: it compiles to C, C++ or JavaScript so that Nim can be used for all backend and frontend needs. Via impor...
05:42 am GMT - Tue, October 12, 2021
Dev To React basics: Creating our first React app
I'm a firm believer in learning by doing.For this series, we'll be going through React step by step.In this part, we'll create our first app and have a basic look at creating components that we can us...
05:29 am GMT - Tue, October 12, 2021
Dev To My 10 favorite Tech Twitter tweets from the past week
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...
05:08 am GMT - Tue, October 12, 2021
Dev To How to Add @Mentions to a React Chat App
What youll be building. Git Repo Here. IntroductionApp and web development have come a long way over the last few years. We use a lot of chat applications every day, including Facebook Messenger,...
05:01 am GMT - Tue, October 12, 2021
Dev To Divtober Day 11: Squeak
Today's word is "squeak," and what does squeak? A mouse. So here's a simple mouse:...
04:29 am GMT - Tue, October 12, 2021
Dev To How to livestream to Youtube using the Youtube Live Streaming API
If youre building an app and you want to allow users to livestream video directly to youtube you will need to work with the Youtube Live Streaming API. It can be super daunting to use this API, becaus...
04:09 am GMT - Tue, October 12, 2021
Dev To How Polywork Helps Me as a Multifaceted Technology Professional
[Sponsored Content]When I started my career as a software engineer in 2016, I never thought that I would also be known for content creation. I had no plans of starting Git Cute Podcast nor any of writ...
03:58 am GMT - Tue, October 12, 2021
Dev To AWS Networking from scratch
In this post we are going to see the AWS networking foundations, networks, subnetworks, firewall, Internet Gateway, Access Control List, NAT and others services. Building networks, segregate the netwo...
03:53 am GMT - Tue, October 12, 2021
Dev To People Future Paradox
People Future Paradox adalah paradoks yang memberi pernyataan bahwa setiap masa depan seseorang dibentuk oleh keadaan disekitarnya, selain pernyataan bahwa masa depan seseorang dibentuk dari orang ter...
02:37 am GMT - Tue, October 12, 2021
Dev To React Authentication with Twitter, Google, Facebook and Github
To interact with an OAuth provider you need API keys. For security reasons, those keys must be kept private on a server. However, if you are following modern development practices your React app is li...
02:12 am GMT - Tue, October 12, 2021
Dev To Parte 2 Mi nueva startup - Mensajera y paquetera express en Mrida, Yucatn
Seguimos continuando... Ya esta lista la primera versin funcional (MVP) de la plataforma pero todava faltan bastantes cosas ms. El nombre y dominio ya esta: UayenviosAs se ve la app:y la lan...
01:37 am GMT - Tue, October 12, 2021
Dev To How to add web push notifications to your Next.js project with One Signal
I'm sure that by now you've seen the web push notifications that you get in certain websites, but maybe you aren't sure how to add them to your own. They're called web push notifications and they can ...
01:14 am GMT - Tue, October 12, 2021
Dev To Product Developers guide to customizing data for AI Part 1: Combine dataframes
TLDRWhen working with AI, its common to have too much data; especially when training models. In this guide, well cover how to look at relationships made when combining dataframes using concat. ...
01:06 am GMT - Tue, October 12, 2021
Dev To Test Driven Development: How to test using VueJS, VueTestUtils and Jest
IntroductionTEST DRIVEN DEVELOPMENT is a software practice. TDD focuses on three (3) important things:TestingCodingRefactoring.Goals:: The goal of TDD is to ensure developers have a roadmap of t...
12:36 am GMT - Tue, October 12, 2021
Dev To Navigating Callback Functions in a Simple JavaScript Project
My first JavaScript project is done. At least in its first final draft, that is. I chose a playlist curator concept wherein anyone viewing the application in the browser is able to view running lists ...
12:32 am GMT - Tue, October 12, 2021
Dev To Aura Theme v2.0.0 is out now!
Hi folks, I'm glad to share with you Aura Theme v2.0.0 with a lot of cool new features.The entire project was recreated from scratch using TypeScriptColor schemes have been improvedAdded Aura CLIAdded...
12:23 am GMT - Tue, October 12, 2021
Dev To 7 Ways to Escape CSS Hell
Ever have this happen? lolYeah, me too.Here are the 7 ways to completely center whatever you want with CSS. 1. text-image: center;This works only on display: inline & display: inline-block el...
12:23 am GMT - Tue, October 12, 2021
Dev To Meu primeiro ms como desenvolvedor backend JR.
Antes de comear falar sobre minha breve experincia, recomendo que se atentem bastante aos pontos que falo com propriedade em que devo melhorar, pois recebi feedbacks solicitado por mim, e isso viabil...
12:13 am GMT - Tue, October 12, 2021
Dev To Como crear Pull request template y en espaol
Esta vez ser poco texto, la idea de este post es dejar un template para tus pull request, sea en proyectos propios con en el de la empresa en la que trabajas.Lo primero que realizaremos es crear un ar...
11:42 pm GMT - Mon, October 11, 2021
Dev To Best Laptop for Coding in 2021
When it comes to the best laptop for programming, it's not just mobility you need. Storage, speed, and a comfortable keyboard are more vital than clock speeds, cores, and threads. Playing around with ...
11:41 pm GMT - Mon, October 11, 2021
Dev To Does AI make coding obsolete?
The internet had been ablaze with demos of what GPT-3 can do. GPT-3 by OpenAI is a natural language machine learning system trained from 45TB of text data, which allows it to generate sorts of content...
10:59 pm GMT - Mon, October 11, 2021
Dev To Fan-in / Fan-out with Go
Hacking on the KEDA HTTP Addon, I found myself having to do something familiar:Split some work into N pieces, do them all concurrently, wait for them all to be done, and then merge all the results tog...
10:47 pm GMT - Mon, October 11, 2021
Dev To Building a client database of people in React
Ever wondered how to get access to a whole lot of information about people on the internet? Like, any information about anyone?In this article, well be building a client-side application with ReactJS ...
10:40 pm GMT - Mon, October 11, 2021
Dev To How To Open a Great Pull Request
Your GoalWhen opening a Pull Request (PR) your goal is to get your code merged into the main branch so that it can be released & a part of the code base. However, before your code can be me...
10:00 pm GMT - Mon, October 11, 2021
Dev To Mocking Back-ends for React Apps with MirageJS
Seven tips to help you avoid bottlenecks and future-proof your mock back-end DisclaimerThis article assumes you have some familiarity with the React framework, and Javascript and Typescript fund...
09:57 pm GMT - Mon, October 11, 2021
Dev To Create an online shop using React - part 1
You can create an online shop using React. In this example we don't have a backend from where we load the data, but we have a JavaScript file with some hardcoded products.The YouTube link where I crea...
09:38 pm GMT - Mon, October 11, 2021
Dev To Javascript Symbols Classes =
Symbol is a built-in object whose constructor returns a symbol primitive also called a Symbol value or just a Symbol thats guaranteed to be unique. Symbols are often used to add unique property keys...
09:37 pm GMT - Mon, October 11, 2021
Dev To Auto-mocking using Cypress
Someone great once said Never do it manually when you can automate it. Recently I am on the lookout for automating things that I am doing repetitively during web development. And one of the things I f...
09:35 pm GMT - Mon, October 11, 2021
Dev To 5 Quick tips to make your HTML links more accessible
While the content of a web page remains the same, different users access it differently. The content should therefore be displayed and organized in such a way that there is not a lot of difference in ...
09:29 pm GMT - Mon, October 11, 2021
Dev To Create audio play with reactjs
hello devs, i'm new to the community and i can't speak english. I hope the translation can be understood, I have a problem. I have an API on node and on the front end I'm using Reactjs. my api returns...
08:56 pm GMT - Mon, October 11, 2021
Dev To MongoDB $weeklyUpdate (October 11, 2021): Latest MongoDB Tutorials, Events, Podcasts, & Streams!
Hi everyone!Welcome to MongoDB $weeklyUpdate! Here, you'll find the latest developer tutorials, upcoming official MongoDB events, and get a heads up on our latest Twitch streams and podcast, cu...
08:55 pm GMT - Mon, October 11, 2021
Dev To Test your PowerShell code with Pester
TLDR; this article covers the testing framework Pester that you use to test your PowerShell scripts. Why testThe reason you want to have tests are many:Correctness. Ensure your code works as as ...
08:48 pm GMT - Mon, October 11, 2021
Dev To JWT how does it work and is it secure?
JWT stands for JSON web tokenthe common definition says that it is an open industry standard RFC 7519 method for representing claims securely between two parties so lets break it up into a simpler log...
07:40 pm GMT - Mon, October 11, 2021
Dev To Going "Meta GSAP": The Quest for "Perfect" Infinite Scrolling
I'm not sure how this one came about. But, it's a story. This article is more about grokking a concept, one that's going to help you think about your animations in a different way. It so happens that ...
07:37 pm GMT - Mon, October 11, 2021
Dev To Free Music Downloader API Integrated to Frontend in 15 Minutes
This YouTube music download API integration is done on the client side without a backend (I did not want to deal with backend infrastructure to hide the API key). I used KOR Connect as the middleware ...
07:35 pm GMT - Mon, October 11, 2021
Dev To Collapsable content in Markdown with
Pro Tip: The HTML disclosure summary element (<details>) works with markdown so you can create collapsable sections in your READMEs like so:<!-- README.md --><details> <summary&g...
07:07 pm GMT - Mon, October 11, 2021
Dev To GraphQL & REST with Typescript, Prisma and Azure SQL: love at first sight!
If you're into Typescript and prefer a code-first approach when working with databases, you'll be happy to learn about Prisma! Prisma is a next-generation Node.js and TypeScript ORM, that allows you t...
07:00 pm GMT - Mon, October 11, 2021
Dev To Jamstack Setups: The good, the bad, the ugly.
...
06:51 pm GMT - Mon, October 11, 2021
Dev To CSS Position Complete Guide
The position property is one of the harder to understand concepts in CSS. However, it is actually quite simple if you're in the right place. In this post, I will try to explain the CSS position proper...
06:43 pm GMT - Mon, October 11, 2021
Dev To Let's Learn Kubernetes - Basics - 2
Kubernetes is a container management tool that automates the deployment, scaling, and operations of an application. It has become the de facto container orchestrator, with more than 80% of companies u...
06:07 pm GMT - Mon, October 11, 2021
Dev To The Best way to Learn About The React are The Effective way.
IntroductionFirst We should know about the react some are the basic steps are there,What is react ? How it's working ?What is the process ? What is React?React is a free and Open Source Fr...
05:56 pm GMT - Mon, October 11, 2021
Dev To Implementing python range and zip functions in JavaScript
ZipTakes complementary elements(elements with same index) from two arrays and combine them into a single element(tuple)Example:const arr1 = [1, 2, 3]const arr2 = [4, 5, 6]// : <- means return...
05:53 pm GMT - Mon, October 11, 2021
Dev To Getting Started with AWS CLI v2 as a Docker Container
AWS CLI is a command-line tool used to interact with, and manage AWS resources. Any task that calls the AWS APIs from the AWS Management Console can also be done from your terminal using the AWS CLI.U...
05:41 pm GMT - Mon, October 11, 2021
Dev To VS Code - Quickly increment and decrement numeric values with keyboard shortcuts
When you are building websites, sometimes you need to experiment with different values to get things just right. You are playing goldilocks, trying out bigger and smaller until you find that sweet spo...
05:38 pm GMT - Mon, October 11, 2021
Dev To 12 Simple HTML Snippets To Avoid Complex Libraries
Not knowing the basic tech can sometimes increase the size, affect the performance and add an extra layer of complexity to the project.This article is a heads up that you can do a lot with just vanill...
05:34 pm GMT - Mon, October 11, 2021
Dev To Best Practices Design Patterns: Optimizing Amazon S3 Performance
Performance Guidelines for Amazon S3:- Measure Performance: When optimizing performance, look at network throughput, CPU, and Dynamic Random Access Memory (DRAM) requirements. Depending on...
05:26 pm GMT - Mon, October 11, 2021
Dev To How Partytown's Sync Communication Works
Recently we announced the alpha version of Partytown, which is a library that helps relocate third-party scripts into a web worker so that the main thread can be dedicated to just running your code. F...
05:24 pm GMT - Mon, October 11, 2021
Dev To Fun with Fantastic String Data Type in Python
As we have seen in the previous blog, the string is a sequence of characters. We can store any kind of data in this data type. For example, name, address, URL, tokens or any other kind of data.By GIFs...
05:06 pm GMT - Mon, October 11, 2021
Dev To GitUI - v0.18 supports rebase
GitUI is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast, keyboard-only and cross platform way without leaving your beloved CLI. Release Highlightsrebase with...
04:33 pm GMT - Mon, October 11, 2021
Dev To Free Privacy Illustration Vector Art
Hi Everyone!Privacy illustration is a clean and modern Privacy Illustration Vector Art. It has bright and modern colors. The Privacy Illustration Vector Art file is available in SVG formats. It can be...
04:30 pm GMT - Mon, October 11, 2021
Dev To Reduce in 5 Minutes
Here's a quick intro to the reduce() method in Javascript/Typescript arrays, which is frequently perplexing when encountered in working code.The code here is written in Typescript but I've tried to ke...
04:29 pm GMT - Mon, October 11, 2021
Dev To Las [5 eses] japonesas de un programador
Hola mundo, hola devs! Les comparto la participacin que tuve en #CODIGOFEST por el 10 ANIVERSARIO de Cdigo Facilito.Si bien son pasos que prcticamente todos conocemos, no siempre los llevamos a ...
04:08 pm GMT - Mon, October 11, 2021
Dev To React Node JS - Open-Source Fullstack Starters
Hello Coders!This article presents a curated list with open-source source seed projects crafted in React and Node JS on top of modern UI kits and templates. All products are actively supported and the...
04:04 pm GMT - Mon, October 11, 2021
Dev To Build a Node.js API in Under 30 Minutes
Node.js can be intimidating to beginners. But its flexible structure and lack of strict guidelines makes it seem more complicated than it is.This tutorial is a quick and simple guide to Node.js, the E...
03:06 pm GMT - Mon, October 11, 2021
Dev To Desenvolvimento, arquitetura e boas praticas
Eu sempre fui f de desenvolvimento de boas arquiteturas, talvez por j ter sofrido muito na vida na sustentao de sistemas ruins.Alguns decises ruins poderiam ter sido evitadas se tivessem simplesmente ...
03:03 pm GMT - Mon, October 11, 2021
Dev To Transitioning from Monolith to Microservices
How did we get here?In the large monolithic application development days of yesteryear, deploying an application was no trivial task. It started with a purchase order for multiple servers, follo...
03:00 pm GMT - Mon, October 11, 2021
Dev To If I were to restart JavaScript again from scratch then I will follow this roadmap.
Every time I work in a new JavaScript framework I learn a bit more about JavaScript Fundamentals.Every time I work in a new JavaScript framework I learn a bit more about JavaScript Fundamentals....
02:47 pm GMT - Mon, October 11, 2021
Dev To Performance checklist for Vue and Nuxt
Improving performance of web applications will always be sexy. We want the page to load faster, smoother, and without too many layout shifts (Core Web Vitals, I am looking at you ). If you search in G...
02:40 pm GMT - Mon, October 11, 2021
Dev To Burnout? Take a moment to shut out expectations
Yesterday was World Mental Health Awareness Day. As I've previously quipped it really should be a year-round effort, as it has a tendancy to affect all of us at several points in our lives - and I'm p...
02:34 pm GMT - Mon, October 11, 2021
Dev To Getting started with GitHub pages
Hello everyone! In this article, we look into How to get started with GitHub pages.Probably you already know how to use Git and GitHub. Suppose you built a complete project for your website and ...
02:24 pm GMT - Mon, October 11, 2021
Dev To Just Ask Ipython for help
It happens to the best of usWe can't all remember every single function signature out there, it's just notpossible. If you want to stay productive while coding without the temptationto hit YouT...
01:45 pm GMT - Mon, October 11, 2021
Dev To Writing an Engaging, SEO-Friendly Technical Content: Tips from Fellow Creators
The role of writers in building brands is indispensable today. From global tech giants like Facebook to budding startups, carefully articulated content is essential in attracting consumers, building u...
01:43 pm GMT - Mon, October 11, 2021
Dev To How Much Does It Cost To Build a CRM System?
Originally published at Ascendix Tech's blog.The worldwide CRM software market is expected to reach over $43 bln by 2024 with a CAGR of 0.4% per year, according to Statista. These numbers mean that mo...
01:41 pm GMT - Mon, October 11, 2021
Dev To Button Fill Animation
You Can Check Here for More: Codelivly.comIf you enjoyed this article you canon https://dev.to/codezhub where I regularly post bite size tips relating to HTML, CSS and JavaScript.Happy Coding.....
01:41 pm GMT - Mon, October 11, 2021
Dev To Resolving Conflicts within your devteam
Confrontation is inevitable in the close-knit and often stressful environments many dev teams work in. It is a rare group of people that can work together towards the same goal and not disagree sooner...
01:39 pm GMT - Mon, October 11, 2021
Dev To Flutter for JS devs - LLF 6
Hey there I'm back with another entry to this series, so... Javascript right? We all love and hate it, yet have no choice but to use it if we want to create interactive websites (kinda). As a result,...
01:26 pm GMT - Mon, October 11, 2021
Dev To Dynamic styling in Vue.js
When I started using Vue.js as a front-end framework I immediately enjoyed the easy way I can set up and manage my components. Using single file components let me focus on all aspects regarding the wa...
01:16 pm GMT - Mon, October 11, 2021
Dev To Divtober Day 11: Slice
Today's #divtober drawing got a little bit out of hand. The word of the day is "slice," so I went for the obvious choice of a slice of pizza. It looked a bit sad, so I added cute eyes and a mouth. The...
01:15 pm GMT - Mon, October 11, 2021
Dev To Use these expert-verified tips to enhance your technical writeups!
There is no better feeling in this world than having your thoughts transformed into words and those words being helpful to other people. The entire essence of Technical writing is to convert complex t...
01:13 pm GMT - Mon, October 11, 2021
Dev To How to make a parser and a filter?
I've waited to post this on Monday morning because... well, even if you don't like coffee, more than any morning, the start of the week is certainly for "Coffee and Contemplation". (I prefer tea, but ...
01:11 pm GMT - Mon, October 11, 2021
Dev To 7 javaScript Array methods you should know
Arrays are one of the most common things a programmer uses or is likely to come across in a project. In this regard the array method we are going to look into should come in handy. We are going to use...
01:09 pm GMT - Mon, October 11, 2021
Dev To 5 reasons why Frontend Developers love GraphQL
Besides creating those beautiful UIs our beloved designers give us, handling complex application logic and component architecture, we as frontend developers work with a lot of data manipulating in the...
01:02 pm GMT - Mon, October 11, 2021
Dev To Structured logging in Python
Creating usable logs in Python can be somewhat complexjust ask my boss. Jonan Scheffler @thejonanshow ...
11:46 am GMT - Mon, October 11, 2021
Dev To 6 Chrome & VS Code Extensions For Backend Developers
Extensions can make our life as a developer a little easier. Whether they are Visual Studio Code or browser extensions, they can help you manage your tasks, optimize your workflow, or improve your eff...
11:44 am GMT - Mon, October 11, 2021
Dev To Create a backend in Javascript (part 5): Node Package Manager (NPM)
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...
10:34 am GMT - Mon, October 11, 2021
Dev To How To Solve Gee Captcha in Python Using 2Captcha
Everybody knows captchas as those annoying things like "Enter the letters you see on the image" when registering or providing feedback.CAPTCHA is designed to make humans capable of reading the text wi...
10:30 am GMT - Mon, October 11, 2021
Dev To Prevent Configuration Errors in Kubernetes
It was 3AM on a Monday. The team had experienced a sleepless weekend, trying to dig into a production failure. In just a few hours, the work week would begin, and we all knew that the world needed thi...
10:11 am GMT - Mon, October 11, 2021
Dev To [Golang] How to Implement Bubble Sort Algorithm
Today we are going to work on bubble sort implementation. What is Bubble Sort?Bubble sort is a sorting algorithm that works by repeatedly stepping through lists that need to be sorted, comparing ...
10:03 am GMT - Mon, October 11, 2021
Dev To React Native: Streaming Agora Cloud-Recording HLS Videos from an S3 Bucket
In a previous blog post, we looked at how to add Agora cloud recording to a video chat application for storing the recordings in an Amazon S3 bucket. Here, well go over how to fetch and playback the r...
09:37 am GMT - Mon, October 11, 2021
Dev To How to manage object in Angular FormControl
In this tutorial, we will learn how to manage object in FormControl and handle conversion for inputGenerally we use FormControl with either string or boolean types and hence it manages only simple val...
09:31 am GMT - Mon, October 11, 2021
Dev To Next.js Dynamic Routes With Contentful's GraphQL API with Jason Lengstorf
I sat down with Jason Lengstorf to talk about Next.js and teach him how to generate dynamic routes powered by the Contentful GraphQL API.In this video, we cover:Intro and a bit about my backgroundWhat...
09:16 am GMT - Mon, October 11, 2021
Dev To Setup Next.js to use Tailwind with Nx
In the previous article we learned how to setup Next.js in an Nx workspace. In this article we carry that forward, by adding TailwindCSS support to our setup.It's important to note that you don't need...
09:08 am GMT - Mon, October 11, 2021
Dev To Top 5 Anti-virus for install on your windows computer and it's system requirements
1.AVG anti-virus What is AVG Anti-virus?Block Unsafe Links, Downloads, & Email Attachments with AVG Free Antivirus. Free Forever - Fast & Easy Antivirus Software. Download AVG Antiv...
08:57 am GMT - Mon, October 11, 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:56 am GMT - Mon, October 11, 2021
Dev To Blog site API with Authentication in Node, Express and MongoDB
we are going to build a Blog site Api which has User Authentication using express, node and MongoDb, the Api has a simple functionality a since we are using express the framework of Node.js, all the ...
08:56 am GMT - Mon, October 11, 2021
Dev To Protect S3 bucketswith AWS Macie
Lets discover how we can use machine learning and pattern matching at scale to discover and report sensitive data stored in S3. Lets also notify our DevSec team about it by using EventBridge and Lambd...
08:52 am GMT - Mon, October 11, 2021
Dev To React JS, Instagram NFT app prototype
NFT instagram app prototype based on React JS. Images may load slowly since they are quite big. Random images that i could find online, are used. Did not check for copyrights :).Link to app,https://in...
08:30 am GMT - Mon, October 11, 2021
Dev To [Part 2] A proactive approach to handling application errors
NOTE: You will need to create a sentry account for this tutorial.This is the second part in a 3 part series on how to proactively handle errors in your applications across the stack.Issues on the fron...
08:03 am GMT - Mon, October 11, 2021
Dev To Django Channels - A Simple Chat App Part 3
Hello everyone Apologies for the delay of this article. This is the final part of the series. By the end of this tutorial, we will have a simple chat server in our hand.In the last part of this serie...
07:52 am GMT - Mon, October 11, 2021
Dev To Laravel Api authentication(Sanctum) with NuxtJs-Part1
As of Laravel 8 there has been introduction of Sanctum which has made APi authentication very easy. Here first I will explain about making Api authentication with Laravel and then I will inetgrate it ...
07:52 am GMT - Mon, October 11, 2021
Dev To Node JS React Soft Dashboard - Free Version
Hello Coders!This article presents an open-source full-stack seed project crafted on top of Soft UI Dashboard (free version) using React and Node JS for the backend logic. The product comes with a mod...
07:47 am GMT - Mon, October 11, 2021
Dev To 7 Formats for Great Team Retrospectives
A team retrospective is a meeting at the end of a sprint, project, or milestone where the team reflects on the past work cycle and identifies improvements. It involves celebrating achievements to rais...
07:26 am GMT - Mon, October 11, 2021
Dev To 2 Modules in Nebula Graph: Scheduler & Executor
You may have learned the optimizer of Nebula Graphs query engine in the last article. In this article, we will introduce how the Scheduler and the Executor, the last two modules of the query engine, a...
07:21 am GMT - Mon, October 11, 2021
Dev To 10 Amazing 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...
07:10 am GMT - Mon, October 11, 2021
Dev To Laravel Jetstream database session with multiple user table
If you are using Jetsream, you might notice that there is a feature called Browser Sessions. This feature allow the user to view the browser sessions associated with their account. Plus, the user may ...
07:07 am GMT - Mon, October 11, 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 ...
07:06 am GMT - Mon, October 11, 2021
Dev To AWS open source news and updates 85
October 11th, 2021 - Instalment #85Newsletter #85.This week we have an interesting gaming flavour to this newsletter, with a couple of projects that are influenced or are directly related to gam...
06:59 am GMT - Mon, October 11, 2021
Dev To Dashboard Widget with Tailwind CSS & Chart.js
Save for later.Hello. Through this post we'll see how we can make a dashboard widget (in the cover photo) with the help of Tailwind CSS and Chart.js!Let's directly get into it Step 1: Include th...
06:52 am GMT - Mon, October 11, 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...
06:50 am GMT - Mon, October 11, 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...
06:38 am GMT - Mon, October 11, 2021
Dev To API Testing - Write your complex API test scenarios with ease
Watch our video #tutorial on how you may quickly validate your complex API test scenarios or how you may chain multiple API requests in vREST NG Application.vREST NG is a script less API test automati...
06:29 am GMT - Mon, October 11, 2021
Dev To All CSS Properties You Need to Know to Build a Website
Whether you're at the beginning of your CSS journey or somewhere else, you got to admit-a number of CSS properties is massive.And it's easy to confuse yourself in that vast sea.You're copying code fro...
05:34 am GMT - Mon, October 11, 2021
Dev To Announcing Version 2.0 of the Flutter SDK for Appwrite!
Hey FlAppwriters, I am super excited to announce version 2.0 of our Flutter SDK with response model support. It is now available on pub.dev. With this release, each of the methods in our Flutter SDKs ...
05:14 am GMT - Mon, October 11, 2021
Dev To What are low-code development platforms and their benefits?
A PTC report states that nearly 60% of companies that have a digital transformation strategy have created new business models.This indicates that digital transformation is integral to the scalability ...
05:12 am GMT - Mon, October 11, 2021
Dev To 20 Javascript & CSS Libraries for Stunning Hover Animations
The role ofhover animationgoes well beyond that of being a mere piece of decoration. So in this post Ive collected 15 Javascript Libraries for Stunning Hover Animations that you can use it to guide we...
04:57 am GMT - Mon, October 11, 2021
Dev To 10 Trending projects on GitHub for web developers
Ultra is a web framework that leans hard into your browser's native features. Embrace the future of ES Modules, Import Maps, and Web Streams. All while supporting some of the non-standards that many n...
04:51 am GMT - Mon, October 11, 2021
Dev To 10 Magical JavaScript Tips for Every Web Developer
In this article, we will discuss the 10 useful JavaScript tips for every web developer to save their valuable and precious time.Read More: 10 Magical JavaScript Tips for Every Web Developer...
04:51 am GMT - Mon, October 11, 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:43 am GMT - Mon, October 11, 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:43 am GMT - Mon, October 11, 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...
04:34 am GMT - Mon, October 11, 2021
Dev To Thank you to over 9000 golang followers
Yesterday I reached 9000 Followers for my @golangch Twitter account.Some asked me, how I reached this number.Well, there is no strategy or trick. I tweet since Jan 2017, as a human (there are a lot of...
02:00 am GMT - Mon, October 11, 2021
Dev To Lambda Expressions in Java
This week we are going to go over something I have ran across but didnt really understand until recently, lambda expressions! Lambda expressions are Java dipping its toes into functional programming....
01:40 am GMT - Mon, October 11, 2021
Dev To JavaScript -Array.prototype.filter()
Array.filter()JavaScript is one of the most important parts of web development. Today we are taking a look at the filter() method in JavaScript.So how do we use the filter() method? Here is a sim...
01:33 am GMT - Mon, October 11, 2021
Dev To Card Web Component
DevelopmentMy team and I are currently developing a card for websites like the one above. There are many elements that are a part of this card, but for this project we are focusing on four of th...
01:02 am GMT - Mon, October 11, 2021
Dev To Three Protocols you should know as a web developer
What Does Protocol Mean?A protocol is a set of rules and guidelines for communicating data.Rules are defined for each step and process during communication between two or more computers.Networks...
12:46 am GMT - Mon, October 11, 2021
Dev To Five thousand processing cores?
Even if you're not in the 'tech' industry, in today's computing age you may have heard the term 'CPU' tossed around. A CPU or Central Processing Unit is a general term for the 'brain' of today's compu...
12:34 am GMT - Mon, October 11, 2021
Dev To Thoughts on 10x Developers
The concept of the 10x developer was popularized by Steve McConnell in his book, Rapid Development, published in the 1990s. Steve highlighted some research into software engineering that suggested top...
12:19 am GMT - Mon, October 11, 2021
Dev To Primary Keys in SQL
We want all our data entries in a table to be uniquely identifiable. A Primary key is a unique identifier on a row. A good example of a primary key is your twitter handle. No 2 twitter handles are the...
11:59 pm GMT - Sun, October 10, 2021
Dev To API Project Template, Written in Typescript
Building project with standardized structure could save much our time. We could focus on business process without considering too much on project structure. On the other hand, a good project structure...
11:25 pm GMT - Sun, October 10, 2021
Dev To SEO-ing my JAMstack site
How I optimised my JAMstack site for search enginesSEO isnt my strongest suit, so I decided to learn more about it by optimising my JAMstack site Sweet Jam Sites. Im usually more familiar with c...
09:19 pm GMT - Sun, October 10, 2021
Dev To The 7 software testing principles
Hello there! I'm Lucas, a brazilian QA engineer, and this is Another QA Content nobody asked for (but i made it anyway ). My goal with this blog is to talk about things related to the QA world in my ...
09:12 pm GMT - Sun, October 10, 2021
Dev To Tell Me About A Time You Had To Handle Pressure | Facebook Behavioral Interview (Jedi) Series
Before we discuss this question, let us recap what the Behavioral Interview Round at Facebook is.Behavioral Interview Round is also known as the Jedi Interview round at Facebook.It is about you and yo...
08:31 pm GMT - Sun, October 10, 2021
Dev To How to make Rock Paper Scissors in Javascript
Hi Everyone! In this post, I will show you how to make Rock Paper Scissors in HTML, CSS, and Javascript. Follow me for more projects. Let's get started!This will be the basic HTML User Interface:<!...
08:23 pm GMT - Sun, October 10, 2021
Dev To Spring Boot CRUD - Mongo DB Docker
CRUD Operations using Spring Boot and MYSQL Database using docker-compose.Docker is required to be install on the machine. Install Docker from here Installation1) Clone the Repo from here Click H...
07:39 pm GMT - Sun, October 10, 2021
Dev To Analysis of Building a Web Component
Design, Build, ExtendI like to approach the idea of designing and building a web component similar to how I have been trained to approach UX Design: following the Design Thinking Method. For tho...
07:34 pm GMT - Sun, October 10, 2021
Dev To Making the most boring website ever with TypeScript, NestJs, React and others. Part 3.
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...
07:12 pm GMT - Sun, October 10, 2021
Dev To Building A Payment Application using Python Flask Framework, Docker and and the Beyonic API.
In this article, we are going to learn how to create a payment application using Python flask framework, Docker and the Beyonic API. If you want some basics on how to use Flask to build web applicatio...
06:57 pm GMT - Sun, October 10, 2021
Dev To Mastering Mutations in React Query
We've covered a lot of ground already when it comes to the features and concepts React Query provides. Most of them are about retrieving data - via the useQuery hook. There is however a second, integr...
06:48 pm GMT - Sun, October 10, 2021
Dev To Container Migration Methodology
IntroductionBusinesses have recently developed great interest in Container-based architectures as it's more suitable for agile architectures.The following chart from Grand View Research shows th...
06:45 pm GMT - Sun, October 10, 2021
Dev To PFX dosyalar hakknda
PFX nedir?PFX dosya format temel olarak "PKCS #12" olarak bilinen standartn ncldr. Bu standart, birden fazla kriptografik objenin bir dosyada kullanlmasn salamaktadr. erisinde tek bir sertfikay ...
06:44 pm GMT - Sun, October 10, 2021
Dev To Introduction to Data structures and Algorithms in Python
Data structures are a way of organizing and storing data so that they can be accessed and worked with efficiently while Algorithms are sequence of well defined instructions for solving a problem or a...
06:40 pm GMT - Sun, October 10, 2021
Dev To Creating a simple timer and score keeper in JavaScript.
We are going to focus on creating a simple timer and score keeper using just HTML and JavaScript.First we will start with creating our index.html with just basic HTML and our script tag that will conn...
06:21 pm GMT - Sun, October 10, 2021
Dev To Terminal Animation for your website using Typed.js
Many times when we come through some interesting thing such as animations or Transitions we are eager to know how to implement it in real practice.I came to know many developers are using Terminal Ani...
06:08 pm GMT - Sun, October 10, 2021
Dev To 10 Free Cloud Storage
With cloud storage, all your data is safely stored in a remote database, so you do not need to store it locally on your computer hard drive or other storage device. 1. SyncMost cloud storage prov...
06:05 pm GMT - Sun, October 10, 2021
Dev To React useState
Hey guys this is my first blog...Suppose we have to render name in react app . We can save that name in simple variable and render that name .But what if we want to change name to Alfred after clicki...
05:52 pm GMT - Sun, October 10, 2021
Dev To Is Machine Learning generated music finally useful? [for Indie Game Devs]
A short post about a service I stumbled across called AIVA.I have been working on systemising my processes for content creation. One thing that I want to do is to create some YouTube shorts (1-2 minut...
05:52 pm GMT - Sun, October 10, 2021
Dev To Is "AI" generated music finally useful? [for Indie Game Devs]
A short post about a service I stumbled across called AIVA.I have been working on systemising my processes for content creation. One thing that I want to do is to create some YouTube shorts (1-2 minut...
05:36 pm GMT - Sun, October 10, 2021
Dev To Validating Markup: Write Your Own Snippet
I always validate my markup. Why? There are several reasons, the main ones being:If the markup is invalid, the browser will have to spend more time guessing and interpreting what the markup should mos...
05:21 pm GMT - Sun, October 10, 2021
Dev To How to Enable SSL for Local Laravel Sail Development Caddy and Docker
Let's talk SSL and local development; don't worry, I've been searching too.There is an issue with developing locally, not just with Laravel, where developers who are building saas products aren't able...
05:17 pm GMT - Sun, October 10, 2021
Dev To SQS Queue with across account Lambda triggers
AWS SQS was limited to AWS Lambda functions triggers which belonged to the same account where the SQS Queue is created. Now with the recent announcement, we can trigger Lambda functions from a differe...
05:06 pm GMT - Sun, October 10, 2021
Dev To Dotnet code generation overview by example
IntroductionCode generation is a very interesting topic. Instead of just writing code you can write code to write code. You can do code generation at compile time (new fancy source generators) a...
04:51 pm GMT - Sun, October 10, 2021
Dev To LnipLesson4
include include include include typedef long long ll;int main2() { int n = 0; int base = 10; std::cin >> n >> base; std::string result; while (n > 0) { c...
04:49 pm GMT - Sun, October 10, 2021
Dev To Build 10 CSS Projects in 10 days: Project 8
This is day 8 and project 8 of Build 10 CSS Projects in 10 days. If you haven't read the other articles from this series, check them out first. You can find them at the end of this article. Today we a...
04:36 pm GMT - Sun, October 10, 2021
Dev To Build 10 CSS Projects in 10 days: Project 6
Welcome again. This is day 6 and project 6 of Build 10 CSS Projects in 10 days. If you haven't read the other articles from this series, check them out first. You can find them at the end of this arti...
03:52 pm GMT - Sun, October 10, 2021
Dev To How to test a element with React Testing Library
I recently needed to add tests for a <select> element I was developing, and I couldn't find a lot of resources on how to do this with React Testing Library, so I'll share the approach I went wi...
03:51 pm GMT - Sun, October 10, 2021
Dev To LOCAL SCRIPT
local PLAYER = game.Players.LocalPlayerlocal PET = PLAYER:WaitForChild("EQUIPPED_PET", true)local PETS_LIST = require(game.ReplicatedStorage.PETS_LIST)local STEPPED = nillocal POS = nillocal GYR = nil...
03:43 pm GMT - Sun, October 10, 2021
Dev To What is TypeScript and why should you care?
I am sure that in your web development career you must have used JavaScript at least once. And I am sure you must have found it very useful and very powerful. But what if I say there is another langu...
03:37 pm GMT - Sun, October 10, 2021
Dev To URL and DNS explained!
IntroductionWhenever you search for any resource(website, docs, images etc) on the internet, you can see their address in the address bar. This address tells us that the particular resource is h...
03:23 pm GMT - Sun, October 10, 2021
Dev To Building Your Online Presence
Back in October 2020 I realized the importance of having an online presence when I saw this tweet on Twitter: Daniel Vassallo @dvassallo...
02:51 pm GMT - Sun, October 10, 2021
Dev To User Login Authentication
In this Repo, we will show how to add basic user login with authentication to a Next.js app using Auth0.Auth0 is the easiest way for developers to add authentication and build secure applications. Che...
02:46 pm GMT - Sun, October 10, 2021
Dev To Next.Js Series 5 - What is 'Head' component from 'next/head' and how should we use it?
In this article, we are going to talk about the 'Head' component in Next.Js. Looking back to series #1, there is a 'Head' component imported from 'next/head' by default being used in index.js. This 'H...
02:30 pm GMT - Sun, October 10, 2021
Dev To Understanding Domain Driven Design with some Pizza
Its been a while since microservices appeared as an attempt to answer challenges we face in modern application development. At the core, the microservices architecture is created around the principles...
02:25 pm GMT - Sun, October 10, 2021
Dev To Git Commit Messages
Using the right commit messages helps make it more meaningful and it provides clarity on your updated piece of code being pushed to GitHub.feat - a new featurefix - a bug fixdocs - changes in do...
02:07 pm GMT - Sun, October 10, 2021
Dev To Build a facebook story creator using ReactJS and FabricJS
Back then those days, I'm on my way to building a very large project myself, it's a social media app. And there is a very interesting feature that I want my app to have, yeah, it's the story feature w...
01:28 pm GMT - Sun, October 10, 2021
Dev To 5 Best Website To learn Web Development
IntroductionDue to COVID 19 situation The whole world has shifted to digital platform which affect the website field a lot that result to a better future and New generation.Web development is a ...
01:28 pm GMT - Sun, October 10, 2021
Dev To In-place editing with Dancer2 and jQuery
I really enjoyed reading Mark Gardner's blog post about web frameworks this week, but in one way it made me feel slightly sad.It made me sad because it got me thinking about how a lot of Perl web deve...
01:18 pm GMT - Sun, October 10, 2021
Dev To Button animations
You Can Check Here for More: Codelivly.comIf you enjoyed this article you canon https://dev.to/codezhub where I regularly post bite size tips relating to HTML, CSS and JavaScript.Happy Coding.....
01:18 pm GMT - Sun, October 10, 2021
Dev To CSS Button animations
You Can Check Here for More: Codelivly.comIf you enjoyed this article you canon https://dev.to/codezhub where I regularly post bite size tips relating to HTML, CSS and JavaScript.Happy Coding.....
01:07 pm GMT - Sun, October 10, 2021
Dev To RegEx in JavaScript with a cool project
Hi everyone, This is my first blog on this platform in which we are going to learn regex with the help of a cool mini project. OutlineWhat is RegEx?Use cases of RegEx.Different ways to define Reg...
12:29 pm GMT - Sun, October 10, 2021
Dev To Linux sistemlere sertifika ekleme
X.509 standart, zellikle HTTPS'in de iinde bulunduu TLS/SSL protokollerinin kulland ifreleme standart olarak kullanlmaktadr. Ak kaynak kodlu openssl uygulamas da bu standart kullanarak bir ok sreci yr...
12:01 pm GMT - Sun, October 10, 2021
Dev To 5 best emulators download for windows and it's system requirements
1.Youwave What is YouWave Android emulator?YouWave is a free application that lets you emulate your Android mobile phone screen on your Microsoft Windows PC desktop. The free download will ...
11:33 am GMT - Sun, October 10, 2021
Dev To Creating custom Forms in React with stateless inputs
IntroductionEver seen something like this?In this article, i will be trying to solve this problem. So lets get started! ProblemIts a tedious task to make big forms with managed state of ea...
11:20 am GMT - Sun, October 10, 2021
Dev To How to build a free plan in Laravel Spark
IntroductionI'm going to explain how to build a free plan for your Laravel Spark Next application.I will be using Paddle as the payment gateway, but the steps are almost identical with Stripe.Be...
11:13 am GMT - Sun, October 10, 2021
Dev To [Golang] How to get the diagonal difference: Problem Solving
Hi,So today we're about to cover up another problem solving question which is how we can find the diagonal difference and we are going to cover up this problem via two ways.Using LoopUsing Recursive f...
10:51 am GMT - Sun, October 10, 2021
Dev To Top 5 resources to learn Vue.js [in no particular order]
Hey everyone ,I recently wrote an article where I mentioned about React Projects Every Beginner Should Try : https://dev.to/thenerdydev/10-react-projects-every-beginner-should-try-fk9. In this articl...
10:45 am GMT - Sun, October 10, 2021
Dev To Answer: How to check a not-defined variable in JavaScript
answer re: How to check a not-defined variable in JavaScript May 13 '09 ...
10:44 am GMT - Sun, October 10, 2021
Dev To Inkscape: Alternative to Adobe Illustrator
Hi, Everyone! Aditya here,Today I want to discuss a topic which is vector ART, when I start making websites I found that my vector images are not up to the mark. So, I take a deep breath and dive into...
10:24 am GMT - Sun, October 10, 2021
Dev To How to make a button looked like it's staying pressed down
Let's say you have a button on your page and when the user clicks it, it should look like it's staying pressed until they do something else. How do you do that? It's pretty easy, you just need a box s...
09:59 am GMT - Sun, October 10, 2021
Dev To SoapUi Load Test reporting Dashboard
In this post I'd like to show you how to create the Load Test results dashboard using plotly and Dash.Assuming that you use the SoapUi opensource version to run your load tests, you know there are ver...
09:48 am GMT - Sun, October 10, 2021
Dev To Top 66 Object Oriented Programming Questions for Interviews
OOP Interview question or Object-oriented programming interview question is an integral part of any Java interview. Since Java is an Object-oriented programming language, it's expected from Java devel...
09:42 am GMT - Sun, October 10, 2021
Dev To Button Hover Animation
You Can Check Here for More: Codelivly.comIf you enjoyed this article you canon https://dev.to/codezhub where I regularly post bite size tips relating to HTML, CSS and JavaScript.Happy Coding.....
09:41 am GMT - Sun, October 10, 2021
Dev To Ripple Animation on Button Click
You Can Check Here for More: Codelivly.comIf you enjoyed this article you canon https://dev.to/codezhub where I regularly post bite size tips relating to HTML, CSS and JavaScript.Happy Coding.....
09:00 am GMT - Sun, October 10, 2021
Dev To Share a lexical analyzer implemented in JavaScript
It is a lexical analyzer based on DFA that made by JS and supports multi-language extension.Project: https://github.com/WGrape/lexerDemo: https://wgrape.github.io/lexerWelcome~...
08:57 am GMT - Sun, October 10, 2021
Dev To Golang 101: Range
Dizi, Kesit ve Harita verilerinden indis, anahtar ve deer ekmek iin for dngs ile birlikte range kullanlr.package mainimport "fmt"func main() { // Kesitteki Saylar Toplama kesit := []int{1, 2, 3...
08:49 am GMT - Sun, October 10, 2021
Dev To Create a menubar app for macOS, just using Python
IntroductionWhile Python is great for building a lot of things, macOS apps are certainly not one of them. I was wondering if its possible to build a menu bar app for macOS using Python. I found ...
08:39 am GMT - Sun, October 10, 2021
Dev To Amazing Project Management Website Design
Hello design lovers. Here we are with Project Management Website Design. This is a responsive Project Management Website Design. Take your Startup business website to the next level and amp up your Pr...
07:46 am GMT - Sun, October 10, 2021
Dev To NativeScript vs React Native: which one to choose for Native app development in 2021
React Native and NativeScript occupy a special place in the cross-platform development sphere. These frameworks, once created, have changed the multiplatform development paradigm, allowing developers ...
07:44 am GMT - Sun, October 10, 2021
Dev To Agile and Scrum Workshop via Chingu Cohorts on Nov 1
Hello Developers and Designers!I'm organizing another FREE Agile & Scrum workshop with fellow developers and UI/UX/designers on November 1. This will be under Chingu, and certificates of completio...
07:40 am GMT - Sun, October 10, 2021
Dev To Day 2 of 100 Days of Code and Scrum: Launching the Apollo Client
YesterdayI learned the basic structure of GraphQL types, fields, payload, and so on. TodayNothing too crazy because it is a break day. I studied a little bit and planned out what my goals a...
07:20 am GMT - Sun, October 10, 2021
Dev To How to Stream Your Webcam to an HTML Document
Streaming your webcam to an HTML document is a short & simple process. We start by creating a plain HTML document (call it index.html).<!DOCTYPE html><html lang="en"> <head> ...
07:05 am GMT - Sun, October 10, 2021
Dev To Front-End Resources
Hey Devs! Its my first post in the dev.to! I met front-end development exact 1 year ago and it's the best thing ever happened to me. So, I want to share some resources which I use when build things, f...
06:51 am GMT - Sun, October 10, 2021
Dev To i made a decision to take the challenge
100DaysOfCode...
06:27 am GMT - Sun, October 10, 2021
Dev To Divtober Day 10: Organized
This has been the most challenging drawing so far. Mainly, because I had a tough time deciding what to draw; and once I picked something, it was not the best choice: loosely related to the topic, too ...
05:46 am GMT - Sun, October 10, 2021
Dev To 5 Tips Every React Developer Should Know
React is an amazing tool to build Front End Applications. This article will provide you some tips which you can immediately implement to up your React game and help you become a better React Developer...
05:18 am GMT - Sun, October 10, 2021
Dev To How I created a stack guessing tool using Next.js
I'm all about creating funny tools just for the sole purpose of learning things.In this article, I'll guide you through the process of creating this Stack guessing website I built in Next.js.The stack...
04:11 am GMT - Sun, October 10, 2021
Dev To UnFamiliar Awesome Freebies for Developers
HELLO, MATES. I hope you all are doing great!!! I am glad to bring you some of the useful websites in this blog. I hope you will enjoy reading this article. So, this blog will not be a technical...
03:45 am GMT - Sun, October 10, 2021
Dev To From Nuxt to Astro - Rebuilding with Astro
I don't remember exactly when I started hearing about Astro, one of the latest static site generators to help tackle the problem of building sites with less Javascript. The problem is one we're all fa...
03:29 am GMT - Sun, October 10, 2021
Dev To ... or ...? The Rest and Spread Operator
One thing that I have always respected about coding is how everything is cut and dry. There are no double meaning words like in the English language. Like ship for example! Am I talking about a boat o...
02:56 am GMT - Sun, October 10, 2021
Dev To Split Cards Effect
so in this post i wont write much but will link a video where i have shown and explained every step :) and made it easier so you can understand so here is the link - https://www.youtube.com/watch?v=8M...
02:50 am GMT - Sun, October 10, 2021
Dev To A "Brief" History of the Web Part 4
In this final post of the series, we shall cover some of the popular developments in web since 2017 to today. Whether it's Web Assembly, PWA, SSR or the JAM Stack let's take a look at web dev today an...
02:40 am GMT - Sun, October 10, 2021
Dev To Simple Responsive Contact Form
...
01:11 am GMT - Sun, October 10, 2021
Dev To Architecting React Applications
React is easy to learn, hard to master. It give you all the freedom you need (or not) to organize your proyects. It have amazing stuff like hooks, contexts, Suspense, and more (and more in React 18). ...
12:58 am GMT - Sun, October 10, 2021
Dev To Stop using loading spinners
Skeletons are better than spinners. If you're refreshing data, or fetching more, show a spinner. But a screen with no data feels less empty with a skeleton.If you follow me on Twitter, you know how mu...
12:13 am GMT - Sun, October 10, 2021
Dev To Como escrever cdigos mais padronizados?
Capa por Tim Graf no Unsplash SumrioIntroduoO que Style Guide?Quem define um guia de estilo?No que isso vai me ajudar?Exemplos IntroduoQuem me acompanha nas redes sociais sabe que, recentem...
11:31 pm GMT - Sat, October 9, 2021
Dev To connect React with Redux
How to connect React with Redux - if you a newbie like me you might feel like i don't even know where to start. well my friend i got you covered. React + Redux are widely used and popular technologies...
10:58 pm GMT - Sat, October 9, 2021
Dev To Realtime Pose Comparison With TensorFlow.js
The ChallengeI'm creating a dance game in the browser that uses TensorFlow.js (also referred to as MoveNet, which is the model used) to analyze a person's movements and will compare those moveme...
10:18 pm GMT - Sat, October 9, 2021
Dev To How to make a Video Recorder with Javascript and Bootstrap
Hi Everyone! In this post, I will be showing you how to make a video recorder with Javascript and Bootstrap. Remember to Follow me if you want more projects. Let's get started. Devices that will use t...
10:09 pm GMT - Sat, October 9, 2021
Dev To Javascript Data Structure - Linked list
DefinitionA linked list is a linear data structure that represents a collection of elements that we'll call nodes , where each node points to the next one or previous one, the first node in the ...
09:44 pm GMT - Sat, October 9, 2021
Dev To Introduction to cURL with php
Client URL (cURL) is a PHP library for transferring data using various network protocols. cURL allows data to be transfer over HTTP using either the GET/POST method.In this article we'll discus briefl...
09:04 pm GMT - Sat, October 9, 2021
Dev To A fresh-looking, neon theme for your preferred IDE. Almost radioactive.
Just recently wrote a very clean, theme for VSCode called "radium". It mostly consists of green and neon type colors to match our name "radium". Feedback is much appreciated! We are updating it as we ...
08:59 pm GMT - Sat, October 9, 2021
Dev To 25 Best Android Libraries, Projects, and Tools You Wont Want to Miss Out in 2021
Hello everyone, this is my first post on dev.to I start to post new content here as well as on other platforms. Actually this is cross-post from Medium, however you all know that Medium is quite rest...
08:54 pm GMT - Sat, October 9, 2021
Dev To Branching out this Hacktoberfest
Last year was my first time joining Hacktoberfest. I hadn't done much "serious" coding or developing (can't say that I still have) so I was sticking to what I felt comfortable with: translations. ...
08:30 pm GMT - Sat, October 9, 2021
Dev To My AWS service was over-provisioned by ~1000 times: A 5-minute guide on how to check app resource use on fargate
cover image by @marcusWrinklerVery quick backstory:I built and am working on an app called Kichi. It's an app to help intermediate learners continue to learn Japanese and English at a very fast pace.I...
08:29 pm GMT - Sat, October 9, 2021
Dev To VS-Code / Active Bracket pair colorization easily
This is an easy tutorial to show how to active the new feature in vscode.0 - Open VS Code (it was necessary to indicate)1 - Open Editor Settings (use the shortcut or do this )Then this tab will open2 ...
08:19 pm GMT - Sat, October 9, 2021
Dev To JSON: All You Need to Know
JSON stands for JavaScript Object Notation. It is a data-interchange format used to communicate between the server and the client. JSON is not a language but a syntax.The name JavaScript Object Notati...
08:14 pm GMT - Sat, October 9, 2021
Dev To To Implement A Tiny Programming Language, Part 0
(Are you tired of seeing only webdev posts on this site? At least I absolutely am.)This side project idea has been sitting in my to-do list for way too long. Now that I've finished the core of my lexe...
07:55 pm GMT - Sat, October 9, 2021
Dev To Choosing the right headless Raspberry Pi
Headless is a blanket term for anything without a GUI.In that sense you intend to not use a monitor, mouse and keyboard and just have an SSH server running. I'm not going to go into that specially - b...
07:29 pm GMT - Sat, October 9, 2021
Dev To Introducing Sapling, A VS Code Extension For Traversing Your React Component Hierarchy
React is a powerful tool for building your frontend applications, but at scale navigating the hierarchy of your components may be painful. Sapling aims to change that.Modern React applications a...
07:26 pm GMT - Sat, October 9, 2021
Dev To Tourism with NFT on BSC - On Pre-Sale until December 31st 2021 - Airdrop Ongoing
CTR on BSC Explorer A Decentralized Tourism InvestmentOffering the power of exceptional customer care to become the industry leader of luxury rural tourism in Portugal. We are a legally approved busin...
06:11 pm GMT - Sat, October 9, 2021
Dev To Application Security Engineer journey
IntroductionWhen you start working as an application security engineer, you'll expect to find straightforward tasks to do. But this is not the case because each company has its vision and strate...
05:59 pm GMT - Sat, October 9, 2021
Dev To Ema-Johnia {day-30}
100daysofcode {Day - 30}Today's learning about JavaScript Localstorage. I've created a shopping cart with ReactJs and if you add products to the cart it will save the data to local storage and y...
05:58 pm GMT - Sat, October 9, 2021
Dev To Concepts to Know To Get A Job as a Django Developer
Database DesignYou have to understand the Django models. Have the SQL concepts before learning this. You have to relate to the models and relationships they carry. Master how Boolean fields, integers,...
05:58 pm GMT - Sat, October 9, 2021
Dev To Understanding the Modern Web Stack: Webpack - DevServer, React & Typescript
(This tutorial is written using webpack v5 however the general concepts will apply to any version) Table of ContentsRecapInitializing the ProjectSource MapsWebpack DevServerReact and JSXTypescrip...
05:35 pm GMT - Sat, October 9, 2021
Dev To How do you deal with screen time?
TIL (Today I learned) that Americans spend on average around 4 hours a day with their smartphones (e.g. Instagram, but not only). In Europe, it's quite the same.There are various screens, including mo...
05:35 pm GMT - Sat, October 9, 2021
Dev To How I created and deployed my first full stack web application in just 4 days
About MeHi I am Tarun Sharma. I am from India and just finished my school life and took a year off to discover and learn new things specially the things related to coding i.e. React, JavaScript,...
05:31 pm GMT - Sat, October 9, 2021
Dev To Peregrine Rewrite - The python-like language that's as fast as C
Hey guys!My name is Ethan, and I'm one of 12 Peregrine developers. Some of you may already know what Peregrine is, some of you don't, but this article is going to explain the current state at where Pe...
05:27 pm GMT - Sat, October 9, 2021
Dev To Simple CRUD App with Express.js, SQLite & MVC pattern
DISCLAIMER: This is not "the best way" or "should do" blog post, instead I will just try to share my experience and what I find to work out.The goal is to create an application that will implement CRU...
05:23 pm GMT - Sat, October 9, 2021
Dev To Build a Free NextJS Commenting System using Github [Part 2/2]
In the previous article we built the basic interface for our commenting system. Now we need to program the API endpoints to communicate with Github's API in order to save and retrieve the comments. ...
05:23 pm GMT - Sat, October 9, 2021
Dev To Build a Free NextJS Commenting System using Github [Part 1/2]
In a recent project of mine built with NextJS I wanted to implement a simple but functional commenting system. While I already did a commenting system, it was using an external CMS (Sanity.io). Sanity...
05:21 pm GMT - Sat, October 9, 2021
Dev To Build 10 CSS Projects in 10 days: Project 5
Welcome to my "Build 10 CSS Projects in 10 Days" Series This is day 5 and project 5. If you haven't read the other articles in this series please check them out first. I'll list them at the end of thi...
05:20 pm GMT - Sat, October 9, 2021
Dev To What makes languages "fast" or "slow"?
In his article Naser Tamimi compares C++ and Python and this is what he observed: As you can see Python is much slower than C++, but in reality no programming language is fast or slow. The machine cod...
04:59 pm GMT - Sat, October 9, 2021
Dev To Like im 5:What is JQUERY???????
What is Jquery?...
04:45 pm GMT - Sat, October 9, 2021
Dev To A Tangled Web of ARIA
In this day and age of web development being done using mostly JavaScript frameworks, semantic HTML has been left behind. In its place we see more developers using ARIA (Accessible Rich Internet Appli...
04:27 pm GMT - Sat, October 9, 2021
Dev To How to merge objects in JavaScript?
This article was originally published on webinuse.comThis is the third article in the series. We already wrote Object manipulation in JavaScript and How to check if a JavaScript object is empty? Often...
03:44 pm GMT - Sat, October 9, 2021
Dev To Promisify setTimeout
Code to promisify setTimeoutconst delay = (time) => new Promise((resolve, reject) => setTimeout(resolve, time)) Usagedelay(2000).then(() => console.log('Hello i will get logged aft...
03:14 pm GMT - Sat, October 9, 2021
Dev To Analog Clock using HTML, CSS, and Javascript
============================================Photo by Lucian Alexe on UnsplashDear Reader,Lets start learning some cool CSS tricks and a bit of Javascript by building an analog clock using HTML, CSS, a...
03:01 pm GMT - Sat, October 9, 2021
Dev To YouTube Music API
An unofficial YouTube Music API For Python Programming Language.A Python library which Quickly gather the metadata of a Song, Playlist, Artist existing on YouTube or YouTube Music. Installationpi...
02:56 pm GMT - Sat, October 9, 2021
Dev To Science, Strategy and War: The Strategic Theory of John Boyd by Frans Osinga
If you are a regular reader of my blog, you probably remember that I started to study Boyd's thoughts a couple of months ago. It all started with a book recommendation from Ryan Holiday about Boyd: Th...
02:54 pm GMT - Sat, October 9, 2021
Dev To I got my first freelance job to build a site and I dont know how to write up a proposal/contract
This will be my first worthwhile freelance job as opposed to sites Ive built for friends and family for basically free. I was recommended by a family member to this person and they want me to start bu...
02:37 pm GMT - Sat, October 9, 2021
Dev To Difference between Dialogflow CX vs Dialogflow ES
Google Dialogflow has introduced Dialogflow CX in December 2020. It is a powerful tool to build virtual agents. So Now Dialogflow has 2 versions one is Dialogflow ES(Older Version) and New is Dialogfl...
02:18 pm GMT - Sat, October 9, 2021
Dev To CSS Units Guide, everything you need to know
This article was originally published on webinuse.comIn CSS every property must have some value. Sometimes its a path, sometimes its color, sometimes its a string, but sometimes its a measurement unit...
02:11 pm GMT - Sat, October 9, 2021
Dev To A Basic Guide to Cascading Style Sheets
Brief BackgroundLike HTML, CSS (which means Cascading Style Sheets) is not a programming language, it is the code you use to selectively style the web. CSS is a style sheet language for describi...
01:47 pm GMT - Sat, October 9, 2021
Dev To Turbo Frames on Rails
Turbo, part of the Hotwire tripartite, gives you the tools to write dramatically less custom JavaScript than you would otherwise need to build modern, performant web applications.Turbo is composed of ...
01:44 pm GMT - Sat, October 9, 2021
Dev To Introducing Async Channels
What?Channels are queue-like objects (First In First Out) that their enqueue (send) and dequeue (get) functions are asynchronous (async). By passing them between asynchronous functions we can sy...
01:36 pm GMT - Sat, October 9, 2021
Dev To How to make a good looking button with Tailwind CSS
Tailwind CSS is a utility based framework. Which is great in many ways. However, Tailwind CSS does not have a default set of components for you to get started with.This is a series that will show you ...
01:21 pm GMT - Sat, October 9, 2021
Dev To Data Structures Problem - Checking for Children Sum Property in a given Binary Tree
Hey guys ,I just released a new video on solving an interview problem : Checking for Children Sum Property in a given Binary Tree In this video, we will solve the problem of checking whether the given...
01:00 pm GMT - Sat, October 9, 2021
Dev To DataDog vs Prometheus - Key features, differences, and alternatives
Both DataDog and Prometheus are application monitoring tools aimed to improve application performance. While DataDog is a proprietary SaaS vendor in the APM domain, Prometheus is an open-source metric...
12:55 pm GMT - Sat, October 9, 2021
Dev To JavaScript Projects For Beginners
javascript project for beginners: Projects are one of the most effective ways to learn JavaScript. Whether its learning the fundamentals of JavaScript or diving deeper into something more complex, wer...
12:37 pm GMT - Sat, October 9, 2021
Dev To Getting Started with Nodejs, Express and Docker
PrerequisitesJavascriptDocker Basics Understanding DockerDocker is an open source platform that provides an open platform for building, shipping, and running distributed applications. It au...
12:22 pm GMT - Sat, October 9, 2021
Dev To Day 1 of 100 Days of Code and Scrum: How to GraphQL?
For context, I'm doing a mixture of 100daysofcode with Scrum elements. See the challenge post here: YesterdayI started learning GraphQL from https://www.howtographql.com. It's a pretty nice Graph...
12:07 pm GMT - Sat, October 9, 2021
Dev To Migrate Material-UI 4 to Mui-5
A month ago the Mui team released version 5 of Material-ui . they made some changes in this version, and some of them we'll need to configure at our own aymore. let's have a depth look over it!prerequ...
11:55 am GMT - Sat, October 9, 2021
Dev To Button Hover Animation
...
11:40 am GMT - Sat, October 9, 2021
Dev To 10 Awesome Github Repositories Every Web Developer Should Know.
1. AwesomeWithout a doubt, Awesome is the most popular repositories for everything from software development to hardware to business. It currently has over 123,000 stars on Github, and one could...
11:37 am GMT - Sat, October 9, 2021
Dev To Pagination in Javascript and React, with a custom usePagination() hook
This guide is to help you understand the concept of pagination and how to implement it in react, the concepts in this tutorial can be applied to any javascript project. What is Pagination?Pagina...
11:32 am GMT - Sat, October 9, 2021
Dev To Learn about the Google Cloud Platform
IntroductionGoogle Cloud Platform is a way to access Googlesinfrastructure to create your own serverAnd applications(simplified answer).Google Cloud Platform (GCP), a collection cloud computing ...
11:19 am GMT - Sat, October 9, 2021
Dev To Understanding Redux with React
This is sequence of my earlier post about how to understand Redux in isolation and the problems it solves which cannot be solved by context API. To understand the importance of Redux in depth , here i...
11:11 am GMT - Sat, October 9, 2021
Dev To Top 10 Vscode Theme
Looking for a new Visual Studio Code theme?Developers can be finicky about what themes round out their perfect code editor and IDE setups. Picking the right theme after getting the nuts-and-bolts func...
11:02 am GMT - Sat, October 9, 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...
11:02 am GMT - Sat, October 9, 2021
Dev To Build a good looking with Tailwind CSS
Tailwind CSS is a utility based framework. Which is great in many ways. However, Tailwind CSS does not have a default set of components for you to get started with.This is a series that will show you ...
11:02 am GMT - Sat, October 9, 2021
Dev To Announcing a new series: Building good looking UI components with Tailwind CSS
Tailwind CSS is a utility based framework. Which is great in many ways. However, Tailwind CSS does not have a default set of components for you to get started with.I have decided to build a series tha...
11:01 am GMT - Sat, October 9, 2021
Dev To First Experience with Hacktoberfest (2021)
[Introduction and Background]My name is Anurag Yadav. I am currently pursuing my Bachelor of Engineering in CSE department from Chandigarh University, Chandigarh, India.I am not an expert in any...
10:33 am GMT - Sat, October 9, 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...
10:19 am GMT - Sat, October 9, 2021
Dev To AI project For Beginners
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...
09:42 am GMT - Sat, October 9, 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...
09:29 am GMT - Sat, October 9, 2021
Dev To How to Get list of All Environment Variables' key Used in a Golang Module or Project
In this article we're about to write a program which helps us to get the all environment variables which is used in your project.Why I created this program?So recently in my current company we've deci...
09:07 am GMT - Sat, October 9, 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...
08:32 am GMT - Sat, October 9, 2021
Dev To Build a product and launch in 30 days with just HTML and CSS halfway
You can create an amazing product that people will love and even pay for with just HTML and CSS.This is my mission. My name is Lucian, I'm a frontend developer and would like to prove just that by doi...
08:26 am GMT - Sat, October 9, 2021
Dev To An Ultimate Guide to Docker - From What is Docker to Dockerizing a Node.js Application
Docker is an open-source platform that allows us to create, deploy, and manage containerized applications. In this article, we will look at What is DockerBenefits of Using DockerPerformanceScalability...
08:22 am GMT - Sat, October 9, 2021
Dev To 10 Magical Python Tips For Every Developer
Pythonis one of the most widely used programming languages today. Its not just a language; its a way of doing things properly, simply, and concisely. Python is one of the most well-known high-level pr...
08:12 am GMT - Sat, October 9, 2021
Dev To All CSS Properties You Need to Know to Build a Website
Whether you're at the beginning of your CSS journey or somewhere else, you got to admit-a number of CSS properties is massive.And it's easy to confuse yourself in that vast sea.You're copying code fro...
07:41 am GMT - Sat, October 9, 2021
Dev To Is Microservices a good choice ?
ContextI work on a big 10 year old application (500k blocs of code) with some really bad choices: No unit testsan Anemic architecture But in a great company:A QA teams who test regressionsA smal...
07:39 am GMT - Sat, October 9, 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:32 am GMT - Sat, October 9, 2021
Dev To Using forms in Next.js
Today we are looking at another well-used element of web applications: Forms.And to be precise, how to use forms in Next.js.We want to learn how we can hijack the form submit to use this data in a Nex...
07:26 am GMT - Sat, October 9, 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 ...
07:12 am GMT - Sat, October 9, 2021
Dev To Must-see collection, build a vite-react-cil enterprise scaffolding from scratch
Project Address/Case Actual CombatProject addressvite-react-cil.Case actual combat:-ant-simple-pro is a middle-office solution that supports vue3, react, angular3 big frameworks, Version 3.0 has...
06:51 am GMT - Sat, October 9, 2021
Dev To My Full Stack Developer Toolkit
Developing, programming, coding, scripting, whatever you call it, is difficult. It's a fact.Luckily, there are a plethora of tools we can use to make it just a little bit easier and faster to get code...
06:39 am GMT - Sat, October 9, 2021
Dev To How to Easily Add Google Map to Your Webpage
On most of the company websites, you will find locations or contacts page that displays that company location in that country or state in a google map along with the company address.This is a pretty c...
06:29 am GMT - Sat, October 9, 2021
Dev To 100 Days of Code and Scrum: A New Challenge
I've been contemplating doing this for a while now, but I finally decided to start a 100 days of code challenge, but with a twist: I need to learn Scrum as well! So what are the rules?https://www...
06:27 am GMT - Sat, October 9, 2021
Dev To Product Photo Retouching
Picsretouch.com is specialized in ecommerce product photo retouching service to grow sale and professional look of product.https://www.picsretouch.com/product-retouching/...
06:04 am GMT - Sat, October 9, 2021
Dev To Kucoin Clone Script-how to provide a cryptocurrency exchange like kucoin
Let's dive into the detailed article about Kucoin Clone Script.Kucoin clone script has so many benefits and helping features to have an outstanding business. It is a cryptocurrency trading website tha...
05:32 am GMT - Sat, October 9, 2021
Dev To 3 Sites that make CSS easy!
Save for later. csslayout.ioPopular layouts and patterns made with CSS. purecss.ioSet of small, responsive CSS modules that you can use in every web project. griddy.ioLearn the CSS Grid...
05:25 am GMT - Sat, October 9, 2021
Dev To How to build an HTTP-triggered function with Azure Functions
IntroductionServerless computing is an architecture that allows developers to deploy code without provisioning and maintaining the backend infrastructure to support it. By abstracting servers, i...
05:10 am GMT - Sat, October 9, 2021
Dev To Experience Working with Remote Repos
This week I was contributing to the dodo-ssg's remote repo. My intention was to add a feature so that when someone types in "--config" or "-c" followed by a path to a JSON file, the program will read ...
05:02 am GMT - Sat, October 9, 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:39 am GMT - Sat, October 9, 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:31 am GMT - Sat, October 9, 2021
Dev To Learning Python- Intermediate course: Day 40, Summary of the week and more about OOP
Today let us summarize the week and check out a more about OOPLet us first check out a program which shows the implementation of Complex numbers through classesclass Complex: #Default values ...
03:21 am GMT - Sat, October 9, 2021
Dev To Avoid high-order components hell in React
Hello everyone. In this article I will focus on what the best way is, in my opinion, to handle components cascade in React. Using this approach, your application will be well organized and youll make ...
03:20 am GMT - Sat, October 9, 2021
Dev To Hacktoberfest's first commit
A complicated software or application takes lots of effort to build and it takes extra effort to maintain. That is why developers utilize GitHub to make their source code open to the public, so that o...
12:29 am GMT - Sat, October 9, 2021
Dev To About lab 4...
Begin with..This lab 4 is a new device to be added to ssg. Instead of entering and executing a command for each desired function, if you enter -c or --config config.json using the config.json fi...
11:31 pm GMT - Fri, October 8, 2021
Dev To Front-end vs back-end development: What's the difference?
Front-end development and back-end development are two very important pieces of the software development world. These two components work together to improve the functionality of websites and web appl...
11:25 pm GMT - Fri, October 8, 2021
Dev To Loading animation with React.js styled-components
So here we are with another post and today I'm going to show you all a way to make a loading animation for your application with styled-components. So let's jump right to it! Creating a React app...
11:01 pm GMT - Fri, October 8, 2021
Dev To Nocode expectations for code is killing my learning
Expecting coding to have the same speed and ease as nocode is setting up my learning for frustrationI started learning programming since September 2019. A Udemy course in web development to lear...
10:36 pm GMT - Fri, October 8, 2021
Dev To Random Password Generator
Hi Everyone! In this post I will be showing you how to make a Random Password Generator with HTML, CSS, and Javascript. Follow me if you want more projects. Enjoy!Let's start with the user interface m...
10:07 pm GMT - Fri, October 8, 2021
Dev To React Library Suggestions
This is a quick introduction to my 3 suggest React Libraries that I think you should try out. Let's dive in. 1. Material UIMaterial UI is one of the most popular UI packages in React and is crea...
09:26 pm GMT - Fri, October 8, 2021
Dev To Make Custom Pagination with laravel
Aloha There !In this tutorial i will discuss about Laravel pagination example. I am going to tell you how to building and apply new custom pagination view in Laravel 8 application. First S...
09:15 pm GMT - Fri, October 8, 2021
Dev To Django Cloud Task Queue
Im developing and maintaining a Python package to easily integrate your Django Application with Google Cloud Task.Some features:Easily push tasks to Cloud Task using a decoratorAutomatically route all...
08:59 pm GMT - Fri, October 8, 2021
Dev To Untangling Your Logic Using State Machines
You may find this article useful if:You can read JS / Object oriented languages (Python, C++, C#, Java, etc)You are familiar with writing functions (https://stackoverflow.com/a/4709224) Introduct...
08:35 pm GMT - Fri, October 8, 2021
Dev To Algo Logging: the Longest Substring of Unique Characters in JavaScript
Recently, I've been meeting with some peers to practice algorithms. We get together once a week to solve a couple problems and discuss our individual solutions, patterns, and best practices.After our ...
08:31 pm GMT - Fri, October 8, 2021
Dev To How to set up GitHub with Visual Studio Code
You just might be here because you might have heard about the amazing functionalities of Git & GitHub, or you have a basic knowledge of how version control works and you wanted to test that out yo...
08:15 pm GMT - Fri, October 8, 2021
Dev To How to load a hash fragment to an anchor name in react (especially in first loading)
How to implement URL hashes and scroll down to anchor name in react in the initial loading?A hash fragment in the URL (i.e. www.mypage.com/article#fragment) to the anchor name is the value of either t...
08:05 pm GMT - Fri, October 8, 2021
Dev To Working With Folders & Files In Ruby
How to work with folders and files in ruby?Ruby has two built in classes for us to work with files and folders those classes are Dir for directories and File for the files. Ruby Dir class.T...
07:56 pm GMT - Fri, October 8, 2021
Dev To Understanding TypeScript
TypeScript is a superset of JavaScript. Any types that are added are not part of the final bundle so really TypeScript is there to make your life easier as a developer. It took me years to accept Type...
07:20 pm GMT - Fri, October 8, 2021
Dev To Building server-rendered search for static sites with 11ty Serverless, Netlify, and Algolia
Progressive enhancement is an important topic when creating any web site or app. What happens when a user's browser isn't able to handle any JavaScript or the specific JavaScript you're using? If you'...
07:19 pm GMT - Fri, October 8, 2021
Dev To How To Manage Open edX Environment Variables Using Doppler and Automating The Deployment
Secrets are a pain to manage and If you are using Ansible to maintain your application and its components there is a better way to do it. In this article, we see how Doppler can help us to simply and ...
07:08 pm GMT - Fri, October 8, 2021
Dev To Show me your portfolio
I have read this title on Dev.to so many times and a few months ago I understood why. The problemI was looking for inspiration to create my own website but the most famous articles on google alw...
06:53 pm GMT - Fri, October 8, 2021
Dev To Building CRUD API with NestJs - Write First API.
Part IIIn Part I, we created nestjs project and created a database and then integrated Mikro-Orm. In this part we are going to create entities and start writing APIs.We are first going to start ...
06:30 pm GMT - Fri, October 8, 2021
Dev To Create Proxmox cloud-init templates for use with Packer
My latest project has been to re-create my homelab using cloud native principles such as Infrastructure-as-Code and Dev(Git)Ops.After much research and deliberation, I've concluded the best way for me...
06:23 pm GMT - Fri, October 8, 2021
Dev To Get Paid Writing
Here are a few sites to assist you locate sites that pay technical authors if you're a geek who enjoys writing technical stuff.Community Writer ProgramsWho Pays Writers Who Pays Technical Writers ...
06:18 pm GMT - Fri, October 8, 2021
Dev To Smart Notes - A Build-in Public Product. BuildLog[1]
Hello everyone This is Gaurav Gupta. In this post, I'll be sharing a few low-fidelity screen designs of the application as well as some of the ideas regarding the design (If you don't know about the p...
06:14 pm GMT - Fri, October 8, 2021
Dev To How to create responsive navbar {twitter clone} with HTML CSS
How to create responsive navbar twitter clone with HTML CSSComplete responsive twitter sidebar 2021In this video I will show you how to clone complete responsive twitter sidebar step by step. | Ion-ic...
06:00 pm GMT - Fri, October 8, 2021
Dev To New EuroPython Fellows
The board has selected two new EuroPython Fellows, after receiving nominations from the membership:Laura Creighton (2021)Oier Etxaniz Beneitez (2021, posthumously) EuroPython FellowsEuroPython Fe...
05:44 pm GMT - Fri, October 8, 2021
Dev To A practical tracing journey with OpenTelemetry on Node.js
I've talked a good deal about observability, tracing and instrumentation in the past. Recently, I decided to try out some new things in those areas, and here's how it went. The challengeIn my app...
05:36 pm GMT - Fri, October 8, 2021
Dev To CSS positions: Everything you need to know
CSS position is a property to position an element to the viewport.I have already created a video about it on my youtube channel. Check that out for more details.If you like this video, please like sha...
05:33 pm GMT - Fri, October 8, 2021
Dev To Building an Astro Website with WordPress as a Headless CMS
by author Chris BongersHi everyone!I'm sure you've heard of WordPress, and you may or may not like it. In this article, I'll show you how you can leverage only the good parts of WordPress by using it ...
05:28 pm GMT - Fri, October 8, 2021
Dev To How to pass props object from child component to parent
Before starting the topics let me tell me this is a hack I just found this today when I am doing my project.I facing a problem when I am trying to change data from child to parent .I remember I only k...
05:23 pm GMT - Fri, October 8, 2021
Dev To How to setup Appwrite on Ubuntu
Setting up Appwrite on any Operating System, or Kernel is pretty easy. Here we are going to go through an easy and simple method to setup Appwrite on a Linux Kernel.Well I use Ubuntu Operating System,...
04:49 pm GMT - Fri, October 8, 2021
Dev To Hacktoberfest Week 1
This is my first time participating in hacktoberfest! Here's a small recap of my first PR :) RepoThis year I have been getting into Rust so I used github search to find any issues in a rust repos...
04:33 pm GMT - Fri, October 8, 2021
Dev To Business models of Free and Open Source software
There isn't a single business model that fits all FOSS situation. Actors behind a software vary widely, mean around a project too. A community can only be made up of individuals, businesses or institu...
04:30 pm GMT - Fri, October 8, 2021
Dev To Random Gradient Generator using JavaScript & CSS
In this article you will learn how to make Random Gradient Generator using JavaScript HTML and CSS. At different times we also use Gradient color in web pages. This type of color you can easily create...
04:28 pm GMT - Fri, October 8, 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 ...
04:19 pm GMT - Fri, October 8, 2021
Dev To Making your store more powerful with Contentful
In part 1 of this series you have set up Medusa with Contentful as your CMS system and added a Gatsby storefront. In this part you will get a further introduction to Contentful and learn how medusa-pl...
04:13 pm GMT - Fri, October 8, 2021
Dev To Face Detection in just 15 lines of Code! (ft. Python and OpenCV)
Whether you have recently started exploring OpenCV or have been working with it for quite some time, in either scenario, you must have come across the term Face Detection. As machines continue to beco...
03:42 pm GMT - Fri, October 8, 2021
Dev To Add Fuzzy Search to Your Web App with this Open Source Tool
As Developer Advocate, Im not writing production code daily anymore, but I want to continue to code. My goal is to code at least twice a week. Ive been able to remedy this issue by:Contributing to ope...
03:31 pm GMT - Fri, October 8, 2021
Dev To URL Shortener with Rust, Svelte, & AWS (6/): Deploying to AWS
In the last post, we created a static front-end application with Svelte + Bulma, and then integrated it into our Rust code + Dockerfile. In this final post, we will cover the process of actually deplo...
03:24 pm GMT - Fri, October 8, 2021
Dev To Support The Sample Programs Repo This Hacktoberfest
As of today, were a week into hacktoberfest, and Im wondering: how is it going for you? Have you completed your four pull requests yet? If not, may I interest you in a project that is open to pull req...
03:22 pm GMT - Fri, October 8, 2021
Dev To Added option to share the blog on any social media | @dsabyte.com
Today i have added an option to share the blog on the social media directly. To make this happen i have generated the actual url of the blog and added this url to each social media shareing url. ...
03:07 pm GMT - Fri, October 8, 2021
Dev To About bitwise operations
In 20+ years of programming, I've never needed to invert a binary tree except for that one time a silly interviewer asked me to do that for a web-related role. I have, however, encountered bitwise ope...
03:01 pm GMT - Fri, October 8, 2021
Dev To Understanding Redux without React
I always use to talk about react and redux in the same breath and thought redux does not exist without react. This was a big misconception that was cleared by responses to my tweet :.In this post I wi...
02:36 pm GMT - Fri, October 8, 2021
Dev To Ship / Show / Ask With Reviewpad
Ship / Show / Ask is a methodology to get faster releases with pull requests. With Reviewpad you get a code review platform that allows teams to naturally apply this methodology and extend it to new s...
02:21 pm GMT - Fri, October 8, 2021
Dev To Easiest way to create a ChatBOT from Level 0
Wondering how to create a freakin' livin' alive an' kickin' Chatbot with XP 0? Then fear not my Brave Dev, here we go onto conquering the kingdom of chatbots! Yay! Who's excited? Step 0: Begin th...
02:15 pm GMT - Fri, October 8, 2021
Dev To The "DeRxJSViewModel Pattern": The E=mc^2 of State Management [Part 1]
Part 1: Creating a Blue Print, setting up TDD and Test Specs to Be CERTAIN that Our Code is Built to Spec. What we'll learn in this articleHi everyone! Today, I'm going to share and analyze...
01:48 pm GMT - Fri, October 8, 2021
Dev To 10 Trending projects on GitHub for web developers - 8th October 2021
Trending Projects is available as a weekly newsletter please sign up at Stargazing.dev to ensure you never miss an issue. 1. LittleJSLittleJS is a lightweight 2D JavaScript game engine with a sup...
01:41 pm GMT - Fri, October 8, 2021
Dev To How To See Which Branch Your Teammate Is On In Android Studio
What branch are you on? is often the first question you ask when a teammate says The tests aren't passing or The build failed. Heres how you can get an answer to that question without even needing to ...
01:33 pm GMT - Fri, October 8, 2021
Dev To AWS X-Ray vs Jaeger - key features, differences and alternatives
Both AWS X-Ray and Jaeger are distributed tracing tools used for performance monitoring in a microservices architecture. Jaeger was originally built by teams at Uber and then open-sourced in 2015. On ...
01:32 pm GMT - Fri, October 8, 2021
Dev To Trick or Treat, I've Joined the DEV Team
At the beginning of October, I joined the DEV team as Lead Engineer for the Content Experience pod. Why I Joined DevSeveral years ago, I mentored @aritdeveloper. And earlier this year, she reach...
01:31 pm GMT - Fri, October 8, 2021
Dev To AlShop-Cart {Day - 29}
100daysofcode {Day -29}Today I created a simple shopping cart page with ReactJS. You can add products to the cart and it will give you the total amount.Live Preview: https://alshop-cart.netlify....
01:25 pm GMT - Fri, October 8, 2021
Dev To Divtober Day 8: Growing
Day 7 of #divtober is "Growing", so I coded an animation of a tree growing (only animated on Chromium and when reduced motion is not active):I don't like the code. It feels too big, verbose, and an ov...
12:50 pm GMT - Fri, October 8, 2021
Dev To Countdown Timer | JavaScript
Lets build a simple Countdown timer step-by-step from scratch using JavaScript....
12:44 pm GMT - Fri, October 8, 2021
Dev To Hello, I'm HTTP and these are my request methods
IntroductionHTTP (Hyper Text Transfer Protocol) is heart of all the websites and that's one of the many reason to know the different request methods this protocol provides, be it for REST API de...
12:39 pm GMT - Fri, October 8, 2021
Dev To Animated Gradient Loader Using Pure HTML & CSS.|
Hi Guys This is Awesome animated Gradient Loader Here you can get source code. Source Code: HTML:<!DOCTYPE html><html lang="en"><head> <link rel="stylesheet" href="st...
12:15 pm GMT - Fri, October 8, 2021
Dev To Intro To Programming With Python -0
What does programming mean?Programming is a way to instruct a computer to perform various tasks. The instructions could be a simple task like adding two numbers and it could be complex as well a...
12:11 pm GMT - Fri, October 8, 2021
Dev To How to send a web form without code or anybackend
As a developer or web designer, when you create a web form, you need to specify some action. The action is a URL or endpoint that your form will be sent. Meaning that you need a backend (code) that re...
12:00 pm GMT - Fri, October 8, 2021
Dev To October 8th, 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...
11:14 am GMT - Fri, October 8, 2021
Dev To How to extend GitHub and improve your workflow with GitHub Apps
Have you ever wondered if you could extend GitHub to perform specific actions, or use features that reflect your team's workflow? GitHub Apps can do that for you. GitHub Apps are applications that giv...
11:08 am GMT - Fri, October 8, 2021
Dev To Working with functions
As I'm going into more intermediate coding with my class, we've talked a bit about best practices and how to "think" or "interpret" the different tools provided with coding.Something that helped me a ...
11:03 am GMT - Fri, October 8, 2021
Dev To Deep Freeze tutorial for Beginners by a Beginner
Deep Freeze tutorial for Beginners by a BeginnerI got into web development just a few months back and a few days ago I came across a interview question asking to write code to deep freeze an obj...
10:32 am GMT - Fri, October 8, 2021
Dev To The only cheatsheet you will ever need
Ok, so what is a cheatsheet?It is a compilation of important syntax, neat tricks, data types, commonly used library functions.So My series The Ultimate Cheatsheets was a pretty big hit on this platfor...
10:13 am GMT - Fri, October 8, 2021
Dev To ML Best Practices for Public Sector Organizations | AWS White Paper Summary
This whitepaper outlines some of the challenges for public sector agencies in adoption and implementation of ML. And provides best practices to address these challenges. The target audience for this w...
10:11 am GMT - Fri, October 8, 2021
Dev To Hacktoberfest Beginners and Advanced Repos to Contribute to
Hi everyone, and Happy Hacktoberfest! This is my repos ready for the Hacktoberfest: Python PyStateMachine*** Beginners ***A Python implementation of simply configurable State Machines. ...
09:39 am GMT - Fri, October 8, 2021
Dev To Serverless Cloud Application Development with AWS Lambda
Do you know AWS Serverless approach lets you build applications and backend services without the requirement to provision any servers? With the pay as you use model using AWS server less platforms an ...
09:36 am GMT - Fri, October 8, 2021
Dev To mixmello, made with ReactJS and open source.
Introducing mixmello, a free, open source application to create remixed versions of your favourite Spotify playlists.Web: mixmello.comGitHub: github StackFrontend: react@latest -- design & lo...
09:27 am GMT - Fri, October 8, 2021
Dev To Working with Next.js Headless CMS
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...
09:03 am GMT - Fri, October 8, 2021
Dev To How to enable versioning in Amazon S3
Introduction What is Versioning?Versioning is a means for keeping multiple variants of the same object in the bucket.Versioning is used to preserve, retrieve, and restore every version of e...
08:48 am GMT - Fri, October 8, 2021
Dev To Deploying an discordjs bot to Qovery
Deploying simple discord.js bot to Qovery(Web console) For free.This post contains tutorial and the total code used in it. Prerequisite-GitHub account - will be needed for keeping source co...
08:40 am GMT - Fri, October 8, 2021
Dev To Tailwind Button group
Responsive button group built with Tailwind. Button group wraps a series of buttons together into a single line (navbar) or stack in a vertical column. Installation Quick StartIn order to st...
08:40 am GMT - Fri, October 8, 2021
Dev To Tailwind Badges
Responsive Badges built with the latest Tailwind. Badges add extra information like count or label to any content. Use counters, icons, or labels. Many examples and easy tutorial. Installation ...
08:40 am GMT - Fri, October 8, 2021
Dev To What is a REST API ?
Hey everyone ,In this article, let us learn about one of the most important concepts that you as a backend developer must have a solid knowledge of (because anyways working with an API is a big part o...
08:36 am GMT - Fri, October 8, 2021
Dev To Node.js from Beginners to Advance
What is NodeJs?Nodejs is a javascript runtime environment. So, what exactly is the javascript runtime? You may be familiar with the term javascript. Javascript is a programming language that you may u...
08:15 am GMT - Fri, October 8, 2021
Dev To Google Sheets API in TypeScript: Setup and Hello world
I show you how to write text in a Google Sheets with TypeScript! The setting is a bit complicated. I hope this help beginners of Google Sheets API in TypeScript Create a GCP project and issue a c...
07:56 am GMT - Fri, October 8, 2021
Dev To Login / Register authentication
OverviewThis is a simple login authentication for backend. You need to basic understanding on how to use Express.js, Mongoose, and Node.js. I assumed that you already have an app that is connect...
07:55 am GMT - Fri, October 8, 2021
Dev To Become a Game Designer: Step by Step Guide
Hello, buddies! For anyone who loves art, design, technology, and video games, being a game designer is a dream job. But, where to start is a question for everyone including me at the beginning. You w...
07:21 am GMT - Fri, October 8, 2021
Dev To Team leading: the art of becoming expendable
What does being a team lead means?The answer to that question is in Al Pacino's speech from the movie "Any given Sunday". A good team lead is the one that is able to instill that message into ev...
07:09 am GMT - Fri, October 8, 2021
Dev To Let's learn about Indexes in MongoDB
Hey everyone ,In this article, let us learn about indexes in MongoDB. So let us what an index in database is and what purpose it serves in context to working with a database. Working with Indexes...
06:44 am GMT - Fri, October 8, 2021
Dev To Adding Typesense search to an Astro static generated website
This article is originally posted on the Aviyel blogIn today's article, we will try to solve a problem that most static site generators have, search capabilities.As these sites don't come with a backe...
06:21 am GMT - Fri, October 8, 2021
Dev To Open Source, my experience till now.
What is open source?As per this Wikipedia Page this is the definition of open source. Open-source software is computer software that is released under a license in which the copyright holder gra...
06:16 am GMT - Fri, October 8, 2021
Dev To RxJS - Marble Testing
Hello Folks !Today it's time to speak about testing and how to test the code when we use RxJS.Before moving our focus to the testing, I need to explain two different types of Observables: cold and hot...
06:07 am GMT - Fri, October 8, 2021
Dev To Best 10 Android Apps to Evolve Your Programming Skills.
I'll tell you the 10 Best android Application to learn and grow your web Development Programming Skills.1.Master Coding - Learn Coding from Zero to Hero2.Grasshopper Learn to Code3.Programming H...
05:51 am GMT - Fri, October 8, 2021
Dev To I have started Learning WebDev Few Months Ago, Here is my website
Hello EveryoneHere is my new websiteUrl - https://ourcontent.mlGithub Repo -https://github.com/ProHarshit/OurContentThank you W3C And W3 SchoolsPls tell how did you like it...
05:29 am GMT - Fri, October 8, 2021
Dev To 10 FREE Udemy courses for you to learn Node.js
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...
04:29 am GMT - Fri, October 8, 2021
Dev To Use gRPC with Node.js and Typescript
gRPC is a modern open-source high-performance Remote Procedure Call (RPC) framework that can run in any environment. And in this article, I am going to teach you how you can use gRPC to create high-pe...
04:23 am GMT - Fri, October 8, 2021
Dev To Axios: My experience with the library.
Hey everyone and today I'm going to talk about my experience with the library axios, that makes the life off all developers, easier.But wait, what is 'axios'??? Well from what I know and see others sa...
03:31 am GMT - Fri, October 8, 2021
Dev To Hello, an introduction.
I am a junior front-end dev, please check out my work and let me know if you would like to collaborate. I enjoy working on bitcoin, privacy, community, freedom, and any innovative open source projects...
03:12 am GMT - Fri, October 8, 2021
Dev To Opinionated Project Structures in React.js without a Framework
After using React professionally for nearly two years, I've finally settled on sensible ways to structure or compose applications in React. This strictly applies to using "vanilla" React, not any sort...
02:18 am GMT - Fri, October 8, 2021
Dev To The Props Object
What is the Props Object?Okay, so you've probably gotten far enough into React to feel like you can make things work. You want to go deeper and start making components... then you run into props...
01:45 am GMT - Fri, October 8, 2021
Dev To Unbeatable Emoji Tic Tac Toe
Hi Everyone! In this post, I will show you how to make an unbeatable emoji tic-tac-toe that makes fun of you if you make a move or lose. It is made with HTML, CSS, and Javascript. You cannot win this ...
01:29 am GMT - Fri, October 8, 2021
Dev To Understanding the Modern Web Stack: Webpack (Part 1)
What is webpack?In webpack's own words:At its core, webpack is a static module bundler for modern JavaScript applications. When webpack processes your application, it internally builds a depende...
12:15 am GMT - Fri, October 8, 2021
Dev To Multiple Repositories in a Single Azure Pipeline
Did you know you can specify multiple repositories in one Azure DevOps YAML Pipeline and cause it to trigger by updates to any of the repositories? Let me show you how VideoAs usual, if you are a...
12:00 am GMT - Fri, October 8, 2021
Dev To 6 Ways Azure Functions Endpoints Auth via OpenAPI
Azure security baseline for Azure Functions well describes the security consideration in general while developing an Azure Functions application. In addition to that, Azure Functions offers a built-in...
11:40 pm GMT - Thu, October 7, 2021
Dev To A Github for nocode
I saw on Google Trends that the nocode key word is finally taking off. This is to be expected. But whats fascinating and interesting is under related queries, github nocode is one of the top breakout ...
11:30 pm GMT - Thu, October 7, 2021
Dev To Penetration and Security in JavaScript
PremiseAre you sure you are ensuring your code to be used as intended? Are you preventing it from beeing used in a malicious way?If what comes your way is putting guards in your functions, this ...
11:26 pm GMT - Thu, October 7, 2021
Dev To FEEDBACK REQUESTED: We're building a way to understand your internet self
Hey Everyone! I've recently started working on a new project with a good friend of mine, and we're hoping to get some feedback.The landing page is here: www.montfor.comThe problem we're trying to solv...
11:14 pm GMT - Thu, October 7, 2021
Dev To How to run JupyterLab on Docker
Jupyter and JupyterLab are great tools for data science. Sometimes it is more convenient to simply run them with Docker as containers, which can be easily stopped and deleted after use. Selecting...
10:36 pm GMT - Thu, October 7, 2021
Dev To How to add redux-persist in your react/react-native application
After adding redux in our applications. We mostly come accross the problem of data being wiped once the browser tab is refreshed. To our help we have redux-persist library which helps us persisting th...
10:17 pm GMT - Thu, October 7, 2021
Dev To Vulkan - some introductory words
A new graphics API was bornThere are a few popular "low-level" graphic APIs available like OpenGL, DirectX, Metal and Vulkan. Depending on your requirements you had to pick one or use some highe...
10:03 pm GMT - Thu, October 7, 2021
Dev To Building a Web Report in PowerShell, use the -Force Luke
TLDR; The idea of this article is to show how to build a web report. I will show the usage of several commands that you can connect that does all the heavy lifting for you The scenario - create a...
10:01 pm GMT - Thu, October 7, 2021
Dev To Learning Redux - Friendly for Beginners
When I started learning Redux, there were very less resources on the web for beginners with less complication and more demonstration to show how Redux works and what is the easiest way to understand t...
09:58 pm GMT - Thu, October 7, 2021
Dev To JSX at lowest level
this post is a precursor for upcoming JSX postsSo we all heard that JSX is a specific JavaScript syntax that is used by React to render components. Well, I would say JSX is just HTML in JavaScript. Or...
09:33 pm GMT - Thu, October 7, 2021
Dev To Making beautiful websites: Top 5 FREE icon resources
Add high quality icon to your next website to enhance the design and the usability at the same time. Check out the top five resources for amazing icons ready to use - and make your next design stand o...
09:25 pm GMT - Thu, October 7, 2021
Dev To Fluree in Docker - A Single Instance
Managing dependencies is a pain in the tuchus. Whether in the cloud, in a private data center, or just on your laptop, ensuring that you have the correct version of Java or Node or whatever other runt...
09:22 pm GMT - Thu, October 7, 2021
Dev To How to add forms to Notion
Hi Dev.To! This article will explain how to integrate forms with Notion with Commotion.Page. With Commotion, you can create forms that you can embed in Notion pages and that save results into a Notion...
09:12 pm GMT - Thu, October 7, 2021
Dev To Programmers need types or "The Another Billion Dollar Mistake"
Interpreted languages lack performance for large programs. When created they not meant to be used as today. But they must overcome this issue. For fast execution many alternative JIT implementations a...
09:11 pm GMT - Thu, October 7, 2021
Dev To Slatwall Commerce for Contentful App & Starter Kit
Big news! We just launched our new app and starter kit for Contentful and couldnt be more excited!Youll now be able to pull product data directly from the Slatwall Commerce platform into your Co...
08:47 pm GMT - Thu, October 7, 2021
Dev To OSD600 - Week 5 - Release 0.2 - Hacktoberfest
IntroductionThis week, I start my Release 0.2 Project by working on Hacktoberfest. After few hours or I can say half of a day, scrolling hundreds of projects on Hacktoberfest, I finally find one...
08:42 pm GMT - Thu, October 7, 2021
Dev To How to build an Accordion Menu using HTML, CSS and JavaScript
HTML, CSS and JavaScript can help you create stylish and dynamic web elements. One of those kind of element is an Accordion Menu.In this tutorial, we will build a simple Accordion Menu. What is a...
08:40 pm GMT - Thu, October 7, 2021
Dev To Building a Backend with Node.js and Express
Hey there. I know Ive been MIA for a couple of months and I promised Id be more active with posting. The truth is, sometimes life just catches up with you and you gotta take care of yourself first. Bu...
08:37 pm GMT - Thu, October 7, 2021
Dev To Making a Meal Picker with Redwood
Deciding what to eat every day is something that a lot of us struggle with. It'd be so much easier if there was a button you could push and it would choose one of your favorite meals for you.That's wh...
08:32 pm GMT - Thu, October 7, 2021
Dev To Accessibility: a gentle introduction
Many times, I've tried to find a comprehensive, yet, not too detailed technical first-temps guide to accessibility for the team. So I decided to put together this one. For anyone who would want to ste...
08:30 pm GMT - Thu, October 7, 2021
Dev To Building CRUD API with NestJs - Introduction.
NestJs is a Node.js framework for building efficient and scalable server-side applications and the best thing is that it fully supports Typescript.And we will be using Mikro-orm for data mapping and P...
08:11 pm GMT - Thu, October 7, 2021
Dev To STEAL THIS - My 15 box content idea generation and recycling method
I have been quite quiet on the content creation front. Don't worry I haven't run out of ideas, I have instead been working on adding some structure and breadth to my content creation strategy.In this ...
07:46 pm GMT - Thu, October 7, 2021
Dev To Build a Restful CRUD API with Node.js
What CRUD API means ?The CRUD paradigm stands for the four primitive database operations that are CREATE, READ, UPDATE and DELETE.So, with the term CRUD API we mean, the API which have the abil...
07:21 pm GMT - Thu, October 7, 2021
Dev To Day 3: Python Functions.
Day 3 of 30DaysOfPythonWhat is a Function in Python?How to define and call a function in PythonFunction Parameters Vs ArgumentsType of arguments in FunctionRecursive and Lambda FunctionFunction is a b...
07:19 pm GMT - Thu, October 7, 2021
Dev To Python Business Idea: What You Must Do If You Know Python
Besides the fact that Python is one of the most in-demand languages globally, so it can be a great language to get a job, everyone can try many other easy business ideas.You might do a job, or you hav...
06:52 pm GMT - Thu, October 7, 2021
Dev To Three.js Poly World with Plane. (Move your mouse)
A small Interactive Three.js project made within 8 hours.Move your mouse to move the plane around the environment, and have fun in the lovely atmosphere.Try it here:https://codepen.io/FRADAR/full/KKqg...
06:40 pm GMT - Thu, October 7, 2021
Dev To Find the best repos to contribute to in hacktoberfest
Contributing to open source is difficult. Ironically, it's particularly difficult during #hacktoberfest. Why? Most of the issues in the open source network are solved by programmers that already know ...
06:31 pm GMT - Thu, October 7, 2021
Dev To Adding Storybook to your Expo project
Imagine having a web portal to showcase, document, test, and improve all your React Native components. A place where you can build your own library over time and then use that library to quickly build...
05:31 pm GMT - Thu, October 7, 2021
Dev To Generate React Components using commands from your terminal
Let's first talk about the problem statement.Your frontend application Fatebook has become huge. You have been following a specific set of patterns to put all the components, pages, shared libra...
05:28 pm GMT - Thu, October 7, 2021
Dev To Why I seduced Django
I had the worst case in my first year as a programmer. Jumping in from AI, mobile, and web development within weeks. But I guess I had three days per week concentrating on Artificial intelligence. Aft...
05:20 pm GMT - Thu, October 7, 2021
Dev To 5 C Tips that you MUST know NOW!!!
If you have taken a call to grow your career in the information technology sector, knowledge of coding is essential. It is the most in-demand skill in the industry. Thus, the programming knowledge you...
05:16 pm GMT - Thu, October 7, 2021
Dev To System Design 101-Everything to know about Distributed Systems
In this Article, we are going to learn about Distributed Systems. Here we are focusing on these things,.What is Distributed Systems.How does Distributed Systems work.Why Distributed Systems.Characteri...
05:15 pm GMT - Thu, October 7, 2021
Dev To Spring Boot Testing Data and Services
Spring Boot Testing Data and ServicesI think testing is an essential thing in software development. And Im not the only one. If you ask any developer whether tests are important or not, they wo...
05:08 pm GMT - Thu, October 7, 2021
Dev To Why I fell in love with margin-top
When you write CSS, chances are good you constantly struggle with spacing. If you never had a situation where you needed to open up the inspector to find the origin of vertical spacing, this article i...
05:05 pm GMT - Thu, October 7, 2021
Dev To Another year of contribution
Looking forward to contribute more!...
04:49 pm GMT - Thu, October 7, 2021
Dev To Sentiment analysis in an ASP.NET web application with ML.NET
Hey, there! It's a pleasure to greet you. In this tutorial article, we will learn step by step to generate a custom Machine Learning model from ML.NET for sentiment analysis in text, and then learn to...
04:37 pm GMT - Thu, October 7, 2021
Dev To Good first issues for Hacktoberfest
As mentioned in our previous article, Medusa is participating in Hacktoberfest for the first time this year and the excitement is high. Getting startedThere are loads of issues out there for dev...
04:35 pm GMT - Thu, October 7, 2021
Dev To Cool Projects to Help You Learn React Js - Part 2
Hello there , citizens of the web!A couple of days ago I decided to write a series of articles on Cool Projects to Help You Learn React Js. I remember when I started learning react, I went through the...
04:32 pm GMT - Thu, October 7, 2021
Dev To How to Scale Engineering Processes w/ Twitters VP of Engineering
Maria Gutierrez is the VP of Engineering for Strategy and Operations at Twitter. She joins a special livestream of the Dev Interrupted podcast to share her career journey, her strategies for sustainab...
04:29 pm GMT - Thu, October 7, 2021
Dev To Learning Python- Intermediate course: Day 39, OOP-Constructor __init__
Today let us check out class constructors in Python Constructors in PythonConstructors are class methods which are used to set the class parameters a the time of instantiation. These method...
04:27 pm GMT - Thu, October 7, 2021
Dev To Use Twilio with Appwrite Java Cloud Functions!
Twilio is a developer platform for communications, the provided programmable Application Program Interfaces (APIs) are a set of building blocks developers can use according to their requirements. Twil...
04:18 pm GMT - Thu, October 7, 2021
Dev To Trigger a Kubernetes HPA with Prometheus metrics
In this article, you'll learn how to configure Keda to deploy a Kubernetes HPA that uses Prometheus metrics.The Kubernetes Horizontal Pod Autoscaler can scale pods based on the usage of resources, suc...
04:13 pm GMT - Thu, October 7, 2021
Dev To Contributed to some OSSs with pull-requests in this year too.
Hacktoberfest 2021In this year too, I contributed to few OSSs. As far as I remember, I joined this event from 2019. Contributions souvikinator/gofuzzhttps://github.com/souvikinator/go...
04:09 pm GMT - Thu, October 7, 2021
Dev To Build a SaaS App with a Full-Stack React and AWS
In this article, you'll be able to build a full-stack React SaaS app using a Serverless REST API backend. You'll deploy the frontend and the backend on your AWS account. React Frontend Run t...
03:31 pm GMT - Thu, October 7, 2021
Dev To Deploy Appwrite to AWS using Terraform and Ansible
Hi everyone,This is a tutorial I am going to walk through how to deploy Appwrite to AWS EC2 instance using Terraform and Ansible.Appwrite is a self-hosted solution that provides developers with a set ...
03:15 pm GMT - Thu, October 7, 2021
Dev To Introducing ReadUse - A CSS Framework for Readable and Useable Content
Earlier, I shared my plan to design my website in public.The adventure is to write guides that'll design the website itself, in real time. At the end, I'll have content on web design that uses this ve...
02:58 pm GMT - Thu, October 7, 2021
Dev To 5 Quizz explained in Javascript 1
Welcome to the first javascript quizz!You can answer to the question and check the response with the explication!Good luck! 1const myself = { name: 'code__oz', skills: ['js', 'ts', 'vuejs', 'no...
02:53 pm GMT - Thu, October 7, 2021
Dev To The Best UX Design Trends for Fintech 2021
You often need to create great interfaces of high quality for your Fintech startup or your graphic design for digital business transformation in 2021, and you do not know where to start. Look through ...
02:37 pm GMT - Thu, October 7, 2021
Dev To The OGC standards that power the OS Data Hub
The OS Data Hub makes geospatial data available in a variety of formats, including API access and file downloads. These formats include standards published by the Open Geospatial Consortium (OGC), an ...
02:12 pm GMT - Thu, October 7, 2021
Dev To codepenchallenge:Css Animation
...
02:12 pm GMT - Thu, October 7, 2021
Dev To codepenchallenge:Css Loading Animation
...
01:59 pm GMT - Thu, October 7, 2021
Dev To Divtober Day 7: Toxic
Divtober's word for day 7 is "toxic." So I drew a cartoon of a barrel with the toxic sign on it and a glowing substance inside and dripping outside:This time, the demo has two elements: one is the car...
01:57 pm GMT - Thu, October 7, 2021
Dev To Trying Out Svelte For First Time
So I have been wanting to re-create my personal website (another blog on this soon). I really like development with next-js. But there's a lot of lot of dependencies which makes it quite a huge app. A...
01:25 pm GMT - Thu, October 7, 2021
Dev To An Intro to HTML Forms
Photo by Esther Jiao on Unsplash What is a form?According to MDN: an HTML form represents a document section containing interactive controls for submitting information.In other words, it's the th...
01:23 pm GMT - Thu, October 7, 2021
Dev To DataDog vs Jaeger - key features, differences and alternatives
Both DataDog and Jaeger are tools used to monitor application performance. The difference lies in what they monitor and terms of usage. Jaeger is an open-source tool focused on distributed tracing of ...
01:13 pm GMT - Thu, October 7, 2021
Dev To Integrating Vercel with Doppler: Sync Secrets in Production
SummaryOne of the great benefits of Doppler is keeping your project in sync. We want to be able to sync our app wherever we develop and deploy. It only takes a few minutes to integrate the Verce...
01:12 pm GMT - Thu, October 7, 2021
Dev To CAST AI vs. Cloudability: Which one to pick for cloud cost optimization?
Controlling cloud costs is one of the biggest challenges facing teams across every organization that uses the public cloud. Thankfully, they can choose from a wide range of solutions that help in cost...
01:08 pm GMT - Thu, October 7, 2021
Dev To Automating video analysis to cut your streaming bandwidth usage in half
Using an optimal bitrate ladder can make a big difference when it comes to the bandwidth usage of your video streams. Some videos may require a high bitrate to deliver a high quality stream while some...
12:06 pm GMT - Thu, October 7, 2021
Dev To Rodando projetos x86_64 no Mac M1 (arm64) com UTM
Desde que a Apple publicou sobre os novos Macs com o chip M1, houve um grande esforo para que vrios aplicativos e problemas pudessem rodar na nova arquitetura, que arm64, diferente da tradicional arq...
12:00 pm GMT - Thu, October 7, 2021
Dev To Create a backend in Javascript (part 4): Create your first HTTP Server
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...
11:51 am GMT - Thu, October 7, 2021
Dev To Crer un backend en Javascript (partie 4) : Crer un serveur HTTP avec NodeJS
Voici une srie d'articles qui vous permettra crer des applications backend en Javascript.Node.js est aujourd'hui un incontournable, il est donc essentiel pour un dveloppeur de le maitriser.Je vais don...
11:49 am GMT - Thu, October 7, 2021
Dev To Liman Eklentilerinde Guzzle le Express.js Web API'na stek Gndermek
Liman Eklentilerinde Guzzle le Express.js Web API'na stek Gndermek 1- Express.js le Web API'n Hazrlanmas"liman" kullancs ile liman sunucusuna balandktan sonra "home/liman" dosyasna gidin....
11:41 am GMT - Thu, October 7, 2021
Dev To I'm Joining Amplication with a Vision to Democratize Engineering
I've spent the last decade leading technology development, creating real-time low latency AI-based systems, processing billions of requests each day, and helping companies with their software architec...
11:39 am GMT - Thu, October 7, 2021
Dev To Day 8: Positioning buttons over embedded Google Maps
TL;DRFor a web app that embeds full-screen Google Maps, I position the menu button at the top-left corner of the screen, the search button at the top-right, and the buttons for the app's main fe...
11:24 am GMT - Thu, October 7, 2021
Dev To Development Team You Need to Build an Investment App
Recently I came across the Forbes article that revealed some numbers related to investing. It turned out that investing has become prevalent, and more than 96 million people in the US are active inves...
11:24 am GMT - Thu, October 7, 2021
Dev To Copy Multiple Lines from different files in Vs Code
While coding we might have felt a need copying multiple lines of code from different files and folders and paste all together in a single file. We don't have such option in our OS but our VS Code Edit...
11:17 am GMT - Thu, October 7, 2021
Dev To Set Up a Decentralized Database with React andGunDB
Earlier this week, we spoke about decentralized applications, and the implications they might have on the future of the web. Now I'm not sure if we at Codesphere have unexpectedly been endowed with th...
10:43 am GMT - Thu, October 7, 2021
Dev To 5 Free coding resources that helped me get my first frontend developer job
When I wanted to learn how to code I thought the only available options were either to go to university or attend a bootcamp. Given I wasn't sure if this was what I wanted to do long-term, I wasn't re...
10:19 am GMT - Thu, October 7, 2021
Dev To Open Source in Everyday Life
We often don't realize but open-source projects play a huge role in our life. Today, in this article, I am going to talk about how we use open-source technologies in our everyday life and what would h...
10:11 am GMT - Thu, October 7, 2021
Dev To Finding the Right Open Source Projects to Contribute to
One of the biggest question marks while contributing to open source is what to contribute to?So let's see where to find these repositories- GitHub search/exploreGithub is a great way to find othe...
10:10 am GMT - Thu, October 7, 2021
Dev To React timeline animation component
Hi! In this post, I'd like to introduce a react component, that was designed for animating the timelines and the scroll-dependent animations. Firstly I try to find existing solutions, but they work wi...
10:05 am GMT - Thu, October 7, 2021
Dev To Cryptourism.io on Google Maps
Cryptourism.io on Google MapsAnd another milestone achieved. Cryptourism.io just got added to the Google Maps and paving the way to complete the Pre-Sale stage.For more info visit us today https://cry...
09:37 am GMT - Thu, October 7, 2021
Dev To Tips to develop an effective logo for the Digital World!
Are you here to gain some know-how regarding your next logo? Well, if yes then you would be as enthusiastic about logo making as every other logo designer. So, keep yourself hooked to this blog as you...
08:56 am GMT - Thu, October 7, 2021
Dev To Build Music Player using HTML, CSS, and Javascript
==================================================Photo by Lee Campbell on UnsplashDear Reader,How about building a Music player on your own from scratch? Exciting right! Lets start.Folder Structure o...
08:53 am GMT - Thu, October 7, 2021
Dev To Drum Kit using HTML, CSS, and Javascript
========================================Dear Reader,How about building drum kit on your own virtually with the help of some scripting language?Sounds cool right! Lets start building a simple drum kit ...
08:50 am GMT - Thu, October 7, 2021
Dev To Blogue: A blogging site for Vue
What is Blogue?Blogue is a light-weight blogging site for Vue.js.I developed it for a reason: there isn't really a simple blogging tool for Vue. VuePress works, but it's to complicated. So for t...
08:42 am GMT - Thu, October 7, 2021
Dev To Have you sell anything using Gumroad?
Selling digital products like e-books, courses, videos and graphics can be an awesome source of passive income.Gumroad provides a great platform for that and is one of the most popular choices among t...
08:41 am GMT - Thu, October 7, 2021
Dev To When was the last time you asked for a raise?
Getting a raise keeps you motivated, lifts your self-esteem and adapts your income to all the increasing living costs.When was the last time you asked for a raise?Also, what arguments do you usually u...
08:18 am GMT - Thu, October 7, 2021
Dev To How to Observe EventBridge Events with AppSync Subscriptions
I recently came across David Boyne's blog post: How to Observe EventBridge Events with Postman and WebSockets. What a great idea! But, then I thought:I can do the same with AppSync Subscriptions!I had...
08:09 am GMT - Thu, October 7, 2021
Dev To Building a Tailwind CSS dropdown component
Tailwind CSS is a utility-first framework that I've been using for most of my projects this year and I can't find any good reason to go back to other frameworks such as Bootstrap or Foundation.Despite...
08:02 am GMT - Thu, October 7, 2021
Dev To How to Configure Elasticsearch in Magento 2
The search engine of any eCommerce platform is arguably the essential part of the store. With an efficient search engine like Elasticsearch, customers can quickly locate everything they need on your p...
07:30 am GMT - Thu, October 7, 2021
Dev To Using Atomic Habits to become a better software developer
Im currently working on building better habits (and breaking bad habits) in order to become a better software developer.I started reading (well, listening to) Atomic Habits by James Clear and so far i...
07:14 am GMT - Thu, October 7, 2021
Dev To 10 Best YouTube Channels for become Developer..
IntroductionI will tell you the best 10 you tube channels to learn about the Developer and other things of the technology,Also I will provide to you there channel link.. follow the point ...
06:56 am GMT - Thu, October 7, 2021
Dev To Continuous Delivery is NOT Continuous Deployment
In DevOps methodologies, Continuous Delivery and Continuous Deployment are vague terms that we mostly took for granted and often compared as similar. Let's discuss first about the well known term in D...
06:38 am GMT - Thu, October 7, 2021
Dev To The Five Dysfunctions of Serverless Development
Function as a Service gives magnificent power for shipping software faster without operational overhead. AWS Lambda is a service which used in e-commerce, healthcare, fin-tech, and other industries. C...
06:28 am GMT - Thu, October 7, 2021
Dev To How to Self Host Notion API Worker (from Splitbee)
IntroductionLately, I'm learning React and its frameworks (like Next.js) and libraries. I even remake my personal site as my first portfolio in React. Just made it using Next.js and Chakra UI an...
06:20 am GMT - Thu, October 7, 2021
Dev To 3 TypeScript Tricks I wish I knew when I learned TypeScript
Number 1: Readonly<T>Lets start with a small example:We have a simple function which takes in an array of numbers and returns an array with all elements sorted.function sortNumbers(array:...
06:00 am GMT - Thu, October 7, 2021
Dev To API Testing - Save effort by quickly debug your API test failures
Watch our video #tutorial on how you may save your team's effort by quickly debug API test failures in the #vREST NG Application.vREST NG is a script less API test automation tool. It helps you to wri...
05:52 am GMT - Thu, October 7, 2021
Dev To The Ultimate Guide to Getting Started with the Rollup.js JavaScript Bundler
by author Craig BucklerRollup.js is a Node.js module bundler most often used for client-side JavaScript running in the browser. (You can bundle Node.js scripts but there are fewer reasons to do so). T...
05:51 am GMT - Thu, October 7, 2021
Dev To How Relevant is Still TypeScript in 2021?
by author Kristofer Selbekk TypeScript just turned 9 years old, and its more popular than its ever been. As a matter of fact its close to becoming the de facto standard for most JavaScript projects b...
05:32 am GMT - Thu, October 7, 2021
Dev To 8 Non-technical ways to contribute to open-source
With Hacktoberfest around the corner, the open-source vibes are flowing again.But for some people, it's still a big step to get technically involved in open source.There is also a big misconception ab...
05:28 am GMT - Thu, October 7, 2021
Dev To 10 tips to improve your website design.
There are some things you need before you design anything. 1. A Logo and FaviconA logo is the most prominent brand element on your website. It will almost always live in the site navigation, near...
04:57 am GMT - Thu, October 7, 2021
Dev To Why to use Maps over Objects in JS ?
In JavaScript, an object is a standalone entity, with properties and type. Compare it with a cup, for example. A cup is an object, with properties. A cup has color, design, weight, and the material it...
04:53 am GMT - Thu, October 7, 2021
Dev To Simple Sign-in form using CSS
I created a simple sign up form using html css and JavaScript. It also include password show or hide functionality.See below ...
02:23 am GMT - Thu, October 7, 2021
Dev To Coming Soon.. - Split Cards Effect | Demo | Project Showcase
Split cards effect using html, css & javascript. Full Blog Post coming soon.... and tutorial video will also come asapIf you want to see Demo Here is the video Link - Click Here Thankyou for givin...
02:02 am GMT - Thu, October 7, 2021
Dev To .sort() Method | JavaScript
Array.prototype.sort()Simply put, .sort(), sorts elements of an array, by default it sorts values in alphabetical and ascending order.We can use this without any parameters for simple string and numbe...
01:19 am GMT - Thu, October 7, 2021
Dev To Five Video Features Developers No Longer Need to Build From Scratch
At a roundtable chat I recently shared with three software developers, we talked about the overwhelming participation in social media among Millennials and Gen Zs. That led to a deep technical convers...
12:45 am GMT - Thu, October 7, 2021
Dev To Meu primeiro hackathon!
Salve devs, hoje eu venho falar da minha experincia em ter participado do meu primeiro hackathon feito pelo Grupo FCamara como parte do programa de formao deles.Foi uma oportunidade muito boa para mim...
12:24 am GMT - Thu, October 7, 2021
Dev To React component library with Tailwind in 3 mins!
This article assumes you have knowledge about building React Components, Libraries, and Tailwind. The Starter PointIf you ever want to do a React component library with typescript and have a nice...
12:22 am GMT - Thu, October 7, 2021
Dev To Its october...should you be applying to jobs right now?
Its October...you know what that means.Pumpkin spiced latte season!As we start heading into the end of the year, it gets harder and harder to interview for jobs because companies usually punt to start...
11:49 pm GMT - Wed, October 6, 2021
Dev To Built-in-like Range in JavaScript
PremiseMake it possible to generate any range of integers with built-in-like syntax.Motivation?Honestly, none. Zero. Except for fun & study. Basic functionalityYou start by overriding t...
11:27 pm GMT - Wed, October 6, 2021
Dev To The tech stack for nocode: the WAMZstack
A popular nocode tech stack now is the WAMZstack - Webflow, Airtable, Memberstack, Zapier. With this starter stack, you can create the 4 common features that any SaaS needs:Webflow for frontend: use a...
10:19 pm GMT - Wed, October 6, 2021
Dev To Password-less auth in Rails
One of the weakest points in your system can easily be end users credentials. Its easy to forget that most people dont enable 2FA, use a password manager or even have a reasonable length of password t...
08:43 pm GMT - Wed, October 6, 2021
Dev To Complete Glossary of Keras Optimizers and When to Use Them (With Code)
Read the full article here: https://analyticsarora.com/complete-glossary-of-keras-optimizers-and-when-to-use-them-with-code/IntroductionWhen a deep neural network ends up going through a training batc...
08:37 pm GMT - Wed, October 6, 2021
Dev To 3 Free super duper Tailwind CSS templates for your next project.
Hello everyone!Long time no read, how are you all doing? Hope good. IntroWell, I haven't post because I have been very busy working on side projects with @gabrielperales, and because I took...
08:31 pm GMT - Wed, October 6, 2021
Dev To Data Visualization with D3, React, visx and Typescript: 2 - Data Basics
It's not every day that you have a perfect dataset to work with, most of the time you'll need to apply transformations to properties to get it right for your visualization. This is pretty simple, and ...
08:24 pm GMT - Wed, October 6, 2021
Dev To September: Forem Twitch Events Roundup
In September, Nick Taylor and I were joined by 4 awesome guests! This is a round up of all the wonderful guests who joined us. Walkthrough Wednesday with Chris CoyierChris Coyier, co-founder of C...
07:59 pm GMT - Wed, October 6, 2021
Dev To What does inheritance mean when we talk about programming?
When it comes to developing code for apps, websites, or any other software product, time is a key resource in the task. It quickly becomes a crucial factor that can make the difference between a pleas...
07:58 pm GMT - Wed, October 6, 2021
Dev To Welcome Thread - v145
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...
07:58 pm GMT - Wed, October 6, 2021
Dev To My setup
As an IT professional, your computer (and staff in it) is your weapon. You need to keep it sharp and ready to fight. Ideal setupForget about the ideal setup. You don't need it. But you need to th...
06:51 pm GMT - Wed, October 6, 2021
Dev To Budgie Console
Hey guys, Here I am publishing my new package. It has the capability for changing background, foreground and styles of a boring console that we all use. It also has built in function for displaying lo...
06:24 pm GMT - Wed, October 6, 2021
Dev To Vanilla JS "Who's that Pokmon?" game with the PokAPI
Remember that "Who's that Pokmon?" TV game? Well we can build our own version of this with the PokAPI!If we make a fetch call to this endpoint (and specify that we want to limit it to the first 151 Po...
06:15 pm GMT - Wed, October 6, 2021
Dev To Machine Learning meets DevOps: MLOps
Production ML SystemsThere's a lot more to machine learning. Implementation of an ML algorithm is just the tip of the iceberg. Machine learning systems are a part of a much larger ecosystem. Cre...
06:15 pm GMT - Wed, October 6, 2021
Dev To Explore Geopolitical data from GDELT
In this blog, we will explore the geopolitical data from GDELT and see how that data can be used in the analysis. What is GDELT?The GDELT Project created by Kalev H. Leetaru monitors the world's ...
06:09 pm GMT - Wed, October 6, 2021
Dev To 3 tips from "Atomic habits" that helped me on my journey to becoming a full-stack dev at Microsoft
Hey There Hope you are doing well. I joined Microsoft as a full-stack developer last month and the announcement tweet went viral on Twitter. Kapeel Typescript ...
06:07 pm GMT - Wed, October 6, 2021
Dev To First Glance: WSL2 & GoLand on Windows 11
Windows 11 was just released a few days ago and GoLand introduces support for projects inside the WSL2 mount and it is available in the Early Access Program. It is a good time to get started and combi...
06:02 pm GMT - Wed, October 6, 2021
Dev To Rendering Options on the Web: Server, Client, Static
Server Side Rendering (SSR), Client Side Rendering (CSR), and Static Site Generation (SSG) let's talk about the big three rendering options for the web. Descriptions of each, SEO considerations, and g...
05:33 pm GMT - Wed, October 6, 2021
Dev To Frontend Bundler Braindump
What is this? The following is a collection of terminology and definitions of various bundling terms I've come across over the last year. This is meant to be an introduction to what a frontend ...
05:15 pm GMT - Wed, October 6, 2021
Dev To Aero / AeroCMS - A Simple and Easy to use CMS Designed to create fast and powerful web apps!
Why I created AeroBefore I started this project, I was using WordPress or programming in PHP, using HTML and CSS to create a website. I loved WordPress, but it was slow for me because of plugins...
05:15 pm GMT - Wed, October 6, 2021
Dev To Day 2: Introduction to Control Flow in Python
Day 2 of The 30 Days of Python. Introduction to Control Flow In PythonWhat is Control flow?Types of Control structures.sequentialselection: If statement, if...else statement,if..elif...else...
05:07 pm GMT - Wed, October 6, 2021
Dev To 6 tips for mentoring junior engineers
The acclimation process as a new engineer may be daunting for some. And since Ive been through the process myself, Id like to share these tidbits to help you - as the mentor - help out your mentee.Wri...
05:02 pm GMT - Wed, October 6, 2021
Dev To Best Social Media UI Kit Design
This is a Social Media Web App UI Kit.Social Media UI Kit. This is the most complete social media UI kit ever created. It can be used not only for your commercial projects but also for your personal p...
04:57 pm GMT - Wed, October 6, 2021
Dev To WordPress Security Handbook 2021
Learn all you need to know about WordPress security and how to effectively protect your WordPress websites from hacking attacks.Welcome to the WordPress Security Handbook 2021. Ill try to teach you ho...
04:52 pm GMT - Wed, October 6, 2021
Dev To Making a page builder with CloudCannon
By Jordan TrbuhovicPage builders give editors an intuitive and easy way to manage and build websites. All editing can be done within CloudCannon's Visual Editor in real time.Live editing on CloudCanno...
04:20 pm GMT - Wed, October 6, 2021
Dev To Create a Simple Stopwatch using JavaScript
In this article you will learn how to make a simple stop watch using JavaScript. Stopwatch is a simple JavaScript project that is important enough for beginners.This type of project is used to count s...
04:13 pm GMT - Wed, October 6, 2021
Dev To Container Runtime in Rust - Part II
Part I of the series described the filesystem layout and how the runtime jails the container process inside the root filesystem of the container.Part II dives a bit deeper into the implementation and ...
04:10 pm GMT - Wed, October 6, 2021
Dev To Understanding and Using a Web3 Wallet
IntroductionIn this tutorial you will learn what a web3 wallet(digital wallet) is, why you would use one, and how to use the popular wallet MetaMask.To understand what a web3 wallet is it can he...
04:04 pm GMT - Wed, October 6, 2021
Dev To How to Create an Interactive Word Tree Chart in JavaScript
Data visualization is not only useful for communicating insights but also helpful for data exploration. There are a whole lot of different chart types that are widely used for identifying patterns in ...
03:56 pm GMT - Wed, October 6, 2021
Dev To How to pick first programming language?
IntroductionIn my "Intro to programming from zero" post, I explained basic programming concepts and I also told you that programming concepts are independent of programming languages. Programmin...
03:37 pm GMT - Wed, October 6, 2021
Dev To Creative Agency Web Template
Hello Everyone!Hare we have uploaded a new Free Creative Agency Web Template,Creative Agency Web Template is a modern and trendy design that gives your Agency the face it deserves. The template was cr...
03:20 pm GMT - Wed, October 6, 2021
Dev To Social Networking Websites Design
Hi Designers! Social Networking Websites Design is a page with form tied together for your social media brand. Here we will be posting updates and important news for this network so stay tuned in. Fo...
03:14 pm GMT - Wed, October 6, 2021
Dev To Introduction to SolidJS and Reactive Primitives
SolidJS is a true reactive library that allows you to use JSX for your frontend projects. In this blog post, I'll share my first impressions on the SolidJS UI library and its reactive primitives. The ...
03:14 pm GMT - Wed, October 6, 2021
Dev To Top 5 reasons to not work on any projects
Everyone aspires to do amazing projects and tries to impress everyone with those projects. But why should you not do any projects?Here are the Top 5 reasons to not work on any projectsSo let's get sta...
02:32 pm GMT - Wed, October 6, 2021
Dev To On Buttons and Links
I posted a tweet yesterday that was met with some controversy, so I thought it would be a good idea to unravel it.Unpopular opinion: in a design system, a "link" and a "button" should be one component...
02:21 pm GMT - Wed, October 6, 2021
Dev To KubeMQ: A Modern Alternative to Kafka
Modern applications are complex, with many different moving parts. Even for the most basic fulfillment center application, front-end interfaces trigger payment processing transactions, which in turn t...
02:10 pm GMT - Wed, October 6, 2021
Dev To Best Corporate Business Website Landing Page Design
Hello Designers! If youre looking for a Corporate Business Website landing page, look no further than that Best Corporate Business landing page. Its very clean and professional wanting you to pick fro...
02:10 pm GMT - Wed, October 6, 2021
Dev To Kubernetes: best videos from September, 2021
Lets get down to Kubernetes and check out the most outstanding videos in September. Lessons learned, benefits unfolded and best practices were revealed last month.Modernizing a legacy app using Window...
02:03 pm GMT - Wed, October 6, 2021
Dev To Deploying Medusa on Qovery for a 100% open-source ecommerce stack
This is a guide for deploying a Medusa project to Qovery. Qovery is a Continuous Deployment Platform, that provides you with the developer experience of Heroku on top of your cloud provider (e.g. AWS,...
02:02 pm GMT - Wed, October 6, 2021
Dev To Anvil's new Beta Editor is here!
We've rebuilt the Anvil Editor with new version control and dev / staging / prod deployments, as well as a clean new look, tabbed editing and Dark Mode.Anvil's web app builder is now easier and more p...
01:46 pm GMT - Wed, October 6, 2021
Dev To More things you might want to hear from an experienced developer
What being a developer really means - thats the name of a new internal series initiated by my colleague Feli. When I spoke to her after the first session, she told me that she was so surprised to see ...
01:37 pm GMT - Wed, October 6, 2021
Dev To Awesome Penetration Testing
Awesome Penetration Testing A collection of awesome penetration testing and offensive cybersecurity resources.Penetration testing is the practice of launching authorized, simulated attacks again...
01:15 pm GMT - Wed, October 6, 2021
Dev To Jaeger vs New Relic - Key differences, use-cases and alternatives
Jaeger and New Relic are tools used in the application monitoring and observability domain. While Jaeger is an open source tool under Cloud Native Computing Foundation, New Relic is a SaaS vendor in t...
12:58 pm GMT - Wed, October 6, 2021
Dev To var, let, const: what's the difference?
Today we are going to talk about an important subject to know as a javascript developer.Everyday you probably use var, let or/and const, but do you know the difference between them. It's what we are g...
12:43 pm GMT - Wed, October 6, 2021
Dev To Google Search themed portfolio website
Hi folks!Lately, I have been seeing a lot of portfolio websites inspired by operating systems. I wanted to build something similar, so here is what I came up with -- a portfolio website that functions...
12:29 pm GMT - Wed, October 6, 2021
Dev To Python ZTM Cheatsheet
Python ZTM Cheatsheet We created this Python 3 Cheat Sheet initially for students of Complete Python Developer in 2020: Zero to Mastery but we're now sharing it with any Python beginners to help...
12:21 pm GMT - Wed, October 6, 2021
Dev To Liman: Invalid Credentials Hatas zm
Ekrann sa alt kesinde ve baz yeni eklenen sunucularda grlmektedir.Bu durumun 2 farkl ekilde zlmektedir. 1. Sambahvl Eklentisinin Ayarlarnn DzenlenmesiEer hatann alnd sunucu zerinde Sambahvl eklen...
11:55 am GMT - Wed, October 6, 2021
Dev To Top 3 mistakes every Test Automation Engineermakes!
In this article, I want to talk to you guys about Top 3 mistakes that I have seen every test automation engineer makes or have made at some point in their career. So let's get started - Mistake #...
11:55 am GMT - Wed, October 6, 2021
Dev To Top 3 mistakes every Test Automation Engineermake
In this article, I want to talk to you guys about Top 3 mistakes that I have seen every test automation engineer makes or have made at some point in their career. So let's get started - Mistake #...
11:49 am GMT - Wed, October 6, 2021
Dev To How Does React Native Work?
React Native is one of the leading cross-platform developing frameworks nowadays. Recent research shows that 38% of developers use React Native to create mobile, desktop, and other types of apps in 20...
11:41 am GMT - Wed, October 6, 2021
Dev To The Missing Docker Crash Course for Developers
Introduction to DockerIt is more likely than not that Docker and containers are going to be part of your IT career in one way or another.In this blog post series I'll cover the following: What ...
11:34 am GMT - Wed, October 6, 2021
Dev To Git Tutorial: How to Fix 18 Common Mistakes
This article is a collection of the 18 most frequently asked questions and their answers when it comes to using Git in a team. Some Git questions are more intimidating and may seem difficult to answer...
10:50 am GMT - Wed, October 6, 2021
Dev To Build a Plagiarism Checker Using Machine Learning
Plagiarism is rampant on the internet and in the classroom. With so much content out there, its sometimes hard to know when something has been plagiarized. Authors writing blog posts may want to check...
10:46 am GMT - Wed, October 6, 2021
Dev To match 3 game in pixi.js 101: Sprite basics
YouTube: Match 3 games are on average at least 80% more exciting to develop compared to what you're actually paid for (unless you're developing a match 3 game for living, of course). So i say lets jus...
10:11 am GMT - Wed, October 6, 2021
Dev To Django Admin Template - Volt Bootstrap 5
Hello Coders!This article presents an open-source Django Admin Template that after the installation overwrites the default admin interface (all widgets). This Django Template is crafted on top of Boot...
10:08 am GMT - Wed, October 6, 2021
Dev To How we solved AWS Lambda timeouts... and improved performance
TL;DRCDK sets default lambda memorySize to only 128MBCPU power of lambda scales with memorySizeNode needs quite some RAMPerformance of Lambdas can be improved considerably by increasing memorySi...
10:01 am GMT - Wed, October 6, 2021
Dev To How to Become a Full Stack Web Developer
How to become a full stack web developers ?If you want a become a full stack developer,you need to know HTML,CSS,JAVASCRIPT along with a BACK-END but making the right choice in an error where th...
09:55 am GMT - Wed, October 6, 2021
Dev To Awesome Frontend Masters Course Resources
Awesome FrontendMasters Course ResourcesA curated list of awesome frontendmasters course resourcesResourceRepositoryInstructor/DeveloperIntroduction to Next.jsnextjs-course-appScott MossJavaScript &am...
09:46 am GMT - Wed, October 6, 2021
Dev To Learning Python- Intermediate course: Day 38, OOP
Today we will learn about OOP in Python. Today we will make a simple class and use instances of the classes.Almost everything in Python is an Object, with its properties and methods. A class is ...
09:10 am GMT - Wed, October 6, 2021
Dev To A first update on our salary survey
We have a little update on our salary survey which we launched roughly three months ago (check out https://salaries.devops-jobs.net/ if you havent yet) and needless to say were still pretty excited a...
09:09 am GMT - Wed, October 6, 2021
Dev To The simplicity of ASP.NET Endpoints
Follow me on Twitter at @tim_deschryver | Subscribe to the Newsletter | Originally published on timdeschryver.dev.Read the TLDR version on timdeschryver.devIn this post, we continue where we left off ...
09:07 am GMT - Wed, October 6, 2021
Dev To How to: Azure PubSub Service
If you learned something new feel free to connect with me on linkedin or follow me on dev.to :)Also if you'd like to skip to the code I have posted it here on my GitHub page. Today I'd like to chat a ...
08:21 am GMT - Wed, October 6, 2021
Dev To New feature in the Luos release 2.0.0: Profiles to simplify user API
New feature in the Luos release 2.0.0: Profiles to simplify user APIProfiles are predefined structures representing a embedded service type. Since Luos 2.0.0, you can comply services to a specific pr...
07:58 am GMT - Wed, October 6, 2021
Dev To Multi paramers in yii2
I want get params from search controllers in yii2, howover link one errors.sort city, province..Ex: index?cate_id=129&city_id=79&provin_id=54index/cate-name/city-nam/province-namePlease help t...
07:53 am GMT - Wed, October 6, 2021
Dev To 7 things to make your portfolio projects stand out and make any employer hire you
You do not need any job experience to land an amazing developer job.7 things to make your portfolio projects stand out and make any employer hire you: Build projects with real-world use cases and solu...
07:24 am GMT - Wed, October 6, 2021
Dev To Css Gradient Icon
Just a small try with css gradient.Made a gradient shield icon using clipping mask and linear gradient.Please support and give your valuable feedbacksCodepen : https://codepen.io/sankar254/pen/RwgXwGZ...
07:02 am GMT - Wed, October 6, 2021
Dev To Dart Programming Full Course for Absolute Beginners 2021
Dart is a Powerful language, its a new platform for modern App, Web, Game, A.I. development. Its a superb place to start learning to program. With this Dart course, you have everything that you will n...
07:00 am GMT - Wed, October 6, 2021
Dev To How GitHub Uses Codespaces to Build GitHub
GitHub Codespaces is a great service. But did you know that GitHub Engineering has switched over to it, so now GitHub uses Codespaces to build GitHub?In this live stream, we talk with Mike McQuaid (St...
06:51 am GMT - Wed, October 6, 2021
Dev To Bring some fresh AIR and write effective code review comments
A few years ago, I shared some guidelines about how not to ruin the team mojo with code reviews, what practices should the different involved people follow to avoid feeling bad about each other, yet t...
06:49 am GMT - Wed, October 6, 2021
Dev To How to work with Command Line Arguments and Flags in Golang?
Command Lines arguments are the major or we can say important part of a program if were about to hit a feature when running a program to achieve that we uses command line arguments or flag.For Example...
06:43 am GMT - Wed, October 6, 2021
Dev To Materio Open Source VueJS Laravel Admin Template Is Here..!!
If youre a developer looking for an admin dashboard that is developer-friendly , rich with features, and highly customizable look no further than Materio. Besides, the highest industry standards are ...
06:14 am GMT - Wed, October 6, 2021
Dev To Divtober Day 6: Hungry
The word for day 6 of #divtober is "hungry." So here's an animated hungry-hungry hippo coded with CSS and a single HTML element:...
06:13 am GMT - Wed, October 6, 2021
Dev To Challenge 18 - Count Negative Numbers in a Sorted Matrix
Hey-yo!Welcome to day #18 of my coding diary. It has been a great journey so far, a really good daily-code-workout. It's too much fun, trust me. TLDR;Problem seemed pretty easy to me at first but...
06:04 am GMT - Wed, October 6, 2021
Dev To Are you aware of the 5 Second Rule?
Save for later. This rule is commonly applied to Landing Page Design.It helps to understand if the scope of the page is clear. To do :Show your page to someone for 5 seconds.Hide it and ask ...
06:00 am GMT - Wed, October 6, 2021
Dev To RxJS - Subjects
What's a Subject Luca? And why today do you want to speak about subjects? Is there a mistake in the publishing? Or are you simply drunk?No guys, don't worry, It's the topic of the day :)I think that a...
05:57 am GMT - Wed, October 6, 2021
Dev To Render a JSON page in Astro
I've been working on a search solution for my Astro blog, and building search on top of static site generators is always tricky.My general idea would be to do it almost the same as my Eleventy search....
04:30 am GMT - Wed, October 6, 2021
Dev To Database Replication using CDC
Database Replication is the process of taking data from a source database (MySQL, Mongo, PostgreSQL, etc), and copies it into a destination database. This can be a one-time operation or a real-time sy...
04:26 am GMT - Wed, October 6, 2021
Dev To Commit-Based Visibility
The complexity of modern DevOps environments requires tooling that enables engineering teams to have maximum visibility into the health and behavior of their workloads. Having an acute understanding o...
04:26 am GMT - Wed, October 6, 2021
Dev To GraphQL mutation errors (union erros with interface aka 6a) with Hotchocolate GraphQL Server
IntroDealing with errors in Graphql is a topic on which there are numerous articles and recommendations, but there are not many real-world examples of how to implement a concrete approach under ...
04:22 am GMT - Wed, October 6, 2021
Dev To A GUI application to solve geometrical problems!
Hi everyone!I am creating an open source software to solve geometrical problems!You can contribute to my project on github!Thank you!I hope you would contribute to my project soon!...
04:03 am GMT - Wed, October 6, 2021
Dev To Opinionated guide on tweaking VS Code for productivity
1). Be afraid of Windows: If you are on Windows then on one beautiful day you would be presented with a blue screen and you may not see your good old Windows again and the data. So, for that sunny day...
03:47 am GMT - Wed, October 6, 2021
Dev To User authentication in Fauna (an opinionated guide)
In this blog post, you learn the fundamentals of authenticating users in Fauna. You ship your client applications with a secret token from Fauna that has limited privileges. Ideally, this token can on...
03:41 am GMT - Wed, October 6, 2021
Dev To Self-Introduction
Hello my friend, I'm Qiuyu. Currently I'm an international student of Seneca College and this is almost my fifth semester as a CPA student. In the 5 semesters of learning computer programming, I am ab...
03:21 am GMT - Wed, October 6, 2021
Dev To Understanding Array Methods: filter(), map(), forEach()
Arrays are one of the most popular data types used in javascript as they have variety of methods that makes it easy to use. In this article, I will be talking about three popular array methods; the fi...
03:15 am GMT - Wed, October 6, 2021
Dev To Client Side Form Validation
Reference:Florine Pop Youtube Video - https://www.youtube.com/watch?v=rsd4FNGTRBw&t=1269s&ab_channel=FlorinPop...
02:46 am GMT - Wed, October 6, 2021
Dev To How to Add Custom Rally Login into an Ethereum Wallet Modal
This article outlines how to add Rally.io login to Onboard.js, a modal integration that allows users to login into decentralized apps using various Ethereum wallets.Since Rally is not an Ethereum Virt...
02:27 am GMT - Wed, October 6, 2021
Dev To Divtober Day 5: Tired
This is my entry for #divtober day 5. The word is "Tired", so I drew a cartoon of a man with a tired look on his face.As with the previous drawing, it is animated... but it will only work on Chrome (f...
02:25 am GMT - Wed, October 6, 2021
Dev To Automating your package deployment in an Nx Monorepo with Changeset
All right, all right. I know, another monorepo package deployment post. But this was a pattern I didn't have luck finding with my Google Fu, and I figure that others may be interested in how to make a...
01:28 am GMT - Wed, October 6, 2021
Dev To Social Media Tools Website
Hello EveryoneHere we come with another design.Social Media Tools Website Download From UIHUT. Get Lifetime Access Only for 99$. Use dol10 coupon for the extra 10% off.Our Social Media Management Tool...
01:15 am GMT - Wed, October 6, 2021
Dev To 5 Dicas Para Fazer o Seu Pull Request Brilhar
Outubro ms de hacktoberfest e esse deve ser o ms em que ns nos esforamos mais para contribuir com open-source e ajudar a mais pessoas contriburem. Ento nesse artigo voc vai aprender cinco 5 dicas de ...
01:04 am GMT - Wed, October 6, 2021
Dev To How to add load Blur effect to images in React
There is a problem that sometimes we dislike in Create React App, which is solving the loading of images, there are plugins for frameworks that provide solutions such as Gatsby or Next, but aha i...
12:47 am GMT - Wed, October 6, 2021
Dev To Enforcing Policy as Code using Kyverno in Kubernetes
Hello all, In today's blog, we are going to learn about policy as code in Kubernetes using Kyverno. Let's get started. What is Policy as Code?Policy as Code (PaC) is the idea of writing code in ...
12:32 am GMT - Wed, October 6, 2021
Dev To Another year of contributing to Hacktoberfest !
Hello world friend !My name is Thomas, I'm 22 years old at the moment, I like to participate to Open Source projects and help people with my web dev skills. BackgroundIn 2015, I signed u...
12:00 am GMT - Wed, October 6, 2021
Dev To Developing Dapp on Blockchain Using Reach: Liar's Dice!
Yuumi ADC joins the game with her Liars Dice! In this report, were going to go through the development process and future improvements. Good Luck, Have Fun! Game IntroductionLiars dice is a type ...
11:15 pm GMT - Tue, October 5, 2021
Dev To Mistakes as a Beginner Programmer
Hello,Dev Friends.In this article I want to talk about some of the mistakes we often do as a beginner in programming.Some of them are from my experiences while some of them are common mistakes.So,here...
11:09 pm GMT - Tue, October 5, 2021
Dev To Introducing Bookshop: component-driven workflow for static websites
We're delighted to launchBookshop: an open-source framework to speed up development and reduce maintenance on static websites by developing components in isolation.Building and maintaining high-perfor...
10:13 pm GMT - Tue, October 5, 2021
Dev To My 1st Hacktoberfest!
Hello everyone! I'm Geesilu. I'm new to here. This is my first time of participating Hacktoberfest. ContributionsDuring Hacktoberfest I often look for easy repos. Happy Coding! ...
09:33 pm GMT - Tue, October 5, 2021
Dev To How Android Wallpaper Images Can Threaten Your Privacy
Android 12s highly anticipated Material You design system features wallpaper-based color theming and advanced customizations powered by color extraction. These UI enhancements allow users to select a ...
09:18 pm GMT - Tue, October 5, 2021
Dev To Cool Projects to Help You Learn React JS - Part 1
Introduction What is ReactReact is a declarative and component-based Javascript Library for building web interfaces. Its developed and maintained by Facebook. Although it's grouped with ot...
09:16 pm GMT - Tue, October 5, 2021
Dev To Happy Hacktoberfest from Sourcegraph
We on the Sourcegraph team are so excited to be a Hacktoberfest Community Partner to celebrate open source throughout October. Partnering with the community to invite more developers into open source ...
08:57 pm GMT - Tue, October 5, 2021
Dev To An Overview of the AWS Cloud Adoption Framework | AWS White Paper Summary
Migrating to the cloud is a process. You don't just snap your fingers and have everything magically hosted in AWS. It takes a lot of effort to get applications migrated to AWS and having a successful...
08:55 pm GMT - Tue, October 5, 2021
Dev To Node.js & Deno Comparison
So what is Deno?Deno is JavaScript , typescript runtime like node.js but it can run typescript natively and has so many new features related to security and module delivery. Why compare to ...
08:52 pm GMT - Tue, October 5, 2021
Dev To Integrating Cryptocurrency as a Payment Option: Javascript
Considering the extent to which cryptocurrency as a medium of payment has evolved, Soon enough your employers will start requesting to integrate multi-currency as a payment option in their platforms o...
08:50 pm GMT - Tue, October 5, 2021
Dev To Diffrent Ways To Create A React Application
1. Create-React-AppProvide a Simple Environment With All The Things Already Setup For You And You Just Have To Write Code.Create React App doesnt handle backend logic or databases; it just creat...
08:34 pm GMT - Tue, October 5, 2021
Dev To 30DAYS OF PYTHON
Day 1 of the 30 Days Of Python.What python is.Python programming paradigms: Imperative, Functional, Procedural, Object-oriented paradigmsRepresenting data using python data types: Booleans, strings ,l...
08:22 pm GMT - Tue, October 5, 2021
Dev To Getting started with Playwright E2E testing
Playwright is a cross-browser web automation framework by Microsoft. It is also a powerful E2E testing tool with its integrated test runner Playwright Test.Some of the highlight features of Playwright...
08:19 pm GMT - Tue, October 5, 2021
Dev To why am I hung up on the term "fullstack"?
Stacks evolve over time. But its not just what technologies they use, but what technology we even consider a part of a stack. What fullstack means morphs over time.Chris Coyier - What Does it Mean to ...
08:17 pm GMT - Tue, October 5, 2021
Dev To Enhance your code examples with links to reference docs
"Like the Sphinx" by Benson Kua is licensed with CC BY-SA 2.0. Why is it not everywhere?Some time ago when browsing Matplotlib's documentation, I was awestruck: I could click their code examples ...
07:56 pm GMT - Tue, October 5, 2021
Dev To A cap of tea
A story about distributed systems, hype-driven design and the Socratic hardships of friendship Fancy some tea?Me: Hey, fancy some tea?You: Sure, I'm always up for some tea!Me: Cool, let's share a...
07:18 pm GMT - Tue, October 5, 2021
Dev To React Custom Hooks: useBoolean
React hooks initially allow you to "hook into" React state and lifecycle features, like we used to do with the componentDidMount or componentWillUnmount methods when using class based components. What...
07:16 pm GMT - Tue, October 5, 2021
Dev To daisyUI: Tailwind CSS components for reducing markup
Written by Fortune Ikechi Despite the overwhelming popularity of Tailwind CSS, many developers have struggled to become comfortable with the framework, largely due to a decrease in markup readability ...
07:12 pm GMT - Tue, October 5, 2021
Dev To How to Quit Your Job (Even if You Just Started)
By now youve surely heard the news...Were all quitting our jobs at record rates. 4 million of us left in April, 3.4 million in May, and Elpha's recent should I quit my job quiz found that 90% of 4,500...
07:00 pm GMT - Tue, October 5, 2021
Dev To Fun with Rails Enums and PORO
I really like enums. They can be really powerful if they are used wisely. Lets see what we can do with them in a multilingual Rails app with a little help from PORO (Plain Old Ruby Object).In this art...
06:57 pm GMT - Tue, October 5, 2021
Dev To E-learning Website Templates
Hi EveryoneHere we come with another design.E-learning Website Templates Download From UIHUT. Get Lifetime Access Only for 99$. Use dol10 coupon for the extra 10% off.e-learning Website Template desig...
06:50 pm GMT - Tue, October 5, 2021
Dev To Open-source multi-channel notification management library
After years of writing a multichannel notification management systems from scratch for every project i've been involved with. Me and my partner in crime Tomer Barnea decided to solve this thing once a...
06:32 pm GMT - Tue, October 5, 2021
Dev To React & TypeScript: use generics to improve your types
While TypeScript is a godsend for React developers, its syntax is fairly intimidating to newcomers. I think generics are a big part of that: they look weird, their purpose isn't obvious, and they can ...
06:03 pm GMT - Tue, October 5, 2021
Dev To My bio
Hello, my name is Baboi and I'm a technology lover.I'm now working for the justice at Superior Council of Magistracy of the Public Ministry and in my free times I learn new technologies and develop so...
06:02 pm GMT - Tue, October 5, 2021
Dev To Launching A SonarQube Docker Container
What Is SonarQubeSonarQube, before 2013 known as Sonar, is a tool for inspecting code quality with static analysis, bug detection, code smells, and security vulnerabilities. It's best to run the...
06:01 pm GMT - Tue, October 5, 2021
Dev To Detasheet: Google Sheets as a Database
Have you ever considered using Google Sheets as a database? You haven't? Well you just did! The WhyGoogle Sheets is free, provides a built-in method to visualize data (with charts and graphs), a...
05:58 pm GMT - Tue, October 5, 2021
Dev To 9 questions to ask nontechnical folks before working on a project
1/ What's your website do today?Encourage them to complain about what's frustrating them. Learn their true problems. Once done, repeat their problems back to them. 2/ What does your ideal w...
05:52 pm GMT - Tue, October 5, 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:43 pm GMT - Tue, October 5, 2021
Dev To Unpaid CTO adventures: Getting my fiancee`s business to generating 100k a month.
You ever wonder about what people do at the C-level of a company? I did too, and no matter how many times people described it to me or I looked it up, it still never really clicked. That is until my f...
05:31 pm GMT - Tue, October 5, 2021
Dev To Scrape API based site with Python
Welcome to our another, web scraping with Python tutorial series. Today, we gonna do API web scraping with Python. I think scraping API based website is the easiest thing, well ever do in your lifetim...
05:10 pm GMT - Tue, October 5, 2021
Dev To WASM is AWSM
We live in times where you learn JS to write server side code and desktop apps (electron), and you also learn C++ / Rust to create browser apps.Does this sound strange? well this is kindaaa true With ...
05:04 pm GMT - Tue, October 5, 2021
Dev To Time Zones Are Hard
I recently saw this on Twitter (hope it doesn't trigger any of you):NEW TIME ZONES!!! Maz Jovanovich @maz_jovanovich ...
05:00 pm GMT - Tue, October 5, 2021
Dev To Adonis Js - Events and Mailing Part 2
Curiosity keeps leading us down new paths. ~ Walt DisneyIt is often said that in programming there's always more than one way of doing things. The maxim is that to grow we must be open to new ideas......
04:49 pm GMT - Tue, October 5, 2021
Dev To Laravel Sanctum
I want to build an authentication system for both WEB and Mobile using API. After searching for good framework, Finally I choose Laravel. It is well suited for my requirement and one of the best frame...
04:44 pm GMT - Tue, October 5, 2021
Dev To SQL Server to React in 60 Seconds With Prisma
Previously published at fullstackfish.comConnecting SQL Server to React with Prisma is a straightforward and satisfying experience. This post will guide you through the process of getting your Azure S...
04:39 pm GMT - Tue, October 5, 2021
Dev To How to Create a PWA With Next.js
Hey all,This post is in collaboration with James Q Quick. If you like to see videos then check out this video by James Q Quick.So let's get the party started. What is a PWA?PWA stands for Progre...
04:36 pm GMT - Tue, October 5, 2021
Dev To Skeleton Screen Loading Animation using HTML & CSS
In this article I have shown how Skeleton Screen Loading Animation is created using HTML CSS and JavaScript. I created this animation on a profile card. You will see various websites where you can see...
04:22 pm GMT - Tue, October 5, 2021
Dev To How to connect jambonz with Dasha AI
Originally posted on https://dasha.ai/en-us/blog/how-connect-jambonz-dasha-AINote from the editor: this is a repost of David Horton's article. jambonz is an open source CPaaS for communications servic...
03:55 pm GMT - Tue, October 5, 2021
Dev To Two ways to integrate Javadoc into IntelliJ IDEA
Do you Google for Javadoc? Isn't it annoying? Picture this: you're in a flow state, with a full stack on your mind, and a good couple dozen business concepts thrown in, and you just want to double-che...
03:25 pm GMT - Tue, October 5, 2021
Dev To Mobile Banking Landing Page
Download From UIHUT. Get Lifetime Access Only for 99$. Use dol10 coupon for the extra 10% off.More than 14,000 high-quality ui design resources for commercial use. It's easy to download and use. Creat...
03:20 pm GMT - Tue, October 5, 2021
Dev To React 18 milestone: React-Redux adopts useSyncExternalStore
This is a sample from my This Week In React newsletter. Subscribe for more!React-Redux v8 alpha.0 was just announced by Mark Erikson.The library is now fully rewritten in TypeScript.More importantly,...
03:19 pm GMT - Tue, October 5, 2021
Dev To Building the Modern Web Stack: Babel
What is Babel?Babel is a tool that lets you write your Javascript code using all the latest syntax and features, and still run it in older browsers. Babel is a transpiler that will translate you...
03:16 pm GMT - Tue, October 5, 2021
Dev To Join Hacktoberfest 2021 and contribute to QuestDB!
Hacktoberfest 2021 is starting today! For the first time, QuestDB is participating as an open source project. We're super excited to meet with other open source contributors and maintainers.For those ...
03:13 pm GMT - Tue, October 5, 2021
Dev To What is Silo Structure in SEO?
In the past few years, many have been promoting this theory that you must have silo structure in order to rank in Google. But do you know what a silo is? What does it mean to have a silo structure? Ac...
03:12 pm GMT - Tue, October 5, 2021
Dev To Handling Multiple Lambda functions
Don't do this -Problems -Solution -How your architecture should look -High Level -...
03:11 pm GMT - Tue, October 5, 2021
Dev To Clean Conventional Commits
Lets face it, Git is a chore. Its about as exciting as cold oatmeal. However, when used properly, it can save millions. 5 Sanity Checks For Your Commits FrequentThe more often you commit, t...
02:45 pm GMT - Tue, October 5, 2021
Dev To 13 Reasons to learn Data Structures and Algorithms (2022)
I know data structures and algorithms sound scary, But they are not.If you learn them, you can pass any interview in the world. In addition, you can build awesome high-performance apps and much more.I...
02:23 pm GMT - Tue, October 5, 2021
Dev To HACKTOBERFEST 2021
Comienza octubre y lo nico que vas a escuchar es Hacktoberfest,pero...Qu es Hacktoberfest?Es un evento anual de un mes durante octubre organizado por Digital Ocean por octavo ao consecutivo, que anima...
02:12 pm GMT - Tue, October 5, 2021
Dev To Messaging Web App UI Kit
Hello, Design Lovers. Hope you are Well!This is a Social Media Messaging Web App UI Kit.The Best UI Kit for Messaging Web App. This UI Kit is designed for an integrated messaging platform. If you are ...
02:12 pm GMT - Tue, October 5, 2021
Dev To [Part 1] A proactive approach to handling application errors
NOTE: You will need slack access for this tutorial.This is Part-1 of a 3 part series on how to proactively handle errors in your application across the stack.As engineers, we toil all day, write tests...
01:55 pm GMT - Tue, October 5, 2021
Dev To Announcing Cube Cloud: Managed hosting of Cube applications
TL;DR: Cube is an open-source API layer for building modern data apps. Here's a step-by-step tutorial that shows how Cube shines. Now Cube can be run on a fully managed platform Cube Cloud. It's a sm...
01:33 pm GMT - Tue, October 5, 2021
Dev To Nvim Remaps Like a Boss
I've slowly adding more and more lua functions into my neovim configuration,and recently I noticed a pattern for a class of functions that reach out to runshell commands that can be abstracted away. ...
01:14 pm GMT - Tue, October 5, 2021
Dev To What is useMemo hook in React..
Hooks are relatively new feature of react, they were introduced in React 16.8, they help us make use of state and react features from a function based component, for example useState, useEffect, useHi...
01:11 pm GMT - Tue, October 5, 2021
Dev To E-commerce website - adding/deleting product from database. Part 3
Hello, hope you'll are good. In previous part, we have made login/log out feature and a seller dashboard, where user can apply as a seller and can get his/her dashboard to manage his products. In toda...
12:58 pm GMT - Tue, October 5, 2021
Dev To Latest top 21 APM tools [open-source included]
Application Performance Monitoring (APM) tools are a critical component of distributed applications now. But choosing the right APM tool can be tricky. In this article, we go through a list of the top...
12:49 pm GMT - Tue, October 5, 2021
Dev To How to build Video Calling in javascript
Video Calling is becoming norm for everyone nowadays and integrating Video API is as hard as building one. In this article, We are going to explore the Video Calling in JavaScript. We will also implem...
12:49 pm GMT - Tue, October 5, 2021
Dev To Hacktoberfest'21-With Rishit Anand
IntroI am RISHIT ANAND, a Second Year student in Vellore Institute Of Technology.I am also a MLSA, Memeber of ISTE-VIT, IEEE-CS VIT, IETE-VIT.Being a Computer Science Student, I am Code Geek wh...
12:47 pm GMT - Tue, October 5, 2021
Dev To Inicie no mundo open-source participando da Hacktoberfest
O que a Hacktoberfest? um evento online patrocinado pela Digital Ocean que acontece todo ano, durante o ms de outubro. Seu objetivo incentivar e movimentar a comunidade a participar de projeto...
12:31 pm GMT - Tue, October 5, 2021
Dev To The power of X-State
A long time ago, when I was a student in an academic institution learning computer science, I found the automation systems class very exciting. I love the approach of representing a solution to a pro...
12:31 pm GMT - Tue, October 5, 2021
Dev To 10 Tips On How To Improve UI/UX Design of a Web Application
In this article, we share insights on the top 10 tips for great UI/UX in modern web applications. Learn more on how to improve design in 2022.Your web application or a website is the salesperson you h...
12:20 pm GMT - Tue, October 5, 2021
Dev To codepenchallenge (Dreadful Dropdowns)
...
12:20 pm GMT - Tue, October 5, 2021
Dev To 3D Transform Cards
...
11:27 am GMT - Tue, October 5, 2021
Dev To MongoDB $weeklyUpdate (October 4, 2021): Latest MongoDB Tutorials, Events, Podcasts, & Streams!
Hi everyone!Welcome to MongoDB $weeklyUpdate! Here, you'll find the latest developer tutorials, upcoming official MongoDB events, and get a heads up on our latest Twitch streams and podcast, cu...
11:25 am GMT - Tue, October 5, 2021
Dev To How to Write a Distance Converter in SwiftUI
In this tutorial, we will build a simple distance converter for iOS with SwiftUI. We will take a look at how to read user input as a Double and how to prevent the user from entering faulty values.Once...
10:46 am GMT - Tue, October 5, 2021
Dev To Booking Web App UI Kit
Hey, Design Lovers!This is a Booking Web App UI Kit Homepage Design. In this Web App, you can book 3 types of trips. Hotel, Flight, and Car Rental.Trip Guide is a booking web app UI kit. By developing...
10:41 am GMT - Tue, October 5, 2021
Dev To A blog post about blogging
I published my first blog post why you should put your code on an opensource platform on the 20th of January in 2019. And I thought it was a good moment to reflect on how blogging has been for me so f...
10:32 am GMT - Tue, October 5, 2021
Dev To Learning Python- Intermediate course: Day 37, File handling in Python
Today we cover File-handling in Python in a lightning fast speedMany times we need to save data into files for long-term usage. Today we will learn how to write data into a file and retrieve it....
10:31 am GMT - Tue, October 5, 2021
Dev To Building Tailwind CSS card components
Tailwind CSS is a framework that I've been using a lot lately to quickly build websites without having to leave the HTML files.It is an interesting new approach and there are pros and cons as with any...
10:19 am GMT - Tue, October 5, 2021
Dev To Reverse Engineering Keyboard Driver: Part 2 (Decompiling .NET applications)
IntroductionThis post is a part of my series to reverse engineer the keyboard driver/Omen Light Studio application on my HP Omen Laptop and re-implement its functionality on Linux. In this post...
10:17 am GMT - Tue, October 5, 2021
Dev To 7 Reasons You Should Learn JavaScript 5 Best Free JavaScript Resources
In September 1995, Brendan Eich, a Netscape programmer, created a language called Mocha in 10 days.Mocha would later become JavaScript, and it was originally created with the purpose of making small a...
10:10 am GMT - Tue, October 5, 2021
Dev To My 10 favorite Tech Twitter tweets from the past week:
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:08 am GMT - Tue, October 5, 2021
Dev To React i18n - Extend react-intl with your own context and markup
TL;DR; Instead of using the default FormattedMessage component and useIntl hook from react-intl, you should provide your own version of these components with custom variables injected by default. Crea...
09:42 am GMT - Tue, October 5, 2021
Dev To A simple markdown parser in 50 lines of js
Just write a simple markdown parser. support basic markdown syntax only50 lines of JavaScript.Source, documentation and supported syntax can be found at github.com/casualwriterSorry for not good codin...
09:38 am GMT - Tue, October 5, 2021
Dev To Mike Sherov notes that jQuery usage is officially on the decline, and says we owe the project a debt of gratitude
Mike Sherov Tweet"I reported this before, but now it's a bit clearer: jQuery did indeed peak in usage halfway through 2020, and is only now finally in decline. What amazing impact... peaking at 80% pe...
09:22 am GMT - Tue, October 5, 2021
Dev To Supabase: what's new in September 2021
Did you know it's been 2 years since the first commit to Realtime, our real-time engine for Postgres? Before we even existed as a company! We spent this month improving docs and content content, impro...
09:19 am GMT - Tue, October 5, 2021
Dev To What if front-end technologies were countries? - Game of Codes project
Hi!My name is Michal and apart from being a web developer I am also a huge fan of history, maps and fantasy.Over the years, observing the world of front-end technologies, I could not help but feel tha...
09:05 am GMT - Tue, October 5, 2021
Dev To What is a REST API?
If youve had a look at the Contentful docs, youll have seen the acronyms REST and API in at least a few places! But what does it all mean? Lets break it down. What is an API?API stands for Applic...
07:05 am GMT - Tue, October 5, 2021
Dev To 4 resources on software team productivity everyone should know
Understanding how individual people and productive teams behave is crucial for improving team performance. Often, it can be hard to distinguish ideological advice from insights grounded in research. H...
07:00 am GMT - Tue, October 5, 2021
Dev To The Complete Web Component Guide: Part 2 HTML Templates
Become an expert in the future of Web Development The Complete Web Component Guide: HTML Templates | by Marius Bongarts | Oct, 2021 | Medium Marius Bongarts Oct 5, 2...
06:43 am GMT - Tue, October 5, 2021
Dev To Setting-up a Django project for production
Setting up a django project is an expertise worthy of mastery. This is pretty important because; lousiness can be permitted and forgiven, whilst developing locally. However, you would definitely pay d...
06:43 am GMT - Tue, October 5, 2021
Dev To What are the best css trends??
So hey!!Here again for you all. So what's today.. I have come up with 2 css trends so that your website looks cool!!1) GlassmorphismThe most popular trend this year. It is a effect which gives you a b...
06:39 am GMT - Tue, October 5, 2021
Dev To 10 Google Chrome Extensions you should use as a developer
If youre a developer, you will likely already have a collection of favorite Chrome extensions you use on a daily basis. Extensions that make life easier, make you more productive, or perform an essent...
06:26 am GMT - Tue, October 5, 2021
Dev To Best Online IDE for Fast Development
IntroductionAn Integrated Development Environment(IDE) provides us with all the tools for software development. IDE in the form of software runs on our local machine and helps us with the writin...
06:25 am GMT - Tue, October 5, 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...
05:22 am GMT - Tue, October 5, 2021
Dev To An extension everyone must use, developed by me.
Hello folks,Programmer either experienced or beginner they always copy some codes from stackoverflow , codepen.io and other sites. But copy codes manually using keyboard button ctrl+c take some time ...
05:06 am GMT - Tue, October 5, 2021
Dev To Number Guessing Game
IntroHey everyone! This is a number guessing game I made. Let me know if you like the code! Description/InstructionsGuess the number! Hint: It's between 1-50. OutroThanks for reading a...
05:03 am GMT - Tue, October 5, 2021
Dev To How to create awesome Github profile
In this blog post I'm gonna show you how to create a amazing github profile. This feature is a secret feature provided by github.I will show you two methods to create github profile readmeBy wri...
05:02 am GMT - Tue, October 5, 2021
Dev To Ethical Hacking Roadmap - A Beginners Guide
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 ...
05:00 am GMT - Tue, October 5, 2021
Dev To Curated Resources to Help you get started with Hacktoberfest
If you're a developer, you've probably come across the term "open source." If you've ever wondered what it's all about and how to contribute, you are in exactly the right place. By the end you would h...
04:57 am GMT - Tue, October 5, 2021
Dev To Best ways to make your first contribution to Nim language for Hacktoberfest 2021
Concise and readable, small binaries, fast compile times, native performance, zero-overhead interop lets you reuse code in C, C++, JS, Objective-C, Python... Does a programming language have these fan...
04:51 am GMT - Tue, October 5, 2021
Dev To Token Refresh with Asp.NET Identity
Token Refresh with Asp.NET IdentityStep by step guide on how refresh Asp.NET API Json Web Tokens (JWT) The NeedEvery properly issued JWT (Json Web Token) has an expiry date, generally withi...
04:41 am GMT - Tue, October 5, 2021
Dev To Do you think I should start a newsletter?
For a while, I've been considering making a newsletter. If you have a moment, and you're interested in it, I'd like to know these things from you:What stuff should I include in the newsletter (blog po...
04:16 am GMT - Tue, October 5, 2021
Dev To Does blogging make you a better dev?
Why should you start a blog as a developer? Does it actually have any benefits, or is it just one of those things people tell you to do to feel productive?Although at ground level it seems scary and n...
03:52 am GMT - Tue, October 5, 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:41 am GMT - Tue, October 5, 2021
Dev To Code and fix model- A recipe for disaster
The study of development models cannot be complete unless we include the traditional - code and fix model. It is a model (or rather a lack of model) which is easy, but useless if rapid development is ...
03:41 am GMT - Tue, October 5, 2021
Dev To Bookmark These 15 Front-End Websites Now!
Now that I've been working with front-end web frameworks professionally for over 2 years, I can confidently say that Imostlyknow what I'm doing.Through this journey I've come across many useful resour...
03:15 am GMT - Tue, October 5, 2021
Dev To How to detect images loaded in React
I had to do a manual deep linking hook, scrolling automatically down in a web application to a specific section, but the delay on images loaded were doing this scroll wrong.Then, how to detect the loa...
03:14 am GMT - Tue, October 5, 2021
Dev To Rock It With Calinix
Currently working on my own Arch based Linux Distribution, CalinixOS. Making a distribution was my dream and fulfilling it currently doesn't let my joy stay bound! Its Alpha 5-3rc releases have been p...
03:03 am GMT - Tue, October 5, 2021
Dev To How to Crack a Password? | Ethical Hacking Tutorial
What is Password Cracking?Password cracking is the process of attempting to gain Unauthorized access to restricted systems using common passwords or algorithms that guess passwords. In other words, it...
02:59 am GMT - Tue, October 5, 2021
Dev To Best Developer Tools for 2021
Here are some #musthave tools for me - a front-end developer that I can swear by. 1. GithubOkay, no brainer here. Of course we cannot live without Github. Over 56 million developers worldwide us...
02:26 am GMT - Tue, October 5, 2021
Dev To Svelte Reactivity Gotchas Solutions (If you're using Svelte in production you should read this)
Svelte is a great framework and my team has been using it to build production apps for more than a year now with great success, productivity and enjoyment. One of its core features is reactivity as a ...
01:53 am GMT - Tue, October 5, 2021
Dev To Distributing Challenge: On Building Highly Engaged Teams
I've been thinking a lot over the last few years about how vital the distribution of challenge is to a team's success.In fact, it's one of the primary considerations I have when building a team.How ma...
01:38 am GMT - Tue, October 5, 2021
Dev To 10 reasons why programmers suck at relationships
This is not actually a happy post. This is a sad post I regret you clicked on it. What made you click on this post? Let me make a rough assumption. You are among those two people who landed on this p...
01:12 am GMT - Tue, October 5, 2021
Dev To Broadcasting in AdonisJS
In this tutorial we'll build a broadcasting module for AdonisJS which resembles Laravel Broadcasting features (you can even use Laravel Echo). This module will cover up many of the websockets use case...
01:11 am GMT - Tue, October 5, 2021
Dev To Vocabulary Building Day 22
self-effacing(adjective): not claiming attention for oneself; retiring and modest.Checkout Pronunciationinimitable(adjective): so good or unusual as to be impossible to copy; unique.Checkout Pronuncia...
12:16 am GMT - Tue, October 5, 2021
Dev To The Use of Portals in React
Getting a cleaner DOM with Portals Step 1 Got inside public/index.html and addthe roots near the <div id="backdrop-root"></div><div id="overlay-root"></div> Step 2 Then imp...
11:32 pm GMT - Mon, October 4, 2021
Dev To How to use the FormData object
An explanation of what the FormData object is and how to use it with an existing HTML form. What is a FormData object?To understand what FormData objects are we should first know where they...
10:57 pm GMT - Mon, October 4, 2021
Dev To Build and deploy a web app with Python, Flask, and Doppler
Picture this: Youre building an app that uses global configuration values (public and private keys, environment execution configurations, database credentials, domain names, and URLs), and you need to...
10:54 pm GMT - Mon, October 4, 2021
Dev To Looking for an Open Source Project? Try Julia.
Happy Hacktober! 'Tis the season to contribute. If you're excited about contributing to open source, but you're not sure which project you should contribute to, we'll be posting about tips, tricks, an...
10:37 pm GMT - Mon, October 4, 2021
Dev To I do declare [a function]!
Working with functions is one of the most fundamental skills one needs to develop when learning how to code. When I first started learning about functions in JavaScript, my mathematics background made...
09:59 pm GMT - Mon, October 4, 2021
Dev To React: Properties & Notes
Pass Props to a Stateless Functional Component. In React, you can pass props, or properties, to child components.For example, let's say you have an App component which renders a child component ...
09:39 pm GMT - Mon, October 4, 2021
Dev To Omniauth Devise Rails Tutorial
Una breve introduccin.Que tal buen da, me presento mi nombre es Daniel o Dany para los compas. Es mi primera vez escribiendo por aqu por lo tanto pido disculpas anticipadas si encuentran alguna ...
09:00 pm GMT - Mon, October 4, 2021
Dev To How to Simulate Slow Internet Connection on iOS and Android [QA Guide]
When testing mobile apps, newbies QA frequently forget to check the app with an unstable Internet connection. But in many cases this is critical: connection speed directly influences user experience a...
08:58 pm GMT - Mon, October 4, 2021
Dev To Migrating Selenium system tests to Cuprite
In our project, weve been running system tests (then called rather "Feature tests") since around 2016. System tests use a real browser in the background and test all layers of a Rails application at o...
08:57 pm GMT - Mon, October 4, 2021
Dev To Facebook is down, discuss...
I'm curious about what comes to mind. Whether it is software related or otherwise, what does today's outage evoke for you?What's the worst case scenario for Facebook?...
08:52 pm GMT - Mon, October 4, 2021
Dev To PostgreSQL query optimization for Gophers: It's much easier than it sounds!
IntroductionHello, amazing DEV people! Today I will show you a wonderful query optimization technique for Postgres that I often use myself. This approach to optimization can save you from a long...
08:30 pm GMT - Mon, October 4, 2021
Dev To What is the future of social media?
As you can see currently, Facebook, Instagram and several other services related to FB are down. A lot of services has sign-in with the Facebook feature, so people lost temporary access. Do you think ...
08:28 pm GMT - Mon, October 4, 2021
Dev To Git & GitHub workflow 101 cheatsheet
In the spirit of learning in public, I am writing my own Git cheatsheet.I am still new, so if I got any of the terminologies wrong, please correct me :)This cheatsheet is going to be really basic and ...
08:25 pm GMT - Mon, October 4, 2021
Dev To Next.js, Universal and Nuxt.js static redirects
Frameworks like Next.js (React ), Nuxt.js (Vue ) and Universal (Angular ) allow you to register redirects.Next.js allows you to register redirects using redirects function inside next.config.jsNuxt.js...
08:19 pm GMT - Mon, October 4, 2021
Dev To Create a temperature map with Mapbox and OpenWeatherMap
A temperature maps shows the current temperature in a color scale, from blue (cold) to red (hot). In this tutorial, I will show how to create a web-based temperature map using JavaScript, Mapbox, and ...
08:19 pm GMT - Mon, October 4, 2021
Dev To Creating an Infinitely Zooming image (for ANTI-divtober )
#divtober is a time for CSS artists to come out and play. They have to create a different piece of CSS art each day to showcase their CSS artistry and skill! There are already some fantastic entries, ...
08:00 pm GMT - Mon, October 4, 2021
Dev To Take Chances and Push Forward.
Lessons from the final frontierIm a big Star Trek fan. I started watching Star Trek: The Next Generation (TNG) and Star Trek: Voyager (VOY) with my father when I was a child in the 90s and grew ...
07:54 pm GMT - Mon, October 4, 2021
Dev To Build a web traffic monitor with Django and IPStack
In today's online world, it is important to know where your website traffic comes from in order to help website owners understand their visitors better. In this tutorial, we build a very basic traffic...
07:36 pm GMT - Mon, October 4, 2021
Dev To How to make TypeScript understand Array.filter
If you've ever used Array.filter to filter a list to certain type of items, you've probably been hit by TypeScript not realizing what type of items your list contains after filtering. To fix this, you...
07:27 pm GMT - Mon, October 4, 2021
Dev To How to play a video with VideoPlayer in SwiftUI
VideoPlayer - is a view that displays content from a player and a native user interface to control playback.Available iOS 14.0+, macOS 11.0+, Mac Catalyst 14.0+, tvOS 14.0+, watchOS 7.0+, Xcode 12.0+....
06:40 pm GMT - Mon, October 4, 2021
Dev To Develop faster NOW (up to x3)!!! What NOBODY has told you about Visual Studio 2022
What, develop up to 3 TIMES FASTER? Yes, youre reading the right thing.Now you might be wondering how is this possible??It all comes based on the article I did some time ago of The Best Features of V...
06:13 pm GMT - Mon, October 4, 2021
Dev To Introduction to Python
OutlinePast and Present of PythonFeatures of PythonHow to Install PythonWindows SystemsMacOS SystemsLinux SystemsGlimpse of Python CodeConclusion Past and Present of PythonGuido van Rossum ...
05:59 pm GMT - Mon, October 4, 2021
Dev To My thoughts on working from home
(This blog post first appeared on paulmowat.co.uk) IntroductionFour years ago, I got the opportunity to work from home full time. I had never worked from home more than the odd day here or there ...
05:34 pm GMT - Mon, October 4, 2021
Dev To How to Create a Donut Chart using React Native SVG
OverviewOne of the things we all end up needing to do at some point in our career is creating custom charts. One of the approaches we can take is to create charts with SVG's.And today I'm going ...
05:21 pm GMT - Mon, October 4, 2021
Dev To Beginners guide to Tailwind CSS: the new way of styling
IntroTailwindcss is a utility-first CSS framework which can be assumed as an API for your design system.Utility classes help you work within the constraints of a system instead of littering your...
05:08 pm GMT - Mon, October 4, 2021
Dev To I wrote an open source mod of an Android App
Before we start: Acting on some of the information shared in this article may or may not violate the terms of service of third party apps. You are responsible for any damages, not me.This article assu...
05:00 pm GMT - Mon, October 4, 2021
Dev To The Cloud is Your Development Environment
As a developer, one of the things I've grown accustomed to is constantly moving between various projects, their required dependencies, and versions of those dependencies.Here is a typical workflow tha...
04:57 pm GMT - Mon, October 4, 2021
Dev To An Introduction to Flexbox
What is Flexbox and why we use it?Flexbox is a CSS3 layout model that provides a much easier and efficient way to arrange items within a container and create highly adaptive designs.It is most a...
04:49 pm GMT - Mon, October 4, 2021
Dev To Unlock the full potential of your music with Soundcloud Promotion
Hello! Let me guess, you just started in the music field, making music and putting in it on Soundcloud, but you're not getting enough plays, followers are growing slowly, and in general everything is ...
04:44 pm GMT - Mon, October 4, 2021
Dev To (Unit/Integration) Testing React.js Forms with React Testing Library
In this video we will learn how to test React Forms using React Testing Library. Our React forms can be implemented using formik or react hook form and our tests will work for both libraries.The tests...
04:23 pm GMT - Mon, October 4, 2021
Dev To Luos video tutorials teaser
After the recent 2.0 release of Luos, we're glad to announce a series of video tutorials. Let's build an embedded better world together! ...
03:46 pm GMT - Mon, October 4, 2021
Dev To React Berry Fullstack - Available for download in three versions
Hello Coders!This article presents full-stack versions of React Berry Dashboard, a modern and quite popular dashboard template styled with M-UI (legacy Material-UI) components library. The React temp...
03:35 pm GMT - Mon, October 4, 2021
Dev To Why Developers are Embracing Modern Card Issuing and the Open API
Modern payment card issuing processes can deliver many different types of cards in a fast, efficient, and secure way. Using open API platforms, card issuers can create customized card products and eas...
03:21 pm GMT - Mon, October 4, 2021
Dev To API Authorization with AWS at Emergency Response Africa
IntroductionEmergency Response Africa is a healthcare technology company that is changing how medical emergencies are managed in Africa.As you can imagine, this means we manage a lot of web and ...
03:19 pm GMT - Mon, October 4, 2021
Dev To How to make A calculator With Js With Source Code
In this Post You Will Learn How To make a simple calculator using vanilla Javascript Source codehttps://codesandbox.io/s/zen-napier-lipwvYoutube Videohttps://www.youtube.com/watch?v=CI2GwL--ll8...
03:18 pm GMT - Mon, October 4, 2021
Dev To Accelerate Your Learnings With Web3Community and Build Your First Web 3.0 App
What's Web 3.0 all about?For this question, We'd need to first deep dive into Web2.0, for a better understanding of the web Web2.0Web2 is simply the web we know and love right now. Web2 is ...
03:15 pm GMT - Mon, October 4, 2021
Dev To ASK: how do you feel about starting selling github repo?
Hello to dev.to community. We are improve our marketplace code.market step-by-step, and now we wann give to developer option: Selling private github repository via our platformThis is a little bit cus...
03:14 pm GMT - Mon, October 4, 2021
Dev To Simple web application example with Refine
Do you want to develop a web application quickly? You are at the right place! I will develop a simple movie web application with refine on the frontend and Supabase on the backend, you should continue...
03:12 pm GMT - Mon, October 4, 2021
Dev To The production database just went down! What do I do?
A few of my colleagues can relate with the title of this article, they might have experienced an issue with the database in production. Dear colleague, you are not alone. Panicking during a disaster i...
03:05 pm GMT - Mon, October 4, 2021
Dev To Ancient computer science: Let's build a Roman numeral converter from scratch
Today, we're going time travelling! Let's go back to the year CCXVII, so 217, all the way to the iron age: The Roman empire.But today we're not exploring the Colosseum or the Pantheon, neither will we...
03:05 pm GMT - Mon, October 4, 2021
Dev To Let's build an app to manage your hackathons with refine
We'll be building a demo app to manage hackathons with refine. We'll be able to create new hackathons, new project entries for a hackathon and criterias for a hackathon.We'll use supabase as the backe...
03:00 pm GMT - Mon, October 4, 2021
Dev To Create a feedback admin panel in 15 minutes with refine and Strapi
In this article, we will create a panel where we can manage the feedback we receive from our web application.We will quickly create an api with Strapi.io and then develop its frontend with refine. Thu...
02:54 pm GMT - Mon, October 4, 2021
Dev To String Builder
IntroductionString Builder is a separate class just like String, which allows us to modify the values(mutability). Need of String BuilderAs we know that Strings are immutable ,because of w...
02:54 pm GMT - Mon, October 4, 2021
Dev To Migrating a React-Admin Application to refine
refine is an extremely customizable Ant Design based React framework for data-intensive applications and it handles most of the CRUD functionality that can be a requirement in many applications, witho...
02:54 pm GMT - Mon, October 4, 2021
Dev To CSS @Media Rules that fits all possible devices.
In this article I will share with you my experience with responsive design using css @media Rules.Before you start adding responsiveness into your app, You have to ask your self:Am I going to design t...
02:00 pm GMT - Mon, October 4, 2021
Dev To Binance Clone App-Exclusive Binance Clone App Solutions for Your Business Startup
Binance clone app developmentThis article will explore the concept of Binance clone app development and show if they are business-friendly or not. First, A Brief Explanation About Binance &...
01:48 pm GMT - Mon, October 4, 2021
Dev To Setting up a vanilla Typescript project the right way
Are you new learning typescript or you are an experienced typescript developer? chances are you have the urge to use it in any and every project rather than using plain javascript maybe because it giv...
01:39 pm GMT - Mon, October 4, 2021
Dev To Setting up a nodejs project with typescript and deploying to heroku
Setting up nodejs with typescript can be quite troublesome if not done properly. To make this worse you probably won't see the issue with the way you set your project up until you want to deploy it. T...
01:34 pm GMT - Mon, October 4, 2021
Dev To Huobi clone script-how to provide a exchange software like huobi
A brief explanation about Huobi GlobalHuobi is one of the largest Chinese exchange platforms. Its based in Beijing, China. The trading platform was founded by Leon Li in September 2013, and the ...
01:31 pm GMT - Mon, October 4, 2021
Dev To Hacktoberfest 2021 Guide and Resources!
In this article I am going to explain you everything about Hacktoberfest like what is Hacktoberfest?, why it started, who can take part or who are eligible, what should we do in this program, how it c...
12:57 pm GMT - Mon, October 4, 2021
Dev To Remitano clone script- How to start a p2p exchange website like Remitano?
The cryptocurrency trading market is in trend, and the recent statistics show that it is growing day by day. This has opened up a door to new opportunities for exchanging platforms to provide advanced...
12:55 pm GMT - Mon, October 4, 2021
Dev To How to Bypass Captcha Using Javascript and 2Captcha
One of the most unpleasant and ineffective user interface features is CAPTCHA. CAPTCHA is for a Completely Automated Public Turing Test to Tell Computers and Humans Apart, and these tests have previou...
12:47 pm GMT - Mon, October 4, 2021
Dev To Robotics Influence In Health-Care
IntroductionFood delivery to Advanced Surgeries, robotics are used everywhere. It is so common in everyday life, that it is very intuitive to notice them. They are the frontiers in reducing the ...
12:28 pm GMT - Mon, October 4, 2021
Dev To SEO Tips & Tricks for Single Page Website
Single-page websites -- also known as one-page websites -- have become quite popular lately. Instead of causing clutter, you simplify everything on your Home page. A visitor can get an idea of what yo...
12:26 pm GMT - Mon, October 4, 2021
Dev To How to Use the VoiceOver Screen Reader
If you are a frontend software engineer building web applications, accessibility is an essential component to keep in mind. While there are many automated tools out there that can help you in your acc...
12:16 pm GMT - Mon, October 4, 2021
Dev To Vizzu: Open source library for animated data visualizations and data stories
Hello, dev.to community!After four years of coding and navigating the rough waters of bootstrapping a startup and finding the right path forward, our small team of Vizzu is at the best place it can be...
11:59 am GMT - Mon, October 4, 2021
Dev To Setting salary expectations with cousinIzzy
So you're looking for a job and you get a call from a recruiter. The conversation is going well and they'd like to move you into the technical interviews stage. Or maybe, you've already completed all ...
11:55 am GMT - Mon, October 4, 2021
Dev To Multiple Classes in Material UI or MUI
You can either use a proper String concatenation or if your needs are wide and highly used then I recommend adding a package for this purpose. In this post, we talk about Multiple classes in Material ...
10:57 am GMT - Mon, October 4, 2021
Dev To New open source desktop tool for your k8s manifests
Hi everyone - I'm happy to announce 1.2.0 of Monokle - an open-source desktop tool that makes working with k8s manifests a lot easier.Monokle helps you create, edit and validate yaml manifests, visual...
10:38 am GMT - Mon, October 4, 2021
Dev To Land a React Job: The lazy way
Hang on, lads. I've got a great idea.So you've run out of Netflix TV shows to watch, YouTube algorithm is now showing videos like Man eats 87 SpongeBob stickers in an alley and you learned a lit...
10:31 am GMT - Mon, October 4, 2021
Dev To My first pull requests
This year I'm participating in hacktoberfest.I never contributed to open-source projects before, but it changed with the start of this October. On the first weekend, I did 6 pull requests and 4 ...
10:01 am GMT - Mon, October 4, 2021
Dev To What is Elasticity demand? Types, definitions and Processes.
What is Elasticity- If the quantity demanded of a product changes greatly in response to changes in its price, it is termed "elastic." That is, the demand point for the product is stretched far from i...
09:46 am GMT - Mon, October 4, 2021
Dev To Create a backend in Javascript: NodeJS Files and Folders Manipulation
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...
09:45 am GMT - Mon, October 4, 2021
Dev To Design Patterns : Introduction
What is Design Patterns?"You know what is a blueprint right?" Its a design plan and Design patterns are the blueprint that you customize as per your own software requirements in order to solve r...
09:44 am GMT - Mon, October 4, 2021
Dev To Crer un backend en Javascript : Manipulation de fichiers et dossiers avec NodeJS
Voici une srie d'articles qui vous permettra crer des applications backend en Javascript.Node.js est aujourd'hui un incontournable, il est donc essentiel pour un dveloppeur de le maitriser.Je vais don...
09:33 am GMT - Mon, October 4, 2021
Dev To I crossed 300K Post Views on DEV!
Introduction:I'm Saeed, a Senior Software Engineer from Pakistan. My journey into the world of software development started in around 2016. It was good. Saeed - Helping...
09:19 am GMT - Mon, October 4, 2021
Dev To Preparing a Phoenix 1.6 app for deployment with Elixir Releases
I'm going to prepare a Phoenix application for deployment. PrerequisitesEnsure to have your Phoenix 1.6 app running locally. Runtime configurationWhen deploying to production is better to in...
08:51 am GMT - Mon, October 4, 2021
Dev To Attend and Get Certified in Power BI Course
Power BI training helps you become a master of Microsoft Power BI tools. Our KBS training institute is the leader in providing the best Power BI online training. Our online training classes will make ...
08:49 am GMT - Mon, October 4, 2021
Dev To Arquitecturas de Frontend : DIP
Si tuviese que elegir primer tema a la hora de hablar de arquitectura de software lo tendra claro: Inversin de la dependencia. Este concepto no es nuevo y sin embargo mucha gente sigue sin tenerlo cla...
08:38 am GMT - Mon, October 4, 2021
Dev To Kicking off Otomato Blog on Dev.to
Cover Photo by Leah Kelley from PexelsI've always loved blogging. And was never consistent about it.Nevertheless in the 5 years of Otomato we've published numerous technical and conceptual posts on al...
08:30 am GMT - Mon, October 4, 2021
Dev To Today best product hunt GrabStar
Hello everyone,We are really excited to launch GrabStar on product https://lnkd.in/gNCmfuCC Grabstar #todayproducthunt #bestproductoftheday...
07:56 am GMT - Mon, October 4, 2021
Dev To Build Simple Node Js API: no external package
Raw Node:Frameworks like Express Js or Kao Js have made writing APIs a lot easier. Nonetheless, it is expedient that a developer knows how to write code from the ground up using the in-built mod...
07:48 am GMT - Mon, October 4, 2021
Dev To React Project Architecture
Ive been developing applications with React for a long time and Im loving it more and more. React is such an amazing library for creating application architecture and its plan. Its offering the opport...
07:41 am GMT - Mon, October 4, 2021
Dev To The Complete Guide to Angular Security
What is Angular?Angular is one type of framework that is used for building single-page client applications using HTML and TypeScript. Angular is written in TypeScript.Nowadays, Angular is the mo...
07:06 am GMT - Mon, October 4, 2021
Dev To Adding external frontend widgets in TYPO3
Sometimes we or our clients want to include external JavaScript widgets from e. g. mobile.de or some real estate platform showing their ratings. This is totally fine, but how to implement those script...
07:05 am GMT - Mon, October 4, 2021
Dev To Adapter Pattern vs. Bridge Pattern
The Adapter pattern and the Bridge Pattern have brought along a lot of confusion. In this post we're going to look at what they are, what their differences are & where they might be similar. ...
06:45 am GMT - Mon, October 4, 2021
Dev To AWS open source news and updates 84
October 4th, 2021 - Instalment #84Newsletter #84.Welcome to issue #84 of this newsletter, and we have more great new open source projects for you this week. We have a couple of great security/co...
06:14 am GMT - Mon, October 4, 2021
Dev To RxJS - Custom Operators
Hi Folks after many articles in which I have illustrated the different types of operators already included in the RxJS library, today I show you how to create your own operators.You can create a new o...
06:08 am GMT - Mon, October 4, 2021
Dev To How I maintain large-scale dataset in react
Frontend technology turns in robust at current decades. Modern web technology now more dynamic, more interactive seems like more realistic then earlier. Business owners want more engaging of user and ...
05:50 am GMT - Mon, October 4, 2021
Dev To API Testing - Database State Validation in vREST NG
Watch our video #tutorial on how you may validate the database state during the execution of API Test cases in the #vREST NG Application.Video Link: https://youtu.be/dVdc8e0keiEPlaylist: https://youtu...
05:48 am GMT - Mon, October 4, 2021
Dev To Web 3.0: Fusion of semantic web and Web 2.0
World Wide Web has greatly facilitated access to digitally stored data. Content on the World Wide Web, on the other hand, has only been machine-readable, not fully machine-understandable. Because most...
05:45 am GMT - Mon, October 4, 2021
Dev To The Swallow programming language - A Python-like language that's as fast as C.
Hey guys!I'm Ethan, I'm one of 8 swallow developers. This post is gonna be about some updates we've added into swallow lately. AboutIf you know Python, you know how easy it is. However, it also c...
05:44 am GMT - Mon, October 4, 2021
Dev To Best practices for AWS Athena
In this blog I will mention some of the best practices recommended by AWS for building queries in Athena based on my experience and the following resources: https://aws.amazon.com/blogs/big-data/top-1...
05:35 am GMT - Mon, October 4, 2021
Dev To Introducing the First Set of Syncfusion .NET MAUI Controls
The wait is over!Syncfusion has rolled out its first set of .NET MAUI controls in its Essential Studio 2021 Volume 3 release. As you know, the.NET multi-platform app UI (MAUI) is an evolution of Xamar...
05:25 am GMT - Mon, October 4, 2021
Dev To 3 JS code snippets sites to use daily!
Save for later. 1loc.devJS utilities in single line of code. htmldom.devManaging DOM with JS. 30secondsofcode.orgSnippets for all development needs.P.S. Want the next post to be somethi...
05:18 am GMT - Mon, October 4, 2021
Dev To Rock, Paper, Scissors game in Python
Hey there, this is a simple GUI-Based Rock Paper Scissors game in python.Link to the github repo: https://github.com/JRRyan606/Rock-Paper-Scissors-Tk-GuiIMPORTANT, PLEASE READ THIS:The credit for thi...
05:16 am GMT - Mon, October 4, 2021
Dev To Next.js toggle between grid and list view
Today we'll be building a simple yet super effective toggle function.It will give us the option to toggle between the list and grid view.The result will work like the video below.If you want to follow...
05:01 am GMT - Mon, October 4, 2021
Dev To Uniswap Clone Script- Fastest Solution to Start Your Own DeFi Exchange
What is Uniswap?Uniswap is a decentralized business protocol thats used to exchange cryptocurrencies. It is also the name of the company based on the Uniswap protocol.Uniswap was created by Hayd...
04:37 am GMT - Mon, October 4, 2021
Dev To The Only stock resources library you will ever need.
If you have ever searched the mystic lands of the internet for quality stock photos, videos or music, you have come to the right place. This excerpt from Dev Resources lists the quality websites for s...
04:09 am GMT - Mon, October 4, 2021
Dev To Divtober Day 3: Quick
An animated version of Aesop's The Hare and the Tortoise drawn using CSS and a single HTML element for Divtober:If it goes too quick (or is it fast?), here is a screenshot of the animation:Something I...
03:48 am GMT - Mon, October 4, 2021
Dev To Async Await
What is control flow?It is the order in which statements, instructions, or functions are executed in our code. JavaScript is an asynchronous language, meaning that it reads code line by line, fr...
03:04 am GMT - Mon, October 4, 2021
Dev To Some things to know about Lit
When reviewing software with which you have little experience, it's pretty common to attempt to compare it to software you have used before. That can help you get a handle on the general ergonomics an...
02:58 am GMT - Mon, October 4, 2021
Dev To Do you wanna keep your embedded database encrypted?
IntroductionData privacy and security is the priority of every software product and services. During developing any software product or services as a developer first thing we should have to keep...
02:28 am GMT - Mon, October 4, 2021
Dev To Rethinking Gameboards
The PlanThis is an evolution of an idea. At first, I wanted to see if it would be possible to use grid-areas to set up a minimalist chessboard (both positioning and movement), and it was. Then, ...
01:16 am GMT - Mon, October 4, 2021
Dev To JavaScript Jungle: Convert any object to Iterable
When ES6 launched, it introduced two important protocols Iterable and Iterator. Basically we can convert any type of object to iterable by implementing these two protocols. By converting the object t...
01:06 am GMT - Mon, October 4, 2021
Dev To Basic Responsive Websites
In this blog, I will share some general concepts of how to implement a responsive design to your website that it is easy to follow. Creating a responsive website can be a bit confusing at first, but o...
12:11 am GMT - Mon, October 4, 2021
Dev To t3rm.dev is a web-based terminal where commands are minted as collectible NFTs
Welcome to t3rm.dev, the unstoppable CLI where commands are minted as NFTs.Why do we need a command line interface on IPFS, connected through Ethereum, where commands are minted as NFTs, you ask...
11:56 pm GMT - Sun, October 3, 2021
Dev To Fazendo um curso na EduTools
KotlinautasEsse contedo oferecido e distribudo pela comunidade Kotlinautas, uma comunidade brasileira que busca oferecer contedo gratuito sobre a linguagem Kotlin em um espao plural. O qu ...
11:17 pm GMT - Sun, October 3, 2021
Dev To Backdrop-filters!
Hi! This blog is just to show recent backdrop-filters I've used!I am no expert but this is just me sharing what I've encountered in the hopes to help other newbie devs like me that might have an inter...
11:11 pm GMT - Sun, October 3, 2021
Dev To Python 101 Series
Python, world's one of the most popular general-purpose programming languages. According to the 2021 Developer Survey Python is the 4th most popular technology rated by Professional Developers. Pytho...
10:17 pm GMT - Sun, October 3, 2021
Dev To Resources that every developer should know.
Hi guys! I have created this publication, because I wanted to share some tools or resources that I use in my day to day when I am developing an app. And some of these may work for you. Get started. ...
10:09 pm GMT - Sun, October 3, 2021
Dev To Do it in Keras! - Hacktoberfest
Modern deep learning architectures and tasks, all implemented in KerasHave you ever been in a situation where you scroll through forums, reddit, journal posts or even 5 year old github repos try...
10:09 pm GMT - Sun, October 3, 2021
Dev To The React Lifecycle
Wait! React has a lifecycle? Is this the web form of the Terminator? No humankind is safe! React is such a great frontend tool. For those unaware, React uses components to control what is rendered on ...
09:38 pm GMT - Sun, October 3, 2021
Dev To Writing my own minimal shell in C - Part 1 (The constraints)
Day 1 - Understanding the Problem.This is my attempt to replicate the behavior of BASH or (Bourne again shell) command line interpreter for a school project. Before we get into how to get into t...
09:14 pm GMT - Sun, October 3, 2021
Dev To AWS Database Services Fundamentals
A database is a collection of information that is organized in a way that can be easily accessed, managed, and updated. Computer databases often contain record sets or data files, which contain inform...
08:47 pm GMT - Sun, October 3, 2021
Dev To Dyslexia Awareness Week
October the 4th to 10th is Dyslexia Awareness Week, a time to raise awareness and understanding of dyslexia and how it affects the people who have it. It is believed up to 10% of people experience dy...
08:36 pm GMT - Sun, October 3, 2021
Dev To Deploy Rails 7 with Docker and Nginx
The easiest solution to deploy a Rails application is something like Heroku or Hatchbox or DigitalOcean Apps. But for some small projects I like to use my existing VPS. I assume you have a VPS with Ub...
08:26 pm GMT - Sun, October 3, 2021
Dev To Side Project Journey Part 1 Initial Design
As a web developer, I am constantly looking to improve my skills. Ive completed a full stack boot camp, followed dozens of tutorials, and built my own projects from scratch. As my skills have develope...
08:22 pm GMT - Sun, October 3, 2021
Dev To Python map() Function: How to use map in python ?
Python map() Function : How to work ? Hello everyone in this tutorial we are going to investigate map() function in python together. Firstly we are going to start with what map() is. The map() ...
08:20 pm GMT - Sun, October 3, 2021
Dev To Start Using Tailwind CSS Right Now
I've been using Tailwind CSS for the past 4 months now, and I can confidently say that it's much much MUCH better than plain CSS.If you didn't know, Tailwind CSS basically provides utility classes tha...
08:15 pm GMT - Sun, October 3, 2021
Dev To My Simple Checklist For Well Tested React Components
This article is part of Uncommon React, a newsletter focused on helping you become a better React developer by focusing on the less commonly discussed topics, like testing, readability, and more.Testi...
08:10 pm GMT - Sun, October 3, 2021
Dev To Faster Maven builds
Builds require a few properties, chief among them reproducibility. I would consider speed to be low on the order of priorities. However, it's also one of the most limiting factors to your release cycl...
08:09 pm GMT - Sun, October 3, 2021
Dev To how to use build tags to control GO testing with a GitLab CI use case
abstractThe importance of testing code in programming is undoubtedly a fact. There cannot be good quality development without proper testing coverage. Sometimes, however, it is necessary to dist...
07:50 pm GMT - Sun, October 3, 2021
Dev To C Linting and Formatting Tools in 2021
tl;dr: Use SonarLint and optionally StyleCop.The JavaScript ecosystem has amazing tools for formatting and statically analyzing your code: Prettier and ESLint. Both tools have nearly universal adoptio...
07:46 pm GMT - Sun, October 3, 2021
Dev To Function Composition in Javascript
After learning map, reduce and higher-order functions, you finally stepped into the gate of functional programming. As you keep delving deeper you stumbled upon composing and piping, and, you start to...
07:18 pm GMT - Sun, October 3, 2021
Dev To Making the most boring website ever with TypeScript, NestJs, React and others. Part 2.
I made another video on how to make a very generic website for a local business. In this one we create a new NextJs project for client's side, make a homepage, add a new model for services and a way t...
07:14 pm GMT - Sun, October 3, 2021
Dev To Addressing Product Delivery Debt
By now everyone knows what technical debt is, right?All the inefficiencies, which have accumulated over time on the project, that are not technical debt -- are called "Product Delivery Debt". Just lik...
07:09 pm GMT - Sun, October 3, 2021
Dev To How to use Bootstrap with Flask
Hello Coders!This article explains How to use Bootstrap with Flask and code professional web apps with a responsive layout. For newcomers, Bootstrap is the most popular CSS framework with more than 15...
06:38 pm GMT - Sun, October 3, 2021
Dev To Looking for a project to contribute to this Hacktoberfest? I've got a few.
Hello all! If you're looking for a project to contribute to, please feel free to check out my Hacktoberfest repo's below. All skill levels are welcome to contribute. ProjectsHere are my projects ...
05:54 pm GMT - Sun, October 3, 2021
Dev To Create Mirrored Cursor Movement with CSS and JavaScript
This week's Codepen Challenge was "Reflections" so I created a pen where a light follows your cursor and is reflected on the opposite side: Set up the light and its reflection in the HTML<div ...
05:53 pm GMT - Sun, October 3, 2021
Dev To Interior Designing courses in Kolkata
Interior Designing Course in KolkataInterior Design is nothing but artistic planning of a propertys interior. It is all about providing a creative solution to a space. Interior Designing is a perfect ...
05:26 pm GMT - Sun, October 3, 2021
Dev To Python Project: Click-Bait Titles Generator (with infinity)
Learn how to make clickbait or catchy titles generator with python and you can put this into your portfolio.Are you tired and you have a lot work to do like finding catchy article or blog headings if ...
04:54 pm GMT - Sun, October 3, 2021
Dev To How to implement a Blockchain Solution
Key Steps for implementing a Blockchain solution Identify the business requirements of the project Evaluate if your project can be implemented with centralized databases or digital signatures Fo...
04:52 pm GMT - Sun, October 3, 2021
Dev To How to Create Beautiful Gradients with CSS
Let's start this blog with a confession, I wrote this detailed thread for Twitter then I decided to turn it into the blog and upload it here too.I'm writing this blog because I found learning gradient...
04:31 pm GMT - Sun, October 3, 2021
Dev To Whats new in Nuxt 3?
Photo by Alex Sherstnev on Unsplash.Directly inspired by Sebastien Chopins talks on Nuxt Nations (which shall be soon available on Youtube) and Daniel Roes talk at Vue.js Amsterdam 2021.Nuxt 3 is goin...
04:08 pm GMT - Sun, October 3, 2021
Dev To Heart Diseases Prediction using Machine Learning
Machine Learning is applied in a variety of fields all over the world. There is no exception in the healthcare industry. Machine Learning can help forecast the existence or absence of motor problems, ...
04:01 pm GMT - Sun, October 3, 2021
Dev To AnitaB.org Open Source profile README on GitHub
GitHub announced the other day, that Organizations can now have their own README.I love this feature! So when I had the chance I created one for AnitaB.org Open Source community.One thing Ive learned ...
03:49 pm GMT - Sun, October 3, 2021
Dev To The upside and downside of lodash
Lodash is a modern javaScript utility library that delivers modularity, performance and other task. UpsideLodash provides tools for making code cleaner and more functional. It supports modern bro...
03:10 pm GMT - Sun, October 3, 2021
Dev To Don't Use Create React App Until You Know This
The other day a co-worker noticed something interesting about our production code: You could view our original, perfectly formatted code in the browser. At first I was like, "But I built it for produc...
02:57 pm GMT - Sun, October 3, 2021
Dev To AWS Lambda powered up by AWS Graviton2
AWS Lambda recently announced the launch of AWS Graviton2 processor (arm64 architecture) for Lambda functions which would not only make your Lambda function to execute faster but also optimizes the co...
02:55 pm GMT - Sun, October 3, 2021
Dev To Terraform - Complex Variable Types
Terraform VariablesWhen creating a terraform configuration, you have to configure and declare Input Variables. Input variables serve as parameters for a Terraform module and resources, allowing ...
02:41 pm GMT - Sun, October 3, 2021
Dev To my current work on my game
got basic rendering done using SDL_image which is way better than using OpenGL cuz sdl2 is so "bare-bone" but i feel really proud that ive got an image moving on the screen my next big approach would ...
02:32 pm GMT - Sun, October 3, 2021
Dev To Making a Custom Hook
Introduction to HooksHooks were released in React 16.8, you've probably become familiar with the useState and useEffect hook using them to keep track of state or do some basic actions in your we...
02:27 pm GMT - Sun, October 3, 2021
Dev To How to write tests for applications that use MongoDB as a storage
MongoDB is one of the most popular databases right now and many people use it as primary storage on their applications in their pet projects or even in big production applications.One of the main bene...
02:20 pm GMT - Sun, October 3, 2021
Dev To How to Add Accordion in Blogger Using HTML ,CSS & JavaScript
In this post, I'll show you how to add accordion in blogger using HTML, CSS and JavaScript . Accordion is a type of box widget that made unique panels that can be expanded or collapsed. Website visito...
01:54 pm GMT - Sun, October 3, 2021
Dev To Next.Js Series 4 - What is the custom 'App' component in Next.Js and how should we use it?
We are going to introduce the custom 'App' component in Next.Js and its use cases. When we used 'create-next-app' command to create our Next.Js project, there is an existing file called '_app.js' unde...
01:23 pm GMT - Sun, October 3, 2021
Dev To How To Deploy Meshery In Kind
In this post, I would be showing you how to deploy Meshery on Kubernetes using Kind but first What the heck is Meshery?If you are reading this chances are you are already familiar with Meshery ...
01:09 pm GMT - Sun, October 3, 2021
Dev To 7 passos para construir uma P.o.C. LIKE A BOSS
7 passos para construir uma P.o.C. LIKE A BOSSTodos ns j nos deparamos com situaes em que precisamos desenvolver algo novo, ou que possui requisitos peculiares e no temos uma soluo "pronta".Em a...
12:53 pm GMT - Sun, October 3, 2021
Dev To Accessibility Automated Tools - What to Expect
There are a few popular tools available for the accessibility testing such as Lighthouse, AXE Tool , and plugins.Developers and Testers expect that these tools magically help them cover 100% accessibi...
12:46 pm GMT - Sun, October 3, 2021
Dev To InterSystems Interoperability Contest
Hey Developers,Welcome to the next InterSystems onlineprogramming competition:InterSystems Interoperability ContestDuration:October 04-24, 2021Our prize pool increased to$9,450!Prizes1. Experts Nomina...
12:20 pm GMT - Sun, October 3, 2021
Dev To Zero: A fast and high performance Python RPC like framework to make microservices
I have been working with Zero for couple of months and I can feel that Zero has potential to make the difference in writing microservices. Rather than thinking about boilerplate coding and REST servic...
12:19 pm GMT - Sun, October 3, 2021
Dev To Pixel Art Editor using WebGL
ForewordI was looking for a fun project to do and came up with this editor (see in action): ValeriaVG / pixel-vg WebGL Pixel Editor ...
12:16 pm GMT - Sun, October 3, 2021
Dev To So much better than the Oktoberfest - First steps in open-source!
As a German who has already been to the real Oktoberfest, I can definitely say: Hacktoberfest is so much better than the Oktoberfest! Instead of being stuck in a way too stuffy tent with too many drun...
12:10 pm GMT - Sun, October 3, 2021
Dev To Starting off as a UX/UI Designer.
Being a designer means you bring things to life, from a thought, into a concept that will actually be used by people you've never met. In this year alone I've seen more designers, most self-taught, co...
11:59 am GMT - Sun, October 3, 2021
Dev To Git Cheat Sheet
Git is an open source version control system that works locally to help developers work together on software projects that matter. This cheat sheet provides a quick reference to commands that are usef...
11:25 am GMT - Sun, October 3, 2021
Dev To How can you embed a simple CODE EDITOR.
Today we're going to embed an code editor in website.I found a code editor called codemirror. which is lighter than monaco. See my last article - Embed VSCode single fil...
11:23 am GMT - Sun, October 3, 2021
Dev To Deploy React Apps using Apache2, how and why?
In this article we will together go through the process of deploying front end applications to production environments ( specifically React applications ). How does the web work?Before we dig int...
11:18 am GMT - Sun, October 3, 2021
Dev To Getting Started: Git and Github for beginners with Hacktoberfest 2021
At the stroke of the midnight hour, when the world sleeps, Programmers will awake to celebrate Hacktoberfest. A moment comes, which comes but once in a year, when we step in the Open Source Planet whe...
11:12 am GMT - Sun, October 3, 2021
Dev To Archive Manager in Python with simple GUI
How many of us use archiver extractor tools to extract zip files. On top of that some tools are not user-friendly, so we have hard time utilizing them how we want to. However, with python extracting f...
10:58 am GMT - Sun, October 3, 2021
Dev To VIM - Beginners Guide
IntroductionVIM is a text editor for writing code, where you navigate around the screen with the Keyboard instead of a Mouse.It is based on original UNIX text editor named VI which came about in...
10:44 am GMT - Sun, October 3, 2021
Dev To Building a Tailwind CSS button group component
I've been using Tailwind CSS for quite some time and I am in love with how easy it is to set up user interfaces directly from your HTML/React/Vue or other templating files.One thing that I noticed is ...
09:49 am GMT - Sun, October 3, 2021
Dev To API Integration and Agile Business simulation game in Task force
Today, we are closing week 5 in the task force, this week was very different to all other 4 weeks we've covered.This week started with improving the ShowApp project. We wanted to add functionality of ...
08:52 am GMT - Sun, October 3, 2021
Dev To 5 HTML tags that make the text italic
As I was reading the documentation of HTML, I saw the var tag. Initially, I thought it was related to variables. However, I had seen that it was making the text Italic. So I asked myself, how many HTM...
08:47 am GMT - Sun, October 3, 2021
Dev To How to import large csv file in Django-admin.
You can also read the whole article on my blog OverviewIn this tutorial, we will look at an alternative approach to import csv files in django-admin. This tutorial is intended for intermedi...
08:23 am GMT - Sun, October 3, 2021
Dev To Controlling mobile Phone using Python
StoryHi, I am Yash Makan, a 17-year-old self-taught programmer. I was thinking a couple of days ago about sending messages from whatsapp using python. Like you guys, I started lurking the intern...
08:16 am GMT - Sun, October 3, 2021
Dev To Google Core Web Vitals Explained
If you are a web developer, you should understand the concept of core web vitals very well because there are parameters that help make your website more performant and faster and all the best practice...
07:46 am GMT - Sun, October 3, 2021
Dev To The only guide to OPEN SOURCE CONTRIBUTION you will ever need.
What is the world of OPEN SOURCE ? There are two kinds of software.Open source software - A software for which the original source code is made freely available and may be redistributed and...
07:44 am GMT - Sun, October 3, 2021
Dev To Paxful Clone Script- Know better paxful exchange and its features
What is Paxful?In 2014, Ray Youssef and Artur Schaback founded EasyBitz which was then renamed to Paxful, which gets its name from the Latin word for "peace". They had one goal in mind when they...
07:36 am GMT - Sun, October 3, 2021
Dev To Clean architecture of Flutter application. Part 2 - Practice
Hello everyone. In the previous article, we spoke about clean architecture concepts. Now it's time to implement them.For a good understanding, we are going to develop a simple app. The app receives i...
07:34 am GMT - Sun, October 3, 2021
Dev To Next.js static HTML export
If you are looking for the best hosting for your Next.js application, check out Vercel as your Next.js host.However, sometimes you might need to find other hosting solutions for your Next.js applicati...
07:10 am GMT - Sun, October 3, 2021
Dev To Store Image in Sqlite Database
How to store Image in Sqlite in Android using the Room databaseCreate Room DatabasePick Image from Gallerystore Image and Contact info in the Sqlite database with Room Database.Fetch Image from Sqlite...
07:00 am GMT - Sun, October 3, 2021
Dev To How does HTTP work?
When browsing the internet you are using the HTTP/HTTPS protocol. Whenever you are clicking a button, calling an address in the browser, download a file on the internet, you are making an HTTP request...
06:53 am GMT - Sun, October 3, 2021
Dev To Customizable PDF viewer with self-built PDF.js
At first glances, PDF viewer seems to be as easy as opening a PDF URL in an Iframe; however, not only uncustomizable, but also, if some browsers doesn't support PDF browsing, it could be a problem.A s...
06:36 am GMT - Sun, October 3, 2021
Dev To VIIT : Why use this website layout?
Save for later.People scan information and don't read all the content. So that's why content type and placement is important.Content that appears above the fold is what the user will see first.Th...
06:30 am GMT - Sun, October 3, 2021
Dev To Docker Cheat Sheet - Docker Networks
Get port details for a container:docker container port <container-name># 80/tcp -> 0.0.0.0:80# 80/tcp -> :::80 Get IP for container:docker container inspect --format '{{ .Networ...
06:27 am GMT - Sun, October 3, 2021
Dev To [Part 3] Senior Backend Architecture Interview With a Senior Software Engineer
About Me: I've been a professional web developer for just over 10 years now. I'm currently the lead web development instructor at Better Coding Academy, and as part of what I do, I post videos on our ...
06:02 am GMT - Sun, October 3, 2021
Dev To 8 Best Java EE Online Courses for Java Developers
Hello guys, if you want to learn Java EE and looking for best resources then you have come to the right place. Earlier, I have shared best online courses to learn Java and in this article, I will shar...
05:53 am GMT - Sun, October 3, 2021
Dev To 5 Tips to Maximize Productivity Every Developer Must Know
Programming can lead to a high paying career, but in the tech industry you often have to work long hours and rise up to challenge and put in the immense effort required. This article will provide you ...
05:23 am GMT - Sun, October 3, 2021
Dev To Hacktoberfest for .NET Developers (C Edition)
Hacktoberfest is celebrated during the month of October when open-source software enthusiasts, beginners, and the developer community participate by contributing to open-source projects. This is its 8...
04:57 am GMT - Sun, October 3, 2021
Dev To How to make Web application support multiple browser windows
MotivationWhen we develop a Single-Page Application, we usually only define its behavior in a single browser window, and even if the same application is opened on multiple browser windows, in mo...
04:45 am GMT - Sun, October 3, 2021
Dev To 7 Developer Tools to Make You Super Productive
The best software developers arm themselves with superior knowledge of specific tools that get the job done.Pairing with experienced developers leaves you with many tips, tricks, shortcuts, and tools ...
04:03 am GMT - Sun, October 3, 2021
Dev To Scott's Journey on Passing AWS DevOps Engineer Professional Certification
Content TablePrologueOfficial Exame Guide Tips for Real ExamComputeNetworking & Content Delivery Developer ToolsStorageLogHigh Availability, Fault Tolerance, and Disaster RecoverOthersImple...
03:12 am GMT - Sun, October 3, 2021
Dev To Very Beginner Level Version Controlling With Git
Basic commandsinit repository : git initadd a file : git add filenameadd all files : git add .commit : git commit -m "commit message"check status which files you have added/deleted/modified : gi...
01:53 am GMT - Sun, October 3, 2021
Dev To A "Brief" History of the Web Part 3
It was 2006, AJAX was being widely adopted to build dynamic web experiences. As web apps become more complex, there was a need to make building them simpler. Thus the dawn of the framework wars began....
01:06 am GMT - Sun, October 3, 2021
Dev To Recipe of healthy life for programmers
Being healthy should be the first and foremost goal of any human being. As a programmer, it is even more crucial. Keep aside all of those tasks like building a hobby app, learning new technology, and ...
11:15 pm GMT - Sat, October 2, 2021
Dev To Re-rendering in React
I recently saw the following tweet from @_georgemoller which posed an interesting question related to component re-rendering in React: George Moller ...
11:05 pm GMT - Sat, October 2, 2021
Dev To Outgrowing Wordpress & nocode
Wordpress & nocode is the gateway drug to codingBack in 2019, I made a promise to myself that I would really learn how to code that year. Looking back at my journals, I had been making this resolu...
10:29 pm GMT - Sat, October 2, 2021
Dev To react pwa app.
I wanted to create a PWA (progressive web app) with react.js and typescript. So I used a built-in flag with create-react-app which generated pwa.npx create-react-app my-app --template cra-template-pwa...
09:53 pm GMT - Sat, October 2, 2021
Dev To Thoughts on fine tuning your tech CV
It's almost cruel that your first step into a potential new role often falls to a few A4 sides attempting to summarise yourself; your skills, your drive, your goals. You're more than that can cover. T...
09:39 pm GMT - Sat, October 2, 2021
Dev To Iniciando Machine Learning en Amazon SageMaker
Iniciando Sagemaker MLEn este tutorial te enseare un poco de Sagemaker usando un ejemplo sencillo de Machine Learning. GitHub del tutorial: https://github.com/elizabethfuentes12/Iniciando_Sagema...
09:12 pm GMT - Sat, October 2, 2021
Dev To Manage your meetings like a boss with self-hosted calender
Calendly and other scheduling tools are awesome. It made our lives massively easier. We're using it for business meetings, side projects and anything else where we need some flexible coordination. How...
08:56 pm GMT - Sat, October 2, 2021
Dev To Introduction to JavaScript with Simple Tutorial
IntroductionOkay, you studied the core of HTML and CSS, and can create simple websites now. ...What next? Oh, JavaScript.I assume that is the natural thinking process when you start to learn how...
08:37 pm GMT - Sat, October 2, 2021
Dev To Github Actions - Introduo com Java
Github Actions nos permite automatizar, customizar e executar workflows do desenvolvimento de software diretamente no repositrio do projeto.Podemos:rodar o build continuamenteexecutar testes automatiz...
08:30 pm GMT - Sat, October 2, 2021
Dev To Laravel scaffold command
Hi artisans, i created a package called Laravel scaffold command, adds an artisan command that you can generate necessary files for crud applications, either you use laravel as fullstack or a rest-api...
08:17 pm GMT - Sat, October 2, 2021
Dev To What is Appwrite and How to use it Efficiently
What is AppwriteGoing by it's official web-page, 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....
08:02 pm GMT - Sat, October 2, 2021
Dev To 10 HTML tips & tricks you need to know
1. Create an accordion with HTMLYes, you can actually create an accordion purely using HTML. Here's how<details> <summary>View Features</summary> <ul> <li>Unli...
07:59 pm GMT - Sat, October 2, 2021
Dev To Git hooks and Docker for Continuous integration
Continuous Integration is a great software development practice, we can reduce integration problems and we can allow teams to develop cohesive software more rapidly.There are many interesting CI tools...
07:33 pm GMT - Sat, October 2, 2021
Dev To Python Database Frameworks
IntroductionPython provide packages for record database engines. Those are equally open source and commercial. Flask places no limits on what database packages may be used. Therefore we can work with ...
07:31 pm GMT - Sat, October 2, 2021
Dev To HacktoberFest '21 Devlog 1: Starting the adventure
HacktoberFest 2021 started yesterday, on October 1st (for me September 30th), and I registered myself to help open source "one contribution at a time".I'm very happy to make part of this developer eff...
07:18 pm GMT - Sat, October 2, 2021
Dev To QR Login in PHP
Cross mobile to web browser loginMethod used: PollingThings required: memcache and imagick extension(in php)Create a QR code using a random string,Save the random string in memcache for 3 minutesPoll ...
07:05 pm GMT - Sat, October 2, 2021
Dev To How to deploy a Django App on Heroku in less than 5 minutes
In this short tutorial, I will demonstrate how to deploy a Django project on Heroku while serving static files from your own domain.Prerequisites:python (https://www.python.org/downloads/)Django (http...
07:04 pm GMT - Sat, October 2, 2021
Dev To How I Created an Interview CLI with Node.js for self-interview preparation
Hi Guys, In this article, we will focus on topics of Node.js, CLI, and Interview Preparation.I have created a self-interview preparation CLI toolkit, which will show me random questions whenever I run...
06:58 pm GMT - Sat, October 2, 2021
Dev To Python: Reimaging Constants
A different implementation of constant for pythonI couldn't find a good implementation of constants, so created my own! Let's get started!Do checkout the complete code at https://gist.github.com/ra101...
06:56 pm GMT - Sat, October 2, 2021
Dev To One more PR for Hactoberfest
Hactoberfest is upon us and it may be hard to find a project to contribute to especially for beginners. I have created a project with React and Docusaurus and looking for new contributors. You can cre...
06:46 pm GMT - Sat, October 2, 2021
Dev To PART 0: Fundamentals of NEST.js
Hi there, this is PART 0 of my NEST.js series. In this chapter I will explain the fundamentals of NEST.js, what it is and explain a bit of how it is structured. Therefore we use the provided CLI to cr...
06:29 pm GMT - Sat, October 2, 2021
Dev To Some useful Libraries for .NET projects
IntroductionI will share same libraries and packages to make your .NET project easier, and explain a little about their functionality.Note: You can copy copy the library links from github and paste th...
06:19 pm GMT - Sat, October 2, 2021
Dev To Windows 11 inspired portfolio
Hi there and Happy Hacktoberfest 2021 fellow developers! I hope you're doing fantastic!In the past, I was powerfully impressed by a portfolio that was built like a simple OS. So, this basically has a...
06:12 pm GMT - Sat, October 2, 2021
Dev To GitLab CI Inheritance Sucks
Or at least, cross-repo inheritance.I've worked at a couple of places now where GitLab CI templates are heavily used, included across repos, and inherited from.I've found it confusing, inflexible, and...
05:00 pm GMT - Sat, October 2, 2021
Dev To Flutter Widgets Stateless Stateful Widget Difference
We will discuss the concept of widget, which is one of the structures we hear the most in Flutter. At the same time, we will talk about Stateless and Stateful widgets that change shape according to ou...
04:50 pm GMT - Sat, October 2, 2021
Dev To Learning TypeScript: Part 1
Hello all!This is my first post to Dev.to and I am very excited for this to be the beginning of my TypeScript series where I will be documenting what I am learning through Codecademy and Free Co...
04:49 pm GMT - Sat, October 2, 2021
Dev To Automate CI/CD build pipeline for a Springboot app using Jenkins and Github Webhooks
In this article, we will be setting up a CI/CD pipeline for a springboot application using Jenkins. PrerequisitesAn existing Springboot applicationYou should have Jenkins installed Introduct...
04:43 pm GMT - Sat, October 2, 2021
Dev To Improving API Documentation using React Query and TypeScript
As your codebase grows, there is only one way to increase developer productivity: Documentation. One of many reasons I prefer TypeScript to JavaScript is that overtime, as your codebase grows, develop...
04:40 pm GMT - Sat, October 2, 2021
Dev To Have fun with Windows message boxes
Hello everyone, today we are going to focus on our computers and more particularly on those under Windows. We will generate a Windows message box using the following programming language: Visual Basic...
04:39 pm GMT - Sat, October 2, 2021
Dev To I made a tool in Rust to play mechanical keyboard sounds on key press
RustyvibesA Rust CLI that makes mechanical keyboard sound effects on every key press. It was a collaborative effort that took months to make, is now finally releasing. macOS:brew install kb...
04:36 pm GMT - Sat, October 2, 2021
Dev To Getting started with Appwrite
The goal of every developer is to create awesome apps. If you are a developer and are looking for alternatives of Firebase to take your mobile app development a notch higher, then you are in the right...
04:25 pm GMT - Sat, October 2, 2021
Dev To 10 things I add to every Rails app
I end up creating a lot of Rails apps, and each time I get started I often find myself wanting to add similar features or gems that Im using in other projects. Heres a short list of 10 of the most com...
04:08 pm GMT - Sat, October 2, 2021
Dev To sdssdsd
Hi , I'm Abhishek Kumar SinghA passionate Front-End Developer. I am Web Devloper. Strong in design and integration with intuitive problem-solving skills. Proficient in React, Javascript. Passionate a...
03:35 pm GMT - Sat, October 2, 2021
Dev To Flash messages with Hotwire
Ill show you how to add flash messages to Rails, using a simple stimulus controller to auto dismiss them and some basic styling with tailwind css. Summary of what was done app/views/layouts/...
03:32 pm GMT - Sat, October 2, 2021
Dev To Top animation libraries for React
There are a lot of react animation libraries available for reactjs. The top ones are listed below.Framer MotionMotion shares the simple animation and gesture API as the Framer library while maintainin...
02:11 pm GMT - Sat, October 2, 2021
Dev To Javascript - Object is loopable too??
Well, salam and hello again!Previously, I discussed array loops, from the basics of the loop to using array loop methods. If you haven't read about it, head to the article straight away! ...
02:10 pm GMT - Sat, October 2, 2021
Dev To SigNoz is taking part in Hacktoberfest!
Have you been waiting to start making open-source contributions? There can never be a better time than Hacktoberfest.Do you want your GitHub profile to look like thisDo you want your GitHub profile fu...
01:44 pm GMT - Sat, October 2, 2021
Dev To Web Dev Repos for Hacktoberfest
First time participating in Hacktoberfest?Well, I have got a solution for all the newbie web devs out there.If you are having a problem in searching for repos to contribute to, then read this till the...
01:42 pm GMT - Sat, October 2, 2021
Dev To I am a Web Dev. And I am Burnt The F*K Out.
TL;DR; A rant from a dinosaur that can't keep up anymore. How do you guys do this?EDIT: Holy cow. This turned into a real thing, didn't it? Thanks everyone for the replies. At this point if I keep res...
01:42 pm GMT - Sat, October 2, 2021
Dev To COPS(IITBHU) APIS 101 WITH POSTMAN
API stands for Application Programming Interface.APIs are the little pieces of code that make it possible for digital devices, software applications, and data servers to talk with each other, and they...
01:29 pm GMT - Sat, October 2, 2021
Dev To Sites for beginner web developers
This is part 1 of cool sites you need to start using if you aren't using yet. A must read for every beginner web developer for taking thier static sites a level up. A perfect and right site for all yo...
01:20 pm GMT - Sat, October 2, 2021
Dev To 5 Free react template and themes
Free React resources are very difficult to find when searching for templates and themes on the Internet. So we give link for download free templates and themes.https://tealfeed.com/5-free-react-templa...
01:20 pm GMT - Sat, October 2, 2021
Dev To Turn what you've learned into experience for jobs!!!
Level up your web development skills like designing, building, and deploying projects in a team! Boost your knowledge and hard skills, and also "soft" skills like Agile methodology, teamwork, design...
01:09 pm GMT - Sat, October 2, 2021
Dev To Contribute to Codename One during Hacktoberfest
Its Hacktoberfest time! Contribute to Codename One for Hacktoberfest to give back to open-source this October.Were excited that Codename One is participating in Hacktoberfest this year. Now in its ei...
12:27 pm GMT - Sat, October 2, 2021
Dev To Nodejs Best Practices(part 1- Introduction)
I once heard a colleague ask, 'how do you survive with javascript(js), so many libraries. Nodejs, Reactjs, Angularjs, Vuejs, expressjs. Terrible, I pity you guys. Infact I know there is probably anoth...
12:24 pm GMT - Sat, October 2, 2021
Dev To Demand Forecasting with AWS Forecast
What is forecasting?A time series essentially is a series of quantitative values. These values are obtained over time, and often have equal time intervals between them. These intervals can be qu...
12:16 pm GMT - Sat, October 2, 2021
Dev To Navigating an API from the terminal
Today, we'll be diving into The Movie Database and learning how to navigate its API efficiently with HTTPie, jq, and jid.When it comes to movie and TV show data, the first thing that comes to mind is ...
12:00 pm GMT - Sat, October 2, 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:45 am GMT - Sat, October 2, 2021
Dev To Embed VSCode single file editor in your website.
Today we're going to embed an code editor in website.I had chosen the most popular IDE Visual Studio Code.The Monaco Editor is the code editor that powers VS Code.So we can use it to build a single fi...
11:21 am GMT - Sat, October 2, 2021
Dev To The entropy of states
To read the article in other languages, go to my website: https://aprograma.co/blog/the-entropy-of-states/ Can the entropy change the perspective of our project or even ruin it?Those who pr...
11:12 am GMT - Sat, October 2, 2021
Dev To Chatwoot: The Better Way to Talk To Your Customers
All paying and potential customers always want a swift and better way to communicate or engage with any company or business. Imagine a customer having some issues or concerns about doing your busines...
10:39 am GMT - Sat, October 2, 2021
Dev To How to install vscode in ubuntu using apt-get?
To install vscode using apt-get:# login to a shell as super usersudo su# Get the gpg key from microsoftwget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microso...
10:27 am GMT - Sat, October 2, 2021
Dev To Calling REST APIs from Dart and Flutter
When using API-based services, they often bring an SDK for some of the most popular languages, to facilitate the creation of apps using their API (e.g. Supabase or Google Ads). This blog post describe...
10:23 am GMT - Sat, October 2, 2021
Dev To 15000 Premium design resources Lifetime Only 99$
15000+ Premium design resources Web template, Illustrations, Mobile app, Free icon and Web app elements from the worlds best designers15000+ Premium design resources Web template, Illustrations, Mobil...
09:51 am GMT - Sat, October 2, 2021
Dev To How to Build a Predictive Machine Learning Site With React and Python (Part Two: API Development)
What well be building.Sequel to the last article, we will be building a machine learning API that will predict whether a candidate will or will not be hired based on his or her credentials. This is pa...
09:49 am GMT - Sat, October 2, 2021
Dev To Ways to Make Money?
hello guys!I won't explain you with long and complicate words for that coz everybody can make money on their own way,so here's the key points to modify your mind.Don't ever think about making money is...
09:45 am GMT - Sat, October 2, 2021
Dev To September 21 New launch and Updates for Developers | Video SDK
NEW! This is the September 2021 release announcement. Here is a list of all new enhancements and product updates on videosdk.live1. User dashboardSimplified API key creation and domain whitelisting.Si...
09:41 am GMT - Sat, October 2, 2021
Dev To New Features of Windows 11
Microsoft's New Big Windows 11 Update is on the way.Microsoft confirmed that Windows 11 is launching on October 5 2021 as a free upgrade, with eligible devices being notified from them on. Requir...
09:41 am GMT - Sat, October 2, 2021
Dev To Awesome Card Design for Website with HTML CSS
How to Create Awesome Card Design for Website with HTML CSSIn this video I will show you how to create creative card design with hover effect step by stepWebsite Component Design | ? 0:00 D...
09:26 am GMT - Sat, October 2, 2021
Dev To Open Sourcing URL Shortener
Open Source Software (OSS) has been the main driving force in democratizing access to so many awesome tools with way more transparency than ever possible. Its never too late to start giving back to th...
09:07 am GMT - Sat, October 2, 2021
Dev To Why you should avoid using abstraction and interface
Using abstraction lead us to write another higher-level of abstraction if it's not leads, then your abstraction is bad.e.gabstract class CrazyExample{ abstract protected function getValue(); abs...
08:58 am GMT - Sat, October 2, 2021
Dev To Why can't I see my post stats on DEV?
I see there is a stats section for posts and for my whole account, but they never show anything, they appear blank.Is there any way of getting access to them? Or should I do something else?Regards!...
07:43 am GMT - Sat, October 2, 2021
Dev To Get started with github
Hey guys hacktoberfest is started if you dont know about GitHub or what is GitHub how its use so this is useful post for you.In this post you learn how to use GitHub and create your 1st pull request w...
07:41 am GMT - Sat, October 2, 2021
Dev To How JavaScript Works [Visually Explained]
JavaScript is one of the most loved and hated languages in the world. It is loved because it is potent. You can make a full-stack application by just learning JavaScript and nothing else. It is also h...
07:35 am GMT - Sat, October 2, 2021
Dev To Hacktoberfest 2021 is here!
Following are links to get you started:Hacktoberfest WebsiteRegister for Hacktoberfest 2021Hacktoberfest 2021 - Quality StandardsValuesHacktoberfest 2021 - ParticipationFAQsA great dev post summ...
07:18 am GMT - Sat, October 2, 2021
Dev To blocked by CORS policy? CORS Proxy is Solution
What is CORS?Cross-Origin Resource Sharing (CORS) is an HTTP-header based mechanism that allows a server to indicate any origins (domain, scheme, or port) other than its own from which a browse...
06:45 am GMT - Sat, October 2, 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:38 am GMT - Sat, October 2, 2021
Dev To Video vs. Interactive and Multi-Media Content for Programming Courses
At some point in our career, we all have watched coding tutorials on YouTube or followed some coding courses on Udemy to stay up to date on a specific technology or learn completely new skills. Myself...
06:30 am GMT - Sat, October 2, 2021
Dev To Learn git concepts, not commands
An interactive git tutorial meant to teach you how git works, not just which commands to execute.So, you want to use git right?But you don't just want to learn commands, you want to understand what yo...
06:18 am GMT - Sat, October 2, 2021
Dev To What is a difference between git pull and git fetch?
As we all know that git commands become mandatory if you are software developer. So here today I wanted to share basic understanding of the git two commands. Git pull vs fetch. Situation:If there...
06:17 am GMT - Sat, October 2, 2021
Dev To Increase PageSpeed In Blogger Website (My Tips)
Are you a website owner, looking forward to improve your page speed in your website If yes, then this article is for you. After reading this one article, you will be able to significantly improve the ...
06:01 am GMT - Sat, October 2, 2021
Dev To 9 Projects you can do to become a Frontend Master
IntroductionWhatever you do, it's always beneficial to have the right tools at your disposal. I love working remotely and am a big advocate of doing remote software development. Therefore, I always st...
05:50 am GMT - Sat, October 2, 2021
Dev To Glass Morphism Simple Interest Calculator Using Pure HTML, CSS & JS.
Simple Interest Calculator Using Pure HTML, CSS & JS. SOURCE CODE: HTML:<!DOCTYPE html><html lang="en"><head> <link rel="stylesheet" href="style.css"> <m...
05:47 am GMT - Sat, October 2, 2021
Dev To A Beginner's Guide To Solidity - Blockchain Development
Solidity is an object-oriented, high-level programming language for creating smart contracts on the blockchain that automate transactions. The language was created by participants to the Ethereum proj...
05:25 am GMT - Sat, October 2, 2021
Dev To hello how are you
lorem ipsum doller amet ...
05:13 am GMT - Sat, October 2, 2021
Dev To Managing Secrets with Doppler in Django
SummaryUsing .env files to manage application config and secrets is a step forward from hard-coding secrets, but there are also security risks and issues relating to the synchronization and manu...
04:46 am GMT - Sat, October 2, 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:32 am GMT - Sat, October 2, 2021
Dev To Contribute to your favourite resume builder this Hacktoberfest!
Resuminator is participating in Hacktoberfest 2021, hosted by DigitalOcean We invite all developers and designers to contribute to Resuminator this October 2021 by opening new issues, sharing your tho...
03:54 am GMT - Sat, October 2, 2021
Dev To Learning Python- Intermediate course: Day 36, Summary of the week
Summary of the weekDay 33 We learnt about the menu widget in Python. The menu widget is used to create dropdown menus for application commands. Day 34 We covered three widgets, top-level, paned ...
03:39 am GMT - Sat, October 2, 2021
Dev To 20 GitHub Repository every Web Developer should Know
GitHub is the place you should be looking for when youre trying to improve yourself as a developer. All the information you need is out there in some repository.However, the hard part is finding the r...
03:14 am GMT - Sat, October 2, 2021
Dev To Bookmark These 8 Front-End Websites Now!
Now that I've been working with front-end web frameworks professionally for over 2 years, I can confidently say that Imostlyknow what I'm doing.Through this journey I've come across many useful resour...
03:13 am GMT - Sat, October 2, 2021
Dev To Merging Branches with Git
Welcome to my blog post about merging multiple features with my personal project! This time around I will be talking about the two new features I added to the Octo project. The two new features I adde...
03:13 am GMT - Sat, October 2, 2021
Dev To Open Source: Multiple branches and git merges
This week, I practiced using git to manage multiple changes in one project at the same time and using git merge, so I'll introduce these in my steps. Add new features and the exampleLast week my ...
02:56 am GMT - Sat, October 2, 2021
Dev To Construct Quad Tree
A quadtree is a tree data structure in which each internal node has exactly four children.Given a n * n matrix grid of 0's and 1's only. We want to represent the grid with a Quad-Tree.Return the root ...
02:43 am GMT - Sat, October 2, 2021
Dev To BinarySearch - Longest Increasing Path
https://binarysearch.com/problems/Longest-Increasing-Path ProblemGiven a two-dimensional integer matrix, find the length of the longest strictly increasing path. You can move up, down, left, or r...
02:43 am GMT - Sat, October 2, 2021
Dev To Ceiling fan entry for divtober
Lynn Fisher is an amazing CSS Artist, and she is especially great at creating CSS drawings using just a single HTML element among many other projects she does (Nestflix is a lot of fun!)In October, sh...
02:33 am GMT - Sat, October 2, 2021
Dev To BinarySearch - Escape-Maze
https://binarysearch.com/problems/Escape-Maze ProblemYou are given a two dimensional integer matrix, representing a maze where 0 is an empty cell, and 1 is a wall. Given that you start at matrix[...
02:32 am GMT - Sat, October 2, 2021
Dev To BinarySearch - One Edit Distance
https://binarysearch.com/problems/One-Edit-Distance ProblemGiven two strings s0 and s1 determine whether they are one or zero edit distance away. An edit can be described as deleting a character,...
02:32 am GMT - Sat, October 2, 2021
Dev To A better way of passing data between destinations.
I use to pass data to the next screen (maybe to the Detail Screen) in a way that was strongly not recommended by the Official Android Documentation and I discovered that most beginners also follow the...
01:45 am GMT - Sat, October 2, 2021
Dev To Web scraping with Beautifulsoup
Beautifulsoup is one of the best tools to do web scraping with Python. But hey! Beautifulsoup isnt a scraper, actually, it is better to say its a reader that allows us to read/extract useful informati...
11:57 pm GMT - Fri, October 1, 2021
Dev To Stacks and Queues
-Intro to Stack -BIG O of Stacks -Intro to Queues Intro to StacksA stack is a last in first out data structure (LIFO) which means that the l...
11:50 pm GMT - Fri, October 1, 2021
Dev To My 2nd Hacktoberfest!
Hello everyone! I'm Kavisha Subasinghe. I'm little bit new to here. This is my second time of participating Hacktoberfest.This is my Hacktoberfest story very briefly ContributionsDuring Hacktobe...
11:24 pm GMT - Fri, October 1, 2021
Dev To Doubly Linked Lists
-Intro to Doubly Linked List -Doubly Linked List: Push -Doubly Linked List: Pop -Doubly Linked List: Shift -...
10:17 pm GMT - Fri, October 1, 2021
Dev To Implementing infrastructure-as-code with Ansible and GIT
What is "infrastructure-as-code"?To keep the concept simple, think of your infrastructure as a picture (end-state) and the main characteristics (configuration) that you would use to describe it....
09:34 pm GMT - Fri, October 1, 2021
Dev To Why is there no app for this platform?
...
08:56 pm GMT - Fri, October 1, 2021
Dev To The 5 Best Addons for Building Accessible React Components in Storybook
If you've ever created a component library (or even thought about creating your own), you already know that one of the biggest considerations is accessibility. For those devs who haven't specialized i...
08:56 pm GMT - Fri, October 1, 2021
Dev To Build a CI/CD pipeline with Heroku CI.
Heroku CI automatically runs your apps test suite with every push to your apps GitHub repository, enabling you to easily review test results before merging or deploying changes to your codebase.Beside...
08:52 pm GMT - Fri, October 1, 2021
Dev To Creating a link with an active state in Next.js
There is something that, at the moment I write these lines, still lacks in Next.js: a component <Link /> showing a different class while the page is being visited. Why use the link if you c...
08:49 pm GMT - Fri, October 1, 2021
Dev To How to create a zoom transition animation effect using React & Framer Motion?
Interruption in the user's experience while navigating between pages can often lead to them going off the website. We could improve on that by adding page transitions in our web application which coul...
08:44 pm GMT - Fri, October 1, 2021
Dev To HacktoberFest 2021
HacktoberFest is under way! It's been a busy morning PyGotham and HackroberFest. I started a CSS blog post. Then watched PyGotham till lunch time and joined Virtual Coffee for our HacktoberFest kickof...
08:44 pm GMT - Fri, October 1, 2021
Dev To Learning to merge different branches
OverviewThis week I have learnt a new git feature which was merging. In more details, I have worked with parallel branches, one for adding -l flag and the other was updating the Markdown support funct...
07:46 pm GMT - Fri, October 1, 2021
Dev To Everything You Need to Know About JavaScript Functions
A function is a set of statements that perform a specific task. It is one of the fundamental building blocks of JavaScript. In this article, I aim to cover JavaScript functions in a beginner-friendly ...
07:39 pm GMT - Fri, October 1, 2021
Dev To Connecting Heroku Postgres with NestJS Backend
Hi all! This is my first article on here. In this article I'll show you how you can connect a postgres database to your backend api, and how to deploy it on heroku. This is not a tutorial for NestJS s...
07:35 pm GMT - Fri, October 1, 2021
Dev To How to spice up your GitHub profile (Included Resources)
I recently decided to pay more attention to GitHub profile and spice things up a bit. Naturally, I wanted to share a few resources for those looking to do the same. Here's a few ways you can make you...
07:19 pm GMT - Fri, October 1, 2021
Dev To NPM: What are project dependencies?
Code dependencies are like Lego's. We're able to pull in other people's code; combining and stacking different packages together to fulfill our goals. Using dependencies greatly reduces the complexity...
07:06 pm GMT - Fri, October 1, 2021
Dev To Building FusionHQ - All-in-one user analytics & engagement platform.
Hello All, I am Sarvesh, one of the co-founders of Fusion. We have been building Fusion for the last 5 months and really excited to share about it!!Let's answer some questions to get the vision and id...
07:02 pm GMT - Fri, October 1, 2021
Dev To A simple 3x1 visualiser
TL;DRLink: https://thecashewtrader.gitlab.io/3x-1/Source: https://gitlab.com/thecashewtrader/3x-1License: GPL V3Inspired by: https://odysee.com/@veritasium:f/the-simplest-math-problem-no-one-can...
06:57 pm GMT - Fri, October 1, 2021
Dev To Building an API using Express and MongoDB
In this post, we'll go through the process of creating an API built using Express and MongoDB.We'll cover the ff. steps:Setting up MongoDBCreating an Express applicationOptimizing your Express routesH...
06:31 pm GMT - Fri, October 1, 2021
Dev To Think on AWS as Lego Blocks
Think of Lego blocks. Very simple in appearance and functionality on their own. However, put them together in the right way, with the right pieces, and you can create something highly complex and amaz...
06:25 pm GMT - Fri, October 1, 2021
Dev To Making Kubernetes Operations Easy with kubectl Plugins
kubectl is powerful tool that allows you to perform literally any and all Kubernetes-related tasks. Regardless of whether you need to just list pods, debug node, manage RBAC or whatever else, kubectl ...
05:34 pm GMT - Fri, October 1, 2021
Dev To Tipos Javasript
Javascript TypesMeu primeiro post aqui e gostaria de comear explicando algo bem bsico, os tipos primitivos e os tipos referncia. O conceito serve para qualquer linguagem, mas aqui quis forcar em...
05:09 pm GMT - Fri, October 1, 2021
Dev To Forem Hacktoberfest: Lets Internationalize!
We recently shipped the groundwork for internationalizing Forem. Initially, this means that admins can set the default locale for their Forem in case its primarily targeted for Spanish or Portuguese c...
05:00 pm GMT - Fri, October 1, 2021
Dev To Why You Need Static Code Analysis
Programming is becoming more and more domain-oriented. There are hundreds of frameworks and dozens of libraries that help to overcome the complexity of low-level details in order to focus on something...
04:39 pm GMT - Fri, October 1, 2021
Dev To Supabase Hacktoberfest Hackathon
It's the time of the year, where we Developer cave in to our Coding Dent and start coding again - Hacktoberfest! As all developer are scavenging through tons and tons of Github repo just to find somew...
04:15 pm GMT - Fri, October 1, 2021
Dev To fyi: You can bypass youtube ads by adding a dot after the domain
On desktop browsers.To follow up: I had initially assumed that it didn't work on mobile because the browsers normalized the URL, however this isn't the case. The redirection happens on the server side...
04:02 pm GMT - Fri, October 1, 2021
Dev To Five Benefits of Open Source Software for Your Organization
This article was written exclusively for devinterrupted.com by Doron Gill...Open source software has been around for quite some time, but as I highlighted on the Dev Interrupted Podcast , only within ...
04:00 pm GMT - Fri, October 1, 2021
Dev To Cycle Time Breakdown: Tactics for Reducing CodingTime
The Issue: My Coding Time Feels Too HighCycle Time is the Dev Managers Super Metric. So naturally, the conscientious Dev Manager will want to pay close attention to Coding Time, the very first s...
03:42 pm GMT - Fri, October 1, 2021
Dev To Python beginner Project: Calendar Builder
Hey, hi today we're gonna make a nice looking printable text file of monthly calendars for the month and year you desire.Don't scare from dates and calendars, yes, they are some tricky topic in progra...
02:22 pm GMT - Fri, October 1, 2021
Dev To Failing to get product information from Amazon with Perl
I got a bit distracted this week. I was supposed to be writing a book, but as I was feeling a little unwell, I decided to do a little light recreational programming instead.I'm an Amazon associate, wh...
02:16 pm GMT - Fri, October 1, 2021
Dev To Dev Tool: A CLI tool for generating certificates
Being a workshop organizer and YouTuber means we have to deal with developer community everyday. Everyday I learn new things, recently when I organized a workshop on CSML: Language to build chatbots t...
02:15 pm GMT - Fri, October 1, 2021
Dev To Handling Forms in Flask using Flask-WTF
Flask provides a flask-WTF extension that makes form handling easy and structured. This article provides a detailed undertanding of:What is Flask WTF?Features of Flask WTF.Create a simple contact Form...
02:01 pm GMT - Fri, October 1, 2021
Dev To Hacktoberfest 2021 is Here
Heads up: @nickytonline and I are kicking off Hacktoberfest with a celebration on the DEV Community Twitch stream TODAY! Join us at 9 AM PT/12 PM ET/ 4 PM UTC hereThe worldwide celebration of open sou...
01:59 pm GMT - Fri, October 1, 2021
Dev To Hacktoberfest 2021 Completion Thread
If you've completed Hacktoberfest 2021, we want to hear about it and celebrate with you!This thread is your place to share some of your PRs (hint: use the GitHub liquid tag!), drop a link to your #Hac...
01:58 pm GMT - Fri, October 1, 2021
Dev To Hacktoberfest 2021 Discussion Thread
Hacktoberfest 2021 is a community celebration of open source. So, whether you're contributing to open source projects or reviewing PRs as an open source maintainer, this thread is for you to connect w...
01:56 pm GMT - Fri, October 1, 2021
Dev To Why do we have APIs in JavaScript?
You've most likely heard of the term API if you have ever worked with JavaScript. There're a ton of them such as- DOM, Storage, Fetch, Canvas, History, and so forth. But have you ever wondered, "Can't...
01:41 pm GMT - Fri, October 1, 2021
Dev To 10 Trending projects on GitHub for web developers - 1st October 2021
Trending Projects is available as a weekly newsletter please sign up at Stargazing.dev to ensure you never miss an issue. 1. ct.cssct.css is a diagnostic CSS snippet that exposes potential perfor...
01:40 pm GMT - Fri, October 1, 2021
Dev To 10 Awesome Websites to find Web Developer Remote Jobs
The year is 2021 and the web development job market (or programming in general tbh) is all about remote positions. If you want to take advantage of it to get your next job (or a side one), make sure t...
01:03 pm GMT - Fri, October 1, 2021
Dev To Jaeger vs Elastic APM - key differences, features and alternatives
Jaeger is an open-source end-to-end distributed tracing tool for microservices architecture. On the other hand, Elastic APM is an application performance monitoring system that is built on top of the ...
12:50 pm GMT - Fri, October 1, 2021
Dev To Passing Data with React Router using Link
If you've used React Router on many projects, definitely you've asked How i can pass some data or state to other components through a link tag?.So 1st of all we'll discuss how we can pass data between...
12:24 pm GMT - Fri, October 1, 2021
Dev To 7 Common Mistakes Game Developers Make
Hello, buddies! First of all, I would like to say "Thanks" for the Games that I played. Sounds like a joke, I know. To be honest, games are the main reason for me to becoming a Game developer and get ...
12:18 pm GMT - Fri, October 1, 2021
Dev To To Share Files between Windows-OS and Mac-OS (VirtualBox)
1 Access Mac Files on WindowsOpen File Explorer. In the address bar (that is 'This PC') at the top of the window, type \ followed by your Macs IP address (Found at System Preference > Sharing...
12:03 pm GMT - Fri, October 1, 2021
Dev To My First Post.
My name is Aditya, this is my first post after joining DEV Community. Today I decided to try something new and hope to write some helpful articles in near future....
11:58 am GMT - Fri, October 1, 2021
Dev To VueJS - Drag 'n Drop
For some time, it was necessary to write a lot of JavaScript code in order to implement the famous drag 'n drop feature in a web application.Fortunately, in January of 2008, W3C released the fifth ver...
11:50 am GMT - Fri, October 1, 2021
Dev To 5 Lessons Learned In Content Creation As a Developer!
Life, coding & business are full of lessons if you look for them.Some you learn the easy way, and some you learn the hard way.As a creator, youre at war with yourself every day.It's a compet...
11:30 am GMT - Fri, October 1, 2021
Dev To My code review journey as a Web Security Engineer
SummaryIntroductionObjectivesHow to work effectively?InputOutputStepsHigh-level process flowRC sample code review reportConclusion IntroductionCode review is a part of regular development p...
10:57 am GMT - Fri, October 1, 2021
Dev To Flutter styling explained in CSS - LLF 5
Hey there CSS can be weird and confusing, so let me explain Flutter's styling using it as a comparison. Flutter styling is quite straightforward, and that's not acceptable in my book, styling should a...
10:35 am GMT - Fri, October 1, 2021
Dev To Explaining SSR & CSR in Javascript
Recently at my job we decided to ditch React.js and go with Javascript vanilla for better perfomance since our website is a newspaper we found it to be difficult justify having React.js for something ...
10:32 am GMT - Fri, October 1, 2021
Dev To Building a Tailwind CSS button component variants
For the last few projects I've been using Tailwind CSS to build and style the components, sections, and pages for the website.One thing that bothers me, however, is that I have to build certain common...
10:22 am GMT - Fri, October 1, 2021
Dev To Boosting up PHP-project with cache
The growth of the project and its load can be a real challenge for the developer. The website begins responding with a delay and the question of scaling is being raised more often. There are many effe...
10:11 am GMT - Fri, October 1, 2021
Dev To Cloud Technology News of the Month: September 2021
Autumn is officially back, and with it another portion of fresh cloud technology news.This series brings you up to speed with the latest releases, acquisitions, research, and hidden gems in the world ...
10:03 am GMT - Fri, October 1, 2021
Dev To How to build a chat into an Angular app with TalkJS
In todays tutorial, we will take a look at how we can integrate the TalkJS Chat API into an existing Angular application. AllParts is an imaginary e-commerce website that specializes in automobile spa...
09:42 am GMT - Fri, October 1, 2021
Dev To AES Encryption in Linux
Ever felt the need of hiding stuff from the world. In this article, I'll show you how you can encrypt and decrypt your data using the AES Encryption technique. We'll use the openssl command for this p...
09:34 am GMT - Fri, October 1, 2021
Dev To GitHub Issue Forms
GitHub allowed us to make pre-build issue templates in the form of markdown files which the person reporting the bug could fill out. This was better than presenting the person reporting the bug with a...
09:34 am GMT - Fri, October 1, 2021
Dev To Creating a Bug Report Form in GitHub
GitHub allowed us to make pre-build issue templates in the form of markdown files which the person reporting the bug could fill out. This was better than presenting the person reporting the bug with a...
09:22 am GMT - Fri, October 1, 2021
Dev To Python Guide for JS-devs
I have been using JavaScript for most of my career, but I recently started working at a company that uses Python for most of its stack. Even though Python is easy to get started with, a couple of quir...
09:03 am GMT - Fri, October 1, 2021
Dev To React.js : beginner guide, Where To Start
Table Of ContentsWhat Is ReactHow It WorksIs It Suitable For YouRoadmap To Learn React What Is React React Is A Javascript Library To Build User Interfaces. Think Of It As Simple Web Librar...
08:35 am GMT - Fri, October 1, 2021
Dev To MLOps: Deploying Machine Learning Models with Docker and Google Cloud Platform (Part 2)
IntroductionModel DeploymentWhat on earth is Flask?Getting Started with FlaskGetting Started with SwaggerDeploying Machine Learning Model with Flask and SwaggerConclusionReference/ Resources Intr...
08:17 am GMT - Fri, October 1, 2021
Dev To Introduction to Flutter
What is Flutter?Flutter is a framework developed by Google. It is used to develop applications on cross-platform. So our application we wrote with Flutter; web and performs on both ios and andro...
08:15 am GMT - Fri, October 1, 2021
Dev To Getting started with Laravel and Vue js
Ever wondered how to setup Vue in your laravel project. LaravelLaravel is a web application framework with expressive, elegant syntax. Weve already laid the foundation freeing you to creat...
07:52 am GMT - Fri, October 1, 2021
Dev To Building a Chrome Extension inMinutes
Ever wondered how you can build your own Chrome Extension? It's not as hard as you might think!In this tutorial, we'll create a simple Chrome Extension that converts all the text on a webpage into com...
07:50 am GMT - Fri, October 1, 2021
Dev To Django Channels - A Simple Chat App Part 2
Hello guys. In the last part of the tutorial we created the index view that allows users to type in the chat room they want to join. Buckle up since we are going to continue from where we left off. ...
07:49 am GMT - Fri, October 1, 2021
Dev To How I landed a job at Daily.dev
You read it right. I got a new job!I'm now a software engineer at daily.dev!I decided to write this article about getting hired and how it all came to be. The beforeLet's first take some time to ...
07:21 am GMT - Fri, October 1, 2021
Dev To Adopt the right testing strategies for AI/ML applications
The reception of frameworks dependent on Artificial Intelligence (AI) and Machine Learning (ML) has seen a dramatic ascent in the beyond couple of years and is relied upon to keep on doing as such. Ac...
06:55 am GMT - Fri, October 1, 2021
Dev To AWS Database Migration
The word cloud is most commonly people are hearing now a days because of its technology revolutionize. Cloud technology is biggest change in IT industry as its reduce your almost all tress of infrastr...
06:41 am GMT - Fri, October 1, 2021
Dev To Fullstack app (workshop) with distributed tracing and monitoring
IntroI would like to announce the OpenSource Fullstack App Example (Workshop) that shows a specific stack implementation from frontend to backend, including identity and distributed tracing, log...
06:41 am GMT - Fri, October 1, 2021
Dev To Fullstack app (workshop) with distributed tracing, logging and monitoring
IntroI would like to announce the OpenSource Fullstack App Example (Workshop) that shows a specific stack implementation from frontend to backend, including identity and distributed tracing, log...
06:40 am GMT - Fri, October 1, 2021
Dev To My Hacktoberfest Repos
My Hacktoberfest Repos Hi everyone, and Happy Hacktoberfest! This is my repos ready for the Hacktoberfest: C++Header-Only C++ library for Graph Representation and Algorithms with a simple i...
06:11 am GMT - Fri, October 1, 2021
Dev To Responsive Syntax Highlighter Using Highlighter JS
I have created responsive Syntax highlighter for website ...
05:36 am GMT - Fri, October 1, 2021
Dev To Modern Navigation Menu using css
Modern navigation menu using only css see below ...
05:36 am GMT - Fri, October 1, 2021
Dev To 10 JavaScript tips that can help you understand this programming language better
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...
05:08 am GMT - Fri, October 1, 2021
Dev To Encryption Using Playfair Cipher In Python
In this post I'm going to explain you how to code playfair cipher to encrypt plaintext to cipher. So this post is all about encryption program and will soon add decryption program in this series also ...
04:53 am GMT - Fri, October 1, 2021
Dev To Best Website Every Developers should know
Hello guys so in this blog i will tell some very cool websites every developer should know. I have my own youtube channel please subscribehttps://youtube.com/codingfire?sub_confirmation=1I have divi...
04:46 am GMT - Fri, October 1, 2021
Dev To Web 3 Community - Hacktoberfest 2021
Hacktoberfest starts today. This year Web3Community is excited to take part in the fest for the first time. An excellent opportunity for everyone to learn more about the open-source environment, meet ...
04:17 am GMT - Fri, October 1, 2021
Dev To How to make a good `git commit`
At my recent GitKon talk, I spoke about git commit and what it means to have good commits.git commit is a command used to commit your code to a specific location; local, cloud, branch, main etc. Most ...
03:44 am GMT - Fri, October 1, 2021
Dev To Create a Netflix clone from Scratch: JavaScript PHP MySQL Day 67
Netflix provides streaming movies and TV shows to over 75 million subscribers acrossthe globe. Customers can watch as many shows/ movies as they want as long as they areconnected to the internet for a...
03:09 am GMT - Fri, October 1, 2021
Dev To How to enter full-screen mode in browser using JS
Hi there! Today, I'll show a straightforward way to enter and exit fullscreen mode on main browsers. I'll try to explain as much as I can, so introducing a subtle pace. You can open the pen bel...
02:07 am GMT - Fri, October 1, 2021
Dev To How to send message to specific discord channel from your server application?
How to send message to specific discord's channel from your server application?Had you wonder how to send the log / messages from the server application to discord channel? In my personal poject...
02:05 am GMT - Fri, October 1, 2021
Dev To Junior Front-end Developer Roadmap
Junior Frontend Developer Freshman in web development with over one year of experience. He has to know the internet basics, HTML, CSS, JavaScript, Git, Web Security Knowledge, package managers, CSS p...
01:54 am GMT - Fri, October 1, 2021
Dev To Mi nueva startup - Mensajera y paquetera express en Mrida, Yucatn
Ahora me voy a rifar un servicio de paquetera y mensajera express y una app para delivery en Mrida, Yucatn. Por qu?Pues la ciudad esta creciendo bastante y servicios como iVoy o 99minutos n...
01:44 am GMT - Fri, October 1, 2021
Dev To 6502 Assembly Language Practice
In this blog, I would like to present simple 6502 assembly code and give a brief explanation/comments on how it works.The Bitmap code is the basic code I use, which will paint the whole page to yellow...
01:04 am GMT - Fri, October 1, 2021
Dev To Fetching data in React: Quick guide
Fetching data from an API either from an external source or from the Backend of your application can be done in many ways.In this Quick guide, I would show you how to fetch data in a react app by maki...
12:14 am GMT - Fri, October 1, 2021
Dev To No YAML Needed! Create GitHub Actions Workflows from VS and CLI
Today I'm going to show you two very easy ways to create your GitHub Actions CI Workflow for .NET Applications, without writing a single line of YAML. IntroGetting started with GitHub Actions may...
11:44 pm GMT - Thu, September 30, 2021
Dev To Coding is knowing how to ask questions *well*
Id been taking a web development course on Udemy and this week I finally started on learning server-side programming. Front-end development had been relatively easier for me to pick up because over th...
11:02 pm GMT - Thu, September 30, 2021
Dev To Don't be an SMS Spammer. Build a tool to help you manage your SMS using Twilio and Retool.
In this tutorial, you'll add text messaging to a Retool app using Twilio and Sync Inc.Text messages (SMS) are an excellent medium for chatting with customers or notifying your team. Adding text messag...
10:34 pm GMT - Thu, September 30, 2021
Dev To HacktoberFest is here
If you are someone who loves open-source or is just getting started with it, Hacktoberfest is for you! What is Hacktoberfest?Hacktoberfest is an annual event hosted by DigitalOcean that aims to encour...
10:17 pm GMT - Thu, September 30, 2021
Dev To Automatically Redirect Auth0 WordPress Users to SSO Login
A recent project had me working with the Login by Auth0 again. It's a great, simple, "does one thing and doesn't try to take over the WordPress dashboard" plugin. In my opinion, this is the best kind ...
10:10 pm GMT - Thu, September 30, 2021
Dev To Versionless APIs
Hello World! My name is S and I am the head of growth here at Wundergraph. The article was written by our CEO / CTO Jens Neuse. Enjoy!Versioning APIs is an essential part of the lifecycle of APIs. Som...
10:04 pm GMT - Thu, September 30, 2021
Dev To Have Fear and Contribute Anyway
Cover Photo by Tonik on Unsplash BackgroundI am a mom of 4. When I was pregnant with my second child I had a lot of fears about labor. I had these fears despite already having labored once with m...
09:24 pm GMT - Thu, September 30, 2021
Dev To GraphQL is not meant to be exposed over the internet
Hello World! My name is S and I am the head of growth here at Wundergraph. The article was written by our CEO / CTO Jens Neuse. Enjoy!GraphQL is currently one of the most frequently mentioned technolo...
09:20 pm GMT - Thu, September 30, 2021
Dev To The DERN stack, the perfect alternative to MERN stack for Serverless
The MERN stack is one of the most famous stacks in the JavaScript ecosystem. A combination of MongoDB, Express.js, React and Node to build web applications. Unfortunately, MERN isn't ready for modern ...
09:06 pm GMT - Thu, September 30, 2021
Dev To Navigating Complex Objects
When you're just starting off in coding, the concept of nested objects and accessing their properties can be difficult to grasp. Seeing a complicated object with multiple levels of depth can be intimi...
08:55 pm GMT - Thu, September 30, 2021
Dev To Who's participating in Hacktoberfest 2021?
Hacktoberfest 2021 starts on Friday, October 1! In the comments below, tell us who you are, whether or not this is your first Hacktoberfest, and why you're taking part in 2021 If you're an open...
08:52 pm GMT - Thu, September 30, 2021
Dev To Hacktoberfest 2021 Who's Looking for Contributors?
Hacktoberfest 2021 kicks off on Friday, October 1 and lasts through the end of the month! Open source maintainers can drop links to/information on their projects in the comments below. The goal? To fi...
08:37 pm GMT - Thu, September 30, 2021
Dev To What is Playfair Cipher Encryption Algorithm
This is going to be two or three part series where I'm going to explain the theory behind the Playfair cipher and how we can program it using most probably everyone's favourite language ("DRUM ROLLS"...
08:37 pm GMT - Thu, September 30, 2021
Dev To Best VS Code features & Learning Material UI
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...
08:31 pm GMT - Thu, September 30, 2021
Dev To Remove gone git branches
tl;dr Alias for removing local branches that are gone on remote# ~/.gitconfig file[alias] gone = "!f() { git fetch --all --prune; git branch -vv | awk '/: gone]/{print $1}' | xargs git branch -D; }...
08:18 pm GMT - Thu, September 30, 2021
Dev To Contribute to the Awesome Web Monetization on Hacktoberfest !
Looking for new open source projects that can be posted on this repository. thomasbnt / awesome-web-monetization Stuffs about Web Monetizati...
08:13 pm GMT - Thu, September 30, 2021
Dev To Streaming Analytics Using FlinkSQL Webinar
I wanted to share some resources from today's talk.Documentation on Using Flink SQL on StreamNative Cloudhttps://docs.streamnative.io/cloud/stable/compute/flink-sql-cookbookMy source code for the Edge...
08:09 pm GMT - Thu, September 30, 2021
Dev To A framework for crushing big tech interviews
Big Tech programming interviews are about more than just your ability to program, the sooner you recognize that and change the way you prepare, the faster you will get the job. The key pillars of...
07:02 pm GMT - Thu, September 30, 2021
Dev To Working with parallel branches in Git
IntroductionHello everyone, my name is Dustin, today I want to write a blog about my progress of working with branches in Git. So this is the lab 03, which I have to create 2 parallel branches t...
06:58 pm GMT - Thu, September 30, 2021
Dev To Building a type-safe dictionary in TypeScript
Written by Gapur Kassym A dictionary is a common data structure in a programming language. As JavaScript developers, its important to work with type-safe dictionaries because there will be conflicts o...
06:46 pm GMT - Thu, September 30, 2021
Dev To Creating a boilerplate Umbraco 9 site using project templates - part 1
With Umbraco 9 freshly releases and running on .NET 5 lots of people need to change the way they work. One of those changes is probably to replace your current boilerplate solutions with a fresh one.T...
06:44 pm GMT - Thu, September 30, 2021
Dev To Why You Should Switch to NextJS from ReactJS
If you love frontend development, you should have some experience with React JS, this is because its one of the greatest frontend libraries out there. Due to its speed, flexibility, performance, etc a...
06:41 pm GMT - Thu, September 30, 2021
Dev To My First PR
Making your first pull request is definitely daunting. Whether you are taking part in some open source program or not, there are multiple things that go through your mind while making it. This blog is...
06:28 pm GMT - Thu, September 30, 2021
Dev To Product developers guide to getting started with AI Part 3: Terraforming dataframes
TLDRTerraforming a planet requires large scale projects to inhabit other planets for survival. Well begin by terraforming datasets to calculate the cost of survival on the Titanic. OutlineI...
06:28 pm GMT - Thu, September 30, 2021
Dev To Binary Search in other words
Imagine yourself holding a flashlight against a list of sorted numbers searching for your lottery number.Each time you turn on the flashlight it will automatically point to the middle of the list and ...
06:13 pm GMT - Thu, September 30, 2021
Dev To What is horizontal and vertical scaling?
Scaling implies adding or removing resources from your machine/application to perform the underlying tasks with optimal cost and processing capability. Scalability is a challenge that every engineerin...
06:13 pm GMT - Thu, September 30, 2021
Dev To Art of giving feedback
How to give proper feedback? Although you might find this topic trivial, the majority of people struggle with it.Having this skill will not just improve your career, it will also improve your relation...
06:01 pm GMT - Thu, September 30, 2021
Dev To I Design, You Build! - Frontend Challenge 2
AppreciationWhat an overwhelming response from the first challenge! I really enjoy seeing every submission, and appreciate every feedback given. If you haven't give the challenge a try, I strong...
05:51 pm GMT - Thu, September 30, 2021
Dev To Build A Simple Progress Bar
You might get this as an interview question for web development roles, especially front-end roles. I'll explain how you can ace it by creating a progress bar in minutes.Spoiler: You could do it under ...
05:22 pm GMT - Thu, September 30, 2021
Dev To Top 5 state management libraries for React
There are a lot of state management libraries available for Reactjs. Here you will learn about the 5 most popular state management libraries.In case if you don't know, simply State management librarie...
05:19 pm GMT - Thu, September 30, 2021
Dev To 10% Discount for 15000 Premium design resources for Life Time Access.
15000+ Premium design resources Web template, Illustrations, Mobile app, Free icon and Web app elements from the worlds best designersLifetime Access Only 99$ Get 10% Discount Use this coupon code: ...
05:13 pm GMT - Thu, September 30, 2021
Dev To Generating strongly typed reducer actions for React
Using reducers in the React Context api leaves a lot of room for error, even when using TypeScript. A reducer takes a single argument and returns a state. The common format for the argument is an obje...
05:09 pm GMT - Thu, September 30, 2021
Dev To RippleX Releases Engineering Preview of Proposed Federated Sidechains System
Earlier this year, Ripple shared a vision for Federated Sidechains that can complement the XRP Ledger (XRPL) Mainnet. Federated Sidechains support the developer community by unlocking new capabilities...
04:26 pm GMT - Thu, September 30, 2021
Dev To New Beginnings.
Who I amMy name is Andrew Bonacci. I'm 31 years old, happily married and have recently embarked on a web development journey. I had my first try at HTML back in the early 2000s on the blogging w...
04:14 pm GMT - Thu, September 30, 2021
Dev To Docker Networking
Docker takes care of the networking aspects so that containers can communicate with other containers and also with the Docker Host.Docker networking subsystem is pluggable, using drivers. There are se...
04:01 pm GMT - Thu, September 30, 2021
Dev To No time to learn a static site generator? Try this
What is a Static Site Generator(SSG)?Traditionally we built sites supported by a backend that takes data and spreads it onto an HTML template. Backends also took care of the differences between ...
03:56 pm GMT - Thu, September 30, 2021
Dev To How to Disable Copy Paste in Blogger Website
This tutorial explains the process to disable the Copy and Paste of Website, either of WordPress or Blogger. It is useful for those who log on their each each time they want to make a change to their ...
03:55 pm GMT - Thu, September 30, 2021
Dev To Anyone out there willing to Contribute to the Development of JavaScript Frontend Library
In the past 3 months i have been developing a JavaScript library for creating frontend web applications. The library is called Pearl.Js. It is written in Typescript. And is almost similar to React.The...
03:46 pm GMT - Thu, September 30, 2021
Dev To Docker swarm nginx ingress controller
In this tutorial we are going to see how to use Nginx as an ingress controller for our Docker swarm cluster. PrerequisitesFor this tutorial we only need a running Docker swarm cluster. You can se...
03:38 pm GMT - Thu, September 30, 2021
Dev To Vue Academy 6: Async update queue
Vue performs DOM updates asynchronously! But what does mean?I will begin by explain you what is going on if we don't use an async update queue. Normal caseImagine that we have an array and we sho...
03:25 pm GMT - Thu, September 30, 2021
Dev To Monitoring consumer lag in Azure Event Hub
WhyConsumer lag is the most important metric to monitor when working with event streams. However, it is not available as a default metric in Azure Insights. Want to have this metric available as...
03:24 pm GMT - Thu, September 30, 2021
Dev To AWS - NLP newsletter - 2021. Sep.
Hello world. This is the second monthly Natural Language Processing(NLP) newsletter, covering everything related to NLP at AWS, and more. Feel free to leave comments, or share on your social network. ...
02:53 pm GMT - Thu, September 30, 2021
Dev To The Collab Lab TCL-29
Over eight weeks, four highly motivated junior developers made the commitment to work together, participate in sprints with all the ceremony, and build a working smart to-do list. The results of the e...
02:39 pm GMT - Thu, September 30, 2021
Dev To We are bad at programming
Photo by nikko macaspac on UnsplashI am inspired today because Dan Luu has a mic-drop tweet: Dan Luu @danluu I feel l...
02:25 pm GMT - Thu, September 30, 2021
Dev To react-avatar-group: A responsive, automatically-generated group avatar component, powered by ui-avatars.
This library is great for displaying the 'active' users of your React application. The responsiveness of react-avatar-group is meant to be similar to the Google Docs user icons. Some live examples are...
02:18 pm GMT - Thu, September 30, 2021
Dev To Kubernetes Crash Course for Absolute Beginners
Kubernetes, also known as K8s, is the most popular platform for container orchestration for automating deployment, scaling, and management of containerized applications. Why we need Kubernetes? A...
02:01 pm GMT - Thu, September 30, 2021
Dev To How to build 7,000 REST APIs within 2 mins (Node.js MySQL) !!
NocoDB is an open source Airtable alternative that instantly also provides you REST APIs on any MySQL database!Without further ado-lets see quickly how to create APIs. Pre-requisitesNode.js or Do...
01:54 pm GMT - Thu, September 30, 2021
Dev To Flask Social Login with Github - Free sample included
Hello Coders!This article presents an open-source sample that implements Github Social Login on top of Flask, a popular web framework written in Python. The project source code can be downloaded and u...
01:41 pm GMT - Thu, September 30, 2021
Dev To The Great Redux Toolkit Debate
An offhand comment I wrote one day while eating lunch sparked an unexpected and interesting debate with Mark Erikson, one of the maintainers of Redux.Redux has long been the go-to library for managing...
01:37 pm GMT - Thu, September 30, 2021
Dev To 3 Sites for FREE UI KITS!
Save for later. uistore.design ui8.net uispace.netP.S. Want the next post to be something specific? Do let me know in the comments.Connect with me : Github...
01:31 pm GMT - Thu, September 30, 2021
Dev To Ten Principles of Critique
Feedback. On the one hand, we live by it as programmers, designers, and software engineers. How can we improve if no one tells us? On the other hand, some feedback can leave us feeling devastated, oft...
01:29 pm GMT - Thu, September 30, 2021
Dev To Don't Configure Your Shell's Prompt
Don't waste hours configuring s super trick custom prompt, use starship.See instructions for all the shells on their home page https://starship.rs/. This was made as a YT ShortWhat do you think? ...
01:23 pm GMT - Thu, September 30, 2021
Dev To Building Future-Ready Tech Teams
For the third year in a row, there is a massive increase in the skills gap across industries, with nearly 80% of organizations saying that their teams lack the necessary skills; as stated by the Globa...
01:13 pm GMT - Thu, September 30, 2021
Dev To Jaeger and OpenTracing - Key concepts, use-cases and alternatives
Jaeger and OpenTracing are both open-source projects. Jaeger was originally built by teams at Uber and then open-sourced. The OpenTracing project was also started by teams at Uber, and hence they are ...
01:08 pm GMT - Thu, September 30, 2021
Dev To Cherry-Pick Your Teammate's Changes Without Push 'n Pull-ing To Your Repo In VS Code
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...
12:41 pm GMT - Thu, September 30, 2021
Dev To APIs Explained Simply... With TV Remotes!
For those of you who know me, I'm an API guy. They're kind of my thing. I blog about them regularly, give talks at conferences, and even talk about them in podcasts. They are the building blocks of so...
12:39 pm GMT - Thu, September 30, 2021
Dev To Making Better Components With Storybook
When you're working on large projects, it can help to have reusable components to handle the same functionality across different views. This saves time on writing code, makes it easier to maintain app...
12:20 pm GMT - Thu, September 30, 2021
Dev To 8 Open Source Projects to Contribute to - Hacktoberfest 2021
IntroductionHacktoberfest is a month-long event where people are awarded for contributing to open source projects .In order to participate you need to sign up here and then Submit four pull requ...
12:14 pm GMT - Thu, September 30, 2021
Dev To Badges for the terminal - Dart Edition
Hey there! A while back I created a little node-js library called cli-badges for creating badges that you can print to the terminal. Yup, those nifty little things we all know and love. The ones we ad...
11:32 am GMT - Thu, September 30, 2021
Dev To Create a backend in Javascript: NodeJS Module System
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...
11:31 am GMT - Thu, September 30, 2021
Dev To Building Microservices using Spring Boot HarperDB and Deploying it on AWS
IntroductionIn this article, you will learn how to use Spring Boot and HarperDB to create a microservice. Later on, you will also look at how to deploy the complete application on AWS Elastic Be...
11:28 am GMT - Thu, September 30, 2021
Dev To Crer un backend en Javascript : Le systme de module NodeJS
Voici une srie d'articles qui vous permettra crer des applications backend en Javascript.Node.js est aujourd'hui un incontournable, il est donc essentiel pour un dveloppeur de le maitriser.Je vais don...
11:16 am GMT - Thu, September 30, 2021
Dev To CXXGraph Library : Header-Only C Library for Graph Representation and Algorithms
CXXGraph ZigRazor / CXXGraph Header-Only C++ Library for Graph Representation and Algorithms CXXGraph Share on Table of C...
11:12 am GMT - Thu, September 30, 2021
Dev To The largest library of UI components for popular frameworks
Building websites from scratch is a tough task if you don't have a designer on board. Most of the developers are not designers at the same time, so in this situation, they decide to use a template. Ho...
10:38 am GMT - Thu, September 30, 2021
Dev To Rsync ile CentOS8 zerinde Dizin Senkronizasyonu
Rsync ile dizin senkronizasyonu yapmak iin ncelikle sunucular arasnda parolasz eriimi salamak gerekmektedir. 1- SSH Paketinin KurulmasSenkronizasyon yaplacak sunucularn her ikisine gidilerek,yum...
10:31 am GMT - Thu, September 30, 2021
Dev To Angular Interview Questions Part 3
In this article we are going to see a well curated list of angular interview questions 2021 and answers for experienced as well as freshers.Part 1 of this series :- Angular Interview Questions Part 1P...
10:20 am GMT - Thu, September 30, 2021
Dev To 5 reasons for AI implementation in healthcare
Today, AI technology can be found in almost every industry and business, including healthcare. Artificial intelligence in healthcare has huge and wide potential, from solutions for mobile diagnostics ...
10:20 am GMT - Thu, September 30, 2021
Dev To Important Array Functions In JS
In programming, an array is a collection of elements or items. The array data structure is widely used in all programming languages that support it.In this Article, I'll show you a short Overview of t...
10:09 am GMT - Thu, September 30, 2021
Dev To Ultimate Guide to setup React Context API with a custom hook [Typescript]
This is a guide to help you set up React Context API with typescript. What React Context API?Context is designed to share data that can be considered global for a tree of React components, This ...
09:54 am GMT - Thu, September 30, 2021
Dev To 10 Trending projects on GitHub for web developers
I have collected ten great project you can find on GitHub that will definitely give you an instant knowledge boost.Read More: 10 Trending projects on GitHub for web developers...
09:43 am GMT - Thu, September 30, 2021
Dev To Lightweight Markdown dialect for Python desktop apps
Project: https://github.com/pyrustic/litemarkPlain text written in Litemark:This is the rendered same text in a Python desktop app:Project: https://github.com/pyrustic/litemark...
09:33 am GMT - Thu, September 30, 2021
Dev To Hanlon's razor, a great tool to be more positive
In my professional career, I have come across several tools to help you get the correct mindset. Hanlon's razor is one of those. In a difficult negative situation in one of my teams, I discovered Hanl...
09:32 am GMT - Thu, September 30, 2021
Dev To How I Increase my Productivity
You are here means you want you can improve your productivity too I can help you but first thing first. Here are some quick tips.let us talk about productivity first.In simple words, productivity is a...
09:29 am GMT - Thu, September 30, 2021
Dev To Most Useful Visual Studio Code Shortcuts To Improve Your Productivity
Visual Studio Code is the most widely used and most loved code editor for application development.So in this article, we will see some of the widely used shortcuts which make developers' life easy and...
08:59 am GMT - Thu, September 30, 2021
Dev To Best CSS animation libraries for Web Developers
1.Animate - This is a cross-browser library of CSS animations. Its extremely easy to use and helps you create beautiful CSS animations for web projects.2.Hover - A collection of CSS3 powered hover eff...
08:54 am GMT - Thu, September 30, 2021
Dev To Nebula Operator Kind, oneliner installer for Nebula K8s Operator Playground
Nebula-Kind, an one-liner command to try K8s Operator based Nebula Graph Cluster on your machine, with the help of KIND (K8s in Docker) Nebula-Operator-KindAs a Cloud Native Distributed Database,...
08:51 am GMT - Thu, September 30, 2021
Dev To Coffee & Code: Integrating Live Chat Feature to Your React Application with Chatwoot by Olubisi Idris Ayinde
Join here https://bit.ly/2Y0k7pECoding & Coffee is Aviyels flagship upskilling series for programmers who are passionate about codes. We feature tutorials, live coding sessions, Q&As, with ta...
08:50 am GMT - Thu, September 30, 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:...
08:46 am GMT - Thu, September 30, 2021
Dev To Val - Powerful Static and Dynamic programming language
Hi All!,We have been working on a radically new programming language called Val for a couple of months now.Val language is a static language with a compile-time dynamic language called Valet. Think wr...
08:45 am GMT - Thu, September 30, 2021
Dev To Web Animation with CSS - Animation Property
IntroductionContinuing with the series of Web Animation with CSS. Today we are going to learn more about animation using CSS. The last part of the series paved the way to start animating in web ...
08:40 am GMT - Thu, September 30, 2021
Dev To Droplet Loader NFT
Something pretty because I love pretty things.You can buy the iNFT on BeyondNFT here...
08:40 am GMT - Thu, September 30, 2021
Dev To Modernizing Amazon database infrastructure - migrating from Oracle to AWS | AWS White Paper Summary
1. Challenges with using Oracle databasesAmazon started facing a number of challenges with using Oracle databases to scale its services. 1.1 Complex database engineering required to scal...
07:53 am GMT - Thu, September 30, 2021
Dev To 7 useful HTML attributes you may not know
HTML is the cornerstone of web development. Yet, many aspiring programmers merely skim the surface and move on to CSS, JS, etc, missing its entire potential.This is a list of HTML attributes that many...
07:32 am GMT - Thu, September 30, 2021
Dev To 20 Killer JavaScript One Liners
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 technologies.Tod...
07:00 am GMT - Thu, September 30, 2021
Dev To 8 Reinforcement Learning Project Ideas
This blog post is a compilation of reinforcement learning (RL) project ideas to check out. I've tried to select projects covering a range of different difficulties, concepts, and algorithms in RL. ...
06:58 am GMT - Thu, September 30, 2021
Dev To Beginner's guide to Hacktoberfest 2021
Hi there,Buckle up folks, Hacktoberfest is round the corner and registrations are now open. Hacktoberfest will be hosted by Digital Ocean for the 8th year in a row in partnership with GitHub and other...
06:41 am GMT - Thu, September 30, 2021
Dev To How to Crack a Password ? Ethical Hacking Tutorial
Password cracking is the process of attempting to gain Unauthorized access to restricted systems using common passwords or algorithms that guess passwords. In other words, its an art of obtaining the ...
06:38 am GMT - Thu, September 30, 2021
Dev To Most Useful Visual Studio Code Shortcuts To Improve Your Productivity
Visual Studio Code is the most widely used and most loved code editor for application development.So in this article, we will see some of the widely used shortcuts which make developers' life easy and...
06:35 am GMT - Thu, September 30, 2021
Dev To Custom error pages in Next.js
There is always that moment a user ends up on a page that doesn't exist.So let's see how we can make these pages stand out more by adding our pages for each error page. Creating a 404 page in Nex...
06:19 am GMT - Thu, September 30, 2021
Dev To Downsides of TypeScript?
I love Typescript and enjoy using it. However, it's not perfect and has its downsides.Some downsides of Typescript (based on my experiences and what others have shared):another thing to learnmore code...
06:11 am GMT - Thu, September 30, 2021
Dev To 10 GitHub Repository every Web Developer should Know
GitHub is the place you should be looking for when youre trying to improve yourself as a developer. All the information you need is out there in some repository.However, the hard part is finding the r...
05:55 am GMT - Thu, September 30, 2021
Dev To AWS Load balancer
AWS EC2 load balancer is one of the most popular service offer by Amazon Web Service. In this post we shall be exploring AWS load balancer, types of AWS load balancers, when to use them and how to set...
05:38 am GMT - Thu, September 30, 2021
Dev To 12 Github Repositories to Help You Ace Your Job Interview
The word "interview" is frequently associated with anxiety and discomfort. However, you may prepare vital tools to brighten up and organise fruitful interviews with this article's assistance.I'll prov...
05:11 am GMT - Thu, September 30, 2021
Dev To Vs Code Stater Kit
Vs Code is one the tools while in software development you'll use a lot, and it has a big library of extensions that can make it easy for you to do some common things while codingThese are the set of ...
04:50 am GMT - Thu, September 30, 2021
Dev To 15 Developer Tools to Make You Super Productive
The best software developers arm themselves with superior knowledge of specific tools that get the job done.Pairing with experienced developers leaves you with many tips, tricks, shortcuts, and tools ...
04:45 am GMT - Thu, September 30, 2021
Dev To Tip's to Become Great Programmer Of All Time
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 - Thu, September 30, 2021
Dev To JS Coding Question 10: Is Balanced Parenthesis [Very Common Question]
Interview Question #10:Write a function or program that checks if a string is a balanced parenthesis. If you need practice, try to solve this on your own without looking at the solution below.Fe...
04:34 am GMT - Thu, September 30, 2021
Dev To 7 UI Design Fundamentals for Developers
Hello everyone, my name is Vansh and I'm a frontend developer. A lot of people have asked me this question,"Do I need to learn design to be Front end developer?"Before I answer this question first you...
04:12 am GMT - Thu, September 30, 2021
Dev To How GitHub Uses Codespaces to Build GitHub
GitHub Codespaces is a great service. But did you know that GitHub Engineering has switched over to it, so now GitHub uses Codespaces to build GitHub?In this live stream, we talk with Mike McQuaid (St...
04:06 am GMT - Thu, September 30, 2021
Dev To I wrote a fully-functioning File Explorer, using TypeScript.
I am very happy to introduceXplorerto help you organize your files and/or folders.FeaturesDesigned Out Of The BoxXplorer is not written on traditional language like C, C++ or C#. It is written on Type...
02:48 am GMT - Thu, September 30, 2021
Dev To How to make the most out of HacktoberFest 2021
Hey there folks, HacktoberFest 2021 is right around the corner. It would be beneficial for you to make the most out of HacktoberFest and get started into Open Source Contributions. Lets start with som...
02:20 am GMT - Thu, September 30, 2021
Dev To Bookmark These Front-End Websites Now!
Now that I've been working with front-end web frameworks professionally for over 2 years, I can confidently say that Imostlyknow what I'm doing.Through this journey I've come across many useful resour...
01:34 am GMT - Thu, September 30, 2021
Dev To 10 Common HTML Mistakes you should avoid
HTML is the queen of web development. Its the markup language that every web developer must know. It allows you to easily create elements for web pages by using tags and attributes in your code.HTML h...
01:32 am GMT - Thu, September 30, 2021
Dev To Make your own API under 30 lines of code
Make your own API under 30 lines of codeHey readers , in this blog we are going to discuss about making our own API in just 30 lines of code.Topics Covered :What is an API.Tech used to make one.How to...
01:28 am GMT - Thu, September 30, 2021
Dev To Hiring is broken! Let's fix it with empathy.
Hiring technical people is difficult, and doubly so if you want to get people who are a good fit for you and the teams you're working with, yet repeatedly we seem to get it awfully wrong as an industr...