Your Web News in One Place

Articles by Dev To from June 2021

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to Dev To details.
11:48 pm GMT - Tue, June 29, 2021
Dev To List of C 9 features
Top-level statementsThe very simple program on C# looks like the followingusing System;namespace HelloWorld{ class Program { static void Main(string[] args) { Cons...
11:36 pm GMT - Tue, June 29, 2021
Dev To Design: Ports and Adapters
Ol!Este mais um artigo da seo Design, e nele falaremos sobre um padro muito til chamado Ports and Adapters, tambm conhecido como Arquitetura HexagonalVamos l! O qu o padro Ports and Adapters? um...
11:32 pm GMT - Tue, June 29, 2021
Dev To Using Docker in development the right way
If you are not proficient in Docker, or that topics like containers and virtual machines are still a bit "fuzzy", have problems working with Docker in development but want to learn and work using cont...
11:12 pm GMT - Tue, June 29, 2021
Dev To part 5: deletion in binary search tree
hi, this is part 5 of tree data structure, and the #day_17 of algorithms and data structure, In the last posts, we talked about the binary search tree, its advantages, disadvantages, time and space co...
11:10 pm GMT - Tue, June 29, 2021
Dev To [Vue.js] How to create beautiful and realistic confetti animations using tsParticles
I wrote a post about tsParticles and the new confetti animation created in the 1.30 version. How to create beautiful and realistic confetti animation with tsParticles ...
10:48 pm GMT - Tue, June 29, 2021
Dev To [React.js] How to create beautiful and realistic confetti animations using tsParticles
I wrote a post about tsParticles and the new confetti animation created in the 1.30 version. [JS] How to create beautiful and realistic confetti animation with tsParticles...
10:40 pm GMT - Tue, June 29, 2021
Dev To Things I learned about Web Dev
Hello there, I am Emmanuel Ngowi and today I am really excited to the extent of writing my first ever post here in dev.to community. First of all this platform is really great and interactive and that...
09:43 pm GMT - Tue, June 29, 2021
Dev To How To Create a Type-Safe Implicit Pick
This article discusses the implementation of an implicit pick, the reason for it & what makes it special.Here is a Typescript Playground with examples that will be used as a reference. Can also be...
08:45 pm GMT - Tue, June 29, 2021
Dev To I explain the way I prototyping software tools
When I do prototyping on new software tools I usually create something quick and simple in order to show the concept in a straightforward approach. This might not be the solution to use but in this vi...
08:30 pm GMT - Tue, June 29, 2021
Dev To New ES2021 JavaScript features (now available)
Photo by James Harrison Read this article on my blogIn case you missed it, the new ES2021 JavaScript features have been recently approved by the Ecma General Assembly and are now already supported by...
08:12 pm GMT - Tue, June 29, 2021
Dev To How to make your product look good
If you're wearing the design hat before for the first time, here's some tips that might be helpful on your way.More of a video person? This post is available as a video podcast at evan.streambus.com. ...
07:51 pm GMT - Tue, June 29, 2021
Dev To What is CDN?
CDN stands for Content Delivery Network. A CDN is a system of multiple servers distributed geographically which works together to provide fast delivery of Internet content like HTML pages, javascript ...
07:23 pm GMT - Tue, June 29, 2021
Dev To TIL: Colorful test output in Go
The standard command line use when testing go:$ go testColors your test output according to your terminal configuration.@rakyll has implemented a cool tool gotest for coloring your test output, so you...
07:18 pm GMT - Tue, June 29, 2021
Dev To Animated Sidebar Menu with HTML & CSS
Hey Devs n this video you will learn how to create an Animated Sidebar Menu with HTML & CSS (No JavaScript). We'll walk you through step-by-step on how to create it and how to add it to your websi...
06:55 pm GMT - Tue, June 29, 2021
Dev To TIL: Skipping Tests in Go
The Go testing framework and toolchain has a nifty facility, where you can skip tests, if you do not want them to be a part of every run.Let say we have a basic implementationpackage shorttestimport (...
06:51 pm GMT - Tue, June 29, 2021
Dev To GitHub Pull Requests with Screenshots Tip
When you're making a pull request in GitHub and want to include screenshots in the description, you might be tempted to just throw the screenshots in with headings. I urge you, though, not to do that!...
06:23 pm GMT - Tue, June 29, 2021
Dev To Automate server intrusion detection and banning with Fail2ban
A Fail2Ban installation monitors server access logs and automatically bans IP addresses of bots and attacking users in iptables. Fail2Ban analyses server logs and identifies a pattern where a suspicio...
06:02 pm GMT - Tue, June 29, 2021
Dev To Simple CICD with CodeBuild, Github, and S3 for Single Page Applications
GoalThe goal of this is to create a simple CI/CD system to build and deploy an SPA (Single Page App) to AWS S3. RequirementsDevelopment branch should deploy to development environment.A rel...
05:50 pm GMT - Tue, June 29, 2021
Dev To How to create beautiful and realistic confetti animation with tsParticles
Starting from version 1.30.0 tsParticles has new options to create beautiful and realistic confetti animations with every supported particle shape.Every parameter of the animation can be configured so...
05:38 pm GMT - Tue, June 29, 2021
Dev To Kubernetes Dashboards: Lens
Command-line tools like kubectl are a great way to interact with Kubernetes clusters for some of us, but many people prefer a graphical interface. Kubernetes has a built-in dashboard, but some people ...
05:34 pm GMT - Tue, June 29, 2021
Dev To The 7 Most Popular 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:25 pm GMT - Tue, June 29, 2021
Dev To Boy or Girl Paradox... What the heck is it???
Hi friends,I am a machine learning and data science enthusiast. I love playing with numbers and finding insights. I know many of you are, at least to some level. Even if you are not but you have some ...
05:18 pm GMT - Tue, June 29, 2021
Dev To Pure Function In JavaScript
What is Pure Function?There are 2 simple rules for a function to be a Pure Function.1. There will be always the same output for the same input.2. There will be no side effects.Let's see a code.c...
05:18 pm GMT - Tue, June 29, 2021
Dev To Loopple for AdminKit - Free Drag and Drop Dashboard Builder for Bootstrap 5
Hi,I recently launched a new theme to Loopple, a Free Low Code Dashboard Builder that aims to help developers to speed up their development process.This new theme is built on top of AdminKit, an Open ...
05:03 pm GMT - Tue, June 29, 2021
Dev To Keep Notes Clone
Hello everyone. Actually this post is not to tell anything to you, but more for some suggestions and ideas. I am trying to make Keep Clone Web App, with my own api. But there's one thing I am stuck on...
05:01 pm GMT - Tue, June 29, 2021
Dev To How to create Beautiful Dynamic Login Screen
What I learnt in making login screen of Habit-O-Circle. Below are some dynamically created login screens. Everytime you try to login or refresh page:-(1)Background picture is changed . There are more ...
05:01 pm GMT - Tue, June 29, 2021
Dev To Testing input and output in Rust command line applications
Working with complex input and output can make command line applications challenging to test, as it is inconvenient to capture the output stream to test if the program returns the correct output. Usin...
04:21 pm GMT - Tue, June 29, 2021
Dev To 3 proposal creators for freelance web developers.
Winning business is part of the freelance journey, and most of the time potential clients would need a proposal with a breakdown of your services, costs and timeline. If you ever had to create a propo...
04:00 pm GMT - Tue, June 29, 2021
Dev To How to create code compressor in JavaScript | HTML Minifier
Hello guys, today I am going to show you how to create an HTML Minifier using HTML CSS & JavaScript, in this article, I will create a simple code minifier using some line of JavaScript code. ...
03:56 pm GMT - Tue, June 29, 2021
Dev To What the heck does an Architect do?
It's something I am curious to know about because I think I already do this job...
03:50 pm GMT - Tue, June 29, 2021
Dev To Build a serverless, real-time application with modern APIs: The GraphQL Real-time Race
I attended this awesome AWS virtual workshop over 5 days from June 21st - 25th, where we spent an hour and half each day going through an episode (5 episodes in total). During this time, I built a ful...
03:39 pm GMT - Tue, June 29, 2021
Dev To React CMS: The missing link
You are a developer. You love your headless CMS. Having an API with no hassles and a modern front-end feels great.Do you think your users are happy too? Think again. What content creators wantCon...
03:27 pm GMT - Tue, June 29, 2021
Dev To Elixir pattern matching in a nutshell
Pattern matching in a nutshellIf you are new to Elixir, Pattern Matching may be something strange to you. When you get familiar with it, you will know how powerful it is. And I'm sure that you w...
03:24 pm GMT - Tue, June 29, 2021
Dev To My top 5 favourite React Hook libraries
A juniors advice give it a try.I have been in contact with React for nearly 10 months and my opinion is that React hooks not only make code cleaner but also improves readability and reduces the...
02:57 pm GMT - Tue, June 29, 2021
Dev To Do AWS Reserved Instances and Savings Plans really reduce costs?
Allocating cloud costs is hard, and forecasting them is even harder.Pinterest once committed to paying a smashing $170 million for AWS services in advance and was then forced to buy extra capacity at ...
02:56 pm GMT - Tue, June 29, 2021
Dev To The Collab Lab TCL-23 Recap
Wow, what a way to kick off my first time mentoring a cohort with The Collab Lab, founded by Andrew Hedges and Stacie Taylor. This volunteer-driven non-profit connects early-career developers with men...
02:37 pm GMT - Tue, June 29, 2021
Dev To Essential AWS Landing Zone and Control Tower Resources
You are looking to get into AWS for the first time, you may know a bit about platform architecture such as Regions, Availability Zones, EC2, S3, VPN's etc but you may not know that there is a whole ot...
02:34 pm GMT - Tue, June 29, 2021
Dev To How to build a Ruby on Rails app on AWS for beginners - Part 2.
Now it is time to provision our database. We are going to go with Postgres. There are 2 ways to do this on AWS, we can either install Postgres into our ec2 Linux host, or we can provision the database...
02:28 pm GMT - Tue, June 29, 2021
Dev To How to build a Ruby on Rails app on AWS for beginners - Part 1.
This is part one of a series of posts, this post covers the initial provisioning of a Ruby on Rails app on AWS using LightSail which is the simplest way of getting started with compute and databases o...
02:11 pm GMT - Tue, June 29, 2021
Dev To Fast Fulltext Search With Postgres Gin Index
Creating Fake Realistic DataList Of English WordsPostgres Data Directory Generating The Data Testing Before The IndexCreating The Index And TestingExpression IndexesThe first thing we need to do is to...
02:08 pm GMT - Tue, June 29, 2021
Dev To Introduction To MongoDB and How To Use It
IntroductionMongoDB is a NoSQL (not only SQL) database. In NoSQL databases, we store our data in a collection of documents. These documents are very similar to JavaScript objects or JSON objects...
02:00 pm GMT - Tue, June 29, 2021
Dev To Gradual method renaming in Perl
We have a huge codebase of over 700,000 lines of Perl spread across a couple dozen Git repositories at work. Sometimes refactoring is easy if the classes and methods involved are confined to one of th...
01:27 pm GMT - Tue, June 29, 2021
Dev To CLOSURES: A comprehensive guide to Closures-Functions and Scopes.
In this article I will go over the followingFunctions and scopesWhat are closures in JavaScriptHow closures are handled in memoryWhy it is named closure FUNCTIONSA function is similar to a proced...
01:21 pm GMT - Tue, June 29, 2021
Dev To How to start a Developer Newsletter?
IntroductionI unsubscribed a lot of newsletters every week that annoys me, flood my inbox, and distract me from useful messages. They did many things wrong in terms of email formatting, sending ...
01:16 pm GMT - Tue, June 29, 2021
Dev To Serverless at (Team) Scale
One of the great aspects of building Serverless applications is that it's pretty dang easy to get started. You can plop down five lines of yaml in your framework of choice, and deploy a full endpoint ...
12:59 pm GMT - Tue, June 29, 2021
Dev To 8 Ultimate ressources for learning Web Dev in 2021 2
Hey friends ! I'm sharing with you a lot of ressources about web developper that will help you to improve your skills and save your time ! (for the second time !) Javascript OperatorA nice ...
12:10 pm GMT - Tue, June 29, 2021
Dev To What is DevOps and how does DevOps work?
"Today, every business wants quality software at a faster speed so that they can survive in the ever-increasing competition and can provide greater satisfaction to customers. This is where DevOps play...
12:05 pm GMT - Tue, June 29, 2021
Dev To 20 Lessons I've Learned Writing on DEV for 4 Years
Table of Contents 1. First, get started2. Do not Bury the Lede 3. Brainstorm on Paper 4. Talk it Through With a Friend 5. Learn Markdown 6. Add a Table of Contents 7. Be Liquid 8. Use emojis 9. Use...
11:52 am GMT - Tue, June 29, 2021
Dev To Automating multi-arch container images builds (we used Google Cloud Build but GitHub Actions would also work)
This is the last post in the series on how we prepared our application to run on M1 (Apple Silicon).In the previous part we were talking about building multiple CPU architecture container images.This ...
11:32 am GMT - Tue, June 29, 2021
Dev To Learn FastAPI With Me (Part 2)
So In The Previous Part We Made Our First Ever API In This Part I Will Explain What Was The Code Actually Doing. If You Don't Know What I Am Talking About Check The First Part Of This Series Here ...
11:09 am GMT - Tue, June 29, 2021
Dev To this keyword in JavaScript
IntroductionHey everyone !I have been recently learning ReactJS. While learning about class based components I stumbled across the bind keyword.this.somefunction = this.somefunction.bind(this)Wh...
11:01 am GMT - Tue, June 29, 2021
Dev To JS Confetti library with emojis
Hi everyone!Happy to announce, that my library js-confetti now supports emojis!Please look at README for instructions for Installation & UsageAll you need is to provide emojis array to addConfetti...
11:01 am GMT - Tue, June 29, 2021
Dev To ECMAScript 2021 New Updates
INTRODUCTIONECMAScript is a part of JavaScript language which is mostly used in web technology, building websites or web apps. ECMAScript is growing as one of the world's most widely used general-pur...
10:54 am GMT - Tue, June 29, 2021
Dev To Cohorts and customisation
We are building Offen, a fair and lightweight web analytics software that treats operators and users as equal parties. Here's a brief glimpse of our achievements over the last ten weeks. Customis...
10:26 am GMT - Tue, June 29, 2021
Dev To How creating CSS Art can make you a better developer
Creating CSS Art is one of the best ways to improve your front-end programming skills as a developer. It is good for those who are just starting out and it is also a good way for more experienced deve...
10:26 am GMT - Tue, June 29, 2021
Dev To Learning Python-Basic course: Day 6, The While Loop and more questions!
WELCOME Today is the day six of our course! The syllabus for today is learning about the while loop and solving some exciting questions like GCD & LCM and the Collatz ConjectureThe Whi...
10:06 am GMT - Tue, June 29, 2021
Dev To Adding 100 CSS loaders to the collection of 500 CSS loaders
500 single element CSS loaders. Pure CSS loaders with only one div. The biggest collection of loading animation using only CSS. Ok, ok, let's stop this introduction and move to the real fun Tabl...
09:41 am GMT - Tue, June 29, 2021
Dev To Working with APIs
Module 7 behind me and I finally got to learn about Basic Web Architecture and APIs decently! I also made a Quiz project that took me far longer than it should because of burnout. First Part was hard ...
09:23 am GMT - Tue, June 29, 2021
Dev To Top 20 Website to get a Remote Job or freelance work fast
Work from Home is progressively moving and can be valuable to both the business and the representative. Representatives can discover more balance between fun and serious activities, and their fulfillm...
09:14 am GMT - Tue, June 29, 2021
Dev To Run tests with -race flag in GoLand
To understand -race flag better, we can refer to the Go documentation:Data races are among the most common and hardest to debug types of bugs in concurrent systems. A data race occurs when two gorouti...
09:09 am GMT - Tue, June 29, 2021
Dev To Best Javascript Libraries you should know in 2021
Algolia Places: Algolia Places is a JavaScript library that will help you autocomplete forms, and it specializes in addresses. You can even add a map to the search and display the location, which is i...
09:06 am GMT - Tue, June 29, 2021
Dev To GitLabCheatsheet - 5 -GitLabCI - Order & optimize jobs
Tips to order and optimize your jobs, this is the program of the fifth Cheatsheet.I will create others cheatsheet. Tell me if you have comments or suggest about those cheatsheet ....
08:22 am GMT - Tue, June 29, 2021
Dev To What Is The Future of Java?
Java is a simple, portable, flexible, easy-to-understand programming language that has seen many ups and downs. Many believed that it would die with the changing technologies, but nothing of that sort...
08:04 am GMT - Tue, June 29, 2021
Dev To 10 ways to transform data in PowerBI
Working with data is challenging. Data is rarely in the right format, in the right place, at the right time. If you are new to PowerBI or upgrading your analysis from Excel getting familiar with the t...
07:59 am GMT - Tue, June 29, 2021
Dev To How To Make A Responsive Background Image Using CSS?
Over the years working with web development technologies, I have seen responsiveness, CSS, and browser compatibility testing have become the clear winners of discussions. For someone who is just begin...
07:55 am GMT - Tue, June 29, 2021
Dev To Javascript: dconstruire des tableaux et des objets
Si vous dsirez plus de contenu francophone comme celui-ci, cliquer Follow ou suivez-moi sur TwitterDconstruire des tableaux// Code sans dconstruireconst names = ['Mike', 'Paul', 'John']const name1 = n...
07:37 am GMT - Tue, June 29, 2021
Dev To Join us today for deploy - DigitalOceans virtual conference
It is not too late to join us for our signature event - deploy. This edition of deploy is focused on helping small businesses and startups scale on the cloud:deploy, Power Your BusinessRegister now ...
07:29 am GMT - Tue, June 29, 2021
Dev To How Javascript Engine's Work?
is a program that executes the javascript code. These days relevant modern engines use just-in-time compilation for improved performance. (As per Wikipedia) (Generic for any JS Engine):Javasc...
07:15 am GMT - Tue, June 29, 2021
Dev To My 3 year Linux anniversary
Hi all,It's been close to 3 years (newbie in Linux standards) since I've made the switch to full time desktop Linux and I just want to put it out there that I've been really enjoying the whole journe...
06:44 am GMT - Tue, June 29, 2021
Dev To What is blockchain technology
Blockchain technology is simply a new secure network architecture, which records and saves data in a distributed and transparent manner. By utilizing such a blockchain as a sort of connecting tissue b...
06:31 am GMT - Tue, June 29, 2021
Dev To Performance heads-up display in Chrome
As you may have noted, I'm busy with the performance on this website lately as we just talked about optimizing animated content, and improving our lighthouse score.And with that, I found a super cool ...
06:28 am GMT - Tue, June 29, 2021
Dev To Why Decentralised Web is a necessity?
When web first came into existence in 1989, it was decentralised. Anyone could publish their content on the internet, and users could access that content without any third party services. Communicatio...
06:08 am GMT - Tue, June 29, 2021
Dev To Whatsapp Chatbot
Check out a python package I published, can automate your whatsapp chat with any contactpip install whatsappchatbotcheckout the blog and repo for full description:Repo:LinkMedium:Link...
04:49 am GMT - Tue, June 29, 2021
Dev To Vim: Terminal Integration
Vim and Terminal!?Vim was made to work with the command line. Many beginners do not understand what are the true capabilities of Vim, myself included:) Vim can run terminal commands without leav...
04:29 am GMT - Tue, June 29, 2021
Dev To Voice Search with JavaScript (Web Speech API)
Background IntroductionThe technique of allowing a computer to recognize and respond to the sounds produced in human speech is known as speech recognition.It was initially presented in 1952 at B...
04:14 am GMT - Tue, June 29, 2021
Dev To AWS Auto Scaling Groups
Last article we studied how to load balance our servers so that we can make them more reliable but adding servers manually still make our system brittle. At any time the load on our servers may increa...
03:47 am GMT - Tue, June 29, 2021
Dev To Microsoft Student Learn Ambassador Program
Become a Student AmbassadorFinding your community is more important than ever as classes and social activities take place virtually. Amplify your impact and bring together your peers to learn new skil...
03:03 am GMT - Tue, June 29, 2021
Dev To 8 Websites You Should Visit To Learn Web Development A Thread
this article is generated using (give a ) Manitej66 / twlog This is a web app that converts Twitter threads into blogs in a single click ...
02:51 am GMT - Tue, June 29, 2021
Dev To Why Python?
Of all the questions and doubts I get, I believe this one is universal. I will try to answer it. Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex...
02:18 am GMT - Tue, June 29, 2021
Dev To How To Scrape Amazon Product Data
Amazon, as the largest e-commerce corporation in the United States, offers the widest range of products in the world. Their product data can be useful in a variety of ways, and you can easily extract...
01:59 am GMT - Tue, June 29, 2021
Dev To About your transparent logo...
As more sites and apps support dark mode, I've seen tons of logos and profile avatars saved as transparent PNGs and SVGs begin to break. This is just a soft reminder that you should probably add a bor...
01:51 am GMT - Tue, June 29, 2021
Dev To Django vs React
Developing apps with frameworks. Yes! This is what I've been waiting for.Today is the start of Week 3 and while I know the foundational material we've been covering is critical -- and it has been help...
12:58 am GMT - Tue, June 29, 2021
Dev To Introduction to styled-components (CSS-in-JS) in React
styled-components provides a way to write CSS-in-JS. It was created to enhance the way CSS is written when styling React components. This tutorial will provide an introduction to styled-components so ...
12:43 am GMT - Tue, June 29, 2021
Dev To Core Concepts behind Java OOP
[Java WIL#1]I am reviewing for an Oracle Java Certification exam and decided to run through the documentation of Java's Nuts and Bolts. Check out the github repository for other review bullet po...
12:16 am GMT - Tue, June 29, 2021
Dev To Test ActionMailer `deliver_later` in RSpec Controller Tests
A lot can happen when a Rails controller action gets called. This includes transactional emails getting queued up for delivery. To ensure our controller's behavior stays consistent as our app evolves ...
12:04 am GMT - Tue, June 29, 2021
Dev To | Produtividade com styled-components
Duas boas prticas para melhorar o seu projeto com essa biblioteca fenomenalO styled-components uma biblioteca para estilizar a sua aplicao atravs do JavaScript e utilizada principalmente na estiliza...
11:43 pm GMT - Mon, June 28, 2021
Dev To part 4: insertion, search in binary search tree0
hi, this is part 4 of the tree data structure we'll explain binary search tree operations with their implementation such as insertion, and search.In the next post, we will talk about the deletion.#day...
11:40 pm GMT - Mon, June 28, 2021
Dev To Conviction to Code
I reached a great milestone moment in this coding journey recently. For the past month and a half I've tried to buckle down on my routine and study habits. I know it's repeated often (and with good re...
11:33 pm GMT - Mon, June 28, 2021
Dev To Netflix Clone using ReactJS, Python (Flask), and TMDB API
Well, one day I was recommended by YouTube a video named "Build Netflix Clone in React" and I was like.... that's a cool idea. And that is how I spent four days non-stop building a Netflix clone. And ...
11:29 pm GMT - Mon, June 28, 2021
Dev To EVERYTHING About the Azure Pipelines Scale Set Agents (VMSS)
Today we are going to cover everything you need to know about the Scale Set Agents in Azure Pipelines, and how to use them to make your builds more elastic and flexible. VideoAs usual, if you are...
11:25 pm GMT - Mon, June 28, 2021
Dev To How to record an HTML canvas element and make a GIF
This sort of slipped into my recent post on doing the camera for my WebGL project because I needed something to make visual samples to post with the article. As of this writing, Chromium browsers wil...
10:53 pm GMT - Mon, June 28, 2021
Dev To what i learned last week: under the hood of javascript
Lets get to it! JavaScript is a single threaded programming language which means it contains the execution of instructions in a single sequence. In other words, one command is processed at a time. In ...
09:57 pm GMT - Mon, June 28, 2021
Dev To Getting Started with .NET MAUI
.NET MAUI is still in Preview, and the team at Microsoft continuously release changes. Some tools, features, and steps mentioned in this post may change.This tutorial provides an overview of how to g...
09:53 pm GMT - Mon, June 28, 2021
Dev To Angular Router: empty paths, named outlets and a fix that came with Angular 11
In this article, we are going to highlight the importance of a fix that came with the 11th version of Angular Router. We will do so by examining a scenario where the lack of that fix prevents an intui...
09:10 pm GMT - Mon, June 28, 2021
Dev To Comparing Vue.js to new JavaScript frameworks
Written by Samson Omojola As frontend design becomes increasingly important for the success of an application, the need to work with the best frontend framework has become more of a necessity.Finding ...
08:09 pm GMT - Mon, June 28, 2021
Dev To GraphQL v/s REST - Conclusion
The objective of this blog is to explain and determine which among the REST and GraphQL could be a best fit depending upon your requirement and use-case. Let's start !If you're not aware of GraphQL, I...
07:45 pm GMT - Mon, June 28, 2021
Dev To Side Projects - how do you choose a tech stack?
To get my hands dirty and continue learning a little more holistically I have been wanting to get started on a side project for a long time. Whats been holding me back so far is the sheer abundance of...
07:09 pm GMT - Mon, June 28, 2021
Dev To How much JavaScript to learn before learning React?
How much JS should I know before I start learning React - this is a very common question I get asked all the time. In this blog post, I will breakdown a few myths and also list some very important top...
06:59 pm GMT - Mon, June 28, 2021
Dev To Functools - The Power of Higher-Order Functions in Python
Python standard library includes many great modules that can help you make your code cleaner and simpler and functools is definitely one of them. This module offers many useful higher order functions ...
06:54 pm GMT - Mon, June 28, 2021
Dev To Jasonette Docker Android APK Builder
For the Jasonette project. I created a simple Dockerfile and a Makefile with some commands to help building Android APK both in release and debug mode. It includes everything you would need like Gradl...
06:53 pm GMT - Mon, June 28, 2021
Dev To Why you need to use React-Query in your React/React Native project
IntroductionHave you had issues with managing server state? or find yourself writing long and funny looking code that just fetches data from the server? I honestly think you need to look at reac...
06:29 pm GMT - Mon, June 28, 2021
Dev To Create an executable JAR file on VS Code n Command line
So what exactly is JAR?The Jar (Java Archive) tool of JDK used to package one or more Java class files and associated metadata and resources (text, images, etc.) into one file to distribute appl...
06:23 pm GMT - Mon, June 28, 2021
Dev To Red, Red, Green, Refactor
In this article, I describe a simple approach we use at Userfront to make our tests easier to write and less prone to error. The classic: Red, Green, RefactorIn Test Driven Development, a common ...
06:16 pm GMT - Mon, June 28, 2021
Dev To Per-project configuration, Storybook support for Angular 12, auto-refresh for Dependency Graph, and more in Nx 12.5!
Nx 12.5 includes many new features, including Per-project configuration, Storybook support for Angular 12, and more!Nx is a smart, extensible build framework to help you architect, test, and build at ...
06:16 pm GMT - Mon, June 28, 2021
Dev To Never ask for consent ever again
Dangerous operations often require a user input. For example, your UI might have a delete button that will destroy some resource, perform an irreversible operation or launch a missile.In such cases, i...
06:15 pm GMT - Mon, June 28, 2021
Dev To Everything you need to know about template strings
Why does template strings exist?Simply to add multiple strings into a single string. For example, If I ask you to add the string a and b. How would you do this?const a = 'My is Anjan Shomodder'c...
06:15 pm GMT - Mon, June 28, 2021
Dev To The Complete Beginner's Guide to Transition and Animation in CSS
Animation is a great way to bring your websites to life, but animation in CSS can be a bit confusing. This is where this guide comes in! So without further a-do, let's dive in. A Primer on Animat...
06:00 pm GMT - Mon, June 28, 2021
Dev To Working with Firebase Cloud Firestore made easier with "withConverter()"
Disclaimer - This article is not about how to set up cloud firestore. firebase.flutter.dev is a good place to learn about that. This article is about an issue I face personally while using Firebase Cl...
05:49 pm GMT - Mon, June 28, 2021
Dev To Multiplayer Archer Game (Inspired by Bowmasters) (Made in P5.js)
An archer game inspired by the popular multiplayer game "Bow Masters" made in P5.js.The camera of the game is a little buggy. Sorry! :(Try it here:https://codepen.io/FRADAR/pen/YzZegNXFollow me!https:...
05:44 pm GMT - Mon, June 28, 2021
Dev To React, TypeScript, and TDD Part 3
React component development is fun, but it breaks your flow heading over to the browser to poke around. What's a more joyful routine? Staying in a test in your IDE.That's what this series of posts is ...
05:19 pm GMT - Mon, June 28, 2021
Dev To Full Stack Kubernetes with Kong Ingress Controller
Kubernetes has become the name of the game when it comes to container orchestration. It allows teams to deploy and scale applications to meet changes in demand while providing a great developer experi...
05:04 pm GMT - Mon, June 28, 2021
Dev To Today I Learn About CSS Position Property
By using CSS position property, we can set the position of the document element.Below are the property value. We can use any of the mentioned values for an element. For setting a specific location to...
05:03 pm GMT - Mon, June 28, 2021
Dev To CSS :placeholder-shown
The :placeholder-shown pseudo-class represents any <input> or <textarea> element that is displaying placeholder text.With this rule, we can do this type styling that would otherwise requir...
05:00 pm GMT - Mon, June 28, 2021
Dev To Um olhar sobre a Computao
Ol, assim como voc, estou iniciando na rea de tecnologia.Antecipo que tenho mais perguntas do que respostas, e, na minha perspectiva, essa exatamente a beleza da nossa rea. Estamos em formao para nos...
04:57 pm GMT - Mon, June 28, 2021
Dev To Useful Git Commands
Hi there! I have made this blog because I forgot some of the git commands every time while using git or GitHub. So I am going to put all the useful git command in this blog so that anyone who is going...
04:55 pm GMT - Mon, June 28, 2021
Dev To Where does the data go?
The popularity and demand of running containers in development is increasing day by day. The advantages of running containers over using the traditional methods of virtualization are known to all. But...
04:42 pm GMT - Mon, June 28, 2021
Dev To How to use MongoDB Atlas?
In this article, I am assuming that you have a bit knowledge of MongoDB locally.Here I will be guiding you How can you use MongoDB Atlas in your website? So, the prerequisite is some knowledge of Mong...
04:41 pm GMT - Mon, June 28, 2021
Dev To Airflow at Adyen: Adoption as ETL/ML Orchestrator
By Igor Lushchyk and Ravi AutarAdyen makes many decisions within and outside of the payment flow to provide state-of-the-art payment processing. Challenges that need to be solved include optimization ...
04:19 pm GMT - Mon, June 28, 2021
Dev To Quick Introduction to header files in C
Using a variable (or function or a class and so on) without declaring it, is an error in C++; more specifically, this error:In function 'int main()':error: 'x' was not declared in this scope x = 2; ...
04:17 pm GMT - Mon, June 28, 2021
Dev To Why Blender Is the Best Software for the 3D Workflow
3D3D, short for the three dimensions of space we live in, is a catch-all term used to describe the varied technologies used to create virtual worlds. 3Ds technology stack can be roughly split in...
03:43 pm GMT - Mon, June 28, 2021
Dev To Provisioning an RDS Database with CloudFormation
In part 1, we automated the provisioning of your Amazon EC2 instance using AWS CloudFormation. When you built the EC2 instance manually in the past, you were seeing inconsistencies between environment...
03:37 pm GMT - Mon, June 28, 2021
Dev To LikedList Questions: Delete nth node from end in Two Pass
In this series of posts, I will discuss coding questions on the LinkedList Data structure.The posts in this series will be organized in the following way,Question Link Possible Explanation Documented ...
03:35 pm GMT - Mon, June 28, 2021
Dev To tsParticles 1.30.0 is here! Confetti rework (all particles shapes supported, emojis too)
tsParticles 1.30.0 New FeaturesAdded wobble effect to particles, configurable in optionsAdded tilt effect to particles, configurable in optionsAdded roll options to particles, configurable ...
03:27 pm GMT - Mon, June 28, 2021
Dev To SolidJS Official Release: The long road to 1.0
It's been a long road to get here. It's been so long I can't even remember when I started. I logged on to an old private Bitbucket Repo and found "initial commit" on a repo aptly named "framework" fro...
03:21 pm GMT - Mon, June 28, 2021
Dev To React Hooks : Demystifying the useEffect hook in under 15 minutes [examples video]
Hey everyone ,In this article, let us understand about the useEffect React Hook in under 15 minutes. Example 1: Counter Example for useEffect CODE :import { useState, useEffect} from "rea...
03:11 pm GMT - Mon, June 28, 2021
Dev To Making a game: Avoiding burnout
Making a game: Avoiding burnout by SethOne of the most common reasons that a game will not get finished is burnout. Its probably the number 1 project killer out there in fact, and it doesnt just stop ...
03:10 pm GMT - Mon, June 28, 2021
Dev To Rebuilding FactoryBot in 150 lines of code
FactoryBot is a gem that enables you to create fake data for your tests. If you work with Ruby on Rails, there are good chances that you worked with the gem on a few projects.In this article, we will ...
03:07 pm GMT - Mon, June 28, 2021
Dev To The 3 aria-label techniques that level up your HTML
Give more information about the context where this element isWe often deal with buttons that have some limitations. The popular one of them is a space limit. We can't use long text because butto...
03:06 pm GMT - Mon, June 28, 2021
Dev To The magic of react-query and supabase
It's been a while since I wrote my last article on state management in React using Context. Here's the link for anyone who wants to give it a read. And using custom hooks is still the primary way for ...
02:33 pm GMT - Mon, June 28, 2021
Dev To How to analyze top command like a pro?
In this blog article, we are going to see how to analyze top command like a pro. I am learning Linux extensively from past couple of years which is helping me to learn more several Linux based tools. ...
02:32 pm GMT - Mon, June 28, 2021
Dev To Productivity with styled-components
two best practices to improve your project with this phenomenal libraryThe styled-components is a library for styling your application through JavaScript and is mainly used in the styling of React and...
02:29 pm GMT - Mon, June 28, 2021
Dev To Easy database access with Apache DeltaSpike
Apache DeltaSpike is a project that includes several modules for increased productivity when developing Java applications that use CDI (from the Jakarta EE specifications). This tutorial shows how to ...
01:56 pm GMT - Mon, June 28, 2021
Dev To Database... or Goose?
Once a platform reaches a certain amount of usage, database migration can quickly bring a platform down. For example, adding a column, if not done carefully, can block entirely lock a table for a few ...
01:30 pm GMT - Mon, June 28, 2021
Dev To Uploading Files to IPFS from a Web Application
One of the most common interactions with IPFS is uploading files like images and videos from a client-side application, so I found it surprising that there were not a lot of straightforward tutorials ...
01:24 pm GMT - Mon, June 28, 2021
Dev To Best Website Speed and Performance Testing Tools Free
Site speed can represent the moment of truth of an online business on the web. A successful business website depends on several Key Performance Factors. One of the KPIs to measure the performance of a...
01:22 pm GMT - Mon, June 28, 2021
Dev To Use of Font Ligatures in VS Code
In this post we are going to learn how to modify the icons of operators we use in our programming languages using vscode font ligatures. For doing this we are going see how to use the Font Ligature se...
01:19 pm GMT - Mon, June 28, 2021
Dev To Bits of Xperience: The Hidden Cost of IPageUrlRetriever.Retrieve
There's a lot of new, helpful types and methods in Kentico Xperience 13.0... but it can sometimes be difficult to know when each should be used .Let's look at the simple (or is it?) example of the IPa...
01:04 pm GMT - Mon, June 28, 2021
Dev To How to stay consistent with writing team blog posts
For a little more than a year now, weve been writing blog posts on various topics related to development. We've created more than 60 blog posts up to now. This is a huge accomplishment for our team si...
12:22 pm GMT - Mon, June 28, 2021
Dev To Introduction to React.js and the required JavaScript!
React is a JavaScript library for building UI components. The ecosystem of React is really immense which eventually makes it one of the best front-end librariesJavaScript is a huge language and not al...
12:20 pm GMT - Mon, June 28, 2021
Dev To Keyboard navigation
It should be possible to control any desktop application using just a keyboard. There are certain keys and key combinations that are de facto standard for most applications, and users should be able t...
12:19 pm GMT - Mon, June 28, 2021
Dev To Code as Visual Component
This is the first post of a series to come on Code as Visual Component (NOT Yet Another Visual Programming Language ;)). After 2 years of research on DX (Developer's eXperience) I'm now sure of the pr...
12:17 pm GMT - Mon, June 28, 2021
Dev To 25 Places Where You Can Launch Your Startup and Side Projects
In the tech world, there is a common saying that building a product or a startup is just 20% of the work. The remaining you ask? It lies in distribution.Your product's success depends on how well it i...
12:16 pm GMT - Mon, June 28, 2021
Dev To How to Write Powerful Cold Email As a Software Engineer.
How to Write Powerful Cold Email As a Software Engineer...That Actually Get You:JobSalesBusiness opportunity Freelance contractInternship Getting someone to respond to an ice-cold email can be t...
12:07 pm GMT - Mon, June 28, 2021
Dev To A magical way to fetch data in React
If you have ever used React, chances are that you have had to query an API. The importance of data fetching in a website is indispensable. To build a truly delightful experience, you must get your dat...
11:43 am GMT - Mon, June 28, 2021
Dev To NodeJS - Foal framework - version 2.5 is here
Version 2.5 of Foal has been released! Here are the improvements that it brings. npm run develop watches config filesIn previous versions of Foal, the develop command did not restart the server w...
11:37 am GMT - Mon, June 28, 2021
Dev To 4 things you should do to get started with programming
Lots of people want to be a developer but dont know quite where to start. And fair enough, getting started is arguably the most difficult part of becoming a developer. Luckily, learning to code doesnt...
11:33 am GMT - Mon, June 28, 2021
Dev To [Cybersecurity] What is Google Dorking?
Whenever you want to look for something on the Internet, you use Google. The giant search engine indexes almost everything on the web. It has made billions of web pages accessible for people to find. ...
11:30 am GMT - Mon, June 28, 2021
Dev To Share code snippets is now improved
Hi,I am back with a new update in GoOnlineTools.Share code snippets tool launched in christmas and now this tool is improved a lot.Now you can delete or edit code snippets after sharing.Added 7 new co...
11:24 am GMT - Mon, June 28, 2021
Dev To js-confetti library that supports emojis
Hi everyone!Happy to announce, that my library js-confetti now supports emojis!Please look at README for instructions for Installation & UsageYou can see demo here I will be happy if this will be ...
11:23 am GMT - Mon, June 28, 2021
Dev To Deploy Static sites using GH-pages
## GH pages to host static sites.Today, I will be showing you how to host your front-end application or static websites using GitHub pages readily available on your GitHub account. Yeah, I know there ...
11:17 am GMT - Mon, June 28, 2021
Dev To How to reduce your Amazon EKS costs by half in 15 minutes
Overprovisioning is the top reason why teams see their cloud bills constantly growing. But choosing the best instances from the hundreds of options AWS offers is a tough call.How are you supposed to k...
11:13 am GMT - Mon, June 28, 2021
Dev To 4 Best Teachable Alternatives for Creating Online Course Websites in 2021
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 friends, if you are an online co...
10:48 am GMT - Mon, June 28, 2021
Dev To The JUICE of Reactive Programming in Angular
Reactive programming in angular in the most basic form is the adoption of RxJS (Reactive Extensions for JavaScript) to angular application development. RxJS is a powerful library adopted in Angular th...
10:38 am GMT - Mon, June 28, 2021
Dev To [Node.js] Introducing Aniquotes
Introducing Aniquotes! The one and only anime quote grabber. Aniquotes can collect and slice quotes out the mix, from characters and your favourites, Attack on Titan and Tokyo ghoul!You can use npm to...
10:37 am GMT - Mon, June 28, 2021
Dev To How we use End To End tests to bulletproof our authentication flows across browsers
In recent years, End To End testing has become a regular topic of discussion in small team environments. The main reasons for this are the evolution of tooling and the need to shift towards high veloc...
10:29 am GMT - Mon, June 28, 2021
Dev To Introducing Code House - A whole new world of 300 Developer Cheatsheets
Hello Folks This is Savio here. I hope you all are doing good. I'm young web dev with an intention to enhance as a successful web developer. Today, I'm super proud to introduce my latest and big...
09:54 am GMT - Mon, June 28, 2021
Dev To Preventing Burnouts, The Condensed Version
Ladies and Gentlemen this is how you defeat burnoutsYou should not overspend your energy(mental, emotional, physical). Energy coming in should be more than energy going out. Going against this truth h...
08:35 am GMT - Mon, June 28, 2021
Dev To Setup load balancer on AWS (ELB) - Hands On
To create an ELB on AWS follow the steps belowCreate two EC2 instances. To create EC2 instances follow this tutorial especially don't forget to put the startup script otherwise its very difficult to c...
08:31 am GMT - Mon, June 28, 2021
Dev To Learn how to generate unique post slugs in Node.js
I recently released a package called lucid slugify which helps you generate unique slugs from your Lucid models.In this video, I share the reasoning behind creating this package and also how you can u...
08:20 am GMT - Mon, June 28, 2021
Dev To ""
0 - 100 100 - 300 300 - 1000 1 +10 + 100 - 1 1 + 10 + Ref: https://www.nngroup.com/articles/response-times-3-important-limits/http://aosabook.org/en/posa/high-performance-networking-in-chrome.ht...
08:19 am GMT - Mon, June 28, 2021
Dev To Responsive Testimonials Slider using HTML,CSS and JAVASCRIPT | Modern Web 2021
Hello, I am kunaal very glad you are here. Today we will make a responsive testimonials section using only HTML, CSS and JAVASCRIPT no library.Testimonial sections are very important in personal portf...
07:51 am GMT - Mon, June 28, 2021
Dev To Blazing fast TypeScript with Webpack and ESBuild
Recently, I migrated a project I've been working on to TypeScript. I decided to use Webpack in combination with esbuild loader. The reason being esbuild ecosystem is still relatively new when compared...
07:49 am GMT - Mon, June 28, 2021
Dev To How to Use React Portal to Create Custom Reusable Toast Component in React
In this article, we will create a custom toast component from scratch using React Portal.You can see the live demo of the final application here.So lets get started.We will be using create-react-app t...
07:35 am GMT - Mon, June 28, 2021
Dev To How to make your css text look impressive part 2
I'm back with some more ways to style your text to make your webpage more attractive.1) 3D Gradient TextThis is very Easy to code but really makes your site look amazing.Once you have set your font an...
07:31 am GMT - Mon, June 28, 2021
Dev To How to build a blog with Laravel and Wink?
IntroductionIn 2021 with great blogging platforms like the Developer Blog, you can save yourself the hassle of building your own blog from scratch.However, if you are planning to build a Laravel...
07:27 am GMT - Mon, June 28, 2021
Dev To AWS open source news/updates 74
28th June, 2021 - Instalment #74Newsletter #74.This week we have new open source projects that help you access your AWS EFS data without the need for a VPN, a new Red Team security tool that is ...
07:13 am GMT - Mon, June 28, 2021
Dev To Prop types in React and TypeScript
Cover Image by Scott Webb on UnsplashPropTypes provide built-in typechecking capabilities when writing a React app. Checking the type of prop in a React component in a large application helps catch bu...
06:55 am GMT - Mon, June 28, 2021
Dev To Super Productivity v7 is out!
Free open-source ToDo-List / Time Tracker Super Productivity is out in version 7. Among lots of other improvements and minor fixes, it ships with the new timeline feature which is a simple and innovat...
06:38 am GMT - Mon, June 28, 2021
Dev To Getting Started with React Native JSI Modules
React Native JSI (Javascript Interface) is the new layer that helps in communication between Javascript and Native Platforms easier and faster. It is the core element in re-architecture of React Nativ...
06:33 am GMT - Mon, June 28, 2021
Dev To Load Balancer in AWS(ELB)
We need multiple instances of a server so if one of them shuts down because of any hardware failures or load the other can handle the load and we don't experience down times but if we setup multiple i...
06:26 am GMT - Mon, June 28, 2021
Dev To How does server side internationalization (i18n) look like?
You may already know how to properly internationalize a client side application, like described in this React based tutorial, this Angular based tutorial or this Vue based tutorial.In this blog post w...
06:12 am GMT - Mon, June 28, 2021
Dev To React Hooks : Demystifying the useState hook in under 10 minutes [examples video]
Hey everyone ,In this article, let us understand about the useState React Hook in under 10 minutes. Understanding useStateI already have an article that covers the useState hook in great detai...
05:56 am GMT - Mon, June 28, 2021
Dev To How to Make Your Windows 10 Laptop Work Better
Read this article to find out how to get your laptop ready for all kinds of tasks without paying extra. And how to configure Windows 10 in the best way. We will explore how to maintain Windows 10, con...
05:19 am GMT - Mon, June 28, 2021
Dev To Django Rest Framework Tips and Tricks
Original Post in https://skamalakannan.dev/blog/django-rest-framework-tipsDjango Rest Framework is a powerful tool for creating API, and it comes with a lot of features. Here is the list of tips that ...
05:05 am GMT - Mon, June 28, 2021
Dev To MATLAB MONDAYS- Crash Course part-1
Welcome one Welcome all! Today is the first MATLAB Monday, and we will learn about what is MATLAB and how are variables declared in it. What is MATLAB?- MATLAB stands for MATrix LABoratory. MATLAB...
05:04 am GMT - Mon, June 28, 2021
Dev To Keep improving your lighthouse score
Lighthouse is a perfect way to evaluate work that needs to happen on your website.And over the years, I've done many optimizations for websites to enhance the user experience by making the website bet...
04:41 am GMT - Mon, June 28, 2021
Dev To Python for absolute beginners..
pythonWhat is python? Python is a multipurpose programming language. We can use python everywhere and anywhere where there is use of data.Python is very begineer friendly language, it means it does no...
04:24 am GMT - Mon, June 28, 2021
Dev To 10 Ways to Host Your React App For Free
Here are the 10 services that provide free hosting for your React App.React is the most popular library in JavaScript. Most of the developers are moving to react. The React community is growing rapidl...
04:01 am GMT - Mon, June 28, 2021
Dev To JavaScript Event Loop
Sometime back, I started learning about JavaScript and React JS internals. My goal is to understand the internals of JavaScript and frameworks. In my last article, I wrote about ReactJS internals. To...
03:40 am GMT - Mon, June 28, 2021
Dev To Tiny Habits for career growth as a developer
The 3 most important aspects in the career growth of a developer are:Developing your skills Establishing online presence Networking Let's pick them up individually and learn what they mean &...
03:35 am GMT - Mon, June 28, 2021
Dev To Getting React.js Certified in TEN MINUTES! (Beginners Guide)
Welcome! This tutorial is considered to be an order of magnitude easier than other React tutorials, because we focus on a slightly different version of React that is much easier than the normal versio...
03:23 am GMT - Mon, June 28, 2021
Dev To Let's improve the textarea!
There are a lot of options for editing markdown but none of them suited me. So, I created a new one, and I'll show you how I did it here!Here's the final result: The baseWe are gonna use a text...
03:23 am GMT - Mon, June 28, 2021
Dev To Let's build a Markdown Editor!
There are a lot of options for editing markdown but none of them suited me. So, I created a new one, and I'll show you how I did it here!Here's the final result: The baseWe are gonna use a text...
03:17 am GMT - Mon, June 28, 2021
Dev To unit test Rust
unit test Rust file code integration test /tests /src unit test fn add(a:i32, b:i32) -> i32 {a+b}fn main() { println!("{}",add(1,2));}#[cfg(test)]mod tests { #[test] fn add_correct...
03:13 am GMT - Mon, June 28, 2021
Dev To How to improve the performance of a React Native App?
See how you will boost your react native app performance, improve start-up time, decrease bundle size & memory usage. Key Points -HermesAvoid re-rendering using useMemoCache ImagesUse nativeD...
02:57 am GMT - Mon, June 28, 2021
Dev To useMemo - React Hooks Series
Welcome back to the series of React Hooks.Series pathuseStateuseEffectuseMemoThe main objective will be to explore how re-rendering works in React, why that is a critical factor for React applications...
02:38 am GMT - Mon, June 28, 2021
Dev To AWS Managed AD x AWS SSOGoogle Workspace
Google WorkspaceG SuiteActive DirectoryADIdentity ProviderIdPGoogle WorkspaceSAMLADFSADGoogleAWS Managed Microsoft ADAWS Managed ADAWSAWS SSOAWS Managed ADAWS SSO2Google WorkspaceGoogleAD.localAD.loca...
01:29 am GMT - Mon, June 28, 2021
Dev To Markdown automation made simple using markdown-autodocs github action
Hi everyone!, I just released markdown-autodocs GitHub action which will help you to auto-document your markdown files. Please give a star for this repo if you find it useful.Repo: https://github.com/...
11:24 pm GMT - Sun, June 27, 2021
Dev To part 3: Binary search tree in data structure
Hi, in this is part 3 of the tree data structure, we're going to discuss the Binary search tree, and in the next post, we will cover in detail its implementation (insertion, searching, and deletion). ...
11:05 pm GMT - Sun, June 27, 2021
Dev To Pre-Post Script en npm
https://docs.npmjs.com/cli/v7/using-npm/scriptsLa propiedad script de nuestro package.json admite varios scripts integrados y sus eventos de ciclo de vida preestablecidos, as como scripts creados por ...
10:59 pm GMT - Sun, June 27, 2021
Dev To Advanced Entrypoint Techniques for Docker Container
Building good images can be challenging. We want to provide enough abstraction and flexibility for the image to be used in different scenarios without having to rebuild them in every case. We also wan...
09:53 pm GMT - Sun, June 27, 2021
Dev To Understanding Destructuring in JavaScript
What is Destructuring?The destructuring assignment syntax is a JavaScript expression that makes it possible to unpack values from arrays, or properties from objects, into distinct variables.In t...
09:33 pm GMT - Sun, June 27, 2021
Dev To Create a PWA with Sveltekit | Svelte
I've been using sveltekit and svelte for over a year now. I'm also anxiously waiting for it to be matured enought to beat NextJs in terms of community. But I like them both.So, on this weekend I wante...
09:31 pm GMT - Sun, June 27, 2021
Dev To How can I get WiFi to work on my installation of Arch? (Mobile data's killing me!)
So, this is a more detailed version of a post I made on Unix&Linux StackExchange, which is a repost of a (wrongfully placed) post on AskUbuntu.So I have a WiFi-adapter that is integrated with my m...
08:49 pm GMT - Sun, June 27, 2021
Dev To JavaScript's Broken Mathematics ?
Does mathematics already scare you? Well, if it does take a deep breath and read on and by any chance if it does not, I will try my best to scare you now but ofcourse with a promise that we shall fill...
08:46 pm GMT - Sun, June 27, 2021
Dev To I built an interactive 3D photo display with JavaScript
I am a sucker for interactive websites.The developer portfolios that have stuck with me have always been the ones with bold designs and animations - the ones that give each user a personal and unique ...
08:46 pm GMT - Sun, June 27, 2021
Dev To React Hooks Explained: useEffect( ) (By Building An API Driven App)
Original Interactive Post Link => https://webbrainsmedia.com/blogs/react-hooks-explained-useEffect-hookIn the previous article, I talked about the useState react hook. In this article, We will talk...
08:34 pm GMT - Sun, June 27, 2021
Dev To React Hooks Explained: useState( )
Original Interactive Post Link => https://webbrainsmedia.com/blogs/react-hooks-explained-useStateNowadays, managing state is the most crucial part in any application's architecture. Most applicatio...
08:25 pm GMT - Sun, June 27, 2021
Dev To Step By Step Guide To Create A Twitter Bot Using Nodejs Hosted On DigitalOcean For Free
Original Post Link => https://webbrainsmedia.com/blogs/twitter-bot-using-nodejs-hosted-on-digitaloceanRecently, I posted the tweet shown below. The special thing about this tweet is that when the l...
08:10 pm GMT - Sun, June 27, 2021
Dev To How To Create A Floating Action Button Using Material UI In React
Original Post Link => https://webbrainsmedia.com/blogs/how-to-create-a-floating-action-button-using-material-ui-in-reactRecently, I added the FAB Button present at the bottom left position, providi...
08:02 pm GMT - Sun, June 27, 2021
Dev To The Console Object In Javascript
Original Post Link => https://webbrainsmedia.com/blogs/the-console-object-in-javascriptJavascript provides a global object called console which gives us the ability to access the browser's debuggin...
07:56 pm GMT - Sun, June 27, 2021
Dev To A cheat sheet for JavaScript's fetch API
Originally Posted on realpythonproject.comConnect with me on LinkedIn, TwitterThe fetch API in JavaScript is used to make requests. It can also be used to consume APIs. Let's take a look at some of th...
07:51 pm GMT - Sun, June 27, 2021
Dev To [Markdown] How do use markdown text on Discord?
You want to be cool on Discord and show of your friends with the ability to use the one and only Markdown text.Discord uses Markdown, a simple plain text formatting system that'll help you make your s...
07:50 pm GMT - Sun, June 27, 2021
Dev To Connect To GitHub Using SSH
Original Post Link => https://webbrainsmedia.com/blogs/connect-to-github-using-sshGithub provides two network protocols, HTTPS & SSH to clone, pull and push changes to your repositories from yo...
07:50 pm GMT - Sun, June 27, 2021
Dev To How To Structure Your App In a Way That Scales.
The best codebases I found myself working on had their folders structured around the features the app provides. Some folks might tell that it is very close to the Domain-Driven Design's principle of b...
07:43 pm GMT - Sun, June 27, 2021
Dev To Replace Graphiql With Graphql Playground Using These Simple Steps
Original Post Link => https://webbrainsmedia.com/blogs/replace-graphiql-with-graphql-playgroundGraphiql is the default IDE for working with Graphql API in Gatsby. But Gatsby also support, newer and...
07:37 pm GMT - Sun, June 27, 2021
Dev To Migrate From Remark To MDX In Gatsby Using These Simple Steps
Original Post Link => https://webbrainsmedia.com/blogs/remark-to-mdx-in-gatsby MDX VS RemarkMdx and remark are both markdown compilers i.e. they convert markdown to HTML. So, that it can be re...
07:30 pm GMT - Sun, June 27, 2021
Dev To Class Fields in JavaScript
In JavaScript, there are two types of object fields (properties and methods): 1 Public Accessible from anywhere. They comprise the external interface. Until now we were only using public properti...
07:18 pm GMT - Sun, June 27, 2021
Dev To Coercion In Javascript
Javascript utilizes implicit type coercion. Understanding this concept is the difference in writing fluid code or having a debugging mess. In this article I will explain what coercion is, how it behav...
07:11 pm GMT - Sun, June 27, 2021
Dev To Introduction to Law and Artificial Intelligence - Upcoming event
Join me @ AI Advocates Community to learn how Law affects artificial intelligence and also how artificial intelligence affects the law field.Many people don't really understand the concept of law and ...
05:55 pm GMT - Sun, June 27, 2021
Dev To Currying in JavaScript
Currying is a process in functional programming in which we can transform a function with multiple arguments into a sequence of nesting functions. It returns a new function that expects the next argum...
05:54 pm GMT - Sun, June 27, 2021
Dev To How to set up Golang application performance monitoring with open source monitoring tool
If you want to check our Github repo before diving in SigNoz / signoz SigNoz helps developers monitor their applications & troubleshoot p...
05:53 pm GMT - Sun, June 27, 2021
Dev To Learn how to build responsive websites with CSS media query (Practical)
Hi, welcome to this tutorial. Today, I will be explaining how to build websites that are fully responsive to all screen sizes with CSS3 media query. So sit back, put your seatbelts on, Let's Ride! ...
05:47 pm GMT - Sun, June 27, 2021
Dev To 11 JavaScript concepts to understand before you learn Reactjs
Reactjs is a javascript framework. But a beginner can struggle if they don't have solid javascript knowledge. In this blog, you will know about 11 concepts to understand before learning javascript.Pas...
05:33 pm GMT - Sun, June 27, 2021
Dev To Make Your First Website Using HTML & CSS - Basic of Web Development .
IntroductionWeb development is the work involved in developing a Web site for the Internet (World Wide Web). From building a personal website to building a social media web app, everything is a ...
05:17 pm GMT - Sun, June 27, 2021
Dev To Vim that!!
I vimYou vimHe/She vimsYou vimthey vim IntroductionVim's powerful. (I love vim)Vim's easy. (I use vim on daily basis)I bet you agree JUST with the first statement, don't you?Well, let me juste ex...
04:47 pm GMT - Sun, June 27, 2021
Dev To Chrome Extensions 101
This blog will discuss how to setup, build and run your own Chrome extension. At the end, you will be able to create a simple Day Count Down extension that will display the number of days left to a pa...
04:41 pm GMT - Sun, June 27, 2021
Dev To I made my own VS Code theme in less than an hour, here's how?
In this blog post, I'm gonna tell you how you can make your own vs code theme extension according to your color preference in less than an hour. Prerequisites:Know the color combination on your h...
04:14 pm GMT - Sun, June 27, 2021
Dev To Introduction to Next.JS
Hello there, I hope you are doing well. So today we are going to talk about the Next.JS! Why Developers suddenly started to use Next.JS to make web apps and not Create React App?Don't worry today we a...
04:06 pm GMT - Sun, June 27, 2021
Dev To Learn React with this free GitHub book I wrote
Hi all. I moved my free React book to GitHubhttps://github.com/softchris/react-bookcan also be read herehttps://softchris.github.io/react-book/I hope you benefit from it.Chris, TwitterIt contains a lo...
03:29 pm GMT - Sun, June 27, 2021
Dev To 5 awesome GitHub repositories for beginners
this article is generated using (give a ) Manitej66 / twlog This is a web app that converts Twitter threads into blogs in a single click ...
02:55 pm GMT - Sun, June 27, 2021
Dev To Async Redis key mutation notifications in Rails
I am a huge fan of Kredis. It allows Rails developers to see Redis as far more than just a fragment cache and "where jobs are".Working with Kredis made me want to be able to run arbitrary operations i...
02:48 pm GMT - Sun, June 27, 2021
Dev To You are coding the wrong way in Python if you aren't using these two libraries
Hello amazing developersTable of ContentsMotivationIntroductionTypingVariablesListsDictionaryFunctionsClassesConclusionResources MotivationWhat makes people love (sometimes hate ) TypeScript more...
02:48 pm GMT - Sun, June 27, 2021
Dev To Is there a right way to learn tocode?
A huge reason that we are so passionate about the developer community is there isn't a singular path that developers have taken to get where they are now. One might expect that a career as technical a...
02:43 pm GMT - Sun, June 27, 2021
Dev To 150 users registered in 24 hours on website created for fun
Hello everyone,for some days i was working on a simple social media website created using NextJS, TailwindCSS and firebase for learning and fun and yesterday created a Dev post about making that proje...
02:03 pm GMT - Sun, June 27, 2021
Dev To How I made a mini filter app with Vanilla JavaScript
I have been doing the JavaScript30 from Wes Bos and one of the challenges is to change CSS Variables using JS.I found the challenge so interesting that I decided to try myself and create a mini-filter...
02:03 pm GMT - Sun, June 27, 2021
Dev To Abstract Syntax Tree (AST)
What is AST?It is a tree representation of the abstract syntactic structure of source code written in a programming language. Each node of the tree denotes a construct occurring in the source co...
02:02 pm GMT - Sun, June 27, 2021
Dev To Branching Out (With Git)
When thinking of a branch: the first thing to come to mind is the part of a tree that is growing out from another part of the same tree. As a tree grows, branches are sent out from the trunk or from o...
01:50 pm GMT - Sun, June 27, 2021
Dev To Running a Java Application as a Service
With the advent of cloud computing, we now have many ways that we can deploy Java applications. For example, we can deploy them to an Iaas (Infrastructure as a service) such as Amazon EC2, or to a Paa...
01:38 pm GMT - Sun, June 27, 2021
Dev To Add a 'Slider' to your Website using CSS and Javascript
In this article I will tell you several ways to add a Slider to your website and how you can use these sliders to make your website look more Attractive and more Functional. First of all, What is...
01:31 pm GMT - Sun, June 27, 2021
Dev To Building a SaaS App: Beyond the Basics (Part III)
Once you've finished this post, you'll have a foundation on which to build the data model of your applications, using SQLAlchemy and Postgres.If you haven't read the first post in the series, this is ...
01:19 pm GMT - Sun, June 27, 2021
Dev To Understanding Kubernetes in a visual way (in video): part 18 Pod & Node (Anti) Affinities
Understanding Kubernetes can be difficult or time-consuming. In order to spread knowledges about Cloud technologies I started to create sketchnotes about Kubernetes, then I've auto-published a book an...
01:19 pm GMT - Sun, June 27, 2021
Dev To Run creat-react-app with HTTPS
IntroductionIn current days we host websites on Vercel and Netlify and we are automatically assigned a generated SSL to provide with Secured connection(HTTPS), but in the development period we a...
12:58 pm GMT - Sun, June 27, 2021
Dev To LAUNCHING MATLAB MONDAYS, a Crash Course
Hello everyone Get ready for the blast Launching the all new MATLAB crash course. So dear friends I have decided to launch a crash course to cover all the basics of MATLAB . This course will b...
12:36 pm GMT - Sun, June 27, 2021
Dev To I bought new Macbook Air M1 (one of my goals completed)
Hello Guys!Buying a new macbook is one of my goals in this year.And I got it. This is my very first macbook. I'm ready to use this for my educational & career purposes.I uploaded vlog on my YouTub...
12:07 pm GMT - Sun, June 27, 2021
Dev To My Dev Journey: Week 8
This week was careers week on my coding bootcamp, and as such this week was a lot less new concept heavy as many of the previous weeks have been. Instead of new technologies we had a few lectures on C...
11:49 am GMT - Sun, June 27, 2021
Dev To Getting Started with 'Git'
In this Blog i'll cover some basic commands of git, using that command you can easily work with git and Github as beginner.Before starting this this blog I want to mention that Git and Github are not ...
11:43 am GMT - Sun, June 27, 2021
Dev To How to create a smooth draggable list with react in 10 mins
Welcome to another tutorial!!Today, we are going to create a draggable list that you can use in your react applications with ease, using framer-motion. If you go to their examples page on codesandbox...
11:40 am GMT - Sun, June 27, 2021
Dev To 4 Steps to Select Color palette for your Project.
Let's accept this if there is something that can haunt a Front-end Web Developer before starting any new project then that is Selecting the appropriate color scheme unless you are among those fortunat...
11:02 am GMT - Sun, June 27, 2021
Dev To Javascript: Under the hood
One day, a curious guy named Thomas, who is a Software Developer, was wondering What does the execution context means? What actually happens when the JavaScript program first runs? If JavaScript is si...
11:02 am GMT - Sun, June 27, 2021
Dev To All About Competitive Coding
Hello Beautiful People out there, Hope you find yourself well and healthy.I'm bringing my new article which is focused on the A, B, C's of Competitive Coding and to bring the top 10 competitive codin...
10:59 am GMT - Sun, June 27, 2021
Dev To Principles of Efficient Learning
As individuals who take initiatives to improve our abilities and become a better version of ourselves, our learning can become much more effective and faster if we develop an efficient learning proces...
10:35 am GMT - Sun, June 27, 2021
Dev To Host your Website/API FOREVER for FREE(Not a Joke!)
Welcome Back! A Little Plug?Welcome back, today with a post on Web Development mostly! But you can use your creative knowledge to extend it and be sure to leave it in the comments for others as ...
10:08 am GMT - Sun, June 27, 2021
Dev To I Regret Being a Hipster in Tech
The ProblemFor the last five or more years I've been doing it all wrong. I thought that learning the newest, trendiest, and hippest library, framework or language out there was the way to go. I'...
09:22 am GMT - Sun, June 27, 2021
Dev To Building Reusable React Dialog Component
In this tutorial, we will build a reusable Dialog Component using React Hooks, Context API, and Styled Components. IntroductionUsing a Dialog component can violate the DRY (Don't Repeat Yourself)...
08:59 am GMT - Sun, June 27, 2021
Dev To tic-tac-toe game using javascript,html,css
plan to build the tic-tac-toe gamebefore we actually jump into building the application we need to break the big task into subtasks. The frontend of the application is very important to give an ...
08:50 am GMT - Sun, June 27, 2021
Dev To Top 7 Resources to Learn SQL
So, you want to go on the path of SQL?But don't know where to start?Well, look no further. I've compiled a list of the best SQL resources I could find on the internet. PS. If I miss anything, feel fre...
08:31 am GMT - Sun, June 27, 2021
Dev To React is Just Javascript
Originally published in the blog React is Just JavascriptLet's start this post with a simple function in Javascript.function App(){ console.log('Hello World'); // logs 'Hello World'}App();In the abov...
08:19 am GMT - Sun, June 27, 2021
Dev To How to set up tailwindcss with create-react-app jit feature
If you used create react app + tailwindcss before, probably you noticed that website is slow to load in development mode or when you want to use inspect feature and debug things, Css takes time to loa...
08:14 am GMT - Sun, June 27, 2021
Dev To Awesome Themes for Visual Studio Code
Visual Studio Code is by far one of the most popular code editors for web, mobile, and hardware developers. More than 2,600,000 people use VS Code every month, up by over 160% in the last year.Here ar...
07:56 am GMT - Sun, June 27, 2021
Dev To What burger are you? Enter your name to find out! [Repeatable Random Numbers / Seeds]
I found myself needing to create a basic system that takes a word or phrase as a seed and returns some "random numbers" that were repeatable if the same seed were entered. Obviously they aren't actual...
07:56 am GMT - Sun, June 27, 2021
Dev To What burger are you? Enter your name to find out! [Demo on creating Repeatable Random Numbers / Seeds]
I found myself needing to create a basic system that takes a word or phrase as a seed and returns some "random numbers" that were repeatable if the same seed were entered. Obviously they aren't actual...
07:56 am GMT - Sun, June 27, 2021
Dev To What burger are you? Enter your name to find out! [Turning a string into Repeatable Random Numbers / Seeds]
I found myself needing to create a basic system that takes a word or phrase as a seed and returns some "random numbers" that were repeatable if the same seed were entered. Obviously they aren't actual...
07:33 am GMT - Sun, June 27, 2021
Dev To JavaScript Interview Question 50: How does Intl.Collator work in JS
What is Intl.Collator and how does it work in JS? Whats the difference between two sorts? What will be logged to the console?.................The Intl.Collator object allows you to compare strings wit...
06:59 am GMT - Sun, June 27, 2021
Dev To Best Portfolio For Developers For Getting Hired In Company
Hello Devs, in this post I'm gonna tell you about how to make the best portfolio for developers, that increases your chances for getting hired in a company, Make a best portfolio so that your employer...
06:35 am GMT - Sun, June 27, 2021
Dev To -WATCH Luca (2021) FULL HD MOVIE
32 sec ago Dont miss!~ WATCH Luca (2021) Online Full Movie HD,Luca Full Streaming,V,Luca Full Movie Online, Watch Luca Movie Online HD,Luca Movie Full Watch Online Official Partner Watch Luca Online (...
06:34 am GMT - Sun, June 27, 2021
Dev To 123MOVIE.HD WATCH ^^ Luca (2021) FULL HD MOVIE ONLIINE FREE
32 sec ago Dont miss!~ WATCH Luca (2021) Online Full Movie HD,Luca Full Streaming,V,Luca Full Movie Online, Watch Luca Movie Online HD,Luca Movie Full Watch Online Official Partner Watch Luca Online (...
06:32 am GMT - Sun, June 27, 2021
Dev To Beginners guide to starting your Open Source Journey
IntroductionIf you want to collaborate, discuss and code in a group of developers, just like in tech companies, without getting a job in those and want to help others. If so then open source pro...
06:15 am GMT - Sun, June 27, 2021
Dev To Moving from GIF to video format
Perhaps you've seen my recent tweet about improving the technical side of the website. Chris Bongers @dailydevtips1 ...
06:07 am GMT - Sun, June 27, 2021
Dev To Use of filter(), map(), reduce() in JavaScript
.filter(), .map(), .reduce(), can be operated separately or can be chained and used together. This method operates the array and transforms it into a new result. Filterfilter() creates a new arra...
05:53 am GMT - Sun, June 27, 2021
Dev To Git Fundamentals: Concepts & Commands Simplified
Git is one of the most used tools in the tech industry as it efficiently solves the version control issue. Without git, even a simple project might end up looking like this:Git helps to keep track of ...
05:40 am GMT - Sun, June 27, 2021
Dev To Top 5 Best Resources To Learn Javascript
Hello friends, Today we have the top 5 resources that you can use to learn javascript. Javascript is the most popular and flexible programming language on the web. Javascript is used for websites, web...
05:09 am GMT - Sun, June 27, 2021
Dev To Day 9 of 100DaysOfCode!
Today's progressLearned a little bit more about the reduce() method.What I learnedThe reduce()executes a provided function for each element in an array Reducing the array to a single value. The return...
04:54 am GMT - Sun, June 27, 2021
Dev To 30 Days of React JS: Solving 30 Problems in 30 Days!
Welcome to the World of JavaScript! This is the age of JavaScript. JavaScript is everywhere in the Full Stack. I am planning to solve a couple of problems that I faced in my work and other places. Let...
04:17 am GMT - Sun, June 27, 2021
Dev To Unacademy Interview Experience - Software Engineer, Web
I have joined Unacademy as Software Engineer, Web. I am a final-year BTech student. I will be graduating next month or so.In this article - I will share how I got the opportunity, interview experience...
04:09 am GMT - Sun, June 27, 2021
Dev To How to create signature pad in html | signature pad JavaScript
Hello guys, today I am going to show you how to create a signature pad using HTML CSS & JavaScript, in this video, I will create a JavaScript signature pad using the signature pad JavaScript libra...
03:42 am GMT - Sun, June 27, 2021
Dev To 100DaysOfCodeChallenge - Crop Management Information System - Day 4
RecapOn Day 3 I created the Farmer registration form and highlighted the need for me to understand layout and constraints in more detail. OverviewIn this post we will pause building the Cro...
02:13 am GMT - Sun, June 27, 2021
Dev To My personal notes about requirement elicitation in unideal situations
via GIPHYA common mistake in the development industry is not paying attention to the requirements (functional and non-functional). Requirement elicitation and analysis are the very first step in softw...
01:21 am GMT - Sun, June 27, 2021
Dev To The Frontend Hitchhiker's Guide: Testing
IntroductionTests give you the confidence to make changes to code whether its yours or someone else's. Tested code also brings peace of mind and is the calling card of a mature developer. The fo...
01:03 am GMT - Sun, June 27, 2021
Dev To 10 Best Development Articles you can't miss to read
In the Developer community there are many articles posted everyday. So today in this same average post, I am going to share 12 articles you should read this weekend, these are must read articles. The ...
12:20 am GMT - Sun, June 27, 2021
Dev To Homebrew PostgreSQL
HomebrewPostgreSQLPostgreSQL PostgreSQL brew services start postgresqlPostgreSQL brew services stop postgresqlbrew services listpsql -lcreatedb [database name]dropdb [database name]psql [database name...
12:18 am GMT - Sun, June 27, 2021
Dev To part 2: Binary tree in data structure
Hi, this the part 2 of the tree in the data structure, we're going to talk about binary tree and its famous types. Definition of binary treeBinary tree: is one of the most famous tree data struct...
11:40 pm GMT - Sat, June 26, 2021
Dev To Custom Hooks in React
Im going to assume you know the basics about hooks in React but if not or youd like to dive a bit deeper into this concept check out the links at the end of this blog. So what are custom hooks? If you...
11:29 pm GMT - Sat, June 26, 2021
Dev To 100DaysOfCodeChallenge -Crop Management Information System- Day 3
RecapOn Day 2 I created the FarmerServce() class that is responsible for making network calls to Firebase Auth Farmer collection and documents. I also created the AddFarmerCommand() class that i...
11:02 pm GMT - Sat, June 26, 2021
Dev To WordPress in 2021: new concepts
WordPress evolves. Let's see new features you might not know yet. The old new editorA total revamp of the WordPress editor called "Gutenberg" has been released in 2018 with the 5.0 version. It ha...
10:56 pm GMT - Sat, June 26, 2021
Dev To Ultimate List of Web Development Podcasts
Ultimate List of Web Development PodcastsPodcasts are a great way to stay informed about what's happening in web development. This comprehensive list has over 350 podcasts covering website desig...
09:58 pm GMT - Sat, June 26, 2021
Dev To Functional Programming: Implementing the filter Method on a Prototype
Continuing forward. You might learn a lot about the filter method if you implement your own version of it as well. It is recommended you use a for loop or Array.prototype.forEach().Ex:var s = [23, 65,...
09:30 pm GMT - Sat, June 26, 2021
Dev To Hosting a Static Website with Amazon S3
In this article, Id like to demonstrate how you can deploy a static website with AWS by uploading your website content into S3 bucket, configuring your bucket for website hosting and speeding up conte...
09:04 pm GMT - Sat, June 26, 2021
Dev To LinkedList Questions: Delete a given node in constant time
In this series of posts, I will discuss coding questions on the LinkedList Data structure. The posts in this series will be organized in the following way,Question Link Possible Explanation Documented...
08:47 pm GMT - Sat, June 26, 2021
Dev To A Logging System
This is a small logging system based of Swift Log which is a Swift logging API package. UML Main Components LoggingSystemThe main faade. It can only booted once with a Logger instance. ...
08:37 pm GMT - Sat, June 26, 2021
Dev To 3D with Javascript?
Are you a JavaScript developer? interested to explore another face of the World's Popular Language? Even if not, if you would like to know what else can you conquer with this language, this post is fo...
07:45 pm GMT - Sat, June 26, 2021
Dev To Mongo DB query operators:
This past few months, I have spent time learning the back-end technologies and how they are working. In this journey, I discovered Mongo DB,which is flexible and allows developers to quickly store lar...
07:30 pm GMT - Sat, June 26, 2021
Dev To What to do if you publish a beta build as @latest
I recently published a beta build of Meyda to the npm registry, with the intention of having one of our longest running users test it out to make sure it worked in their project. I hadn't done a manua...
07:29 pm GMT - Sat, June 26, 2021
Dev To JavaScript: Async/Await Wrapper
Reusable function to run any Promise that returns an array of data and error.Using Async/Await is great, but when working with multiple Promises it often clutters your code with multiple try/catch sta...
07:28 pm GMT - Sat, June 26, 2021
Dev To 100DayOfCode CSS challenge
...
07:17 pm GMT - Sat, June 26, 2021
Dev To Intro to React Select pt. 1
Today is the first part of my series on React Select. This intro is perfect if you are completely new to React Select or React in general. Setting things upI started by setting up a base project...
07:08 pm GMT - Sat, June 26, 2021
Dev To A few CSS tricks that frontend developers should know
Here are a few tricks that I encountered in the process of working CSS and learned how to solve it in a simple way. 1. Vertical alignmentI offten use this in a CSS Navigation Menu. 2. Remove...
06:59 pm GMT - Sat, June 26, 2021
Dev To How to improve SEO
This article is part 4 of "Getting a 100% score in lighthouse". Here's a sneak peak at what to expect by the end of the article. Anyways, on with the article! Importance of SEOI think most web de...
06:49 pm GMT - Sat, June 26, 2021
Dev To Using GraphQL DataLoaders with NestJS
This post assumes familiarity with NestJS and GraphQL. What we will be buildingIn this post we will build a simple GraphQL API in NestJS that enables getting a list of posts. We will use the foll...
06:41 pm GMT - Sat, June 26, 2021
Dev To Flutter Learning Roadmap V1
IntroductionHello there!Currently, I'm really into Flutter and I want to learn it inside out. I don't want to learn Flutter I want to be Flutter! So I thought this time a rough overview of all t...
06:27 pm GMT - Sat, June 26, 2021
Dev To Attempt 1: "Can't we just make project-folders?"
Table Of ContentsThe GoodThe BadWhy don't we script that?What about Yarn?Let's get the simple solution out of the way first: Can't we just move everything into different projects within the same...
06:15 pm GMT - Sat, June 26, 2021
Dev To Free Tools For Web Developers
Some tools and assets to help you build your next project.Unique Face Generator with free tierRepository with a collection of services with great free tiers for developers on a budgetGet inspired: A l...
06:09 pm GMT - Sat, June 26, 2021
Dev To Dealing with huge xml-like files containing illegal characters
Sometimes you have to deal with files that look pretty like xml. But htey are not, because contain a lot of illegal characters. Such files usually made by just concatenating strings and not verifying ...
06:06 pm GMT - Sat, June 26, 2021
Dev To Big(O) Notation summarized!
Big(O) is the way in which we compare algorithmic complexities of two programs in a standard mannerBig(O) is an algorithmic complexity metric, which defines the relationship between the number of inpu...
06:00 pm GMT - Sat, June 26, 2021
Dev To Go modules and private GIT repositories
Some time ago i stumbled upon an issue that was giving me a headache. I had to download and import private Go module, and as it turns out, that can be little tricky. I'm using SSH keys for authenticat...
06:00 pm GMT - Sat, June 26, 2021
Dev To Let's build Dev.to clone with Next.js & ChakraUI
Let's clone dev.to with the actual dev.to api to get the posts and listings. OverviewThis application is built with the following technologies:TypescriptNextjsChakra UISWRDev.to apiLive demo: htt...
05:58 pm GMT - Sat, June 26, 2021
Dev To 10 reasons why you should use Typescript
Why should you use Typescript?Simple. It solves your problem. Let's see.Type checking: This is why typescript really exist. It adds type checking over javascript. It stops you to write stupid co...
05:36 pm GMT - Sat, June 26, 2021
Dev To AWS AppSync 101
AWS AppSync has been one of the powerful integration service for Front-end and AWS serverless backend. The modern day applications which are developed in domains such as Chat, IoT, Mobile apps, Web ap...
05:01 pm GMT - Sat, June 26, 2021
Dev To How I Learnt Logic Building in Programming! - 5 Tips To Build & Improve Programming Logic
Tip #1: Divide & ConquerAlways divide the problem in different parts. For Example This is a C code that just input for a number one and and a number two and simply add them. #include <...
04:39 pm GMT - Sat, June 26, 2021
Dev To Build A Weather App | JavaScript [Beginners]
Build A Weather App With Vanilla Javascript Tutorial | Javascript For BeginnersUsing JavaScript APIs.Recommended Projects Login & Registration Form Using HTML & CSS & JShttps://youtu.be/I5...
04:33 pm GMT - Sat, June 26, 2021
Dev To Let's learn about few networking side command in Linux/Unix
Hi There!I was working on few network side commands. I thought to share this with you all. Here you go 1. netstat:netstat stands for Network Statistics. This is very basic command used to print networ...
04:03 pm GMT - Sat, June 26, 2021
Dev To Why Do You Want To Leave Your Current Role? | Facebook Behavioral (Jedi) Interview 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...
03:57 pm GMT - Sat, June 26, 2021
Dev To VS Code keyboard shortcuts (windows)
Here's the list of vs code keyboard shortcuts.It will work both for workspace and separate folders.I have windows machine so I will be posting the list related to windows. Sorry mac users :(.There are...
03:37 pm GMT - Sat, June 26, 2021
Dev To What is Linux
I have recently started learning Linux and so I decided to document my journey along the way, so I would be writing a Blog series where I will cover everything that I have learned.The entire content c...
03:37 pm GMT - Sat, June 26, 2021
Dev To What is Linux ?
I have recently started learning Linux and so I decided to document my journey along the way, so I would be writing a Blog series where I will cover everything that I have learned.The entire content c...
03:36 pm GMT - Sat, June 26, 2021
Dev To Using json-server as a Mock Server
OverviewWe're going to look at using json-server as a mock server to practice interacting with a server. We are also going to be using fetch to do both GET and POST requests. Before we get sta...
03:09 pm GMT - Sat, June 26, 2021
Dev To Clean Code - Guia e Exemplos
ndicendiceO que o Clean Code?Regras geraisSiga as convenesKISSRegra do escoteiroCausa raizRegras de designMantenha dados de configurao em alto nvelExemploPolimorfismo no lugar de IFsExemploMult...
02:58 pm GMT - Sat, June 26, 2021
Dev To Getting Started with Express
In the previous article, I explained getting started with NodeJS.In this article,I am assuming you already have node installed on your pc,if not I recommend you read my previous article on getting sta...
02:44 pm GMT - Sat, June 26, 2021
Dev To Wiring Services in Frameworks And How it Works Under the Hood
The Most Important Question i have asked myself when i have started learning Clean Architecture like DDD (Domain Driven Development) and Separating Business Logic in Services What is the Best Practice...
02:38 pm GMT - Sat, June 26, 2021
Dev To Dynamic Brand theming using CSS variables
Recently, I got to work on an e-commerce checkout page builder (No code tool) where the merchants can change the theme according to their brand. The merchants can configure their brand colour and seco...
02:34 pm GMT - Sat, June 26, 2021
Dev To The Invisible Lizard Hunter Game. | 2d Shooter Game
Catch all the camouflaging lizards! Use WASD to move and click to shoot. Don't let the lizards come to you! They decrease your health everytime they touch you. Once you hit a bullet, you can pick that...
02:24 pm GMT - Sat, June 26, 2021
Dev To Dev.to clone built with Next.js & Chakra UI
Let's clone dev.to with the actual dev.to api to get the posts and lists. OverviewThis application is built with the following technologies:TypescriptNextjsChakra UISWRDev.to apiLive demo: https:...
02:18 pm GMT - Sat, June 26, 2021
Dev To The complete guide to becoming a frontend web developer in 2021
Today, it is clear that web development is a great skill to have. In this blog post, let us look at what do you need to do exactly to become a frontend web developer in 2021 and beyond. The probl...
01:50 pm GMT - Sat, June 26, 2021
Dev To Simple Javascript Modules - Local Storage Module
Working as a web developer I work on the client side dealing with lots of continuous data from the server. All though it is a good practice to not store data on the client side, there will be many cas...
01:48 pm GMT - Sat, June 26, 2021
Dev To New Person capabilities in Yoast SEO Premium. How to remove them?
New Person capabilities in Yoast SEO Premium. How to remove them? Searched all over internet, but can't find answer, please help!...
01:47 pm GMT - Sat, June 26, 2021
Dev To Today I learned To Creat a FAQ Collapse
All right, so now we want to style these buttons, these icon buttons, position them.We want to give functionality to them so we can expand and contract these fake cues.So we have a class of fake cue d...
01:38 pm GMT - Sat, June 26, 2021
Dev To Top 5 books EVERY programmer MUST read!
Top 5 books EVERY programmer MUST read!We all want to become a better programmer, and there are a tonne of books thatll help you along your journey. In this blog, Im going to list my 5 favourite...
01:28 pm GMT - Sat, June 26, 2021
Dev To Getting Started with Django
Takeaways from this article:Setting up python in Ubuntu system.Creating a virtual environment in python.Creating a sample application with Django Framework. 1. Setting up python in Ubuntu s...
01:14 pm GMT - Sat, June 26, 2021
Dev To How to make a responsive hamburger menu using CSS only?
Hey everyone . I am Gautam Tiwari, a front-end developer and... let's get started.Tip: Follow along with me in this tutorial Why do we need a responsive menu?THE MAJORITY OF USERS USE MOBILE PH...
12:59 pm GMT - Sat, June 26, 2021
Dev To MLH INIT 2022
MLH is organizing INIT 2022, where you will get an opportunity to learn and network with like minded people! What is INIT?INIT is a celebration for the start of the 2022 Hackathon Season! This is...
12:45 pm GMT - Sat, June 26, 2021
Dev To Why you can't name a file 'CON' in Windows
Did you know you cant name a file Con in WindowsIf youre running a Windows machine, try it right now. Go to File Explorer -> create a new folder -> name it "Con"Did it work? Now try with "PRN",...
11:43 am GMT - Sat, June 26, 2021
Dev To Making a game: Engine considerations (Unreal vs Godot)
When you want to make a game, one of the first things that youll need to consider is whether or not you want to use a game engine for it, and then if you do, which game engine you actually want to use...
11:28 am GMT - Sat, June 26, 2021
Dev To Coding Styles: Imperative, Declarative and DSL
Hey You! Dont be afraid of these terms, read, learn and confuse others! The first thing to note is in the title is that I didnt mention Versus as no soul on this beautiful earth can draw a straight li...
11:24 am GMT - Sat, June 26, 2021
Dev To Docker CMD vs ENTRYPOINT: explaining the difference
We IT people LOVE tinkering with new tech stuff, and Docker is no exception. As a matter of fact, Docker was ranked as the #1 most wanted platform, #2 most loved platform, and #3 most broadly used pl...
11:18 am GMT - Sat, June 26, 2021
Dev To Modern Javascript Development Environment
Nowadays, the web app codebase is increasing, and using a single script.js file to fit the entire javascript code in one file is not a good practice in terms of page load time. Let's have a brief intr...
11:14 am GMT - Sat, June 26, 2021
Dev To Understanding the object-fit CSS property
The object-fit property determines how the content of a replaced element is resized to fit inside its container on a web page. What is a replaced element?A replaced element is an element whose co...
10:03 am GMT - Sat, June 26, 2021
Dev To SQL & database monthly wrap up - June 2021
Hi! I'm Helen, one of your friendly mods looking after the #sql, #postgres, #mysql, and #database tags. At the end of each month, I'll be showcasing some of the great posts, projects, and insights fro...
09:53 am GMT - Sat, June 26, 2021
Dev To Heat Map - An Alternate Option To Response Time Scatter Plot
Response time is crucial to understanding system behavior. It is also one of the metrics commonly reported by performance test tools. Yet common presentations of this metric can hide important details...
09:50 am GMT - Sat, June 26, 2021
Dev To Fibonacci, the fast way!
IntroductionIf you have some dignity, you should know what Fibonacci numbers are. But if you don't know, the Fibonacci sequence is defined as follows: F1=F2=1F_1 = F_2 = 1F1=F2=1 Fn=Fn1+Fn2F_n...
09:47 am GMT - Sat, June 26, 2021
Dev To How to use interactive rebase in git
I started my first professional job as a front-end developer a few months ago. It was both scary and thrilling. During that time, I learnt a lot of things and encountered a lot of problems, but one th...
09:45 am GMT - Sat, June 26, 2021
Dev To React Native Camera Take Picture Example
Hi Guys,In this blog,I will learn you how to use camera take photo in react native. We will show example of camera capcher picture in react native. You can easliy create react native camera take pictu...
09:44 am GMT - Sat, June 26, 2021
Dev To Azure Certifications - Where to start and how to prepare?
In recent years, cloud solutions have been on a boom in the industry. As a result, many of us have been learning and getting certified in cloud solutions. Microsoft Azure is one such giant in the clou...
09:43 am GMT - Sat, June 26, 2021
Dev To Can we add custom pride emojis to dev.to
I am celebrating pride month.But its a shame that there are no emojis other than the rainbow flag and the trans flag.It would be beyond cool if dev could have custom pride emojis, such as bipride or p...
09:32 am GMT - Sat, June 26, 2021
Dev To Architecting HTTP client in Vue js (Nuxt js)
In this article, I want to talk about the backend APIs and how to manage them in our app.First of all, we have to choose the modules in such a way that we chose our models.Let me explain:Assume that y...
09:30 am GMT - Sat, June 26, 2021
Dev To AWS monthly wrap up - June 2021
Hi! I'm Helen, one of your AWS Heroes! At the end of each month, I'll be showcasing some of the great posts, projects, and insights from the AWS community right here on Dev.to. To get us started we ha...
08:49 am GMT - Sat, June 26, 2021
Dev To Docker Cheatsheet
Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docke...
08:45 am GMT - Sat, June 26, 2021
Dev To Things you should master before you jump on React.js !!
What is React.js ?? React.js is an open-source JavaScript library that is used for building user interfaces specifically for single-page applications. React allows developers to create large web app...
08:45 am GMT - Sat, June 26, 2021
Dev To Top 3 Online Business to Start in India
In many respects, digital technology has altered our lives. One of the most significant effects has been the opening up of new opportunities for employment on the internet. Gone are the times when wor...
08:30 am GMT - Sat, June 26, 2021
Dev To Case study on Ruby Gem Contribution: activeadmin-mongoid
This article is originally posted here. Checkout the article and related articles here.For the people who are very much in the Rails development, you definitely should've used Activeadmin on one of yo...
08:09 am GMT - Sat, June 26, 2021
Dev To Boilerplates for websites/app building
Hello Dev Friends.As we are learning web development, we often get overwhelmed with so much to learn and practice.Then why don't we simplify our learning by identifying the repeated patterns in our co...
07:48 am GMT - Sat, June 26, 2021
Dev To Vim: Enhancing Movement Speed
IntroductionOK! Vim and movent are like bread and butter or failed brakes. To become a proficient Vim user, you need to move in Vim very effectively. You don't have to think about doing certain ...
07:28 am GMT - Sat, June 26, 2021
Dev To A Curated List of Free APIs For Your Next Project
Public APIsThis GitHub repository contains a ton of free APIs related to various categories like Games, News, Weather, Food & Drink etc. So don't miss this out! Chuck Norris Jokes APITh...
07:25 am GMT - Sat, June 26, 2021
Dev To MLH INIT - Quick Guide to Participate and Win Swag
One of the biggest hackathons organizers, MLH is comping up with a global event called MLH INIT. What is MLH INIT?MLH INIT is a weeklong celebration starting on June 27th to July 5th, of hackers ...
07:18 am GMT - Sat, June 26, 2021
Dev To MLH INIT - Calling out all the hackers Win Swags & Stickers
One of the biggest hackathons organizers, MLH is comping up with a global event called MLH INIT. What is MLH INIT?MLH INIT is a weeklong celebration starting on June 27th to July 5th, of hackers ...
06:39 am GMT - Sat, June 26, 2021
Dev To Build your own J.A.R.V.I.S in Python [Full Code Video]
In this article, we will learn how to create a Feature Rich Virtual Assistant in Python. We will be adding following features to this project : 1. Time Reporting 2. Taking Screenshot 3...
06:34 am GMT - Sat, June 26, 2021
Dev To Build a social media website with Next JS, TailwindCss and Firebase in 8 days
Hello Everyone,So around one month ago i created a simple social media site because i was bored and after publishing i got a good response by many peoples and 100+ users registered on website.So i tho...
06:27 am GMT - Sat, June 26, 2021
Dev To How to avoid stress during coding?
Do you want to know how to dealing with stress while coding?Here's some tips to do when you're feeling stressful and make mood relax.1. Do Some Light StretchingStretching can be an effective strategy ...
06:23 am GMT - Sat, June 26, 2021
Dev To Create Promises with Timeout Error in Typescript
Cover Photo by Immo Wegmann on Unsplash. The Problem Sometimes we create promises that take too long to finish and we don't want to wait. For example, if we want to make a request and the respons...
04:49 am GMT - Sat, June 26, 2021
Dev To You don't have to type all your manage.py or django-admin commands by hand anymore! Here's Django command auto complete hack
If you're like me then you love the terminal and everything about it. One thing that make the terminal experiences smooth is the Tab button autocomplete. Writing recognizable amount of the command or ...
04:28 am GMT - Sat, June 26, 2021
Dev To Linked Lists Questions: Add Two Numbers as LinkedList
In this series of posts, I will discuss coding questions on the LinkedList Data structure. The posts in this series will be organized in the following way,Question Link Possible Explanation Documented...
04:24 am GMT - Sat, June 26, 2021
Dev To useEffect - React Hooks Series
Welcome back to the series of React Hooks. In part one of the series, I wrote about the useState react hook.Series pathuseStateuseEffect What is useEffect hook?The useEffect hook lets you perform...
03:46 am GMT - Sat, June 26, 2021
Dev To Custom Check Box | Css
Made A Custom CheckBox With Css & Used Jquery , BootStrap FrameWork .Demo - See DemoDownload - Download...
02:25 am GMT - Sat, June 26, 2021
Dev To 50 Shortcut links for Developers productivity
A designer's work process is loaded with expected digressions, interferences and setting switches. Yet, the idea of programming makes getting to and keeping up continuous stream states basic. Fortunat...
01:53 am GMT - Sat, June 26, 2021
Dev To Courses that I've taken to become a fullStack Developer from complete beginner
In this post I will share with you guys courses that I have taken and found it useful related to my date-to-date work as a developer.Please take this as a reference only, because your developer job ma...
12:03 am GMT - Sat, June 26, 2021
Dev To The Essentials of Linear Algebra for Machine Learning for Beginners
Read the Full Article: https://analyticsarora.com/linear-algebra-foundations-of-machine-learning/ IntroductionLinear algebra is the backbone of machine learning and is critical for learners to ha...
10:57 pm GMT - Fri, June 25, 2021
Dev To Refactor Conditionals (Simplified 9 lines down to 1)
let person = { phone: { exists: false, number: '+1 (555) 555-5555' }}Question: We have a 9 line function that goes three indentations deep.We can simplify this function. The question...
10:53 pm GMT - Fri, June 25, 2021
Dev To part_1: Introduction to tree data structure
Hi, on this amazing day! we're going to talk about tree data structure, so let's get started! Definition of treeA tree is a nonlinear data structure unlike Stack, Queue, Array, and Linked List, I...
10:51 pm GMT - Fri, June 25, 2021
Dev To What is low code?
Low code and no code have all the hype, but among developers, they also have equal amounts of skepticism.In March 2021, no code pioneer Zapieracquired no-code community Makerpad. In April 2021, UiPath...
10:42 pm GMT - Fri, June 25, 2021
Dev To 8 categories of Git
You can classify Git version control mechanism into 8 categories.CreateTrackRevertUpdatePublishViewBranchConflictBelow i have given classification of git mechanism along with their important commands....
10:10 pm GMT - Fri, June 25, 2021
Dev To Please give me advices how to improve site
Please give me advices how to improve site http://bit.ly/2nZoCigThanks in advance!...
09:56 pm GMT - Fri, June 25, 2021
Dev To How to make a PWA
This is part 3 of"Getting a 100% score in lighthouse". In this article I'll show you how to create PWA. Get startedTo create a PWA (progressive web app) you need to use a webmanifest. The first ...
09:05 pm GMT - Fri, June 25, 2021
Dev To Multiple Environments With GitHub Pages
or... When youre working on a static site and GitHub Pages feels like the perfect hosting solution, since you like having everything in one place and then you realize you need an additional envi...
08:56 pm GMT - Fri, June 25, 2021
Dev To Using React-Leaflet with a React/ Redux Application
As a junior developer making my first ReactJS project I heard the horror stories of writing poor code when using Google Maps Javascript API, and wanted a free resource for rendering maps. I wanted to ...
08:56 pm GMT - Fri, June 25, 2021
Dev To Vue Js Toast Notification Example From Scratch
Vue Notification Tutorial is the todays main topic. In this example, I have used Vue Toasted One of the Best Toast plugin available for VueJS. It is responsive, touch compatible, easy to use, attracti...
08:49 pm GMT - Fri, June 25, 2021
Dev To [Cybersecurity & Linux Tools] How to install Metasploit?
Many people have been using this tool Metasploit. You came across on it on many tutorials and wondered how do you actually install this?Well I will guide your through! What is the purpose of Meta...
08:36 pm GMT - Fri, June 25, 2021
Dev To 2 Birds, 1 Stone 10 Apps, 1 Node
A Better Way to Node_Modules via Symlinking Prerequisites:A basic understanding of the 'node_modules' directoryThe 'node_modules' problem | Leoat12 | Dev.to Refresher:NPM Folder Struct...
08:36 pm GMT - Fri, June 25, 2021
Dev To Don't let your Terraform go rogue with Conftest and the Open Policy Agent
OverviewTerraform is an incredible resource to turn any API into declarative, configurable code with Hashicorp's HCL language. However, the world is often at your fingertips when creating cloud ...
08:29 pm GMT - Fri, June 25, 2021
Dev To The Particle/Wave Duality Theory of Knowledge
I've come to regard learning the accumulation of knowledge as simultaneously a discrete and a continuous process. If the tools we use don't respect this duality, information is lost either writing ...
08:24 pm GMT - Fri, June 25, 2021
Dev To [Cybersecurity] How do Reverse shells work?
Reverse Shells How do reverse shells work?To make a connection to a typical remote shell, a machine controlled by the attacker connects to the remote network host and it requests a shell co...
08:16 pm GMT - Fri, June 25, 2021
Dev To Best Youtube Channels to learn Flutter [2021]
Hey What's Up?In this article we are gonna talk about best Youtube Channels to learn Flutter. Obviously We would be starting from flutter's official youtube channel, FLUTTER RetroPortal StudioMTECH Vi...
08:14 pm GMT - Fri, June 25, 2021
Dev To Why is learning Kubernetes so Intimidating?
During customer interviews, while I was building OpsDrill, I was shocked by something. Very talented DevOps folks were having a hard time learning Kubernetes.Ive been dragging my feet on learningIve s...
07:48 pm GMT - Fri, June 25, 2021
Dev To Getting started with ECMAScript6
IntroductionECMAScript6 is also known as ECMAScript2015.ES6 is a significant upgrade to ES5 and adds a slew of new capabilities to JavaScript.In this article, we'll walk through how to set thin...
07:38 pm GMT - Fri, June 25, 2021
Dev To Encryption for Protecting Python Source Code
Python is a great programming language, it has so many uses, but one thing that it doesnt do well is help protect your hard work from others. Python source code is plain-text, which means that anyone ...
07:21 pm GMT - Fri, June 25, 2021
Dev To How to make your site more performant
Since school ended, it's time for another article! Anyway this is part two of my series "Getting a 100% score in lighthouse" BTW I also updated my previous post in this series. 1. Avoid chaining ...
07:16 pm GMT - Fri, June 25, 2021
Dev To How tedious can job Search as a frontend developer be?
At one point in our coding career we all feel the need to work on something else other than dummy projects from youtube and todo-appsthat feeling also comes with the idea to start searching for a fron...
06:12 pm GMT - Fri, June 25, 2021
Dev To Web Application Development Services By Fusion Informatics
To know more about web application development and its features please do visit our below link.https://www.fusioninformatics.com/services/application/web-development-company.htmlFor more updates on we...
06:07 pm GMT - Fri, June 25, 2021
Dev To SaaS Application Development Services By Fusion Informatics
Features of SaaS ApplicationData securityAutomated provisioningRate limiting/QoSSubscription-based billingPlease do visit below link for more info on SaaS based application development https://www.fus...
06:02 pm GMT - Fri, June 25, 2021
Dev To React Native Application Development
React Native App Development- Make your app run on millions of devicesVisit below link for more information on React Native Application Developmenthttps://www.fusioninformatics.com/services/enterprise...
05:43 pm GMT - Fri, June 25, 2021
Dev To Solving Coding Challenges with JavaScript Functions on Autocode
In my first blog, I wrote about the many factors influencing my decision to join General Assembly's coding Bootcamp. I also committed to blogging about my journey and writing tutorials because teachin...
05:42 pm GMT - Fri, June 25, 2021
Dev To VueJS - Internationalization
Since the Internet's boom, more and more web applications are released each day (approximately 576k new websites per day*). Currently, there are over 1.7 billion websites* on the Internet and many of ...
05:26 pm GMT - Fri, June 25, 2021
Dev To 5 Async/Await Design Patterns for Cleaner Async Logic
At Mastering JS, we love async/await. You might even say we wrote the book on async/await. Here's 5 design patterns we use regularly. Async forEach()Do not use an async callback with forEach(). I...
05:16 pm GMT - Fri, June 25, 2021
Dev To Introduction to Security, Identity, and Compliance with AWS
While companies increasingly look to cloud computing as a means to expand, modernize and stay competitive, so too do those companies expose themselves to new risks. In fact, Ermetic and IDC report tha...
05:14 pm GMT - Fri, June 25, 2021
Dev To New PFP (part 2)!
This also serves as my coming out as NB (Non-Binary)....
05:12 pm GMT - Fri, June 25, 2021
Dev To Full Stack Developer Roadmap 2021
Most of the newcomers are planning to go for full-stack development. What is a full-stack developer?A person who can develop the entire application (both client and server).Advantages:Master all ...
05:05 pm GMT - Fri, June 25, 2021
Dev To HEIC support for Active Storage
Post originally published at HEIC support for Active StorageActive Storage is the Ruby on Rails solution to work with file attachments on an application. It is not the only solution available, b...
05:02 pm GMT - Fri, June 25, 2021
Dev To Learning Python - Week 3
This week I continued to learn the control flow in Python from last week. What I want to focus on in this post is accepting the input from a user. Having a user input information is very easy, all you...
04:58 pm GMT - Fri, June 25, 2021
Dev To AJAX file upload in chunks using Django, with a progress bar.
Hello!!!There are lot of methods and technologies who allows to create a file uploader. Django also allows you to create a server where you can upload any type of file but the problem with that is Dja...
04:46 pm GMT - Fri, June 25, 2021
Dev To Animating Angulars *ngIf and *ngFor
Jared Youtsey | ng-conf | May 2019*ngIf and *ngFor will remove elements from the DOM. There isnt a CSS solution for animating a non-existing element in the DOM. But Angular provides us with a simple s...
04:33 pm GMT - Fri, June 25, 2021
Dev To Amazing Websites to learn something new every day! A thread
this article is generated using (give a ) Manitej66 / twlog This is a web app that converts Twitter threads into blogs in a single click ...
04:33 pm GMT - Fri, June 25, 2021
Dev To More web dev snippets
Last month I posted a JS snippet for verbose logs -- it's easier to debug when the log contains the origin filename, line number, type, and name of whatever you're trying to log. Several classmates fo...
04:27 pm GMT - Fri, June 25, 2021
Dev To Login & Registration Form Using HTML & CSS & JS
Hey Devs, today we're going to make an awesome login and registration form with sliding animation just by using HTML and CSS and little bit of JavaScript. Recommended Projects Neumorphism Login Form...
04:21 pm GMT - Fri, June 25, 2021
Dev To The Real Cost of UI Components Revisited
With my focus recently going back to look at optimization for the Solid 1.0 release, I thought I'd revisit my The Real Cost of UI Components article. When I wrote the original article I wasn't really ...
03:53 pm GMT - Fri, June 25, 2021
Dev To Finding shortest social connection path
Human connections are like networks, I know someone, and they know someone else etc, It could be friendship, relationship etc. Let's assume that I need to find the shortest social connection path from...
03:46 pm GMT - Fri, June 25, 2021
Dev To I was gone from tech social media for almost half a year. Here is why. (Yes, it was burnout.)
I've posted my last tech article on January 24th, 2021.I've made my last tweet on January 28th.Since then I became silent for almost half a year.This article is very important to me because I want to ...
03:29 pm GMT - Fri, June 25, 2021
Dev To JSConfetti is now could be downloaded from CDN
Hi everyone!Wanted to share, that my open-source library JSConfetti is now could be downloaded from CDN:<script src="https://cdn.jsdelivr.net/npm/js-confetti@latest/dist/js-confetti.browser.js">...
03:19 pm GMT - Fri, June 25, 2021
Dev To How to Deploy a Python Flask App on Heroku Using Docker
Hello!Today I will demonstrate how to deploy a containerized Python Flask application to Heroku using Docker.This tutorial is separated into four parts:PrerequisitesCreating the Flask application usin...
03:07 pm GMT - Fri, June 25, 2021
Dev To 8 Amazing Instant Button Hover Effect
Hello,Today I have written post about the 8 Amazing Instant Button Hover Effect With using HTML & CSS. This is a very useful effect you can use that in your code. I hope you like this also comment...
02:58 pm GMT - Fri, June 25, 2021
Dev To Where do You Belong in Tech
From what I have seen, majority of the blog posts on dev.to are written by web devs. That may be because of the increasing popularity of it, however, there are dozens of other career possibilities wit...
02:49 pm GMT - Fri, June 25, 2021
Dev To How to Trigger an AWS Lambda from SNS
In this post we are going to use the AWS CDK to build an AWS Lambda Function that triggers from an AWS SNS message.All of the code can be found in this repository. SetupWe need to run a few comma...
02:20 pm GMT - Fri, June 25, 2021
Dev To Restart your rails server automatically
I have been working on changes to my config files and testing some middleware and it gets tedious trying remembering to stop and restart the server for each change. Enter fswatch to the rescue.fswatch...
02:11 pm GMT - Fri, June 25, 2021
Dev To Login and Registration Form in HTML and CSS
Hello friends, today we are going to learn How to Create a Responsive Login and Registration Form in HTML and CSS. There are a lot of Forms Design that I have created before but, to date, I have not c...
02:04 pm GMT - Fri, June 25, 2021
Dev To Software Development Life Cycle: Beginners Guide
You may have heard the term Software Development Life Cycle (SDLC) and are curious to know what it means and its benefits?My Blog will provide all that information in a simplified way for the beginner...
02:03 pm GMT - Fri, June 25, 2021
Dev To Why I love creating simple languages
First of all, who am I? I'm just a random coder who like programming languages and love to create some (mostly *esolangs). In the past, I've built some small *esoteric languages which I will mention w...
02:00 pm GMT - Fri, June 25, 2021
Dev To What was your win this week?
Hey there!Looking back on your week, what was something you're proud of?All wins count big or small Examples of 'wins' include:Starting a new projectFixing a tricky bugCooking something delicious... ...
01:58 pm GMT - Fri, June 25, 2021
Dev To Comment fonctionne le Async / Await en javascript ?
Synchrone vs AsynchroneLe code synchrone est excut ligne par ligne. Chaque ligne de code attend toujours la fin de la ligne prcdente avant d'excuter la suivante. Alors videmment, le problme est qu'une...
01:39 pm GMT - Fri, June 25, 2021
Dev To 10 Trending projects on GitHub for web developers - 25th June 2021
Trending Projects is available as a weekly newsletter please sign up at www.iainfreestone.com to ensure you never miss an issue. 1. TypeStatConverts JavaScript to TypeScript and TypeScript to bet...
01:30 pm GMT - Fri, June 25, 2021
Dev To Tools for Web Developers To Work Smarter and not Harder
"A man is only as good as his tools" -Emmert WolfIn the software development industry. This would closely mean A Developer is only as good as his tools. As the difference in the producti...
12:54 pm GMT - Fri, June 25, 2021
Dev To Use Case of JavaScript in today's industry.
Uber and javascriptUber needs to handle loads of data in real time. They have millions of requests coming in continuously, and thats not just hits on a page. Uber needs to track driver locations, ride...
12:53 pm GMT - Fri, June 25, 2021
Dev To How we make Flutter work with CallKit Call Directory
Disclaimer: This will be a long read that my colleague wrote for Habr.ru and I decided to translate it to share with you guys!Stock up on snacks, make yourself comfortable, and lets begin!In this long...
12:40 pm GMT - Fri, June 25, 2021
Dev To Page Speed Insights (Lighthouse) went through an upgrade on 1st June 2021 - what changed and how will it affect you?
Page Speed Insights is now running Lighthouse 8.0 and let me tell you, the changes that have been made to the scoring are going to really ruin some of your scores!With that being said, if you aren't b...
12:32 pm GMT - Fri, June 25, 2021
Dev To 5 GitHub Projects to make you a better DevOps Engineer
DevOps is one of the most challenging fields to be in, and to stay relevant you need to learn constantly.So today, I want to share 5 amazing GitHub projects which will help you become a better DevOps ...
12:00 pm GMT - Fri, June 25, 2021
Dev To Cloud Computing- An Overview
Hi everyone ,In this blog post, I am going to give you an overview of cloud computing. We will look at the examples of cloud computing and the old way of doing things. After that, I will also discuss ...
11:49 am GMT - Fri, June 25, 2021
Dev To AWS SSM Agent - Connection Error
When trying to access EC2 instance using AWS ssm cli or SSM connect manager and get error Plugin with name Standard_Stream not found. Step name: Standard_Stream. No worry, this post shows you ho...
11:47 am GMT - Fri, June 25, 2021
Dev To My opinion on Lua
Lua is my fifth favourite programming language and for good reason. I like its speed, its syntax and the fact that it is so simple. Lua is written in C and can be used for gamedev, webdev and sometime...
11:34 am GMT - Fri, June 25, 2021
Dev To The Ultimate CSS Selectors Cheat Sheet You Must Know
As a front-end developer, there are many times when you say, Whats that property that takes child elements and applies CSS? or something on the same thoughts. CSS is endless when you start to learn it...
11:15 am GMT - Fri, June 25, 2021
Dev To Parallelize Processing a Large AWS S3 File
In my last post, we discussed achieving the efficiency in processing a large AWS S3 file via S3 select. The processing was kind of sequential and it might take ages for a large file. So how do we para...
11:01 am GMT - Fri, June 25, 2021
Dev To Hello World
fun main() { print("hello world")}...
10:45 am GMT - Fri, June 25, 2021
Dev To The Great PWA migration
For me the greatest highlight of yesterday's Windows 11 reveal was the new Microsoft Store. Finally Microsoft has heard the cries and mostly complaints from the developers and the users. The former Mi...
10:41 am GMT - Fri, June 25, 2021
Dev To 10 DevTools tricks to help you with CSS and UX design
IntroductionWeb development is much more fun now than ever. We have increasing opportunities with frameworks, libraries, communities, skills, and tools compared to what we had a decade ago. Tod...
10:11 am GMT - Fri, June 25, 2021
Dev To Laravel 8 JQuery Form-Js Tutorial
Hi Dev,Today, I am going to learn you how to use and implement jquery form js plugin in laravel 8 application.so We will learn how to utilize in laravel 8 application. I written simple example for for...
10:00 am GMT - Fri, June 25, 2021
Dev To Graphql-ruby and passing ISO8601 DateTimes without timezone
If you are writing web apps for some time, you had to encounter at least a few issues/situations when you had to deal with Timezones. If you are a Ruby developer, and you use Ruby on Rails then you ar...
09:55 am GMT - Fri, June 25, 2021
Dev To Let's Build a Colour Picker Web Component
Let's build a colour picker web component using HTML, CSS, and a little bit of JavaScript. In the end, we'll have a custom element that:Displays a colour spectrum using CSS GradientsTracks the mouse p...
09:14 am GMT - Fri, June 25, 2021
Dev To 6 skills youll need to master to become a web developer
You'll need a certain set of talents and abilities to be recruited as a web developer, which will help you reach great performance and success in this field. It can be difficult to know what skills a ...
08:57 am GMT - Fri, June 25, 2021
Dev To Why to Learn WEBPACK before diving into REACT?
How browser runs JavaScript The browser contains a JavaScript engine that can be pointed as the brain of the browser. Without JavaScript, the browser engine would not be able to read JavaScri...
08:37 am GMT - Fri, June 25, 2021
Dev To Solution: Redundant Connection
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
08:36 am GMT - Fri, June 25, 2021
Dev To 10 Websites To Find Your Next Programming Course
In this blog, I will list the Top 10 Popular Websites where you can find Programming-related courses covering multiple topics including Frontend & Backend Development. 1. FreecodecampFreecode...
08:29 am GMT - Fri, June 25, 2021
Dev To pdb | ipdb in docker-compose, enable interactive debugging
pdb is a powerful debugging tool that is included as a Python standard library. It can seriously speed up, our debug process, while resolving certain bugsfor this ProblematicTrying to initiate t...
08:21 am GMT - Fri, June 25, 2021
Dev To 12 Must Have Browser Extensions for Developers
IntroductionOne of the cool things about using Chrome as your default browser is all the extensions you can use. Google Chrome extensions are programs created by different developers that change...
07:56 am GMT - Fri, June 25, 2021
Dev To Top 9 Must Have Chrome Extensions.
Todo List : Todo ListScreencastify : ScreenCastifyMemoRise : MemoRiseDark Reader : Dark ReaderSave to Pocket : Save to PocketOneNote web clipper : OneNote web clipperBitly : BitlyVimium : VimiumGoogle...
07:56 am GMT - Fri, June 25, 2021
Dev To Laravel Apache hide .env and several security settings via .htaccess & hide .env password on debug
ON .htaccess Add = Options -Indexes <Files ~ "\.(env|json|config.js|md|gitignore|gitattributes|lock)$"> Order allow,deny Deny from all </Files> <Files ~ "...
07:24 am GMT - Fri, June 25, 2021
Dev To How to make post on BitClout using BItClout API
Creating a BitClot post isn't that straightforward. If you have ever used Twitter API (aka Tweepy) you might recall that tweeting through the API was really easy and convenient. All you needed to do w...
06:47 am GMT - Fri, June 25, 2021
Dev To Learning Python-Basic course: Day 5, Summary of the week and Interview questions
Yo! Today is the day five of our course The agenda for today is solving some fantastic questions based upon our learning this week. Summary of the week.Day 1- We learnt what is Python, install...
06:10 am GMT - Fri, June 25, 2021
Dev To CSS Link Style
Using CSS, links can be styled in many different ways.We can change the style of CSS link as::hover:active:visited:focus:focus-within:focus-visible1. :hoverThe :hover CSS pseudo-class triggered when t...
06:05 am GMT - Fri, June 25, 2021
Dev To On state management and why I stopped using it
In the front-end/Javascript world, there was once a time when state management reigned supreme. The dominant player was Redux, primarily used by React developers.State management has (had) a purpose. ...
06:00 am GMT - Fri, June 25, 2021
Dev To Django, Null=True or Blank=True or both
When we add a database field to Django, we have several options for defining the modal field. They usually have default values that we can override according to our needs.In order to use modal fields ...
05:56 am GMT - Fri, June 25, 2021
Dev To Create a React Calendar in 5 Minutes
Learn how easily you can create and configure the Syncfusion React Calendar using the create-react-app command. This video also explains how to configure a few of the controls basic features like sett...
05:49 am GMT - Fri, June 25, 2021
Dev To FigCaption | Html
FigCaption Hover Effect Made With Html , Css Here , We Go With Html Code ,<figure> <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/577128/toucan-by-william-warby...
05:30 am GMT - Fri, June 25, 2021
Dev To Center elements with Tailwind CSS
Nowadays, I choose Tailwind CSS as my goto CSS toolkit.And today, I'll show you how to center elements with Tailwind CSS quickly.We'll be looking at two methods of centering with Tailwind.There isn't ...
03:03 am GMT - Fri, June 25, 2021
Dev To Javascript?
:Javascript,,19let result = 0;for(n=1;n<=10;n++){result += n;}console.log(result);let i = 0;let result = 0;while(i<10){i++;result += i;}console.log(result);55minmax,minmax?...
02:36 am GMT - Fri, June 25, 2021
Dev To Generating Sharable Content Images with Open Graph and NextJS
IntroductionThe Open Graph Protocol (https://ogp.me/) allows for parsing of specific metadata that many social networks utilize to create dynamic sharable content. An example of this could be wh...
01:56 am GMT - Fri, June 25, 2021
Dev To Ruby Hash Method 101
What the heck is Ruby Hash ??You can think of Ruby Hash is kind of an Array without the numerical indexes. You access the Hash values with Keys. A Hash is a data structure used to store data in ...
01:47 am GMT - Fri, June 25, 2021
Dev To Top UI frameworks for React
Top UI frameworks for reactUI libaries are very popular for creating beautiful looking web applications Material-UIReact components for faster and easier web development. Build your own des...
01:44 am GMT - Fri, June 25, 2021
Dev To Create Horrible Console Messages with CSS
Are you tired of reading debug messages featuring the same Courier New 10px font over and over again? Do you want to color code your error messages or console logs by code block? Do you want to remind...
01:19 am GMT - Fri, June 25, 2021
Dev To Neumorphism Login Form | HTML & CSS
We will explore the new neumorphism trend and create a "Neumorphism Login Form" using that trend.So, in this video, you will learn how to use this trend and create a Neumorphism Login Form | HTML &...
11:33 pm GMT - Thu, June 24, 2021
Dev To Las 15 mejores extensiones para VSCode (2021)
En esta ocasin te mostrar las 15 extensiones que debes instalar en Visual Studio Code para sacarle el mximo provecho y as facilitar tu trabajo da a da como desarrollador. Aqu estn las extensione...
11:30 pm GMT - Thu, June 24, 2021
Dev To How I developed my portfolio for a month Demo
IntroductionLink to the DEMO at the endToday I would like to share with you my experience in developing a personal portfolio. I understand that many of you immediately wondered after reading the title...
10:57 pm GMT - Thu, June 24, 2021
Dev To What Do I Need To Know About React Native Coming From React JS?
This post is for the people who are interested in React Native because they have experience with React JS. People who know that being able to develop for mobile and web helps their job prospects but w...
10:50 pm GMT - Thu, June 24, 2021
Dev To How To Accelerate Your Career During Uncertain Times
Does the current situation have you wondering whether your career has come grinding to a halt? According to experts, growing professionally during a pandemic can be challenging but not impossible. Vie...
10:02 pm GMT - Thu, June 24, 2021
Dev To Introducing Laravel Observers.
Laravel framework comes with lots of awesome features, the outstanding one for me is the model observers.According to the Laravel frameworks documentation:If you are listening for many events on a gi...
09:51 pm GMT - Thu, June 24, 2021
Dev To Building a Blog with React, Strapi & GraphQL - Create Post & Display it in Frontend
Hey there, this is the second part of the mini series in Building an app with React, Strapi, and GraphQL. In the first part that you can find here, we went through first steps in prepping the backend ...
09:29 pm GMT - Thu, June 24, 2021
Dev To Absolute beginner's guide to Docker: What is a container?
Docker is an open-source software platform that helps you simplify the process of creating, managing, running, and distributing your applications. With Docker, you can package your application along w...
09:27 pm GMT - Thu, June 24, 2021
Dev To Regular Expression in JavaScript
A regular expression is an object that describes a pattern of characters. Regular expressions are often abbreviated "regex" or "regexp".The JavaScript RegExp class represents regular expressions, and ...
08:51 pm GMT - Thu, June 24, 2021
Dev To Use SOLID Principles To Become Better Automation Tester
Are you using most recommended and fundamental SOLID principles in your automation? Why You Need To Use SOLID Principles?Like any development work, automation also needs to be planned, designed, ...
08:45 pm GMT - Thu, June 24, 2021
Dev To Quick sort algorithm
Definition of quicksortQuicksort is a type of Divide and Conquer algorithm like merge sort, it works by choosing an element as a pivot from the giving array, and appending the greater elements ...
07:47 pm GMT - Thu, June 24, 2021
Dev To I built my app in React, React Native and NextJS. Lessons learned.
I developed an offline-first personal Kanban app called Brisqi and launched it for 5 different platforms. I started this project with 2 purposes - to learn React and to build my own offline Kanban app...
07:18 pm GMT - Thu, June 24, 2021
Dev To Getting started with React Cosmos
Written by Elizabeth Amaechi IntroductionOne of the many selling points of React is that users can build components and reuse them repeatedly within a specific codebase. You can take this featur...
07:17 pm GMT - Thu, June 24, 2021
Dev To Using Hotwire and Rails to build a live commenting system
Today we're exploring Hotwire, a new-old way of building web applications by sending HTML instead of JSON over the wire.We'll learn how Hotwire works with Ruby on Rails by building a simple applicatio...
07:00 pm GMT - Thu, June 24, 2021
Dev To AzureFunBytes Episode 48 - @Azure Arc Enabled Data Services with @sqldbawithbeard
AzureFunBytes is a weekly opportunity to learn more about the fundamentals and foundations that make up Azure. It's a chance for me to understand more about what people across the Azure organization d...
06:54 pm GMT - Thu, June 24, 2021
Dev To Pushing and running Docker images
(This post assumes you have a DockerHub account.)In the previous post, we built a Docker image. Now, we're going to "push", or upload it to DockerHub, and also see how to run it in a container! D...
06:53 pm GMT - Thu, June 24, 2021
Dev To Pagination using Gorm scopes
Gorm is a fantastic ORM writen in Go for gophers. Today I will show you how to create pagination using Gorm Scopes. Scopes allow you to re-use commonly used logic, the shared logic needs to be defined...
06:44 pm GMT - Thu, June 24, 2021
Dev To Docker deploy
Our server is finished and almost ready for deploy, which will be done using Docker. Notice that i said it's almost ready, so let's see what is missing. This whole time we used React development serve...
06:42 pm GMT - Thu, June 24, 2021
Dev To NextJS blog with Strapi | Deploy to Heroku and Vercel
Strapi is a free and open-source headless CMS. It gives us an API and lets us choose whatever language we use. In this tutorial we are going to use NextJS because of its SEO, image optimization, funct...
06:35 pm GMT - Thu, June 24, 2021
Dev To Desenvolva um cdigo melhor com Object Calisthenics
O famoso cdigo Hadouken18 horas em plena sexta-feira, voc doido para jogar um game e se depara com um cdigo desse.A vontade de sair gritando, mas voc como uma timo profissional, vai refatorar o...
06:29 pm GMT - Thu, June 24, 2021
Dev To Converting Ruby datetime to JS
We are going to dive into converting a Ruby datetime object to a JS date object. I used React JS for my latest application. One of the features for the app is a schedule of games for a local little l...
06:12 pm GMT - Thu, June 24, 2021
Dev To Run Scripts on websites using this simple technique
What are bookmarklets?A bookmarklet is a bookmark stored in a web browser that contains JavaScript commands that add new features to the browser.Developing a bookmarklet is simple and easy to us...
05:53 pm GMT - Thu, June 24, 2021
Dev To What is serverless PHP and how does it work?
Serverless computing is a new cloud computing model centred on Functions as a Service (FaaS). A serverless PHP application is simply a PHP application that runs on one of those serverless computing pl...
05:45 pm GMT - Thu, June 24, 2021
Dev To Quick Tips: Make your DEV.TO home feed better with "Anti-follow" Tag Weightings
TL;DRIn a rush? This article two sentences: Set a higher value on your tags weighting so they appear higher up your home feed. Add a negative value to a tag weighting to suppress that tag and ma...
05:45 pm GMT - Thu, June 24, 2021
Dev To Quick Tips: Make your DEV.TO home feed better with "Anti-follow" Tag Weightings
TL;DRIn a rush? This article two sentences: Set a higher value on your tags weighting so they appear higher up your home feed. Add a negative value to a tag weighting to suppress that tag and ma...
05:30 pm GMT - Thu, June 24, 2021
Dev To Tailwind CSS User? Read this!
So, if you are like me, a frontend developer who loves to work with Tailwind CSS, then this article may just save you a minute or two in the future. You see folks when I started my journey with Tailwi...
05:27 pm GMT - Thu, June 24, 2021
Dev To Front End Testing Types And Tools
What is Front End Testing?Front End Testing is a testing technique in which Graphical User Interface (GUI), functionality and usability of web applications or a software are tested. The goal of ...
05:25 pm GMT - Thu, June 24, 2021
Dev To Getting Started with NodeJS
IntroductionIn this article, I am going to introduce NodeJS with Node Package Module (NPM), step-by-step basic implementation and explanation.This article covers the following areas of NodeJS.In...
04:39 pm GMT - Thu, June 24, 2021
Dev To HTML Tags: the main tags to create your HTML page
In this article, we'll look at some of the most important tags that HTML uses in its structure. For a start it is important to understand that HTML is a hypertext markup language, and its main functio...
04:35 pm GMT - Thu, June 24, 2021
Dev To 13 Free Development Certification to get in 2021
Certification Course helps a person to grandstand his capability, responsibility for the calling, construct aptitude in his expert branch of knowledge, and assists with work progression. It's anything...
04:21 pm GMT - Thu, June 24, 2021
Dev To Instrumenting Your Node.js Apps with OpenTelemetry
As systems become increasingly complex, its increasingly important to get visibility into the inner workings of systems to increase performance and reliability. Distributed tracing shows how each requ...
04:19 pm GMT - Thu, June 24, 2021
Dev To Image upload using Golang and React
Golang is a blockbuster server side language in the field of efficiency and concurrency. If you are a Nodejs developer definitely you will come across express js for building your web api services. Go...
04:07 pm GMT - Thu, June 24, 2021
Dev To Learn Elixir the language behind Whatsapp,Telegram, Discord and Pinterest
Elixir is a dynamic, functional language for building scalable and maintainable applications.Elixir leverages the Erlang VM, known for running low-latency, distributed, and fault-tolerant systems. Eli...
04:02 pm GMT - Thu, June 24, 2021
Dev To Introducing the Core Web Vitals Technology Report
The technologies you use to build your website can have an effect on your ability to deliver good user experiences. Good UX is key to performing well with Core Web Vitals (CWV), a topic which is proba...
03:57 pm GMT - Thu, June 24, 2021
Dev To 9 Technologies to Check Out for Your Next.js & ReactProject
Libraries, frameworks, and services that will take your project to the nextlevel.Next.js is a great technology by itself, as it offers many great features that makes creating fast and versatile React ...
03:54 pm GMT - Thu, June 24, 2021
Dev To Awesome dataviz tools for software developers
TL;DR: We've built awesome.cube.dev to help you choose the best charting libraries and other tools for your needs. Please have a look, it's awesome.Hey friends! Have you ever wondered which tool or li...
03:20 pm GMT - Thu, June 24, 2021
Dev To ASP.NET Core Identity User Locked out
The user lockout feature is the way to improve application security by locking out a user that enters a password incorrectly several times. This technique can help us in protecting against brute force...
03:16 pm GMT - Thu, June 24, 2021
Dev To Light/dark mode, React implementation
IntroductionIn the previous posts, we saw how to:use CSS to handle different themes,handle system themes and also user-picked themes,store the previously picked theme for next visits,how to avoi...
03:10 pm GMT - Thu, June 24, 2021
Dev To Logging vs Tracing: Why Logs Arent Enough to Debug Your Microservices
When debugging microservices, it can be challenging for developers to identify the root cause of issues. Not to mention how frustrating it is to search through endless logs across multiple services an...
02:59 pm GMT - Thu, June 24, 2021
Dev To How to Build Your Own Blockchain in NodeJS
When we're trying to learn something new, it can oftentimes be tempting to dive headfirst into documentation, articles, and conceptual explanations. While all of that is certainly important, programme...
02:30 pm GMT - Thu, June 24, 2021
Dev To Reverse Engineering a platform
Hey folks, today's post is about a reverse engineering work I had to do for a platform and what I found by doing it A while ago I acquired a web platform with an android client for a very entertaining...
02:28 pm GMT - Thu, June 24, 2021
Dev To I made and launched a SAAS product in 43 days
Building a SaaS product in just 43 days have been a lot of fun, so let's deep dive in to it!This was originally posted over at robertbrunhage.com you can also find me over on Twitter! And just t...
02:21 pm GMT - Thu, June 24, 2021
Dev To Simple way to serialize objects to JSON in TypeScript
When were building an application we often need to serialize objects to JSON for storing them in a key value store (e.g. Redis) or publishing them on a queue.While there are libraries available like c...
02:04 pm GMT - Thu, June 24, 2021
Dev To Javascript: Les oprateurs ...spread et ...REST
Si vous dsirez plus de contenu francophone comme celui-ci, cliquer Follow ou suivez-moi sur TwitterDfinitionOprateur Spread : Permet de dconstruire les itrables (tableaux/objets/chanes) en lments uniq...
02:00 pm GMT - Thu, June 24, 2021
Dev To MERN Stack Authentication Tutorial (Part 1 - The Backend)
This tutorial will be split into two parts because its a lengthy, although relatively straightforward, process, so stay tuned for the second part that shows how to implement auth for the frontend (com...
01:58 pm GMT - Thu, June 24, 2021
Dev To How to use Distributed Persistent Rendering in Next.js with Netlify
I imagine that you must have heard about Distributed Persistent Rendering - DPR in some chatters around the Twitterverse and within the busy halls of the Jamstack community.If you haven't, and this is...
01:56 pm GMT - Thu, June 24, 2021
Dev To Homework Hacks: 10 Tips To Get SAS Tasks Done Faster
Studying coding assumes overworking and facing continuous tension. Students are not always ready for such an enormous schedule and strict deadlines they have to face after enrolling in a programming c...
01:51 pm GMT - Thu, June 24, 2021
Dev To How to wrap a Preact component into a Stimulus controller
In this post I'm going to illustrate the following:wrapping a Preact component inside a Stimulus controllerloading Preact and the component asynchronously on demandcommunicating with the wrapped compo...
01:45 pm GMT - Thu, June 24, 2021
Dev To How To make your css text look impressive
Headings, titles, subheadings etc tell the user about your website. They also take up a lot of the space. So naturally to attract more people and to make your website much more aesthetically beautiful...
01:28 pm GMT - Thu, June 24, 2021
Dev To React vs Angular vs Vue (briefly)
Angular is a framework, while React and Vue are libraries, therefore angular is heavier than the other two, due to its big codebase. The Angulars core contains most of the functionalities you might ne...
01:19 pm GMT - Thu, June 24, 2021
Dev To Databunker - a new vault project
Today, I'm really excited to share the #opensource project we've been working on at Privacybunker.io for a while Databunker!Databunker is a special secure vault for customer records. It is easy to in...
01:04 pm GMT - Thu, June 24, 2021
Dev To 3 Most Important Metrics For Engineering Team Performance
Capturing different metrics will help you to measure and visualise your engineering teams performance. This article discusses three different metrics you can measure to detect problems like lack of ow...
01:00 pm GMT - Thu, June 24, 2021
Dev To Software Engineers Need to Know DevOps Too, and That Starts with CI/CD
DevOps is hot right now. It seems like every software engineering job posting requires DevOps experience and expertise regardless of the actual job title.When a tech company breaks up its monolith int...
12:48 pm GMT - Thu, June 24, 2021
Dev To How we made the chat widget accessible for people with visual impairments
Matching colors to achieve the minimum WCAG contrast score might be perceived as a simple task. After all, there are plenty of free tools available from websites like colourcontrast to design tool pl...
12:44 pm GMT - Thu, June 24, 2021
Dev To List of Best GitHub Repos for Web Developers
In this post we are going to check best GitHub Repositories for Web Developers to learn fundamentals of Coding and Boost Productivity. List of the most Useful GitHub Repos are as belowRead Complete Ar...
12:27 pm GMT - Thu, June 24, 2021
Dev To Pseudo-classes and pseudo-elements
CSS provide useful selector types that focus on specific platform state, like when the element is hovered, active etc. Pseudo-ClassesHTML here find themselves in various stages either because the...
12:05 pm GMT - Thu, June 24, 2021
Dev To Top 10 Useful GitHub Browser Extensions
There are many types of addiction, but addiction to GitHub is a unique and interesting one. Although GitHub is a great tool for developers, using extensions to increase your productivity is greater. L...
11:07 am GMT - Thu, June 24, 2021
Dev To How to Build an Online Bus Ticket Booking and Reservation System: Key Features and Step-By-Step Development Process
The article was originally published at Ascendix Tech's Blog. Must-have features of a bus ticket booking app Key functionality for customersEasy Registration & Social LoginThe first and ...
10:27 am GMT - Thu, June 24, 2021
Dev To Vibrate MobileDevice WithJavascript
Hello So Today We LearnHow To How Use Vibrate In Javascriptthis post repost from:- https://the-dev-community.blogspot.com/vibrate-mobiledevice-with-javascript Html jsi make a demo site so ch...
09:49 am GMT - Thu, June 24, 2021
Dev To GraphQL's Schema Definition Language (SDL) types
The Schema Definition Language of GraphQL is used to define the schema of data for a GraphQL based API.Being platform/language agnostic, GraphQL uses it's own language to define and query a GraphQL AP...
09:37 am GMT - Thu, June 24, 2021
Dev To On bookmarklets and how to make them
Bookmarklets are bookmarks which execute javascript instead of opening a new page. They are available in almost every browser, including Chrome, Firefox and most Chromium based browsersThey are ...
09:25 am GMT - Thu, June 24, 2021
Dev To Answer: Construct pandas DataFrame from items in nested dictionary
answer re: Construct pandas DataFrame from items in nested dictionary Nov 27 '12 ...
09:19 am GMT - Thu, June 24, 2021
Dev To The :target pseudo element
The :target pseudo element lets you select an element whose ID is in the URL (like https://example.com/example/url#id-here. ...
09:15 am GMT - Thu, June 24, 2021
Dev To 9 Discord server every developer must know!
Hello Guys, Welcome back to another post of Sai Ansul's Blog. In this blog we are gonna find out 9 more Discord server every developer must know.So, let's start These servers are actually helpful, and...
09:08 am GMT - Thu, June 24, 2021
Dev To Solution: Out of Boundary Paths
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
09:06 am GMT - Thu, June 24, 2021
Dev To Remove multiple item from an array in JavaScript.
Array filter() method creates a new array with all elements that pass the test implemented by the provided function.Let's see an example.The above filter method will call the predicate() for each elem...
08:58 am GMT - Thu, June 24, 2021
Dev To Whats next if you wish to invest?
In several cases, no one however you'll be able to answer these queries, supported your money circumstances, your personal preferences, your expertise, and therefore the specific opportunities that yo...
08:54 am GMT - Thu, June 24, 2021
Dev To How to install ImageMagick?
I've recently picked up interest in contributing to this platform (forem/dev.to) so I've been reading the documentation.I'm now stuck on the installation of ImageMagick. I run on Windows OS so im not ...
08:49 am GMT - Thu, June 24, 2021
Dev To Learning Python- basic course: day 4, The for loop
Welcome all to the day 4 of our course. Today we will learn about the for loop and all it's pitfalls.Loops in pythonThe For loop- Everyone knows that the For Loop is a type of loop which runs st...
08:33 am GMT - Thu, June 24, 2021
Dev To Meet the most Complex & Innovative Admin from Creative Tim
Over the last few months, we have been working on a brand-new, modern admin template to help developers streamline their development process. In a highly competitive market such as web development, th...
08:09 am GMT - Thu, June 24, 2021
Dev To Netflix System Design- Backend Architecture
Cover Photo by Alexander Shatov on UnsplashNetflix accounts for about 15% of the world's internet bandwidth traffic. Serving over 6 billion hours of content per month, globally, to nearly every countr...
07:51 am GMT - Thu, June 24, 2021
Dev To The 'New Normal' - what does your work setting look like post pandemic?
It feels like many people are slowly re-emerging from seemingly endless pandemic hibernation, digging their way out of their remote locations, reluctantly changing their sweats for something less comf...
06:39 am GMT - Thu, June 24, 2021
Dev To Template Literal Types in TypeScript
In this article, we will take a closer look at template literal types and how you can take advantage of them in your day-to-day activities as a developer. So, what are template literal types? Lit...
06:26 am GMT - Thu, June 24, 2021
Dev To How to build an AI game bot for Bomberman
This is an introductory tutorial for anyone interested in building their own AI to play in a game. All you need to start is some familiarity with programming in Python. This is part 1 of a series orig...
06:03 am GMT - Thu, June 24, 2021
Dev To Is Data Engineering For You?
Why does it feel like so many more articles are discussing the data engineering profession?Perhaps it's because Dice's 2020 tech jobs report cites data engineering as the fastest-growing field in 2020...
05:55 am GMT - Thu, June 24, 2021
Dev To Very Useful Features Provided By Create React App You Might Not Know
In this article, we will explore the lesser-known but very useful features provided by create-react-app. So let's get started! Serve application on HTTPS instead of HTTPSometimes we need to test ...
05:36 am GMT - Thu, June 24, 2021
Dev To Learn Turtle Module Via Snake Game in Python!
Learn turtle via snake!Today's module is the Turtle module and we're going to have a look at what it offers throughdesigning and building the famous SNAKE game, and I remember the first time I have p...
05:32 am GMT - Thu, June 24, 2021
Dev To Ethical Anti-Design: The Road to No-Nonsense Productivity
Nobody wants to be an asshole, right? That's why in this article we're digging into the principles of, wait for it, anti-asshole design (AAD). We also try to define "ethical design" and see how it can...
05:31 am GMT - Thu, June 24, 2021
Dev To Hire AngularJS Developers to Build Faster & Scalable Web Applications
Hire AngularJs Developers to Build Faster & Scalable Web Applications. With over 60% of the U.S. population using web-based applications, there is no reason why your company shouldn't be one of th...
05:19 am GMT - Thu, June 24, 2021
Dev To Configuring EC2 storage (EBS) Hands On
We will do a hands on EBS volumes so that we can understand how to attach an EBs volume to an EC2 instance.Start creating an EC2 instanceIn step 4 Add Storage we can see there are many options regardi...
05:05 am GMT - Thu, June 24, 2021
Dev To Content Security Policy on Netlify (guide)
After deploy your website to Netlify (or any server) naturally you will run performance tests using WebPageSpeedTest. You might notice an alarming red F or E in the top right of screen. TL;DRThis...
05:02 am GMT - Thu, June 24, 2021
Dev To Challenge: Build a Product
Put a comment with some product idea and the idea with the most number of upvotes will be selected and I will build an open-source product based on that idea.Deadline to put your product idea is 30th ...
03:13 am GMT - Thu, June 24, 2021
Dev To Basico do Basico de HTML5!
Notas do editor:"A principio gostaria de dizer que ainda sou um mero estudante e continuarei sendo nessa vida que escolhi ter, pois nunca paramos de aprender nessa rea.Sendo assim, se tiver alguma sug...
02:57 am GMT - Thu, June 24, 2021
Dev To The NEW GitHub Issues and Boards are HERE and they are COOL!
The new GitHub Issues and Project Boards are here, and they are pretty cool! Today we are gonna see all the new and updated features, and what we can do with them.Let's get into it. What Has Been...
02:35 am GMT - Thu, June 24, 2021
Dev To Query Logs the AWS WAF using Amazon Athena.
When we require to view the logs coming from the AWS WAF Web Application Firewall, we count with an option to export the logs to Amazon S3. However, if we try to see them and would like the option to...
02:29 am GMT - Thu, June 24, 2021
Dev To What was your first code editor?
IntroductionToday, we have known many code editors that offer more than a just code editor. They have many features and support for extensions to increase their features. Back to when we code th...
01:45 am GMT - Thu, June 24, 2021
Dev To Building scalable Flutter apps (Architecture, Styling, Conventions, State management)
After two years of Fluttering, I would like to share in this article the best practices that Ive learned of how to build a scalable application.I will not say what you should do, but what you could do...
11:43 pm GMT - Wed, June 23, 2021
Dev To Javascript Questions
let a = 3;let b = new Number(3);let c = 3;console.log(a == b);console.log(a === b);console.log(b === c);A: true false trueB: false false trueC: true false falseD: false true trueAnswer: Cnew Number() ...
11:19 pm GMT - Wed, June 23, 2021
Dev To Explain a "memory leak" like I'm five
Cover Photo via Unsplash...
10:16 pm GMT - Wed, June 23, 2021
Dev To Tools for designing a web project
I have a bunch of projects I am working on for fun, mostly around web apps. Some of them are just concepts and some exist but need a revamp for a professional design.So I want to share some of the too...
10:06 pm GMT - Wed, June 23, 2021
Dev To How coming off maternity leave has given me a newborn appreciation for pairing
Late-night feedings and diaper changes, the 3-4 month sleep regression, teething, and a growth spurt all mean I'm getting less sleep than I'm used to and I am already back to work. Despite being away ...
10:03 pm GMT - Wed, June 23, 2021
Dev To HTTP headers HTTP Request and Response
HTTP PROTOCOLHTTP stands for Hyper text transfer protocol.The Hypertext Transfer Protocol is an application protocol for distributed, collaborative, hypermedia information systems that allows us...
09:38 pm GMT - Wed, June 23, 2021
Dev To Merge sort algorithm
Definition of the merge sort algorithmmerge sort is an efficient algorithm, and one of Divide and Conquer algorithms that splits the giving array into two halves, and then merge them in a sorted...
09:31 pm GMT - Wed, June 23, 2021
Dev To How to integrate i18next Internationalization with your React project?
When are working on several projects and countries the language is one of the most important facts that we need to keep in mind, especially if our application was developed with the goal of having an ...
09:30 pm GMT - Wed, June 23, 2021
Dev To Face Recognition Alert System and AWS automation
Hello everyone, In this blog we are going to create an alert system and AWS automation program.Alert System : In alert system created a program that will detect the face in the image and as soon as it...
09:24 pm GMT - Wed, June 23, 2021
Dev To How to change the git commit author?
Becoming a Git master could be complicated, due that there are several options that Git provides us and some of them need to be used based on the rules that the team defines around the process of the ...
09:07 pm GMT - Wed, June 23, 2021
Dev To PNG files can be animated via network latency
I saw this online and thought it was pretty neat. Check out this image:https://www.da.vidbuchanan.co.uk/adamation/image.pngIt's not overly useful, but you might learn something. Here is an interesting...
08:39 pm GMT - Wed, June 23, 2021
Dev To Arrow Functions
Hey everyone , in this blog we are going discuss about :Arrow Functions V/S Regular FunctionsAdvantages and Disadvantages of using Arrow FunctionsLike I said in my previous blog, the arrow function is...
08:37 pm GMT - Wed, June 23, 2021
Dev To Blockchain and its applications
You might have heard about Bitcoin but do you exactly know what's the main reason behind it? How it's being controlled what all process goes at the backend to make it work?While the answer to that is ...
08:26 pm GMT - Wed, June 23, 2021
Dev To How does Microsoft Azure work?
How does Azure work?Behind the scenes Azure uses a technology called Virtualization!Virtualization! separates the tight coupling between the computers hardware and it's operating system using an...
08:10 pm GMT - Wed, June 23, 2021
Dev To React Pagination Guide And Best React Pagination Libraries
Pagination is an integral part of any modern web and mobile application. In this article, we will look at how to implement pagination into a table that shows weather data. Well be using react, node.js...
07:48 pm GMT - Wed, June 23, 2021
Dev To A first look at Qwik - the HTML first framework
At Builder.io, we empower non-developers to build and edit blazing fast sites with a powerful visual editor. One of the cool things about our visual editor is that we can generate the same sites in di...
07:34 pm GMT - Wed, June 23, 2021
Dev To A Visual Guide To: Computer Vision in Azure
Three resources to jumpstart your learning: Read the blog post for the Visual Guide. Complete the related learning path. Bookmark & visit my evolving collection. What's a Visual Guide?It's a ...
07:31 pm GMT - Wed, June 23, 2021
Dev To Who Founded DeFiFarms?
An experienced team of data scientists and blockchain and database engineers built DEFIFARMS. They are passionate about improving and scaling blockchain technologies. Cesar Deandres, CEO, and Co-found...
07:10 pm GMT - Wed, June 23, 2021
Dev To Techniques for learning to program anything and learn programming faster (without programming ease)
Link to the original article (Portuguese): https://programador-de-quintal.webnode.com/l/tecnicas-para-aprender-a-programar-qualquer-coisa-sem-ter-facilidade-com-a-programacao/In this article we are go...
06:39 pm GMT - Wed, June 23, 2021
Dev To DEV Pride & Alan Turing: The Father of Modern Computing
Today, June 23, would be the 109th birthday of Alan Turing: brilliant English mathematician, computer scientist, and crypto-analyst who made some truly remarkable contributions to the field we all lov...
06:34 pm GMT - Wed, June 23, 2021
Dev To Don't Be A Coder! Become A Millionaire (Simpler Than You Think)
"Millionaire" or "Billionaire" can feel like a huge, unobtainable word, but becoming one is actually more realistic than you might think.These days, being a millionaire isn't necessarily about butlers...
06:26 pm GMT - Wed, June 23, 2021
Dev To Error 404 Glitch Page in JS,CSS and HTML
An interesting error 404 glitch page.See it here:https://codepen.io/FRADAR/full/gOmNzYbLike it?Follow me here (if you want):https://codepen.io/FRADAR...
06:16 pm GMT - Wed, June 23, 2021
Dev To How To Create a Composer Bin Command with Minicli
When creating and distributing PHP software with Composer, the PHP dependency manager, there are mainly two types of projects you can set up: a library and an application.If your code is intended to b...
06:16 pm GMT - Wed, June 23, 2021
Dev To Machine Learning Descomplicado
O que Machine Learning? Primeiros passos Leitura da Base Explorao dos dados - incio Resumo generated with Summaryze Forem O que Machine Learning?Quando se fala em tecnologia, um termo q...
06:16 pm GMT - Wed, June 23, 2021
Dev To Blaming Git Blame
In this article I make a case for renaming the feature git blame to a neutral equivalent (e.g. git author or git inspect). I argue that the use of git blame primes workplaces and teams for blame cultu...
06:12 pm GMT - Wed, June 23, 2021
Dev To WebSocket Postman - Making Your First Web Socker Call with POSTMAN Demo.
In this video, we are going to learn about the WebSocket Postman and how to make WebSocket call in postman.What is Web Socket?WebSocket is a computer communications protocol, providing full-duplex com...
05:26 pm GMT - Wed, June 23, 2021
Dev To Getting started with Typescript with React Hooks [2021]
Typescript is the next big thing in the Front End Development domain and if you are looking to upgrade your skills from a junior to an intermediate frontend developer, then it is a must have skill. ...
05:25 pm GMT - Wed, June 23, 2021
Dev To Build a Twitter Reaction Counter Using FaunaDB, Netlify and the Nuxt framework.
Fauna is at the peak of serverless databases and providing scalable and secure infrastructure to organizations and individuals with easy integration with various frameworks. This article will build a ...
05:25 pm GMT - Wed, June 23, 2021
Dev To Build a Twitter Reaction Counter Using Fauna, Netlify and the Nuxt framework.
Fauna is at the peak of serverless databases and providing scalable and secure infrastructure to organizations and individuals with easy integration with various frameworks. This article will build a ...
04:56 pm GMT - Wed, June 23, 2021
Dev To Career Development Tips to Help You Keep Ahead of the Curve
In the creative industry, everything can change in the blink of an eye or the click of a mouse. So, how do you ensure your skills keep up with the latest technologies, trends and standards? That's th...
04:51 pm GMT - Wed, June 23, 2021
Dev To Simple Calculator using Vue and Bootstrap 5
The HTML MarkupBootstrap 5 provides all the UI styling and responsive behavior. It's a great fit with Vue now that it's no longer dependent on jQuery. The Bootstrap grid row & col-* are used to re...
04:28 pm GMT - Wed, June 23, 2021
Dev To Kirby
Cute little Kirby using css and html...
04:27 pm GMT - Wed, June 23, 2021
Dev To Welcome Thread - v130
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:16 pm GMT - Wed, June 23, 2021
Dev To CSS Positioning
In this article, I'll discuss what is CSS position property, how you can use it to create a variety of styling solutions on the webpage. And of course with some use cases to practice. Let's dive in! ...
04:07 pm GMT - Wed, June 23, 2021
Dev To 20 Web Monetized Projects to Inspire You
Until recently, the only way content creators could make money was through advertising or other business models that take advantage of a user's privacy.But with the proposed W3C Web Monetization API, ...
03:53 pm GMT - Wed, June 23, 2021
Dev To The History of the Cloud with Jeffery Meyerson &Kelsey Hightower
This week, I'm joined by my friend Vaidehi Joshi, software engineer, creator of the Base.cs blog series, and co-host of the Base.cs podcast. @vaidehijoshi joins me to catch up with Kelsey Hightower, s...
03:12 pm GMT - Wed, June 23, 2021
Dev To Recursion explained
In this article we will break down all the concept you need to know before saying that you fully understand recursion. The goal is to talk about those concepts so that you can come up with your own de...
03:09 pm GMT - Wed, June 23, 2021
Dev To Introduction To Solidity, Ethereums Programming Language
Solidity is an object-oriented programming language that is used for writing smart contracts on various blockchain platforms.Solidity is mostly associated with Ethereum as it is developed by some core...
03:04 pm GMT - Wed, June 23, 2021
Dev To 6 ways to configure Webpack
Webpack is a build tool to make code, which was not primarily written for execution in browsers, executable in web browsers. With special plugins, webpack can manage many types of code, for example Ja...
03:00 pm GMT - Wed, June 23, 2021
Dev To La relacin entre una Lambda de Python y los Simpsons
Pues, aparentemente, has ledo bien. Hace aproximadamente un mes empec un Bootcamp de Big Data y Machine Learning en Core Scool que est siendo una pasada (casi no se ha notado la publicidad). El caso e...
02:31 pm GMT - Wed, June 23, 2021
Dev To Accordion Tabs with pure CSS
Yep, this is yet another article about how amazing pure CSS is and how you can do something cool without a line of JavaScript. Why am I bothering to write it?Because I am still fascinated by how amazi...
02:30 pm GMT - Wed, June 23, 2021
Dev To Bash cheat sheet: Top 28 commands for you to learn
Hi there,Today I want to bring you a summary of top Bash commands. Bash is a very popular shell program. It stands for 'Bourne Again Shell'. There are also other types of shells, but Bash is the most ...
02:06 pm GMT - Wed, June 23, 2021
Dev To Embedding Figma into your Dev Environment
We have often been faced with the problem of designs changing or being modified or developers not making the component exactly how the designer requested. When designs live in one place and component ...
01:45 pm GMT - Wed, June 23, 2021
Dev To Advogando favor da queridssima Fetch API
Eita, quanto cdigo!Ento voc, assim como eu (novata nesse assunto) estava seguindo algum tutorial na internet explicando como fazemos requisies para o servidor. Entretanto, contudo, todavia; o mt...
01:36 pm GMT - Wed, June 23, 2021
Dev To Handle multiple exceptions with try catch and Promise.all
Tools:NodeJS: 12.20sequelize: ^6.3.5Scenario: I have to create one Cash Register record in the database and associate it's products and treatments items in another table.Data Input: Array of objects c...
01:35 pm GMT - Wed, June 23, 2021
Dev To CSS Selectors: The Full Reference Guide
Hello, everybody! Today we'll be covering CSS selectors in depth. Table of contentsWhat is a selector in CSS?Types of selectorsUniversal selectorType selectorClass selectorID selectorAttribute se...
01:19 pm GMT - Wed, June 23, 2021
Dev To What is Developer Relations?
I've been in Developer Relations (DevRel) for nearly two years and recently I've been doing some thinking, career planning, reflection and such. And as part of that I've been doing some research on w...
01:18 pm GMT - Wed, June 23, 2021
Dev To Escalando aplicaes automaticamente no Kubernetes usando KEDA
Para quem ainda no conhece o KEDA (Kubernetes Event-Driven Autoscaling), :Um componente leve e de finalidade nica que pode ser adicionado a qualquer cluster do Kubernetes. Funciona junto com component...
01:08 pm GMT - Wed, June 23, 2021
Dev To Reactifying Custom Elements using a Custom Elements Manifest
We finally have a stable version of the Custom Elements Manifest schema, and this means we can finally start creating some cool tooling with it. Don't know what a Custom Elements Manifest is? Read all...
01:00 pm GMT - Wed, June 23, 2021
Dev To Vue, Wordpress, MEAN, MERN, Doesnt Matter! Why we shouldnt emphasize too much on tech tools
Every once in a while we see things like this emerge in our feed:React is better than VueVue is better than ReactSvelte is the new thing, peopleI still think Jquery is the bestWordPress is uselessPHP ...
12:54 pm GMT - Wed, June 23, 2021
Dev To Understanding Network things: part 3 DNS
Hi,I've got a secret for you, since several years. I'm a developer and I'm a mess in undestanding network things! :'(It's hard to not understanding things that anyone seems to understand and understan...
12:52 pm GMT - Wed, June 23, 2021
Dev To 10 JavaScript features that will help you adopt React faster
Is there a better way to start a blog post than with plain and simple facts? Of course, there is but lets do the Captain-Obvious routine anyway!We can all agree that JavaScript is the most popular pro...
12:38 pm GMT - Wed, June 23, 2021
Dev To Build a chrome extension with modern code setup
In the previous article, I covered How to set a chrome extension base code setup. In this article, I am going to cover how to use test it and publish to chrome extension marketplace app.Once you compl...
12:22 pm GMT - Wed, June 23, 2021
Dev To How to make dynamic pages for your website firebase tutorial.
Hello, glad you are here. I am kunaal and today we will see how to make dynamic pages for your website. Video TutorialI hope you understood everything. If you have any doubt or you find any mista...
11:38 am GMT - Wed, June 23, 2021
Dev To A quick and simple color palette generator for your next project.
Hello guys,this short article is about my recent side project called COLORINATORIt is a quick color palette generator based on the 60-30-10 rule of UI design. You can use the color palettes gener...
11:37 am GMT - Wed, June 23, 2021
Dev To Why you should create a tech community
You should probably get involved in your local dev community, or even better: CREATE ONE! Here is why...The year is 2019! I am in one of the best conferences in Europe: JSCONF.EU. I mean, the opening ...
11:34 am GMT - Wed, June 23, 2021
Dev To 7 Awesome Portfolio websites
Hello, I'm Gourav,Building a developer portfolio can be a cumbersome task, we have to think of a good design, best projects, blogs, and other details. So, here are 7 web developer portfolio...
11:34 am GMT - Wed, June 23, 2021
Dev To Lets make an quote-of-the-day instagram bot!
Lets get started Demohttps://www.instagram.com/dailydouseofquotes/Make a files: main.py Starting the code Importing the libariesimport urllib.requestimport osfrom PIL import Ima...
11:18 am GMT - Wed, June 23, 2021
Dev To Pourquoi les dveloppeurs Web utilisent encore Ruby on Rails ?
Si vous dsirez plus de contenu francophone comme celui-ci, cliquer Follow ou suivez-moi sur TwitterDe nombreux nouveaux dveloppeurs Web n'ont absolument aucune ide de ce qu'est Ruby on Rails.J'encoura...
11:06 am GMT - Wed, June 23, 2021
Dev To How to Master Python Fast and Easy: A Complete Simple tutorial Based on the Official Documentation of Python
Hey, guys! Here is the Complete Simple tutorial Based on the Official Documentation of Python: https://youtu.be/ne4Xsoe5Br8 that already helped a lot of people! These 15 episodes are very helpful if y...
10:19 am GMT - Wed, June 23, 2021
Dev To Top 5 Git Tips & Tricks
Becoming a Git power-user is on the bucket list of every developer. Today we prepared 5 Git tips that will help you level up your workflow and bring you one step closer to Git mastery. Tip #1 Modify...
09:52 am GMT - Wed, June 23, 2021
Dev To Accessibility in React
Accessibility is the ability for applications to be used by everyone, including those with disabilities.As a devloprer its your responsibility to make sure that everyone get the right experience in yo...
09:45 am GMT - Wed, June 23, 2021
Dev To cute owl using css and html
...
09:42 am GMT - Wed, June 23, 2021
Dev To New benchmark: Mezon Router VS Power Router
Hi all! Today we have one more benchmark.As usual we have two cases:http server accepts request, launches php script, which handles this request, and then all script data is removed from memory. All f...
09:40 am GMT - Wed, June 23, 2021
Dev To Django Custom Commands - Tutorial for Beginners
Hello Coders, This article explains how to write our own Django custom commands that might help us to test, upload data or extract valuable information in a production environment from a Django projec...
09:09 am GMT - Wed, June 23, 2021
Dev To P42 for Visual Studio Code
P42 for Visual Studio Code is now available in the Visual Studio Marketplace. The free extension includes all refactorings and code modernizations that are available in P42. It can be used on all repo...
08:56 am GMT - Wed, June 23, 2021
Dev To The one about Aysnc and Await - WEEK 6
You can only go up from the bottom right. Thats what they say.I did solo sprint on Monday morning and got a couple of green ticks in my tests. I was back again ! Ive never been a quitter. Life has tau...
08:34 am GMT - Wed, June 23, 2021
Dev To Implementing custom confirmation modal for canDeactivate
Hi all, in this article, we will discuss what canDeactivate means and how to have a custom confirmation modal implemented based on our app theme. canDeactivate Router GuardIn Angular we get in bu...
08:31 am GMT - Wed, June 23, 2021
Dev To Dynamic Classes and Styles
In this article, I aim to provide a not so new but also not so known way of adding dynamic features into your application, ensuring that you can achieve what you wish to simply without writing boilerp...
08:27 am GMT - Wed, June 23, 2021
Dev To HASP dongle emulator
Put simply, a USB security dongle is a small gadget you can connect to your computers port and instantly get access to some protected hardware or software. Mores the pity, using them on a daily basis ...
08:24 am GMT - Wed, June 23, 2021
Dev To Damn Vulnerable GraphQL Application
Usually in these when I write about some library or app I try to highlight its strengths. Well this time Im going to do the complete opposite and talk about weaknesses. Rest assured it won't be some s...
08:22 am GMT - Wed, June 23, 2021
Dev To Top 7 Popular Npm Packages
Node.Js Applications Benefit From More Than A Million Open-Source Packages Available In The NPM Package Registry. Dotenv.env file into process.env. storing configuration in the environment eparat...
08:20 am GMT - Wed, June 23, 2021
Dev To 4 no code code tools I actually use and love as a developer
No code and low code platforms will not replace developers. And I vehemently disagree with the following article/statement:'80% of tech could be built outside IT by 2024, thanks to low-code tools' Ven...
07:47 am GMT - Wed, June 23, 2021
Dev To Build dark mode theme toggle in React
I got my inspiration for this post from Article By @murtuzaalisurti Pre-requisite: Setting up React Project from Scratch Ravi Ojha May 30 '20 6 min read ...
06:45 am GMT - Wed, June 23, 2021
Dev To How did I processed half a million transactions in AWS Lambda within minutes?
Processing data could be an intensive task, especially on the computing units as the read and write operations takes a lot of resources. Luckily, if you have the right tools, you can achieve it easily...
06:00 am GMT - Wed, June 23, 2021
Dev To Weekly web development resources 79
nushellA cross-platform, extendable shell to control your system with powerful pipelines. UtopiaA design and coding environment for React projects and components. Super AgentA browser ...
05:56 am GMT - Wed, June 23, 2021
Dev To Top 5 Password managers for Mac
The first thing I install is a password manager on every new device. I have so many accounts I want to keep safe and secure. The only way to do this is a good password manager.Today's article will wal...
05:45 am GMT - Wed, June 23, 2021
Dev To Design a BMI Calculator using JavaScript
The Body Mass Index (BMI) Calculator can be used to calculate BMI values based on their height and weight. BMI is a fairly reliable indicator of body fatness for most people.Formula:BMI = (weight) / (...
05:11 am GMT - Wed, June 23, 2021
Dev To Complete Application Deployment using Kubernetes
In this post, we will be deploying a complete end to end application using Kubernetes. We will see and discuss how the different components of Kubernetes compliment each other and make the application...
04:46 am GMT - Wed, June 23, 2021
Dev To 8 Best and FREE Ebooks For Beginners to learn MachineLearning and Data Science
this article is generated using (give a ) Manitej66 / twlog This is a web app that converts Twitter threads into blogs in a single click ...
04:33 am GMT - Wed, June 23, 2021
Dev To 20 Free EBooks to Learn JavaScript In-Depth
As I have always said, your level of comprehension on any topic is intrinsically linked to the quality of learning resources you have consumed for that topic.JavaScript is a programming language with...
04:00 am GMT - Wed, June 23, 2021
Dev To Learning Python- Basic course: Day 3, Operators and If-elif-else
Welcome all to the day 3 of our course. Today we will learn about operators and the if-else control flow.Operators in Python-Operators in Python are nearly the same that of other languages like ...
03:55 am GMT - Wed, June 23, 2021
Dev To JavaScript Interview Question 49: Add a new array element by index
Will the length of the JS array change? Whats the output?.................All JavaScript arrays have the push function. Its used to add new elements to the array:const arr = [ 1, 2 ];arr.push(3); //...
03:54 am GMT - Wed, June 23, 2021
Dev To UI Dev Newsletter 62
When CSS Isnt Enough: JavaScript Requirements For Accessible ComponentsStephanie Eckles explains why JavaScript is necessary to accomplish focus management, respond to keyboard events, and toggle ARIA...
03:52 am GMT - Wed, June 23, 2021
Dev To Handling errors gracefully in react with error boundaries
Prerequisites to implement Error boundaries in ReactUnderstanding of error types such as run-time, and compile-time errors.Knowledge of Class based components.An sentry account for logging error...
03:31 am GMT - Wed, June 23, 2021
Dev To Setup a HTML tooltip on hover using CSS
Tooltips are little boxes containing helpful text that appear when you hover over certain elements in a web page. Theyre a useful UI component for providing additional information to users without hav...
02:38 am GMT - Wed, June 23, 2021
Dev To useState - React Hooks Series
Welcome to the hooks series of react. In this series, I will go through the different hooks which were introduced in React 16.8.Series pathuseStateuseEffect Why do we prefer functional component ...
02:12 am GMT - Wed, June 23, 2021
Dev To Best implement setState pada useEffect?
Kali ini kita akan membahas mengenai best implement dalam penggunaan setState pada useState di dalam useEffect pada React. Developer React akan sering dihadapkan dalam situasi dimana harus melakukan s...
02:12 am GMT - Wed, June 23, 2021
Dev To Dependency Injection (Simplified)
Your palms are sweatyKnees weak, arms are heavyThere's vomit on your sweater already, Dev's spaghettiYour nervous, but on the surface you stay calm and ready, To Drop coms.But you're forgettin' what y...
01:58 am GMT - Wed, June 23, 2021
Dev To Codecademy Review. Is it worth it?
Codecademy is a popular online learning platform for coding. This article is going to review what it offers to make learning easy.If you are not sure if Codecademy is still worth it, then this article...
11:57 pm GMT - Tue, June 22, 2021
Dev To The Vaccination Game (Canvas API)
Last year I've worked on a project where I had to develop a small game alongside other components. But recently I've decided to isolate this game as a single stand-alone project since it was a good wa...
11:35 pm GMT - Tue, June 22, 2021
Dev To The History Of JavaScript
Nowadays JavaScript is everywhere Hello , Beautiful Coders on the internet . In this article, I would share with you a quick yet comprehensive overview of how the most popular and widely used programm...
11:25 pm GMT - Tue, June 22, 2021
Dev To Day 7 of 100DaysOfCode!
Today's progressToday I learned about functional programming.What I learnedFunctional programming is a style of programming in which solutions are simple. A function takes an input, processes it and r...
11:21 pm GMT - Tue, June 22, 2021
Dev To Selection sort algorithm
Definition of selection sortSelection sort is one of the simplest sorting algorithms, it works by continually finding the minimum number in the array and inserting it at the beginning. Spac...
10:29 pm GMT - Tue, June 22, 2021
Dev To The one about JS fundamentals - WEEK 1
WEEK 1 Shock to the system. All in all, there was probably 30 minutes worth of info that I was comfortable with..everything else was all new territory. Excitement, fear, self questioning, tears, self ...
10:27 pm GMT - Tue, June 22, 2021
Dev To Not Another Gradient Generator
The web is full of gradient generators. So I thought I'd make another one: Not Another Gradient GeneratorIt has some novel features though:Generates linear, radial, and conic gradients.Allows you to l...
10:11 pm GMT - Tue, June 22, 2021
Dev To How to Create a Todo List with React and Sanity
Sanity is often described as a "headless CMS"a content management system decoupled from its presentation, allowing a developer to create any kind of frontend they desire.But most "headless CMS" platfo...
09:50 pm GMT - Tue, June 22, 2021
Dev To 5 Ways to Make Money Online
5 Ways to Make Money OnlineOriginally, This was published on *The Zyox Letter*, The best Newsletter for Programming, tech, entreprenuership & money.CLICK HERE - https://zyox.substack.comJoin NowNo...
09:48 pm GMT - Tue, June 22, 2021
Dev To Top 3 reasons developers should use social media
Social media has some great benefits for developers, in their careers and in connecting with their communities. This post kicks off a blog series that will describe the value Ive gotten from social me...
09:23 pm GMT - Tue, June 22, 2021
Dev To Tips for someone who wants to be a Developer
Plenty of companies are on the hunt for software developers. So, what are the secrets to software developer success?If you want to be a software developer, you wont be stuck for company choices. Many ...
09:17 pm GMT - Tue, June 22, 2021
Dev To Atajos de Teclado (shortcuts) en Visual Studio Code.
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...
09:13 pm GMT - Tue, June 22, 2021
Dev To Web Components, comunicao entre componentes (parte 5)
Essa a quinta parte da srie de tutoriais sobre Web Components, no deixe de ver as outras partes. Neste tutorial vamos ver um pouco mais sobre algumas abordagens de como podemos fazer uma comunicao en...
09:10 pm GMT - Tue, June 22, 2021
Dev To Why Storing Files in the Database Is Considered Bad Practice
This article was originally published a day earlier at https://maximorlov.com/why-storing-files-database-bad-practice/You're already storing structured data in the database, it seems only logical to s...
08:57 pm GMT - Tue, June 22, 2021
Dev To The 4 Types of Activity timeouts in Temporal
One benefit of moving business logic to Temporal is how Temporal implements retries and timeouts for Activities in a standardized way. This has the effect of adding a reliability layer atop unreliable...
08:31 pm GMT - Tue, June 22, 2021
Dev To Being a developer at a startup is actually pretty great
Youre a developer who is looking for their next role and you are thinking about what kind of companies to talk to. One of the first decisions you have to make is whether to join a startup or a bigger,...
08:13 pm GMT - Tue, June 22, 2021
Dev To La Cascada en CSS: Qu es y cmo funciona
Hola gente bonita!Alguna vez has escrito una propiedad CSS y el valor no parece funcionar? Tal vez tuviste que recurrir al uso de !important para que funcionara. O quizs hayas recurrido a escribir el ...
08:07 pm GMT - Tue, June 22, 2021
Dev To The 7 Most Popular 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:06 pm GMT - Tue, June 22, 2021
Dev To The CodeLand CFP is Open!
As we shared last week, CodeLand 2021 is officially coming back in September 2021. 2 days, 1 community, 5 years in a row We can't wait to see you for this free and virtual celebration of early-career...
06:38 pm GMT - Tue, June 22, 2021
Dev To The most common problem in React code
I started playing with React about 5 years ago. The most common problem I've seen in React code is duplicate state.Duplicate state always leads to problems.So what do I mean with duplicate state?Let's...
06:33 pm GMT - Tue, June 22, 2021
Dev To Supercharge your Angular application using Web Workers
Zama Khan Mohammed | ng-conf | May 2019UI blocking is a thing of the past! Original by @ja5on https://angularprojects.comIf you are building an application where you do a lot of calculation...
06:31 pm GMT - Tue, June 22, 2021
Dev To Running Laravel on Docker is really easy with Kool
In just 3 simple steps, you can use Kool CLI's kool create command to start a new Laravel application running in a local Docker environment. Kool is an open source dev tool that makes using Docker for...
06:22 pm GMT - Tue, June 22, 2021
Dev To Focus-visible: The Unsung Hero
You find a lot of edge cases building UI's. Accessibly opening a modal, scroll-lock, strange focus states, etc..., and the solution to those edge cases aren't always apparent.Well, I just found one th...
06:20 pm GMT - Tue, June 22, 2021
Dev To GitHub Actions Self-Hosted Runner on Kubernetes
Deploy a scalable GitHub Actions self-hosted runner on Kubernetes using Helm. Why Self-Hosted Runner?Self-hosted runners are ideal for use-cases where you need to run workflows in a highly ...
06:03 pm GMT - Tue, June 22, 2021
Dev To Beginner JavaScript - 13 - Understanding DOM Traversal
Hey everyone ,In this article, let us cover a detailed introduction on Document Object Model (DOM) in JavaScript. This is the thirteenth part of my Beginner JavaScript Series on Dev. DOM Traver...
05:39 pm GMT - Tue, June 22, 2021
Dev To What's the difference between TLS 1.2 vs 1.3???
Most people don't think twice of when they connect to a website. The split second it takes for a (new) website to load, an awesome protocol occurs behind the scene - to make sure that the website that...
05:36 pm GMT - Tue, June 22, 2021
Dev To How To Build Your Own Likes and Comments System With Firebase and React
One of my todo items with React apps was having performance-first dynamic comments and likes system for static websites. Why? Because it brings the capabilities of going beyond content and add functio...
05:08 pm GMT - Tue, June 22, 2021
Dev To Beginner JavaScript - 12 - Accessing and Manipulating DOM Elements (video)
Hey everyone ,In this video, let us cover a detailed introduction on Accessing and Manipulating DOM Elements in JavaScript. This is the twelfth part of my Beginner JavaScript Series on Dev. So this is...
05:07 pm GMT - Tue, June 22, 2021
Dev To Drum Kit from JavaScript30
Today I have created a repository in my Github with my solutions from JavaScript30 exercises by Wes Bos.I'm starting to document my entire process so I can see my own evolution and look for new soluti...
04:51 pm GMT - Tue, June 22, 2021
Dev To Anyone hiring for Frontend Web Developer?
Hey guys!Hope you all are fine and safe.My name is Ram Maheshwari and I'm mostly a frontend-focused web developer. Currently, I'm looking for opportunities/roles/projects in web development and I thou...
04:48 pm GMT - Tue, June 22, 2021
Dev To Axios vs Fetch
Hello Developers! All we are using either Axios OR fetch to communicate/exchange data with server. Both works perfect as per your requirement. Today we will go in detail and see how they are differ in...
04:22 pm GMT - Tue, June 22, 2021
Dev To Beginner JavaScript - 11 - Document Object Model & Query Selection
Hey everyone ,In this article, let us cover a detailed introduction on Document Object Model (DOM) in JavaScript. This is the eleventh part of my Beginner JavaScript Series on Dev. Document Obj...
04:16 pm GMT - Tue, June 22, 2021
Dev To Error vs Exception
One of the most difficult parts of programming languages is to know the difference between Error and Exception. I used to get confused a lot about this. So, to help my mates to overcome this problem, ...
04:07 pm GMT - Tue, June 22, 2021
Dev To Picking the right hosting provider
Most modern technology projects need to be running 24/7/365 to maximise their avaliability and to become a reliable service for their clients. And even if this is not the case for your project, chance...
03:49 pm GMT - Tue, June 22, 2021
Dev To Everything new in Flask 2.0
Photo by Markus Spiske on UnsplashFlask is one of the most used Python Frameworks in Web Development. It recently came out with a new release - 2.0.0.In this post, we'll go through the major changes. ...
03:41 pm GMT - Tue, June 22, 2021
Dev To Build an Amazing Portfolio Website with React
Today you're going to create one of the most important apps you can build for yourself: your developer portfolio.Every React developer or web developer in general needs to be able to show off what the...
03:38 pm GMT - Tue, June 22, 2021
Dev To HTMLCSS 10 Concept
Just an idea... One language for Elements/Style/Logic and no XML.@W3C :D{ type: HTMLCSS10 { type: head; meta: ....; meta: ....; use: './main.css' }, { type: body; children: [ { ...
03:11 pm GMT - Tue, June 22, 2021
Dev To Creating a Haskell Application Using Reflex. Part 4
Author: Nikita AnisimovPart 1Part 2Part 3Hi there! In our new post, well take a look at how we use JSFFI. JSFFILets make it possible to set a deadline date in our application. Suppose that we nee...
03:06 pm GMT - Tue, June 22, 2021
Dev To Let's build Airbnb Home page with Nextjs and ChakraUI - Part 2
In part 1, We created header section. Now in this part We'll create main section.Github Repo: Chakra-airbnbDemo: Chakra-airbnb Booking SectionIt is very easy to create booking section by wrapping...
02:56 pm GMT - Tue, June 22, 2021
Dev To Amazing Button Animation Using HTML & JS
Hello Guys,Today I created an Amazing Button Animation Using HTML & JS. In this button animation, I am using only HTML CSS and Js for animation. Card Fill Hover Effect : ...
02:54 pm GMT - Tue, June 22, 2021
Dev To Get Descriptions on Bash, HTML, & CSS snippets in your browser
Online resources play an enormous role in solving problems related to our code. Studies clock developers as using up to 20% of development time looking at or for code examples (think: documentation, f...
02:42 pm GMT - Tue, June 22, 2021
Dev To Learn callbacks, promises, Async/Await by Making Ice Cream
Today we're gonna run an ice cream shop and learn asynchronous JS. Along the way, we'll understand how to useCallbacksPromisesAsync / Await Table of Contents -What's Asynchronous JavaScriptSynchr...
02:37 pm GMT - Tue, June 22, 2021
Dev To My Top 5 Tweets related to Frontend Development
1/5 - Disable pull to refresh using CSS frontend.jsx @frontend_jsx CSS Tip: Disable pull to refre...
02:33 pm GMT - Tue, June 22, 2021
Dev To Javascript Questions
What's the output?let c = { greeting: 'Hey!' };let d;d = c;c.greeting = 'Hello';console.log(d.greeting);A: HelloB: Hey!C: undefinedD: ReferenceErrorE: TypeErrorAnswer: AIn JavaScript, all objects inte...
02:23 pm GMT - Tue, June 22, 2021
Dev To Learn Next.js and Tailwind CSS By Building Dev.to
Click if you like the project. Pull Requests are highly appreciated Github link: https://github.com/hieptl/devto-cloneLive Demo: https://36pov.sse.codesandbox.io/I'm Hiep. I work as a full-time softw...
02:18 pm GMT - Tue, June 22, 2021
Dev To Proof of Stake is a Precondition to Blockchain Adoption
It was unfortunately admitted earlier this month that Ethereum 2.0 is taking much longer than was initially expected. Among the many changes that Eth2 will include is the transition from a Proof of Wo...
02:14 pm GMT - Tue, June 22, 2021
Dev To Announcing the Web Monetization Workshop (WMW)
Web Monetization is being proposed as a W3C standard at the Web Platform Incubator Community Group. Since August 2019, Web Monetization has enabled content creators and developers to earn from their w...
01:53 pm GMT - Tue, June 22, 2021
Dev To 4 tools all developers should use
Developers are always looking for simpler ways to do more advanced things in less time, and one of the many ways that they can achieve this is by using a selection of tools to supplement their workflo...
01:31 pm GMT - Tue, June 22, 2021
Dev To "So...Hm...Yeah" - 6 Simple and Well-tested Hints for Developer Presentations (from a Developer)
Our pub quiz-loving head of development, Jochen Bartlau, usually gets around (when Corona isn't paralyzing the world). He tours the area for our reporting component List & Label and its user commu...
01:13 pm GMT - Tue, June 22, 2021
Dev To How To Setup Redux with Redux Toolkit
Developing modern web applications involves not only UI building but also state management. One of the most widespread libraries for this is Redux. In this tutorial you will learn how to setup Redux u...
01:01 pm GMT - Tue, June 22, 2021
Dev To Writing reliable Ansible playbooks
WORDS BY Tadej BorovakWe often talk about techniques and tools that help developers write high-quality Ansible content (modules and plugins). Of course, having high-quality Ansible collections is a pr...
12:51 pm GMT - Tue, June 22, 2021
Dev To Introducing and testing accessibility in the LiveChat Chat Widget
For the last few months, weve been working on making our LiveChat Chat Widget accessible and ensuring it meets the WCAG requirements. We had to get acquainted with success criteria, translate them int...
12:42 pm GMT - Tue, June 22, 2021
Dev To A Month In The AWS Community Builders Program.
In my previous post, I explained what the AWS builders program is all about, how to apply, and some benefits officially advertised. I can't believe a month has already gone by. It sort of feels like t...
12:35 pm GMT - Tue, June 22, 2021
Dev To Learn FastAPI With Me (Part 1)
Hey there, Today I'm going to start this series of "Learn FastAPI With Me". So those how don't know what a api is, let me tell you:According to Wikipedia:An application programming interface(api) is a...
12:32 pm GMT - Tue, June 22, 2021
Dev To Getting Started with Go Context
Applications in golang use Contexts for controlling and managing very important aspects of reliable applications, such as cancellation and data sharing in concurrent programming. This may sound trivia...
12:06 pm GMT - Tue, June 22, 2021
Dev To The master guide to smooth, realistic shadows in CSS
What are shadows?When light falls upon an object shadow is formed. The shadows we see around us works on the same principle but they are really complex and realistic as they are not in a specific shap...
11:59 am GMT - Tue, June 22, 2021
Dev To Lunch Breaks: 5 Ways to Improve Your Productivity
In the movie Wall Street, Michael Douglas' character Gordon Gekko declared that "lunch is for wimps." And it seems that conceit has taken hold ---62% of professionalssay they usually just grab a quick...
11:39 am GMT - Tue, June 22, 2021
Dev To Understanding Docker, Docker Compose & Swarm
The intention behind this article is to provide high level understanding of what they are, how to use them and explain the commonly used syntax & semantics. the article might be a bit long but the...
11:25 am GMT - Tue, June 22, 2021
Dev To Do you agree with intrusive time tracking software?
I've started my developer career as a remote worker in a remote-only company, I thought it was great and that in this way I would have had a generally happier life (more free time, flexible time sched...
10:36 am GMT - Tue, June 22, 2021
Dev To Create PDF documents in Django - Tutorial for Beginners
Hello Coders,This article explains how to generate PDF documents in Django using different techniques: via Django Shell, generate the document using a GET parameter and pull an image from the internet...
10:34 am GMT - Tue, June 22, 2021
Dev To Introduce myself
Hi,my name is Raquel Santos, also known as RS-coding.I have a bachelor's degree in Visual Design and have worked for many years in the field, but as I took a specialization course in front-end w...
10:27 am GMT - Tue, June 22, 2021
Dev To 7 Web Development/Programming YouTube Channels
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:06 am GMT - Tue, June 22, 2021
Dev To Route traffic to a subdirectory using Cloudflare Workers
If you're working on a project or a company where SEO has a certain degree of importance for acquisition, there's a great deal of chance you've already asked yourself this question :Should I route tra...
09:46 am GMT - Tue, June 22, 2021
Dev To Build CI/CD pipelines in Go with github actions and Dockers
This tutorial will show you how to setup a CI/CD pipeline using GitHub Actions. The pipeline will test, build and publish a Go app to Docker Hub when changes are pushed to a GitHub repository. Ov...
09:41 am GMT - Tue, June 22, 2021
Dev To What are your top things you love & hate about the npm ecosystem?
Node Package Manager (npm) helps us a lot in terms of performance when building new awesome applications - so many packages available and ready to be used. But over time there are also a lot of things...
09:38 am GMT - Tue, June 22, 2021
Dev To Chat App using Socket.io
Have you ever wanted to create a real-time chat app or just curious about how the operation looks like under the hood?Today we will be discussing how we can communicate with the client, browser, and s...
09:31 am GMT - Tue, June 22, 2021
Dev To Create a Simple calculator using vanilla JavaScript (Step-by-Step)
This is a simple calculator created only with HTML, CSS and JS. It will enhance your basics of JavaScript which is more important than learning new technologies. Prerequisite KnowledgeBasics of H...
09:07 am GMT - Tue, June 22, 2021
Dev To "Flutter is better than React Native". Thoughts?
So I am writing a research based article for a tech magazine on why Flutter is better than React Native. Just wanted to get fellow developers' take on this matter. If you have experience using both th...
08:37 am GMT - Tue, June 22, 2021
Dev To The Most Important Thing You Don't Know About Promises
Take a look at the below code:const promise = new Promise((resolve, reject) => { resolve();});promise .then(() => { console.log('first'); }) .then(() => { console.log('second'); })...
08:07 am GMT - Tue, June 22, 2021
Dev To My 7 Tips on How to Manage Stress as a Developer
IntroductionStress is a natural reaction of our body when we face situations we can't cope with (for example, that one piece of code you can't figure out). Unfortunately, it can be a little over...
08:07 am GMT - Tue, June 22, 2021
Dev To Take full advantage of high order functions - Examples in Javascript
Functions are more than just a way to avoid repetition in your code. The powerful concepts of functions as objects that can be manipulated and altered in runtime will improve the flexibility and scala...
07:46 am GMT - Tue, June 22, 2021
Dev To CONST vs READONLY in C? (Explanation)
Who does not have doubts when starting to learn something new?All the worldIn this case, when someone starts programming in .NET they usually get a questions that even many Senior Developers dont know...
07:41 am GMT - Tue, June 22, 2021
Dev To What I wish somebody had explained to me before I started to use AWS Glue
IntroductionAWS Glue is a service I've been using in multiple projects for different purposes. It's not really a single service, but more like an umbrella encompassing multiple capabilities. In ...
07:38 am GMT - Tue, June 22, 2021
Dev To Puppeteer vs. Playwright: One is ~25% Faster
Puppeteer (Google) and Playwright-Chromium (Microsoft) are libraries used to programmatically control browsers. This article compares the libraries across six (6) criteria.Startup Time (browser.launc...
07:10 am GMT - Tue, June 22, 2021
Dev To PWA Universal Controller
#Control anything around the worldSurprising? Obvio not, all the traditional machines and softwares are being replaced with modernized technology.Therefore, my concepts and belief also substitut...
06:11 am GMT - Tue, June 22, 2021
Dev To PM2 Startup script, always keep processes running
We had a short introduction into PM2, a process manager for Node scripts. However, there is one big thing we didn't cover yet, and that's startup scripts.These are PM2 scripts we can generate, so the ...
05:56 am GMT - Tue, June 22, 2021
Dev To Data Structure with JavaScript: Queue
When we talk about queue as a data structure, it's exactly the same as you can imagine in real-world examples: a lot of things a line one in front of the other, waiting for something, like the imagine...
05:51 am GMT - Tue, June 22, 2021
Dev To GitLab Cheatsheet - 4 - GitLabCI - Jobs call sequence
In this cheatsheet, the fourth, I would like to explain the jobs call sequence.I will create others cheatsheet. Tell me if you have comments or suggest about those cheatsheet ....
05:47 am GMT - Tue, June 22, 2021
Dev To PSA: Add dark mode to your sites, or at least let the browsers do it for you
I have a simple message for web developers, start adding the color-scheme property to your webpages.<!-- The page supports both dark and light color schemes, and the page author prefers dark.--&g...
05:09 am GMT - Tue, June 22, 2021
Dev To How to count lines of code you written.
In this short tutorial we are gonna see how to count lines of code that you've written.Before we get started you should have node, npm, npx installed in your machine. Let's startOpen terminal an...
05:01 am GMT - Tue, June 22, 2021
Dev To 3 Design Patterns in TypeScript for Frontend Developers
by author Samaila BalaDesign Patterns are best software practices used by Software Developers in solving recuring problems in Software Development. They aren't code-related but rather a blueprint to u...
04:41 am GMT - Tue, June 22, 2021
Dev To New benchmark: Mezon Router VS Toro Router
Hi all! Today we have one more benchmark.As usual we have two cases:http server accepts request, launches php script, which handles this request, and then all script data is removed from memory. All f...
04:23 am GMT - Tue, June 22, 2021
Dev To How to use HTML5 semantic tags?
A properly designed website will be better ranked by search robots and more likely to get on the first page of search engines.And if this is important to you, I suggest you read this article, which wi...
04:11 am GMT - Tue, June 22, 2021
Dev To EC2 storage (EBS)
Each EC2 instance needs storage to store data and run operations. In AWS this is done via network hard drives witch can be attached to your EC2 instance. The network drives are called EBS (Elastic blo...
03:47 am GMT - Tue, June 22, 2021
Dev To Tips and tricks for content curation on social media
Presenting great content that adds value to your social media is called content curation. It is a great and valuable strategy that hugely helps in content marketing. Here, we will help you understand ...
03:39 am GMT - Tue, June 22, 2021
Dev To 5 Lessons I Learned During 5 Years of College
Photo byMD DuranonUnsplashI graduate college in 30 days, and I can not believe that 5 years have gone by. My college has given me a lot of things apart from my degree including but not limited to life...
03:35 am GMT - Tue, June 22, 2021
Dev To 6 figure job in 6 months
Yes you heard it right "6 figure job in 6 months".How can you achieve that?Choose Your StackWeb Dev - html, CSS, JavaScript, etc..App Dev - native, hybrid etc..Design - Figma, Photoshop , etc..etcWork...
03:19 am GMT - Tue, June 22, 2021
Dev To 29 best YouTube channels to learn to code and become a better Developer
YouTube is considering a to be expansion in rush hour gridlock as an instructive stage, well known with understudies and educators the same. YouTube permits clients to buy in to the channels of their ...
03:14 am GMT - Tue, June 22, 2021
Dev To Why Web developers still use Ruby on Rails?
Follow me!: Follow @EricTheCoder_Many new web developers have absolutely no idea what is Ruby on Rails.I encourage those people do their research and learn more about this beautiful web framework.Ruby...
02:53 am GMT - Tue, June 22, 2021
Dev To Build serveless real-time chat application with Web PubSub and Static Web Apps
With the growth of internet and mobile, building the cross platform real-time chat experience into your application also becomes a very common need, for example patient and doctor chat in healthcare, ...
02:40 am GMT - Tue, June 22, 2021
Dev To String Prototype Capitalize
Note: This article is intended for Indonesians PerkenalanJavascript mempunyai banyak built in function pada prototype. Ada di array, string, object, dan lain2. Salah satu contohnya adalah String....
01:09 am GMT - Tue, June 22, 2021
Dev To How To Publish A Static React/Node.js App Using cPanel (the easy way)
I've been stuck on this problem recently and finally figured it out a week in. Except the solution surely took less than ten minutes so I decided to share the wisdom.Pro-tip: Forget the Setup Node.js ...
12:58 am GMT - Tue, June 22, 2021
Dev To Test your C Skills
My journey with learning .NET stack started with C# concepts. As I did not have any adequate financial support or the dedicated environment of people sharing same goals. I was left with no option but ...
12:41 am GMT - Tue, June 22, 2021
Dev To Filter javascript
Aqui vai algumas dicas de como utilizar o mtodo "filter" em seu cdigo !este comando ir filtrar os "dados" que voc deseja , para uma visualizao ou etc...vamos comear ! const car =[{type:"ferrari",model...
12:10 am GMT - Tue, June 22, 2021
Dev To Day 6 of 100DaysOfCode!
Today's progressI worked on inheritance, DRY (Don't Repeat Yourself) and supertype (parent). The benefit of inheritances and DRY is so that you don't rewrite code and it is about writing less code on ...
11:51 pm GMT - Mon, June 21, 2021
Dev To Redesigning the Design Interview
Author's Note: This post has some interactive elements and is best viewed on the canonical URLAs the first designer at a growing startup (Discuss.io) and as a consultant for much larger companies (Lib...
11:24 pm GMT - Mon, June 21, 2021
Dev To Full GitHub Actions Course [FREE]
In this GitHub Actions Tutorial you will be able to go from zero to hero in 90 minutes. By the end of this course, you will have a deep understanding of the concepts and a great overall big picture of...
10:54 pm GMT - Mon, June 21, 2021
Dev To Insertion sort algorithm
Definition of insertion sortInsertion sort is a type of sorting algorithms that works like the process of sorting playing cards, it divides the array into two parts, part of sorted numbers and o...
10:33 pm GMT - Mon, June 21, 2021
Dev To Authentication vs Authorization
As a developer, authorization and authentication are two terms that you might have come across. Although they are related, they mean different things, confusing if the basic idea is not well understoo...
10:11 pm GMT - Mon, June 21, 2021
Dev To Guide to sending SMS with the Twilio API
IntroductionIn a fast-paced environment, it is becoming increasingly important that software systems keep customers abreast with the latest information - whether or not they are actively interac...
10:00 pm GMT - Mon, June 21, 2021
Dev To Javascript Operators with AutoHotKey
If you are a software developer and the major time write code in JavaScript (or TypeScript) this AutoHotKey can be useful.with AutoHotKey you can remap some key behavior to write quick and easy all th...
08:32 pm GMT - Mon, June 21, 2021
Dev To Devtron, Heroku for Kubernetes, Open-source Delivery Workflow
A completely Opensource software delivery workflow for Kubernetes. Mainly written in Go. devtron-labs / devtron Software Delivery Workflow Fo...
08:28 pm GMT - Mon, June 21, 2021
Dev To Web Development for Beginners: A new Learning Path on Microsoft Learn
This is based on the Git Hub curriculum https://github.com/microsoft/Web-Dev-For-BeginnersThere are 16 million developers in the world today. Roughly half of those, 8 million are web developers. Web d...
08:28 pm GMT - Mon, June 21, 2021
Dev To Building a SaaS App: Beyond the Basics
This is the first post in a series on building your own SaaS application. We'll go step by step through what it takes to build a real product: taking payments, system monitoring, user management, and...
07:44 pm GMT - Mon, June 21, 2021
Dev To 13 More Amazing Tips for writing listicles [that will blow people away]
Don't forget to bookmark this post so you can read it later. Oh and make sure to share it on social media, leave a like, add a comment, subscribe to my newsletter and send me a postcard. 1. Use c...
07:10 pm GMT - Mon, June 21, 2021
Dev To If technologies/tools were listed on the stock market, which one would you invest in heavily?
If technologies/tools were listed on the stock market, which one would you invest in heavily?I'll go heavy on GoLang and AWS.How'd your portfolio look like?~ Om Bharatiya...
07:02 pm GMT - Mon, June 21, 2021
Dev To Let's Learn .NET - Blazor - Free Live Stream Event
Let's Learn .NET is a monthly beginner series that walks through the fundamentals of using C# and .NET. This month, we are looking at Blazor and how to use it to build web apps completely in C#.Blazor...
06:52 pm GMT - Mon, June 21, 2021
Dev To Implement reverse scrolling effect on webpage
Hey guys, when you create a website, the browser loads it at the top of your design, and viewers scroll down. But what if your design is more interesting the other way around? What if you'd like a pag...
06:52 pm GMT - Mon, June 21, 2021
Dev To How to Create a Convex Bottom AppBar in Flutter
Photo by Ashley Byrd on UnsplashHello and welcome to my post about Flutter Package Testing. Each week I will test another package published under pub.dev. If you want to see the first post of this ser...
06:45 pm GMT - Mon, June 21, 2021
Dev To How to Create Signin Buttons in Flutter
Photo by Bastian Riccardi on UnsplashHi there, and welcome to my post about Flutter Package Testing. Each week I will test another package published under pub.dev. If you want to see the first post of...
06:42 pm GMT - Mon, June 21, 2021
Dev To What is JOMO and Why it will Increase your Productivity x97
TL;DR: You are mortal. You will die. Don't waste your time. What is JOMO?JOMO (Joy of Missing out) is the opposite of FOMO (Fear of Missing out).This was first described by Patrick McGinnis in hi...
06:40 pm GMT - Mon, June 21, 2021
Dev To Let's build Airbnb Home page with Nextjs and ChakraUI - Part 1
1.Create a Nextjs appyarn create next-app --typescript2.Install Chakra UIyarn add @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^43.Create components/layout/header.tsximport { ...
06:29 pm GMT - Mon, June 21, 2021
Dev To What does a Machine Learning Engineer actually do?
Recently Paige Bailey - Twitter, Github - Tweeted an analysis she did on the state of Machine Learning cohorts. Using her Article as a basis, I'd like to share my view on what I've doing for the pas...
06:18 pm GMT - Mon, June 21, 2021
Dev To List of Open Source Projects ML
List of Open Source Projects MLOpen source is an vast ocean if you are willing to dive in there, here is a list of some open-source projects to which you can contribute as an open-source contributor. ...
06:04 pm GMT - Mon, June 21, 2021
Dev To JavaScript-30-Day-19
Unreal Webcam Fun demoSo what are we going to be building today?Today we are going to make a photo booth with JavaScript.First of all, we've got our video being piped in from our webcam, ...
05:54 pm GMT - Mon, June 21, 2021
Dev To How to create NFTs with JavaScript
Written by Adebola Adeniran In February 2021, Figma CEO Dylan Fields sold a piece of NFT art for $7.5 million. Similarly, Twitter co-founder Jack Dorsey sold his first tweet on Twitter as an NFT for $...
05:43 pm GMT - Mon, June 21, 2021
Dev To Image Gallery with Gatsby, Netlify and Airtable.
Hello everyone! Let's do a project similar to: https://momazos.netlify.app/It's basically a list of images stored on Airtable and consumed by Gatsby through a source plugin called gatsby-source-airtab...
05:35 pm GMT - Mon, June 21, 2021
Dev To What is Tailwind CSS
A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.That's the description of Tailwind CSS gi...
05:33 pm GMT - Mon, June 21, 2021
Dev To A Simple And Effective Way To Learn & Practice JavaScript.
The best way to practice JavaScript is to work on the project."Don't take on the Project whole at once."Don't try to build all features at once. Go Step by Step. Sample projects that can be done:...
05:25 pm GMT - Mon, June 21, 2021
Dev To What's the best programming language to learn first
There is no right answer, of course. Choosing a first language will depend on what kind of projects you want to work on, who you want to work for, or how easy you want it to be. Hopefully, this guide ...
05:09 pm GMT - Mon, June 21, 2021
Dev To Create Dark Mode functionality with pure JavaScript
I was using front-end Framworks as Vue Js and jQuery, but I discover that I have some problems that I must fix in JavaScript basics (and Im proud to fix and learn new things always) because at all you...
05:00 pm GMT - Mon, June 21, 2021
Dev To Estamos de volta!
isso mesmo! Sentiram a nossa falta?No h nada melhor do que poder tirar um tempo para descansar e refletir a respeito do rumo que queremos tomar, n?Como resultado dessa nossa "hibernao", definimos que...
04:57 pm GMT - Mon, June 21, 2021
Dev To TIL: Rails rendering partial or block with layout
https://www.abhaynikam.me/today-i-learned/rails-rendering-partial-with-layout/...
04:25 pm GMT - Mon, June 21, 2021
Dev To Headless CMS: Building apps with Nuxt and Sanity
IntroductionSanity is one of the most flexible platforms for building data-driven content solutions. This article explains what Sanity is all about and how to build a simple books list app. Sani...
04:22 pm GMT - Mon, June 21, 2021
Dev To 10 npm Commands that every developer must know
NPM stands for Node Package Manager and it is the package manager for the Node JavaScript platform. It put modules in place so that node can find them, and manages dependency conflicts intelligently. ...
04:18 pm GMT - Mon, June 21, 2021
Dev To Building a Reading List web app with Node, Preact, and Tailwind CSS
This is a work in progress, last updated on 21 June 2021. I will only highlight a few code examples and helpful links in this article. You can see the full code and commit messages on GitHub. I will a...
04:12 pm GMT - Mon, June 21, 2021
Dev To Provisioning an EC2 Instance with CloudFormation (part 1)
As a full-stack developer, you dont have time to deal with infrastructure, environment inconsistencies, manual testing, and manual deployment of your teams web app. Its time-consuming, frustrating, an...
03:48 pm GMT - Mon, June 21, 2021
Dev To 6 Awesome Tools that turn code snippets to images
You've probably seen images like this on Twitter, Instagram, blogs e.t.c. But have you ever wondered how these images are created?Well, today I'm going to be sharing 6 tools that can help you create b...
03:44 pm GMT - Mon, June 21, 2021
Dev To Website chia s th thut facebook hu ch nn tham kho
Ngy nay vic ngi dng mng x hi facebook tr nn v cng, v cng nhiu. iu ny tng ng vi vic ngi dng bt u tm hiu nhng iu lin quan n n. Th nhng vic hng ngy bn s dng Facebook vi gi ng h trn my tnh hay di ng gii...
03:38 pm GMT - Mon, June 21, 2021
Dev To Use Pundit as a Rails Feature Flag System
In this tutorial, I'll show you how to create a feature flag system in Rails using pundit and a features column on the users table.ResourcesSource Code Step 1: Initial SetupThis tutorial assumes ...
03:29 pm GMT - Mon, June 21, 2021
Dev To HTML attributes that will reduce your CSS
The type attributeThere is a practice to use extra classes when we create a custom checkbox and radio button. People just add classes such as checkbox or radio. Why isn't well? In this way, we i...
03:04 pm GMT - Mon, June 21, 2021
Dev To Naming (in code) - The ultimate guide and reference
Programming principles tell us that naming in code is important. This article aims to be a complete learner's guide for naming in code. It also aims to be a reference about naming that you can refer t...
03:01 pm GMT - Mon, June 21, 2021
Dev To Dockerfile: Best practices for building an image
Hi there,This is Ankit, your friendly DevOps content curator. I read a lot of articles about DevOps, distributed systems, performance monitoring, etc., and then share key takeaways from those articles...
02:51 pm GMT - Mon, June 21, 2021
Dev To 3 React concepts I wish I knew when I started
When I stumbled upon React, I barely had any JS knowledge. I had been told by my peers and the internet, of course, that some JavaScript knowledge would be necessary to start with React JS, but, I too...
02:15 pm GMT - Mon, June 21, 2021
Dev To Arquitetura Event Driven, quando da errado
IntroduoNo post anterior expliquei um pouco como funciona uma arquitetura orientada a eventos e como implementamos essa arquitetura na Convenia. Comentei um pouco sobre o nosso tratamento de err...
02:06 pm GMT - Mon, June 21, 2021
Dev To Codecov supply chain attack - Step by step breakdown
Codecov recently had a significant breach as attackers were able to put a backdoor into Codecov to get access to customers' sensitive data. This article reviews exactly what happened, how attackers ga...
02:04 pm GMT - Mon, June 21, 2021
Dev To Introduction to TypeScript
IntroductionHello there, This is Darshan Ponikar and today we are going to talk about switching from JavaScript to TypeScript! So get ready to resolve all your doubts you are having with TypeScr...
01:58 pm GMT - Mon, June 21, 2021
Dev To Get User Current Location Using HTML5 Geolocation API JavaScript
If youre building a location-based application like a food delivery app etc, its obvious that your app will need to get the users current location.At the end of this tutorial, you will have a simple a...
01:47 pm GMT - Mon, June 21, 2021
Dev To Your first Elixir Project (Part 1)
Let's write some Elixir! But before we start...This tutorial series is designed to introduce developers to the Elixir programming language and get them up-and-running with a simple project.If thi...
01:46 pm GMT - Mon, June 21, 2021
Dev To Your first Elixir Project (Part 0)
Have you heard of Elixir, the incredibly scalable functional programming language that developers love, but haven't gotten around to trying it out?If this is the first you've heard of the language, ch...
01:38 pm GMT - Mon, June 21, 2021
Dev To Image Slider Using HTML, CSS, and javaScript
In this article you are going to learn how to create image slider using HTML, CSS and JavaScript programming code. I have designed many more types of image sliders before. Hope you like this design li...
01:05 pm GMT - Mon, June 21, 2021
Dev To Javascript Questions
for (var i = 0; i < 3; i++) { setTimeout(() => console.log(i), 1); }for (let i = 0; i < 3; i++) { setTimeout(() => console.log(i), 1);}A: 0 1 2 and 0 1 2B: 0 1 2 and 3 ...
12:38 pm GMT - Mon, June 21, 2021
Dev To 10 best Free icon packs for your next projects. Thread
Csaba Kissi @csaba_kissi 10 best Free icon packs for your next projects.Thread 10:29 AM - 21 Jun 2021...
12:35 pm GMT - Mon, June 21, 2021
Dev To How to Become a Remote Developer
Finding a job can take a lot of effort and energy, especially in the current climate of the world. But now, remote work and learning is something we can all take seriously.Going to work in a physical ...
12:21 pm GMT - Mon, June 21, 2021
Dev To Agonies, Despair and self hosted Redash BI server on Microsoft Azure cloud platform part 2
Hello everyone,Thank you for joining in today for part 2 to talk about the open source BI tool named Redash and how to set up a self hosted Redash server in the cloud.We finished part 1 with a working...
11:48 am GMT - Mon, June 21, 2021
Dev To Navbar in CSS: How to make 3D navigation in CSS
Hello, glad you are here. I am kunaal and today we will see how to make an awesome 3D navigation system in CSS. You can see demo below. Demo Video TutorialI hope you understood everything. I...
11:48 am GMT - Mon, June 21, 2021
Dev To Awesome 3d navbar you have never seen it before
Hello, glad you are here. I am kunaal and today we will see how to make an awesome 3D navigation system in CSS. You can see demo below. Demo Video TutorialI hope you understood everything. I...
11:48 am GMT - Mon, June 21, 2021
Dev To 3 ways to send emails with only few lines of code and Gmail - Ruby - Part 2
We will see how to send a simple email with the help of three different programming languages: Javascript, Ruby and PythonBefore you start you need to create a Gmail account.Do not forget to accept an...
11:46 am GMT - Mon, June 21, 2021
Dev To What is API Observability
API Observability is a key component to properly execute APIOps Cycles and ensure youre building something of value for your API users. If youre not familiar with APIOps Cycles, take a look at this gu...
11:40 am GMT - Mon, June 21, 2021
Dev To CSS preloaders from scratch
Most of the websites now-a-days fetch data from remote server and then display it to the user. This very fetching of data being an asynchronous task it takes some times to be displayed. In the meantim...
11:37 am GMT - Mon, June 21, 2021
Dev To Today I have learned to wave the form Input
This tutorial will mainly focus on how to use transitions in CSS to create a form input label wave.i used javascript to create the wave effect input label.when input is focused. Let's dive into the wo...
11:32 am GMT - Mon, June 21, 2021
Dev To Postgres indexes
Indexing is a technique to make queries run faster, different indexes are suitable for different queries, the main differences are between an exact match, ranges and a full-text, in a nutshell if your...
11:00 am GMT - Mon, June 21, 2021
Dev To How to extend an Ant Design component
IntroductionDevelopers using Javascript frameworks/libraries such as React, Vue or Angular often use a component library. Those provide completed components tied with plenty of functionalities a...
09:53 am GMT - Mon, June 21, 2021
Dev To Automating WhatsApp web with alright
alright?Alright is python wrapper that helps you automate whatsapp web using python, giving you capability to programatically send messsages, images, video, and files to both saved and unsaved c...
08:59 am GMT - Mon, June 21, 2021
Dev To Training for glassmorphism
Hello everyone, today we are going to talk about design ! And more specifically about this trend : glassmorphism.Glassmorphism is a style that plays with transparency, it gives the interface a modern ...
08:51 am GMT - Mon, June 21, 2021
Dev To Evolution of Web
The internet has inarguably been the most important technology revolution in the history of mankind and fortunately, we have been in the right generation to keep up and observe the wide impact that it...
08:34 am GMT - Mon, June 21, 2021
Dev To Django Authentication System - Tutorial for Beginners
Hello Coders,This tutorial aims to help beginners accommodate with Django Framework, especially with the authentication system provided "out-of-the-box" by this amazing framework. For newcomers, Djang...
08:32 am GMT - Mon, June 21, 2021
Dev To Get Started with CSS Grids(React Styled Components)
In this post we will learn about CSS grids and how you can make your own website with grids. So, let's get started. IntroductionIn CSS there are several layouts present that are used to build a g...
08:25 am GMT - Mon, June 21, 2021
Dev To 70 Python Projects For Beginners, Intermediate And Experienced Developers
Building hands-on projects will help you gain practical coding skills. One step at a time, youll be putting your theoretical knowledge to use and build an impressive portfolio. If you are an experienc...
08:05 am GMT - Mon, June 21, 2021
Dev To Solution: Pascal's Triangle
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
07:42 am GMT - Mon, June 21, 2021
Dev To Node.js Files app
We are happy to announce a new Node.js app called Files. The Files app is a simple Node.js web application for storing and managing files on the server. The app is fully open-source, and you can modif...
07:39 am GMT - Mon, June 21, 2021
Dev To Beginner JavaScript - 10 - Immediate Invoked Function Expressions
Hey everyone ,In this article, let us discuss about Immediate Invoked Function Expressions (IIFEs) in JavaScript. This is the tenth part of my Beginner JavaScript Series on Dev. Immediately Inv...
07:25 am GMT - Mon, June 21, 2021
Dev To Stop procrastination get things done.
Have you ever wonder while it seem things are not going towards the direction you actual wanted, while you have been coming up with excuses when being ask about the task that was assigned to you? or y...
07:22 am GMT - Mon, June 21, 2021
Dev To A Developer's Account
Hey there I am darsh Kulthia. My aim is to be a backend full stack developer but I want to know that where should I must create an account. Let us take examples of some websites :-dev.to ---- If I hav...
07:11 am GMT - Mon, June 21, 2021
Dev To AWS open source news and updates 73
21st June, 2021 - Instalment #73Newsletter #73.This week's new projects include a project than can help you reduce your costs if you are running Amazon EKS workloads, an AWS CDK pattern to help ...
06:58 am GMT - Mon, June 21, 2021
Dev To Build a Card Memory Game with React
Very often we come across small games and wonder how complex is it? Can we build it? More often than not we do not go beyond it. In this post however we will build a simple memory game which is easy t...
05:44 am GMT - Mon, June 21, 2021
Dev To Get up to $300 AWS credits for free
On of the biggest problems while learning Cloud computing and cloud is that everything is paid. While services like Azure has $200 credit for a month and GCP 300$ for 90 days but AWS has nothing. Let...
05:27 am GMT - Mon, June 21, 2021
Dev To Integrating wit.ai with Flutter
wit.aiwit.ai is a NLP engine by Facebook that allows users to convert statements into a queried structural data hence allowing developers to build conversational applications such as chatbots.To...
04:50 am GMT - Mon, June 21, 2021
Dev To Speedtest your connection in Python
Today we'll be building our speed testing service in Python.We have Speedtest websites like this to test our ping, upload, and download speed for those who don't know.For today's article, I was lookin...
04:38 am GMT - Mon, June 21, 2021
Dev To EC2 launch types
EC2 has on demand use and pricing but if we know our usage we can reduce our costs a lot using various types of instances that are available in the cloud.Following are the types of instances available...
04:37 am GMT - Mon, June 21, 2021
Dev To Single Responsibility Principle | Explanation using JavaScript Coding Examples
This video tutorial is all about the Single Responsibility Principle, which is the "S" of the SOLID Design Principles in Software Engineering. The explanation has been given using JavaScript Coding Ex...
03:42 am GMT - Mon, June 21, 2021
Dev To A new way to build CSS frameworks with... TailwindCSS?
TailwindCSS has a great color scheme, good default styles, a way to remove unused classes, a way to make custom classes, and lots more. It would be the greatest thing if we could use its styles to mak...
03:37 am GMT - Mon, June 21, 2021
Dev To Top 10 React Hooks Library
Hooks make developers' life easy by helping in writing fewer lines of code, clean code, more readable, maintainable, reusable code. Many popular libraries now offer Hooks, lets check some of them toda...
03:28 am GMT - Mon, June 21, 2021
Dev To Develop & test React components in isolation
Writing front-end code is easy. But writing reliable front-end code? That's tough.Modern UIs are more complicated than ever. It is critical that you have confidence in your code. Developing and testin...
03:17 am GMT - Mon, June 21, 2021
Dev To 22 FREE JavaScript eBooks you should read
JavaScript is a programming language that permits you to carry out complex highlights on website pages each time a site page accomplishes something beyond stay there and show static data for you to ...
03:15 am GMT - Mon, June 21, 2021
Dev To IaaS vs. PaaS vs. SaaS
An increasing number of businesses are choosing cloud services. If you arent familiar with this topic, cloud computing is when hardware (servers, storage, etc.) and software are delivered over the int...
03:14 am GMT - Mon, June 21, 2021
Dev To Self taught guide to cloud computing
The other day I tweeted: Gwyneth Pea-Siguenza @madebygps If I had to learn cloud from scratch in 6 months, and gain a...
03:13 am GMT - Mon, June 21, 2021
Dev To New Javascript (AnimeJS) spinners for website (examples & source code)
Hello everyoneMy name is Devang Saklani and I am a freelance Front-end Web developer from INDIA. I like creating things like websites, animations and writing blogs (however this is my first blog...
02:47 am GMT - Mon, June 21, 2021
Dev To How to Create a TypeScript Project with ExpressJS the Simplest Way!!
If you are wondering how to create a TypeScript BackEND project, fear not my brave knight. It's way easier than you can ever imagine!! Let go! Step 1First init our project by running npm init -y ...
02:32 am GMT - Mon, June 21, 2021
Dev To How to Get Better at Programming: Lessons from Blogging
Look, I cant help but write articles in this series. Very rarely do I get a chance to brag about various skills Ive picked up in my life, and Ive had a lot of fun doing it. Today, let me brag a little...
01:43 am GMT - Mon, June 21, 2021
Dev To A Story About Algorithms
Just like many recent Boot Camp graduates, my world has been filled with algorithms and data structures in hope to land my first professional software engineering position. I have spent countless hour...
12:20 am GMT - Mon, June 21, 2021
Dev To Deploying SvelteKit using Cloudflare Workers
IntroductionRecently I've been using SvelteKit as the frontend for a project I've been working on and after some local development I wanted to get it up andrunning on the cloud.I chose Cloudflar...
12:13 am GMT - Mon, June 21, 2021
Dev To Saas: La metodologa de 12 factores explicada
La metodologa de doce-factores es una metodologa para crear aplicaciones de software como servicio (Saas). Consta de algunas "mejores prcticas" diseadas para permitir que las aplicaciones web se cree...
12:11 am GMT - Mon, June 21, 2021
Dev To Developed an app to transcribe and translate from images
Hey guys,I developed an application that you can easily get a transcription and translation from images. URLhttps://pictranslator.info/This article is the fifth week of trying to write at least one ar...
12:05 am GMT - Mon, June 21, 2021
Dev To How to prepare custom image dataset, split as train set & test set and build a CNN model using Keras?
Imagine you have two class of images, Class_A & Class_B. Now, you need a custom dataset with train set and test set for training and validation of our image data.We are going to use Keras for ou...
12:04 am GMT - Mon, June 21, 2021
Dev To ANSIBLE - AUTOMAO DE BACKUPS
Sobre AnsibleO Ansible uma ferramenta de automao sem agente que gerencia hosts por meio de mdulos atravs do protocolo SSH (por padro). Uma vez instalado, o Ansible pode gerenciar remotamente, u...
11:45 pm GMT - Sun, June 20, 2021
Dev To Prepare custom image dataset and split as train set & test set using Keras.
Imagine you have two class of images, Class_A & Class_B. Now, you need a custom dataset with train set and test set for training and validation of our image data.We are going to use Keras for ou...
11:45 pm GMT - Sun, June 20, 2021
Dev To SaaS: The Twelve-Factor app methodology explained
The Twelve-Factor App methodology is a methodology for building software-as-a-service applications. These best practices are designed to enable applications to be built with portability and resilience...
11:23 pm GMT - Sun, June 20, 2021
Dev To How to create a Mobile App for your Business with $0
Lets talk about the business owners who want to build an app as an extension of their current brand, business, or website.Whats your budget?The majority of businesses plan to budget between $250,000 a...
10:39 pm GMT - Sun, June 20, 2021
Dev To Javascript Functions
Table Of ContentsFunctionsTraditional FunctionArrow FunctionConclusion Functions A fundamental building block for Javascript programs. The most common feature in all programming languages. ...
10:12 pm GMT - Sun, June 20, 2021
Dev To Cordova FCM-Push Notification
Image From Pexels by Brett JordanAre you a cordova developer and trying to implement the FCM push notification but encounter errors, ok, I was once like you few hours ago from writing this article.So,...
10:04 pm GMT - Sun, June 20, 2021
Dev To Why Headless BI is a perfect fit for DataOps teams
The headless BI is not a buzzword - same as headless CMS concept, the headless BI is about decoupling the analytical logic from the presentation and self-service layer. The design of headless BI is a ...
09:58 pm GMT - Sun, June 20, 2021
Dev To Your first ruby gem
I remember reading many times over this piece of advice given to new, aspiring developers: Go ahead! Read some source code, then contribute to open source projects!. Truth be told, hearing this right ...
09:41 pm GMT - Sun, June 20, 2021
Dev To Express NextJS - sample/tutorial integration
ContextWhile NextJS is a powerful tool in its own right, adding Express to it makes for a really powerful combo.You may want to add a custom API to your application without spinning up a separat...
09:11 pm GMT - Sun, June 20, 2021
Dev To How To TDD For Dummies
What is Test Drive Development? It's the process of letting tests lead our development.Write a test that fails and then write the production code that will make it pass. How To Name a Test?...
08:49 pm GMT - Sun, June 20, 2021
Dev To Django rest framework - basics I wish to know before I started last project
The idea is to gather all information how to set up API endpoints based on model in Django and create some kind of cheat sheet. To make it work in Django, we need three things. Some kind of Model with...
08:47 pm GMT - Sun, June 20, 2021
Dev To Platform for startups to hire developers
Hi all,I've been working on a platform for startups to hire developers, I've done some research on this topic and I see some gaping holes in the system that I can fix. I'd love it if you checked out m...
08:19 pm GMT - Sun, June 20, 2021
Dev To Bubble sort algorithm
Definition of bubble sort algorithmBubble Sort is a type of sorting algorithms that works by comparing each pair of adjacent items and swapping them if they are in the wrong order. Space a...
08:07 pm GMT - Sun, June 20, 2021
Dev To Popular GitHub repositories Every Developer Should Follow
GitHub is not just a version control service; it is a terrific content resource for all-things-development From free e-books and tutorials, to interview preparation material and awesome listicles, Git...
07:45 pm GMT - Sun, June 20, 2021
Dev To Advice to my former self, beginners (and an announcement!)
So since I published my last blog post, something very exciting happened... I GOT ENGAGED!! So in honor of my amazing fiance and how supportive she has been of me throughout my entire journey in...
07:12 pm GMT - Sun, June 20, 2021
Dev To A Successful IOC Pattern with Functions in TypeScript
Over the past few months, I've been working on a TypeScript project, where I decided to challenge myself to use Functions only. This week, I refactored the codebase to use IOC everywhere, and it feels...
07:04 pm GMT - Sun, June 20, 2021
Dev To Wordpress - Move cron jobs to CLI
Some time ago we started to observe performance issues in our companys site built with WordPress. One of the issues we have observed was calling crons in random user requests. It is realized by callin...
06:56 pm GMT - Sun, June 20, 2021
Dev To The Key Element to Responsive Websites
What is the first thing you think of when someone says responsive websites? What comes rushing to your mind when you think of the most important piece of code related to responsive websites? CSS? rela...
06:31 pm GMT - Sun, June 20, 2021
Dev To 12 CSS Best Practices by Twitter
When grouping selectors, keep individual selectors to a single line.Don't prefix property values with a leading zero. Lowercase all hex values and use shorthand hex values whenever possible. Avoid spe...
06:11 pm GMT - Sun, June 20, 2021
Dev To Authentication with Laravel Sanctum
This entire week at work was spent messing around with Nativescript, specifically the Vue flavor with typescript, ionic, and react native thrown in there. It was rather frustrating even just getting ...
06:08 pm GMT - Sun, June 20, 2021
Dev To Top 5 Best Python GUI Libraries
In this article, we will go through the top 5 Python GUI libraries that you can use in your projects. Keep reading to find out about them. What is a GUI?A GUI or a graphical user interface is an ...
06:03 pm GMT - Sun, June 20, 2021
Dev To Melhores Plataformas de Lo-Fi: No Trabalho ou Estudo e sua importncia durante a Pandemia
Deste a pandemia me tornei um viciado em Lo-fi e dessa forma queria compartilhar alguns pontos sobre esse novo conceito musical.Primeiro ponto: O que msica lo-fi? O termo vem do ingls low fidelity, o...
06:00 pm GMT - Sun, June 20, 2021
Dev To Create professional portfolio website with Nextjs and ChakraUI
Currently, I'm learning Nextjs and Typescript. And for learning perspective I decided to rebuilt my portfolio website with Nextjs. And I really loved it. It was so easy to recreate my portfolio websit...
05:57 pm GMT - Sun, June 20, 2021
Dev To BrutalFire.io | A space themed shooter game (Bullet hell game) (.io game)
A small javascript .io game called BrutalFire. it's a danmaku (bullet hell) game, a subgenre of shoot 'em ups, with the goal of dodging enemies' bullets while terminating them.Any bugs/glitches? Tell ...
05:48 pm GMT - Sun, June 20, 2021
Dev To My Dev Journey: Week 7
This week was the last week in the Back-End block of the Northcoders bootcamp, this week focused on taking everything we had learnt in the previous 2 weeks and applying it to create a working back-end...
05:43 pm GMT - Sun, June 20, 2021
Dev To What is DeFiFarms?
In short, DeFiFarms is bringing to the DeFi table a series of revolutionary solutions focused around ERC-721, The Non-Fungible Token NFT Standards. DeFiFarm inherits all innovative functions from cur...
05:35 pm GMT - Sun, June 20, 2021
Dev To Pop the lock! | A Lock Picking game. (Inspired by the popular mobile game)
Recreation of the popular mobile game Pop the Lock in CSS/JavaScript. The game stores your progress, so you can start from the level you had ended at.Try it here:https://codepen.io/FRADAR/full/PopRdZJ...
05:28 pm GMT - Sun, June 20, 2021
Dev To Block Jumper | A precise endless platformer jumping game.
A frustrating platformer game that I made.The controls are : Click to jump, and hold down your click to jump higher.Mind you, this game is very hard.Try it here:https://codepen.io/FRADAR/full/zYogJjgC...
05:27 pm GMT - Sun, June 20, 2021
Dev To Misc update: new pfp.
...
05:14 pm GMT - Sun, June 20, 2021
Dev To Taxi Apocalypse | A car game
This is a little endless side- scroller game I would like to refine, if you have any suggestion/advice about the code or gameplay please tell me in the comments. Anyways, hope you like it!Credits : M...
05:03 pm GMT - Sun, June 20, 2021
Dev To Beginner JavaScript - 9 - Functions and Different Ways of Declaring them
Hey everyone ,In this article, let us discuss about the Functions in JavaScript. This is the ninth part of my Beginner JavaScript Series on Dev. Functions in JavaScript - A Complete PictureFunc...
04:40 pm GMT - Sun, June 20, 2021
Dev To Do you want more shares on your dev.to articles Add a fancy "click to tweet" button to your posts in just one click!
What did I build? A generator that creates all of the imagery and Markdown required to create a button like this (go on, click it, but be sure to come back after):In this article I will cover why I bu...
03:55 pm GMT - Sun, June 20, 2021
Dev To Live Stream Logs to Browser with Rails
Live streaming log files have fascinated me for a long time now. I saw the use of live streaming log when I deployed an app in Netlify for the first time. While deploying, Netlify displays the server ...
03:51 pm GMT - Sun, June 20, 2021
Dev To Phaser.io Game Development (Learning Phaser.io in 2 weeks). Making a platformer game.
I have been learning phaser.io game development for the past 2 weeks. My goal is to make a full fledged platformer game in phaser only. Here is a sneak peek of how it will look like:https://codepen.io...
03:35 pm GMT - Sun, June 20, 2021
Dev To Mock Mockoon
Mockoon UI Mock API Proxy Mock Proxy Mockoon API Mockoon Proxy [] Proxy mode mock server MockMock UI JS/CSS RuleMock Rule Request Query stringBodyHeaderRouter params ...
03:33 pm GMT - Sun, June 20, 2021
Dev To WASD knight | A 2d sidescroller rage game.
A 2D rage game.I dare you to take up the challenge to finish it.HOW TO PLAY: Movement W-Up A-Left D-Right S-Down Blocks Walls(grey)-Walls are solid blocks that you cannot go through ...
03:23 pm GMT - Sun, June 20, 2021
Dev To Kubernetes Cluster Autoscaler With IRSA
TL,DR IRSA is IAM Role for service account. This post shows you how to deploy Cluster Autoscaler as a deployment and assign IRSA for it to provide proper permissions. Why do we need The Kube...
03:13 pm GMT - Sun, June 20, 2021
Dev To 7 Awesome GitHub Repositories for JavaScript developers. A Thread
Insha @insharamin 7 Awesome GitHub Repositories for JavaScript developers.A Thread 13:23 PM - 20 Jun 2...
03:06 pm GMT - Sun, June 20, 2021
Dev To Beginner JavaScript - 8 - Strings
Hey everyone ,In this article, let us discuss about the Strings in JavaScript. This is the eighth part of my Beginner JavaScript Series on Dev. Strings in JavaScript - A complete pictureIn Java...
02:57 pm GMT - Sun, June 20, 2021
Dev To Monitoring Systems with Canaries
You launched your service and rapidly onboarding customers. You're moving fast, repeatedly deploying one new feature after another. But with the uptick in releases, bugs are creeping in and you're fin...
02:22 pm GMT - Sun, June 20, 2021
Dev To What's NOT new in React 18
After so much hype,After so much excitement,After so many buzzwords,After months and years of waiting for the next React major...It landedAnd congrats to React for delivering some much ballyhoo'd feat...
01:42 pm GMT - Sun, June 20, 2021
Dev To Sidebar Menu Using HTML and CSS
In this article you will learn how to create sidebar menu using HTML CSS and JavaScript code. Like the navigation menu bar, the sidebar menu is used on many websites.You can create a nice side menu us...
01:37 pm GMT - Sun, June 20, 2021
Dev To Dealing with Error: chromedriver cannot be opened because the developer cannot be verified.
I've been learning Selenium WebDriver, which allows me to automate tests by using WebDriver's chromedriver tool to navigate the Chrome web browser automatically. Having updated MacOS, I found I couldn...
01:26 pm GMT - Sun, June 20, 2021
Dev To Understanding Kubernetes in a visual way (in video): part 17 Kubernetes Components
Understanding Kubernetes can be difficult or time-consuming. In order to spread knowledges about Cloud technologies I started to create sketchnotes about Kubernetes, then I've auto-published a book an...
12:55 pm GMT - Sun, June 20, 2021
Dev To Learn API basics with Hoppscotch
In this article, we are going to check out Hoppscotch for basic cart API endpoints and we are going to make it using express js(a node js framework) What are API endpoints?If we think about basic...
12:32 pm GMT - Sun, June 20, 2021
Dev To Why we should always use ORM?
Anubhav Singhal @anubhavitis Which every technology you use for backend,You don't have any excuse not to use ORM. s...
11:53 am GMT - Sun, June 20, 2021
Dev To Laravel 8.x Cursor Based Pagination Example
IntroductionHello Developer, In this blog, I will teach you the Laravel 8.x cursor-based pagination example. The Laravel team released 8.41 with cursor pagination, a new eloquent method to updat...
11:48 am GMT - Sun, June 20, 2021
Dev To The trouble with blog post views and vanity metrics
Even if youve never heard the term before, you know what they are. Theyre the thumbs up, the hearts, and the likes you see across pretty much every social media and blogging platform. Theyre the page ...
11:17 am GMT - Sun, June 20, 2021
Dev To Horizontal centering in CSS
In a previous article I wrote about modern CSS layout solutions. As horizontal centering is a common layout pattern, the grid-based solution was a prime candidate to convert into a generic class when ...
11:15 am GMT - Sun, June 20, 2021
Dev To Visual Studio 2022 will write code for you!!! - Visual Studio 2022 Series - Part 1
IntroductionVisual Studio 2022 Preview 1 is now available! If you've missed the official announcement on June 17th, 2021 - check it out.If you want to try out, head over to the official download...
10:44 am GMT - Sun, June 20, 2021
Dev To Web OS: A windows clone with Micro frontend capabilities
I was planning to build an online portfolio as an OS clone, my idea was to build it as a portfolio and present mine different project as apps with capability to add any app in runtime.Then I dropped t...
10:28 am GMT - Sun, June 20, 2021
Dev To What is a REST API?
Have you heard people talk about using REST APIs on the web? Do you know how communication takes place the moment you click something on the internet? Have you wondered how the internet allows you to ...
09:50 am GMT - Sun, June 20, 2021
Dev To My article was 1 on Hackernews yesterday and I did not like it
I wrote an article on the 1st of May about Google updating the country associated with my account automatically. I cross-posted it here also.In the article, I raised some concerns about this practice....
09:50 am GMT - Sun, June 20, 2021
Dev To My article was 1 on Hackernews yesterday and it was an unpleasant experience
I wrote an article on the 1st of May about Google updating the country associated with my account automatically. I cross-posted it here also.In the article, I raised some concerns about this practice....
09:22 am GMT - Sun, June 20, 2021
Dev To Chasing Creativity Improving Productivity
Let's first define our variables: What is creativity ?Creativity is a phenomenon whereby something somehow new and somehow valuable is formed. Creativity is the ability of a person or group...
09:00 am GMT - Sun, June 20, 2021
Dev To I let my discord friends control my house. Could've gone worse??
Hello World!Ever wondered how cool it would be to cause mayhem at your discord friend's house for fun?Me and @joshuafrankle were working on a discord bot this year. We came up with cringe fest b...
08:55 am GMT - Sun, June 20, 2021
Dev To Solution: Swim in Rising Water
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
07:38 am GMT - Sun, June 20, 2021
Dev To How to Prevent or Recover from Developer Burnout
Most ambitious developers follow the same pattern: they do 9-to-5 jobs, participate in hackathons and events, build their personal brands on social media and get even more passionate and motivated by ...
07:34 am GMT - Sun, June 20, 2021
Dev To Beginner JavaScript - 7 - Introduction to Data Types
Hey everyone ,In this article, let us discuss about the basic introduction to Data Types in JavaScript. This is the seventh part of my Beginner JavaScript Series on Dev. Data Types in JavaScrip...
07:27 am GMT - Sun, June 20, 2021
Dev To Boilerplate Script for Django Project Setup
Recently I started to learn to React and the best part about React is when I want to set up a new project I have 'create-react-app' which make a smoother experience in creating a project.It installs a...
06:47 am GMT - Sun, June 20, 2021
Dev To Thinking about accessibilitya few tips to make a difference
While conducting an interview session, I asked a candidate about what web accessibility is, the answer was, "Isn't it about aria-label?". It made me smile. It wasn't an unexpected answer. I have exper...
06:42 am GMT - Sun, June 20, 2021
Dev To Why PM2 is the process manager you're missing
Ever made a node application?Maybe even an Angular Universal application?Changes are, you might have needed PM2, but didn't know about it yet.PM2 is a fantastic process manager for node scripts, meani...
06:39 am GMT - Sun, June 20, 2021
Dev To Essential Digital Marketing Strategies
Yes, digital marketing is the order of the day in the business world. Without digital marketing, a lot of businesses would have suffered loss or probably stunt growth. Digital Marketing is vital to th...
06:15 am GMT - Sun, June 20, 2021
Dev To Launching the learning Python course!
Hi all! I am launching a brand new blog series for self learning python. Learn python from the scratch! Have fun while learning Python in an easy way.This course is for everyone from beginner to advan...
06:15 am GMT - Sun, June 20, 2021
Dev To Amazing Project Ideas For Javascript
Hey,This article is helpful who want to improve their programming skills or might want to make projects to learn the skills these projects easily improve their knowledge and skills. I created a projec...
06:15 am GMT - Sun, June 20, 2021
Dev To Using .setHours() to get customized time with date
Hello Folks In this article, we will be discussing how we can get customized time when you select a date in React. Usually it happens, when developers are asked to use date fields to select a date ran...
05:33 am GMT - Sun, June 20, 2021
Dev To Dev Decoded: Lessons from publishing 20 blogs
I had been writing blogs since March 2021 and had been posting articles every week consistently. Over the last 20 weeks, I had my fair share of massive hits which made it to the #1 Weekly Blogs as wel...
05:29 am GMT - Sun, June 20, 2021
Dev To Your Career as a WordPress Expert, Starts at Developer Reference
We're living at the era of video tutorials. You can find a Youtube video containing anything you need, in detail, for your development. While they contain good information, but they're not immune to c...
05:18 am GMT - Sun, June 20, 2021
Dev To How to Build a Strong Professional Network Online
Whether youre a company leader, an expert, an online course creator, a student or a Fortune 500 company, the benefits of building an online community are undeniable. Networking is the key to a success...
05:15 am GMT - Sun, June 20, 2021
Dev To Drag & Drop or Browse to Upload File using JavaScript | Tutorial
Hey Everyone, In this JavaScript Project Tutorial, Lets learn how to Implement Drag & Drop feature to upload an Image File using JavaScript. And also We will Implement our good old browse to uploa...
04:48 am GMT - Sun, June 20, 2021
Dev To Daily Developer Jokes - Sunday, Jun 20, 2021
Generated by Daily Developer Jokes, a project by Fred Adams (@xtrp on DEV)Read about Daily Developer Jokes on this blog post, and check out the Daily Developer Jokes Website. Today's Joke is...Ha...
03:43 am GMT - Sun, June 20, 2021
Dev To What is Bash?
IntroductionBASH or Bourne Again Shell is an interface(program) between the user and the Operating System. BASH is just an application just like others, but not an ordinary one. It is quite powe...
03:00 am GMT - Sun, June 20, 2021
Dev To Your own bit.ly for a grand total of $0
Sob storyI have always wanted to have my very own url shortner becuase of the following reasons:Link will be easy to remember, for ownself and for othersJust plain cool. Imagine this, https://{y...
02:04 am GMT - Sun, June 20, 2021
Dev To Top 5 Django projects that can get you a job.
Hello Devs, In this Post I'm gonna show you some top Django projects that can get you a job very easily and that Django projects look awesome on your resume.Post Link:- https://webdevcodes.com/django/...
12:53 am GMT - Sun, June 20, 2021
Dev To Intro to Asynchronous JavaScript
Let's all be honest and address the elephant in the room. As a beginner developer, asynchronous programming is one of the hardest and confusing JavaScript concepts to grasp. A bit out of context, but ...
12:22 am GMT - Sun, June 20, 2021
Dev To Understanding SOLID: Dependency Inversion Principle
What is the dependency inversion principle?The dependency inversion principle is one of the standard guiding rules of software design and development to ensure component extensibility and loosel...
11:56 pm GMT - Sat, June 19, 2021
Dev To The Frontend Hitchhiker's Guide: Build Tools
Build tools let's you transform your source code for production environments. Additionally, they can be utilized to use pre-processors, modules and perform various other tasks.Some of these transforma...
11:31 pm GMT - Sat, June 19, 2021
Dev To 3 criptomonedas para ganar dinero mientras duerme - Parte 1
Existen numerosas formas de ganar dinero en el espacio de las criptomonedas, incluidas inversiones a largo plazo, transacciones diarias, arbitraje, etc. Un hecho poco conocido (especialmente para los ...
11:25 pm GMT - Sat, June 19, 2021
Dev To How to Use Consistent Hashing in a System Design Interview?
While designing a scalable system, one of the most important aspects is defining how the data will be partitioned and replicated across servers.Let's first define partitioning and replication so that ...
11:21 pm GMT - Sat, June 19, 2021
Dev To Serverless Static Wordpress on AWS for $0.01 a day
Youll think this article is clickbait, but its not. Ive built a fully-functional static serverless Wordpress solution on AWS, with Global CDN, WAF and A-Grade SSL for literally one cent per day. Its f...
11:11 pm GMT - Sat, June 19, 2021
Dev To Terminal
Getting a terminal for windows (cmder)Before we proceed with this blog article, I would want to inform you that there is a video about this article on Codetopias YouTube channel. You can watch i...
10:25 pm GMT - Sat, June 19, 2021
Dev To Building Microservices in Go: REST APIs - OpenAPI 3 and Swagger UI
What is Swagger? OpenAPI?Swagger/OpenAPI allows us to document and collaborate with our users, specifically it allows to define the resources, parameters, types, fields and everything that descr...
09:47 pm GMT - Sat, June 19, 2021
Dev To Memento Vivere
When you grow up you tend to get told that the world is the way it is and your life is just to live your life inside the world. Try not to bash into the walls too much. Try to have a nice family life,...
09:35 pm GMT - Sat, June 19, 2021
Dev To How to Make a Bar Chart Race With Python in 2 Minutes
How to create a cool bar chart race animation the easiest way.Prerequisites: having Python installed on your pc or being registered for Google Colaboratory. Step 0First create a new directo...
09:25 pm GMT - Sat, June 19, 2021
Dev To Top 10 Programming Interview Questions
In this Tutorial, I have Provided the Most Common Coding Interview QuestionsWe are all aware that answering the most basic coding or programming interview questions determines how we perform in ...
09:15 pm GMT - Sat, June 19, 2021
Dev To How to easily create beautiful particles animations for your website using tsParticles
How to add tsParticles in your websiteHave you seen particles effect in some websites and you want one too?Do you have particles.js installed but it have problems or it's too heavy for your user...
09:09 pm GMT - Sat, June 19, 2021
Dev To FARM STACK [ FastAPI React mongoDB]
This is my latest video on YouTube, the FARM stack course, although this stack is not as popular as MERN, MEAN , LAMP, JAM etc.. it is my favorite stack, I created a full fledged application using FAR...
09:00 pm GMT - Sat, June 19, 2021
Dev To JS30 Days 11- 14
This post is a few days late because I had a bit of a setback this week. My apartment lost power and internet for a couple of days, everything is fixed now but it was definitely stressful to deal with...
08:39 pm GMT - Sat, June 19, 2021
Dev To How to learn to code FAST!
Hello my gorgeous friends on the internet, hope you are doing very good, and fancy today, in today's blog, I want to give you the number one tip, that's not a dirty joke, Okay, I'm gonna give you the ...
08:24 pm GMT - Sat, June 19, 2021
Dev To Introduction to threading and multiprocessing: Concurrency & Parallelism in Python
IntroductionMost of us have come across terms like multithreading, parallel processing, multiprocessing, concurrency, etc., though each of these terms has its own meaning. In a broader sense, we...
08:18 pm GMT - Sat, June 19, 2021
Dev To Create Apache Web Server in AWS Using Terraform
Table of ContentsTerraform IntroductionInstall and Configure AWS CLIInstall and Configure TerraformAWS Infrastructure AutomationBasic Terminologies in TerraformSource Code DetailsCloud Init and ...
08:06 pm GMT - Sat, June 19, 2021
Dev To How to fetch data from REST APIs in Flutter?
I remember being stuck with REST APIs when I was new to Flutter and programming in general. As a beginner I didn't know where to find the solutions to my problem. I was often advised to read the offic...
07:42 pm GMT - Sat, June 19, 2021
Dev To Creating a Kanban Board with HTML, CSS & JavaScript
In this article, we are building a Kanban Board with plain HTML, CSS & JavaScript. This article aims to show, how the modern UX designs and functionality can also be achieved with much simpler ele...
07:34 pm GMT - Sat, June 19, 2021
Dev To Email Analysis Using Python 3 (Part I)
There is a lot of data out there, mostly unstructured. Emails are a great source of communication data as such there is no limit to what we can harness from it.At the end of this tutorial you would be...
07:23 pm GMT - Sat, June 19, 2021
Dev To Interpolation search algorithm
definition of interpolation searchThe Interpolation Search is an improvement over Binary Search for instances, where the values in a sorted array are uniformly distributed. Binary Search always ...
07:14 pm GMT - Sat, June 19, 2021
Dev To Javascript Variable Assignments
IntroductionIf you wanna get a bit more in depth on the differences between the ways of declaring variables with var, let, and const, then this is the article for you. We will be learn about sc...
06:26 pm GMT - Sat, June 19, 2021
Dev To ESLint: What, Why, When, How
What is ESLint?ESLint is an open-source Javascript linting utility originally created by Nicholas C. Zakas in June 2013. It is frequently used to find problematic patterns or code that doesnt ad...
06:22 pm GMT - Sat, June 19, 2021
Dev To Feel like a secret agent: Hidden messages in images with steganography
James Bond, Ethan Hunt, Napoleon Solo - secret agents working in disguise, sending secret messages to their employer and other agents. Let's be honest, secret agents are cool. At least in the movies a...
06:20 pm GMT - Sat, June 19, 2021
Dev To Created Covid-19 tracker
Hello friends!!,I have made a new project Corona-virus Tracker. It tells the active, recovered and death cases of covid-19 patients. Do visit my site and provide your valuable feedbackReference Materi...
05:57 pm GMT - Sat, June 19, 2021
Dev To Understanding Time Complexity
IntroTo set the stage - pretend you have an array with n elements, and you have some code that does something to that array. The length of time it takes the program to run might be proportional ...
05:50 pm GMT - Sat, June 19, 2021
Dev To JavaScript for Web Development
This blog is inspired by the Tweet by PrathamFor more amazing content do follow him on Twitter.Now let's dive into the blog: JavaScript is an enormous language but you don't need to learn everything i...
05:34 pm GMT - Sat, June 19, 2021
Dev To How to create a Twitch Chat Game with Javascript
Live Streaming is becoming an increasingly popular form of entertainment. As it grows, streamers have looked for more ways to interact with their fans. Through creating systems to automatically allow ...
05:25 pm GMT - Sat, June 19, 2021
Dev To Dockerzing a Python Django Web App on Ubuntu 21.04
Hey Developer!Today we're learn dockerize a django application on ubuntu It's worked all linux distro ...This article covered a simple hello world django application In which we talk about Docker ...
05:14 pm GMT - Sat, June 19, 2021
Dev To Software Engineering : Interview Guide (Bangla)
... / ?... - LeetCode /.... , , code submit accepted , , accepted , discussion board code...
05:04 pm GMT - Sat, June 19, 2021
Dev To
Can you make a post with a blank title?The answer is no.Then how did I do that?!I challenge YOU to find out how I did this.Good luck!...
04:36 pm GMT - Sat, June 19, 2021
Dev To Why Developers Love to Program at Night?
Hello, friends. If you ask most developers when they prefer to work, many will tell you that their most productive hours are at night. This may be especially true for open source contributors who work...
04:09 pm GMT - Sat, June 19, 2021
Dev To The 4 C's formula by Dan Sullivan
I rarely review shortish free e-books, but when I thought about it, I realized there is no real reason behind. In fact, is that a problem that a book is shorter than a 100 pages? Value should not be t...
04:05 pm GMT - Sat, June 19, 2021
Dev To Yet Another Snazzy Rust CLI
I recently looked at using pjeziorowski's rollout tool to cross-publish to hashnode and devto. Started making a few minor changes. Then considered a few contentious changes. And in the end decided ...
04:02 pm GMT - Sat, June 19, 2021
Dev To Django Request Object - Soft Introduction for Beginners
Hello Coders,This page explains the request object provided by Django as the default argument in views. For those unfamiliar with Django, this web framework is written in Python by experienced develop...
04:00 pm GMT - Sat, June 19, 2021
Dev To Tell Me About The Project That You Are Most Proud Of | Facebook Behavioral (Jedi) Interview 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...
03:49 pm GMT - Sat, June 19, 2021
Dev To JWT Authentication with Django REST Framework - What? Why? How?
Hi community, I have had a lot of trouble understanding the use of authentication mechanisms and securing API endpoints until recently, when I was expected to implement JWT authentication to secure th...
03:38 pm GMT - Sat, June 19, 2021
Dev To The complete DevOps roadmap
Hi there,This is Ankit, your friendly DevOps content curator. I read a lot of articles about DevOps, distributed systems, performance monitoring, etc. and then share key takeaways from those articles ...
03:21 pm GMT - Sat, June 19, 2021
Dev To Setting up Mac for Web Development
You'll need to install the following:Homebrew - Package manager for OS X. You'll be able to get it here Brew Site Run the following commands: brew update - Updates brew cask install iterm2 - Iterm2 is...
03:11 pm GMT - Sat, June 19, 2021
Dev To Securing Azure Logic apps with Private Endpoints
What is an Azure Logic app?Azure Logic Apps is a cloud-based platform for creating and running automated workflows that integrate your apps, data, services, and systems. With this platform, you ...
02:20 pm GMT - Sat, June 19, 2021
Dev To What keeps you motivated to write?
I struggle to keep writing right now, so I wondered what strategies do you use to keep writing when that happens...
02:19 pm GMT - Sat, June 19, 2021
Dev To The Future of FastAPI and Pydantic is Bright
This article lives in:Dev.toMediumGitHub In very shortThe future of FastAPI and Pydantic is bright. This is because we all, as the Python community, define their future. To help us and to help ot...
02:18 pm GMT - Sat, June 19, 2021
Dev To Sublime Text 3 (Build 3211) license key
Sublime Text 3 (Build 3211) license keyThe latest version of Sublime Text 3 (Build 3211) 100% working License Key. Downlod Sublime Text 3 from their Official Website: For Windows Dow...
01:54 pm GMT - Sat, June 19, 2021
Dev To SEO Meta Tags for your Articles
I always felt that I needed list of tags that I can just copy paste for each blog/article. Just crawled through medium blogs source code and some other guides online and I present you the best "basic"...
01:51 pm GMT - Sat, June 19, 2021
Dev To Beginner JavaScript - 6 - Operators
Hey everyone ,In this article, let us discuss about Operators in JavaScript. This is the sixth part of my Beginner JavaScript Series on Dev. Operators in JavaScript What are operators ?Jus...
01:43 pm GMT - Sat, June 19, 2021
Dev To Skip every ad (Advertisment) in Youtube with this simple trick.
Tired of Youtube's pesky ad breaks?Do you want them to just... vanish away?Then your at the right place.All you need is one bookmarklet."What's a bookmarklet" you may ask?A bookmarklet is a bookmark s...
01:41 pm GMT - Sat, June 19, 2021
Dev To How to create a custom cursor in React Part 1
P.S No modules were used while writing this code If youre looking for the source code then its available in the video Please support by watching this video Basic HTML CSS layout of the cursorW...
01:41 pm GMT - Sat, June 19, 2021
Dev To Awesome neon card hover effect with pure CSS.
Hello, glad you are here. I am kunaal and today we will see how to make an awesome neon card with an awesome card hover effect using only CSS. You can see demo below. Demo Video TutorialI ho...
01:41 pm GMT - Sat, June 19, 2021
Dev To Amazing Neon Card Hover Effect using only CSS
Hello, glad you are here. I am kunaal and today we will see how to make an awesome neon card with an awesome card hover effect using only CSS. You can see demo below. Demo Video TutorialI ho...
01:23 pm GMT - Sat, June 19, 2021
Dev To React Native Google Custom Map Style Example
Hi Guys, Today,I will learn you how to draw google custom map style in react native.we will show example of react native custom map style .First i will create import namespace MapView and Polyline fro...
01:23 pm GMT - Sat, June 19, 2021
Dev To A guide for CSS units (px, em, rem ...)
CSS allows users to specify values with a variety of choices in choosing the unit. Usually the most recognizable was px, but there are more beyond that. To start with, units can be divided into two ca...
01:16 pm GMT - Sat, June 19, 2021
Dev To The Game of Life
The Game of Life or cellular automaton was developed by John Horton Conway in 1970 with just some paper and a Go board. It takes place on a two-dimensional grid where each cell is in one of two sta...
12:38 pm GMT - Sat, June 19, 2021
Dev To Unit Testing Laravel Models
Some might consider Laravel model testing to be a gruesome task, especially when there's plenty of them in the codebase, and most of them are covered by other unit or feature tests. However, to get to...
12:30 pm GMT - Sat, June 19, 2021
Dev To Python's Collections Module: deque
Deque, short for Double Ended QueueIt is a list-like container with fast appends and pops on either end.Deques are a generalization of stacks and queues. Deques support thread-safe, memory effic...
12:27 pm GMT - Sat, June 19, 2021
Dev To Pack of 3 Notion Templates to Plan out Major Events
Hey folks We just launched another Product on Product Hunt. It's a pack of 3 Notion templates for each occasion: that adds awesomeness to all your events by aiding planning and providing inspiration!Y...
12:12 pm GMT - Sat, June 19, 2021
Dev To Three.js Chrome Dinosaur 3D game. (WIP)
A replica of the chrome dinosaur game in Three.js. This is a work in progress, and is not done yet. Use the spacebar to jump.Try it here:https://codepen.io/FRADAR/full/zYZazBPLike my games?Follow me h...
12:07 pm GMT - Sat, June 19, 2021
Dev To WHAT IS NODE.JS?
Irrespective of the fact that you know javascript or not, you must have encountered these questions: What is NodeJS? Is it a server side programming language? Is it just another javascript framework l...
11:02 am GMT - Sat, June 19, 2021
Dev To Do you find difficulty choosing between =, == & === ?
Assigning Operator (=)It assigns the value to the variable.const firstName = 'Prashant';const favNumber = 13; Loose Equality Operator (==)This operator compares two values & return true...
11:00 am GMT - Sat, June 19, 2021
Dev To 10 Mistakes You Should Never Make When Starting a New Job As a Software Developer.
Are you about to start a new job?If so, by now, Im sure at least some of that initial excitement of being offered the job has worn off and is starting to be replaced by feelings of nervousness o...
09:45 am GMT - Sat, June 19, 2021
Dev To I'm starting a blog
Yes folks, I'm starting a blog.I have this domain, easyui.dev, and its purpose has been selling Tailwind CSS templates. Obviously without much success.So I'm thinking I'll repurpose the domain into a ...
09:45 am GMT - Sat, June 19, 2021
Dev To Don't use px!
px is a useful format when you're writing a document in Word, for example. As long as no one has zoomed in or out, then you know that if you make your font size 10px then it's going to be small and 20...
09:38 am GMT - Sat, June 19, 2021
Dev To Updating A 25-Year-Old Website
As frontend developers, we always want to use the latest and the greatest. A lot of the time however, the clients we work for, are dependent on old systems, that would cost a fortune to update. A coup...
09:30 am GMT - Sat, June 19, 2021
Dev To Configuring my VS Code Editor :)
I have been meaning to write this article about how I configure my favorite IDE; VS Code. I'm writing this because I recently changed my PC and I had to sit through hours of configuration process all ...
09:25 am GMT - Sat, June 19, 2021
Dev To 5 reasons why I "love" Xcode
Some reasons for "loving" Xcode 1. Free heatingYup, you heard it right. If you compile once a day, your mac will instantaneously turn into a kugelblitz.I've never been cold since developing for ...
09:18 am GMT - Sat, June 19, 2021
Dev To The PIE concept of OOP.
Being a beginner in the technical field, knowing one of the object-oriented programming languages in detail, is a MUST! Let me add to that. Here we are NOT going to discuss about Which language to cho...
09:17 am GMT - Sat, June 19, 2021
Dev To Django eCommerce Website, Jewelry Shop (Download)
This is a simple e-commerce website built with Django (Python) and PayPal is added as payment processor.I've made this as a "Jewelry Shop" website but you can make any website you like. Project D...
09:05 am GMT - Sat, June 19, 2021
Dev To Fixing basic mistakes with Git
One of the prime advantages of a version control system is to be able to code fearlessly and be able to recover from mistakes. However, this is not Git 101. More often than not, developers find themse...
09:04 am GMT - Sat, June 19, 2021
Dev To The 20% FireBase That'll Do 80% of the Task | A FireStore CheatSheet
In the prequel to this blog, we took a look at the concept of databases (noSQL to be more specific).NOTE: FIRESTORE is a DATABASE as a Service(DaaS ), while FIREBASE is a BACKEND as a Service(BaaS)In ...
08:14 am GMT - Sat, June 19, 2021
Dev To The Battle of The NoSQL Databases | When To Use What
Lets start from the very beginning.What is a database?Its just a base/place for data, it's as simple as that.However, the bigger question is why cant you use something like an excel sheet to store dat...
07:54 am GMT - Sat, June 19, 2021
Dev To Beginner JavaScript - 5 - Variables and Constants
Hey everyone ,In this article, let us discuss about Variables and Constants in JavaScript. This is the fifth part of my Beginner JavaScript Series on Dev. Variables - A Complete picture of var,...
07:43 am GMT - Sat, June 19, 2021
Dev To Build a Blog App with React - Components and Hooks (Part 3)
Hello everyone! So, this is going to be the third part of the React blog app series. In the first part, we discussed how we could start a new React project, and we learnt how to set up a Git repositor...
07:18 am GMT - Sat, June 19, 2021
Dev To Beginner JavaScript - 4 - Host Environment in JavaScript
Hey everyone ,In this article, let us discuss about the Host Environment in JavaScript. This is the fourth part of my Beginner JavaScript Series on Dev. Host Environment in JavaScript What...
07:12 am GMT - Sat, June 19, 2021
Dev To Beginner JavaScript - 3 - Dynamic, Interpreted and Weakly Typed Nature of the JS Language
Hey everyone ,In this article, let us discuss about the Dynamic, Interpreted and Weakly Typed Nature of the JS Language. This is the third part of my Beginner JavaScript Series on Dev. Dynamic,...
07:12 am GMT - Sat, June 19, 2021
Dev To 13 amazing tips for writing listicles [don't be mad that you didn't know them before!]
Let's jump straight in, you don't need an introduction with a listicle. 1. Listicles showcase your knowledge I mean what is better than copy pasting a load of work that other people have done to ...
06:58 am GMT - Sat, June 19, 2021
Dev To Beginner JavaScript - 2 - How JS Code is Executed in the browser ?
Hey everyone ,In this article, let us discuss about how JS Code is Executed in the browser. This is the second part of my Beginner JavaScript Series on Dev. How JS Code is Executed inside the b...
06:37 am GMT - Sat, June 19, 2021
Dev To How to create a GoDaddy Responsive Portfolio Website with HTML, CSS & JAVASCRIPT
Checkout Blog for full article blog postHello, and welcome to another article where am going to take you through how you can build a great-looking Responsive Portfolio Website with HTML, CSS and JAVAS...
06:27 am GMT - Sat, June 19, 2021
Dev To Eleventy creating a static JavaScript search
Today we'll be making a fully static website JavaScript search.Meaning we won't be using any additional software like Lunr, Algolia, or Elasticsearch to power our search.Yesterday we made a great star...
06:18 am GMT - Sat, June 19, 2021
Dev To Sign commits on GitHub
What is Signing?Digital signing of any kind of document, email, message, or even your commits on your Git or GitHub repository are very similar to physically signing something using a pen. It is...
05:36 am GMT - Sat, June 19, 2021
Dev To Beginner JavaScript - 1 - The Language and How Web Works ?
Hey everyone ,In this article, let us discuss about the JavaScript Language and How the Web Works. This is the first part of my Beginner JavaScript Series on Dev. The Language and How the Web W...
05:34 am GMT - Sat, June 19, 2021
Dev To 5 Best Big Data Frameworks You Can Learn in 2021
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 guys, if one of your goals is to...
05:34 am GMT - Sat, June 19, 2021
Dev To NextConf Clone (Supabase Realtime) - Introduction
Next Conf Realtime PlaygroundHave you seen the awesome Realtime Playground for Next Conf? I believe most of you did. I thought this is just a fun playground for React/Next Dev to play around whe...
05:11 am GMT - Sat, June 19, 2021
Dev To Let's Create a Custom Hook in React
Hi all So after quite a break, we are back with another article in the React Series with two awesome articles about hooks. If you have stumbled upon this article from a reference and don't know what h...
04:56 am GMT - Sat, June 19, 2021
Dev To 5 Resource To Enrich Your Front end Skills
Front End SkillsIt is so easy to get stuck following tutorial after tutorial and not really making the progress. Youd hope you be making in your front end Journey. Asked some people for advice o...
04:53 am GMT - Sat, June 19, 2021
Dev To The Ember Times - Issue No. 182
Emberistas! Using the in-element helper, migrating Controllers to top-level Components, Ember Upgrade Sprints, Ember development on Twitch, and remodeling an Ember App Part 2. Using the in-eleme...
03:33 am GMT - Sat, June 19, 2021
Dev To Full Stack Reddit Clone - Spring Boot, React, Electron App - Part 9
Full Stack Reddit Clone - Spring Boot, React, Electron App - Part 9 IntroductionWelcome to Part 9 of creating a Reddit clone using Spring Boot, and React.What are we building in this part?P...
02:30 am GMT - Sat, June 19, 2021
Dev To How Have Fedora of Mine Been
I, sometimes, love being as a researcher. In just a minute or two, my machine, oftentimes, ended up be a mess. Hearing of Fedora thirty-four which has just officially launched, doing a fresh install o...
11:20 pm GMT - Fri, June 18, 2021
Dev To Making Styles Repeatable: Dynamic Styling in React using Styled Components
The styled-components library makes it easy to create dynamic styles. At the most fundamental level, Styled Components are just React components with CSS styles attached. Thus, they can be used the ...
11:06 pm GMT - Fri, June 18, 2021
Dev To Deploy your React App using Github Pages.
If you don't have any hosting at the moment and you want to use something free Github is a very good option. In this step by step tutorial I will be going over the process of creating and deploying a...
10:29 pm GMT - Fri, June 18, 2021
Dev To Aplica el Patrn Pipeline en Laravel
El patrn de diseo Pipeline (Tubera) consiste en hacer pasar una estructura o un objeto a travs de una secuencia de tareas o etapas.La tubera acta como una lnea de montaje, donde los datos se procesan ...
10:12 pm GMT - Fri, June 18, 2021
Dev To Newbie's Guide to AI Resources
So, you want to get into AI and ML but don't know where to start?I've been there. Twice, actually. About 6 months ago, I started looking into AI but got too intimidated. I talked myself out of i...
10:07 pm GMT - Fri, June 18, 2021
Dev To Binary search algorithm
Hi, this is #day_6, we're going to talk about Binary Search Algorithm. Definition of the binary search algorithmbinary search also called half-interval search, or logarithmic search is one of the...
09:50 pm GMT - Fri, June 18, 2021
Dev To Build a real time video chat app with Next.js and Daily
We built one of our first Daily demos with React, because we like working with the framework. Were not alone. More developers expressed interest in learning React than in picking up any other web fram...
09:49 pm GMT - Fri, June 18, 2021
Dev To 10 Developers You Must Follow To Improve
10 amazing developers to follow to improve your skills in front end and back end and programming as a whole. Originally, This was published on *The Zyox Letter*, The best Newsletter for Programming, t...
09:32 pm GMT - Fri, June 18, 2021
Dev To Drupal Layout Builder: A New Authoring Experience
Being the number 1 web content administration stage, Drupal is adaptable, versatile, and has numerous language availability. It is likewise upheld by a solid open-source local area everywhere on the w...
09:29 pm GMT - Fri, June 18, 2021
Dev To The Impossible Game. (A game inspired by geometry dash)
The Impossible game! I took a lot of time on this, and it was very hard to make. I hope you like it! It is a platform game inspired by Geometry Dash.I add Updates to the game frequently, so stay tuned...
09:21 pm GMT - Fri, June 18, 2021
Dev To Very useful resources for developers 2021.
TABLA DE CONTENIDOSRecursos muy tiles para desarrolladores 2021Aprender Desarrollo WebDesafos de programacinDescargar ImgenesDescargar Iconos gratisDescargar Libros gratisColoresTemplates GratisAPIS P...
08:58 pm GMT - Fri, June 18, 2021
Dev To Callback hell OR try catch hell (tower of terror)
What are "Callbacks"?A callback function is usually used as a parameter to another function.The function that receives callback function is normally fetching data from a database, making an API ...
08:55 pm GMT - Fri, June 18, 2021
Dev To Gerenciando Tarefas Agendadas do Laravel no Banco de Dados
Tarefas agendadas so uma tima maneira de executar processos repetitivos de maneira automatizada em nossos projetos, basta definir as tarefas e escolher os momentos em que elas sero executadas e pronto...
08:22 pm GMT - Fri, June 18, 2021
Dev To D3.js tutorial: Build your first bar chart
D3.js is a JavaScript library that enables you to create dynamic data visualizations in web browsers. It specializes in visualizing large data sets in an understandable and interactive way. The D3.js ...
08:04 pm GMT - Fri, June 18, 2021
Dev To Where to Find Side Project Ideas
Hey friends! After my last post on 5 Steps to Plan a Side Project, I started to search for new project ideas. While there are tons of lists of them online, I just cannot be satisfied with them for som...
07:33 pm GMT - Fri, June 18, 2021
Dev To How big is the bus factor for Forem's most complicated files?
Ever since watching Adam Tornhill's excellent talk on prioritizing technical debt as if time and money matters, I've wanted a simple way to analyze my own repos. I wanted to replicate Adam's process o...
07:32 pm GMT - Fri, June 18, 2021
Dev To 10 Examples of a Good Developer Portfolio for Your Inspiration
IntroductionHello, Friends. Today, I would like to show you the portfolios that I found on the Internet. You know, I think that a good presentation of yourself is sometimes much more important than yo...
07:32 pm GMT - Fri, June 18, 2021
Dev To Portefeuille - a stock-tracker social network app in Ruby on Rails
I always thought that developing for finance would require mostly C or other compiled, statically typed language, especially for dealing with the incoming data from the stock market. Nevertheless, I h...
07:31 pm GMT - Fri, June 18, 2021
Dev To As a newcomer to the cloud, why I took the aws cloud practitioner certification
In the cloud environment, you have three main providers to choose from, such as Google Cloud Platform, Microsoft Azure and Amazon Web Services. I chose AWS for its balance between these three attribut...
07:00 pm GMT - Fri, June 18, 2021
Dev To Error Handling in JavaScript (Golang Style)
In this short article, we are going to see how we can handle error in JavaScript in Golang style.I am assuming, you have some experience with JavaScript and you are aware of the issues with error hand...
06:38 pm GMT - Fri, June 18, 2021
Dev To What was your win this week?
Hey there!Looking back on your week, what was something you're proud of?All wins count big or small Examples of 'wins' include:Starting a new projectFixing a tricky bugCatching up with old friends......
06:26 pm GMT - Fri, June 18, 2021
Dev To Python's Collections Module: namedtuple
IntroductionAs it has tuple in it's name, one thing is clear that it will add some superpower to the tuples.namedtuple is a special type of tuple that has named indices. Ofcourse, they also hav...
05:34 pm GMT - Fri, June 18, 2021
Dev To Serving static files and creating websites using Python Flask
No matter who you are - a business owner or a developer - having a website shall be inevitable at a point in your career. There are a wide variety of options at your disposal - from no-code, dropdown ...
04:46 pm GMT - Fri, June 18, 2021
Dev To Python's Collections Module: defaultdict
IntroductionIt won't surprise you if I tell you it is also a dict subclass :) defaultdict container type eliminates the chances to get KeyErrors in case of normal dictionaries while accessing no...
04:35 pm GMT - Fri, June 18, 2021
Dev To Tracking Infrastructure Costs for Startups
As cloud infrastructure service offerings have grown from a small set of services like virtual machines, object storage and networking primitives to an la carte menu of hundreds of services, maintain...
04:19 pm GMT - Fri, June 18, 2021
Dev To React Interview Questions - Basic
Lets Begin with some of the basic ReactJs Interview Questions1> How does React Work ?Ans. React creates a virtual DOM. when there is any state changes in the DOM a diffing Algorithm runs to check w...
04:02 pm GMT - Fri, June 18, 2021
Dev To 6 JSON Tools to Improve Your Productivity
JSON is a data format with a number of data types such as strings, booleans, lists, numbers, objects, etc... It is one of the popular, easiest, and lightweight and formats used for interaction betwe...
03:43 pm GMT - Fri, June 18, 2021
Dev To The 9 AWS Serverless Databases ALL App Developers & Software Engineers Should Know About
Here's all you need to know about the 9 different AWS Databases and their use cases that EVERY app developer and software engineer should know about Last week on Friday, I was invited by WhizLabs to g...
03:41 pm GMT - Fri, June 18, 2021
Dev To The 9 AWS Serverless Databases ALL App Developers & Software Engineers Should Know About
Here's all you need to know about the 9 different AWS Databases and their use cases that EVERY app developer and software engineer should know about Last week on Friday, I was invited by WhizLabs to g...
03:31 pm GMT - Fri, June 18, 2021
Dev To 4 Websites You Can Publish Your Static Projects
You make a static project (not a database operation) and you want to go live and publish it on a host. First of all, you need to buy a domain and host, right? No longer needed. In this article, I will...
03:27 pm GMT - Fri, June 18, 2021
Dev To What is a Coding Playlist?
What is your favorite music to work to? OR do you prefer no music at all because you need quiet to focus on whatever it is that you are working on? Do you like music with words when youre relaxing, bu...
03:11 pm GMT - Fri, June 18, 2021
Dev To Creating a Calculator using Java AWT
In this Java tutorial,We will learn how to build a simple calculator using Java AWT. This calculator has some simple functionality like all the basic mathematical operations and some special add...
03:11 pm GMT - Fri, June 18, 2021
Dev To 10 Trending projects on GitHub for web developers - 18th June 2021
Trending Projects is available as a weekly newsletter please sign up at www.iainfreestone.com to ensure you never miss an issue. 1. AstroAstro is a fresh but familiar approach to building website...
02:57 pm GMT - Fri, June 18, 2021
Dev To Getting posts of BitClout User
Just like the twitter API that gives tweet content and other information about tweets of users, BitClout API also offers the same feature but additionally, it also provides much more information about...
02:30 pm GMT - Fri, June 18, 2021
Dev To Juneteenth: Reflecting and Celebrating Black Lives
Today, June 19th 2021, is the 156th Juneteenth celebration in the United States. We would like to take a moment as a community to honor the historical origins of this important milestone towards the f...
02:23 pm GMT - Fri, June 18, 2021
Dev To Version Name x Version Code no Android
Ao publicar um aplicativo na Play Store obrigatrio o uso de versionamento. J que o projeto se encontra no dispositivo do usurio, caso ocorra alguma falha, ns como desenvolvedores podemos pedir a vers...
01:29 pm GMT - Fri, June 18, 2021
Dev To Building the Portfolio: WebOS
The portfolio is one of the most crucial tasks for the developers to create. It not only represents the brief-up of the dev, rather exhibits the potential that they have.Not confined to presenting the...
01:15 pm GMT - Fri, June 18, 2021
Dev To Today I learred About Split Landing Page
This tutorial will mainly focus on how to use transitions in CSS and make a split landing page for light as well as land mode using little JavaScript. Let's dive into the world of transitions!Today I ...
01:06 pm GMT - Fri, June 18, 2021
Dev To JavaScript Interview Question 48: Dog-sized Cat
How many errors are in this code snippet? Whats the output?.................In JavaScript there are two ways to get access to the object properties.using the dot const dog = { name: 'Rex', age: 2, si...
01:05 pm GMT - Fri, June 18, 2021
Dev To .NET 6 Preview 2 (Release notes New features)
.NET 6 Preview 2 Announcement On March 11 of this year.NET 6 Preview 2 was officially announced. This new version includes runtime performance improvements in initial versions of.NET MAUI, new A...
12:04 pm GMT - Fri, June 18, 2021
Dev To Day 30/30 : Responsive Profile Cards Using HTML and CSS
Welcome to Day 30 of this Challenge. This is what I created today. Here is the Demo : Video Tutorial : Source Code :https://www.futurecodersweb.com/2021/06/responsive-profile-cards-using-html-and.htm...
11:56 am GMT - Fri, June 18, 2021
Dev To Tools o improve your unit test with .NET
In this article, I will show you some kind tools for you can write unit test better and make you job easier. In this case, I'm using here the Dotnet platform C# language. But first, let's understand s...
11:55 am GMT - Fri, June 18, 2021
Dev To Build a Break Scheduler using Python
Hello reader! Working from home is the new normal. and It is a must to ensure a healthy work-life balance. You cannot just grab a laptop and keep working all day long, it will affect your health drast...
11:47 am GMT - Fri, June 18, 2021
Dev To How to make fully working login form with database. Full backend
Hello, glad you are here. I am kunaal and today we will see how to make a fully working login and register form with psql databse and nodejs as a backend. Video TutorialsWatch these tutorial to l...
11:47 am GMT - Fri, June 18, 2021
Dev To backend for login form. Easy to make fully working form
Hello, glad you are here. I am kunaal and today we will see how to make a fully working login and register form with psql databse and nodejs as a backend. Video TutorialsWatch these tutorial to l...
10:55 am GMT - Fri, June 18, 2021
Dev To Gandhi's Letter to Hittler
Trying background attachment fixed....
10:54 am GMT - Fri, June 18, 2021
Dev To Steps to Create A To-Do App With MERN stack
Tools You Will NeedMake sure Node and NPM are installed on your computer. You can download both at nodejs.org (NPM is included in your Node installation) Tech StackNode.jsExpress.js MongoDB...
10:29 am GMT - Fri, June 18, 2021
Dev To GitHub Pages with Dynamic Routes
GitHub Pages is a super convenient hosting service for static sites, e.g. a personal portfolio or blog or a projects documentation and even modern web apps are in many cases not much more than a stati...
10:08 am GMT - Fri, June 18, 2021
Dev To Introducing Scatter Flow Diagram For Performance Engineering
Other than the application architects, most often than not, performance engineers are the next people to know the overall application architecture and how everything fits together & communicates. ...
10:05 am GMT - Fri, June 18, 2021
Dev To Using VCR to Mock Your Requests
In the past months I've been working with a lot of external API requests. Since I'm part of a logistics team we have the challenge to make sure our requests are done in time and everything is delivere...
10:00 am GMT - Fri, June 18, 2021
Dev To 7 Udemy courses worth your time and money
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...
09:45 am GMT - Fri, June 18, 2021
Dev To Where is the end of a software engineers career?
In various ways, were all striving for a better future as engineers, and one of the instruments we own to get that future is a ladder, which leads us to various career opportunities of our dreams.Ther...
09:30 am GMT - Fri, June 18, 2021
Dev To Metrics to evaluate your Machine Learning algorithm
You made a machine learning or deep learning model. Amazing! But how do you check its performance and robustness? Simply building a predictive model is not enough. You have to create a model which giv...
09:07 am GMT - Fri, June 18, 2021
Dev To Git(Hub) Flow, Trunk Based Development, And Code Reviews
The right branching model will improve any teams collaboration, quality, and speed. The wrong model will do exactly the opposite. These are the 3 most used branching models.Name a company that develop...
08:47 am GMT - Fri, June 18, 2021
Dev To 5 open source projects I use every week. You might not even know these are OS!
Last week, I shared five of my favourite open source projects in celebration of Maintainer Week. I promised this week I'd share five more. So here's five I use every week. I love them, and many of the...
08:32 am GMT - Fri, June 18, 2021
Dev To How to use Go Modules with Private Git repository
The Go module system has greatly improved the way dependencies are managed. If you are new to Go Modules. Public RepositoriesAfter configuring everything correctly, it is relatively straightforwa...
08:31 am GMT - Fri, June 18, 2021
Dev To A Complete Guide To Decorators In Typescript
Javascript is great but typescript, is (controversially) even better. It adds type safety to a dynamically typed language and provides some cool features like decorators. What Are Decorators?Deco...
08:27 am GMT - Fri, June 18, 2021
Dev To Top Courses To Learn JAVASCRIPT
Free And Best Resource:https://www.youtube.com/watch?v=PkZNo7MFNFghttps://www.youtube.com/watch?v=3PHXvlpOkf4https://www.youtube.com/watch?v=Qqx_wzMmFeAhttps://www.youtube.com/watch?v=W6NZfCO5SIkhttps...
07:37 am GMT - Fri, June 18, 2021
Dev To Build an Email Application using Node JS Express JS with Gmail and Nodemailer - (All in one Article)
Hello , my gorgeous friend on the internet , how are you doing today?.Sometimes we want to send out a welcome email to our new registered users or send them a link to reset their forgotten password.Th...
07:14 am GMT - Fri, June 18, 2021
Dev To AI vs ML vs DL vs DS
Ever felt awkward while discussing in the team,... when you say- Yes! we should put some Machine Learning into that, and someone else says ummm, I guess Deep Learning is what it needs. and you node si...
07:00 am GMT - Fri, June 18, 2021
Dev To What is latency? Lets deep dive & understand possible ways to optimise it.
Hi ,Latency is yet another, a very important topic when we talk about backend engineering or networking. In this article, we will be discussing latency, it's importance and ways to optimise it in orde...
06:50 am GMT - Fri, June 18, 2021
Dev To How to Gauge A Cryptocurrency Exchange Development Company?
The global popularity and the explosive growth in cryptocurrency value, the numbers of ICO, and the nascent beginning of the fintech industry started with Bitcoin. People have become self-employed as ...
06:50 am GMT - Fri, June 18, 2021
Dev To Need Suggestion How to create This Types of FullCalendar
if any one have suggest how to create this types of Fullclendar in ReactJs ...
06:36 am GMT - Fri, June 18, 2021
Dev To Dark mode toggle animation using CSS !
This tutorial will mainly focus on how to use transitions in CSS and make a toggle button for light as well as dark mode using little JavaScript. Let's dive into the world of transitions! HTMLHTM...
06:35 am GMT - Fri, June 18, 2021
Dev To The Advantages of Adopting Cloud Computing Services
As recently as just a few years ago, business leaders worried about the unknown factors of moving their core applications to the cloud. Factors like not knowing how a particular application might work...
06:34 am GMT - Fri, June 18, 2021
Dev To Amazing Card Fill Hover Using HTML & CSS
Hello Guys,Today I created a Amazing Card Fill Hover Using HTML & CSS. In this card I am using only HTML and CSS for hover animation. <div class="row"> <div class="card"> ...
06:28 am GMT - Fri, June 18, 2021
Dev To DynamoDB Streams
While working on a backend service, I came across this problem where I had to retrieve a set of data of a specific type, but that type wasn't having any index and the data was also updated frequently....
06:08 am GMT - Fri, June 18, 2021
Dev To HTML target=_blank vs target=blank
Earlier I thought they both perform the same actions like opening a link to a new tab (or window ) in the browser. But, just removing the underscore can make an important difference.The target attribu...
06:01 am GMT - Fri, June 18, 2021
Dev To How to Display Formatted Date in JavaScript Without Using Any External Library
In most of the applications, we need to display a formatted date like 18 June 2021 or 06/18/2021 along with the time.So we normally use moment.js or date-fns or day.js library to get that done.But usi...
05:57 am GMT - Fri, June 18, 2021
Dev To Dependency Injection with Flutter
You know dependency injection? You love dependency injection!Unfortunately, Flutter don't provide any built-in DI feature.For this, I created last year the flutter_catalyst package with is a port of t...
05:53 am GMT - Fri, June 18, 2021
Dev To Eleventy JSON endpoint with posts
I'll let you in on a little secret while writing this article; I'm also working on this site and finding a neat, low JS alternative to a search function.Don't get me wrong, Lunr and Algolia are great ...
05:43 am GMT - Fri, June 18, 2021
Dev To NFT: Sorare - Powered Fantasy Football Platform
NFT is without a doubt the new big thing introducing blockchain into the entertainment space. SoRare is currently the biggest Fantasy Football Platform. They recently raised 50m$ via Benchmark, a vent...
05:30 am GMT - Fri, June 18, 2021
Dev To React 18 Is Out! This Is What You Need to Know
by author Arek NawoAnnounced in late 2020, React 17 didnt bring many new features. Instead, it was focused on improving the fundamentals and laying the groundwork for future updates. All to enable sea...
05:26 am GMT - Fri, June 18, 2021
Dev To Angular : Add cookie consent in your angular project just in 5 minutes
Open your terminal and run below command -npm install --save cookieconsentNow install ngx-cookieconsent via:npm install --save ngx-cookieconsentOnce installed you need to import the main module app.mo...
05:20 am GMT - Fri, June 18, 2021
Dev To Routing with Angular 11 Router: Full-Tutorial
IntroductionThis tutorial will walk you through the process of creating your Angular application using Routers. We'll learn the basics of Router outlets, navigations, routes, and paths to genera...
05:02 am GMT - Fri, June 18, 2021
Dev To Clean Up Your Imports using Absolute Imports & Alias on React apps (Next.js, CRA, and React-Vite)
Absolute Import is a great way to clean up your importsSetting up absolute imports can be a lot of pain to search on the internet, I spend quite some time to make this work, so here is all of the setu...
03:37 am GMT - Fri, June 18, 2021
Dev To 10 tools you might need as a developer
carbon.now.shLets you easily create and share beautiful images of your source code.wappalyzer.comChrome extension to find out what technology stacks the website is using. remove.bgThis website lets yo...
03:06 am GMT - Fri, June 18, 2021
Dev To My Interview Experience of Engineering Manager
This post is my experience from 2020. It was sitting in my drafts for many months and thanks to procrastination I never able to finish it. But finally today it can go out in the world.A few days back ...
02:49 am GMT - Fri, June 18, 2021
Dev To What is NoSQL?
Our team moving to NoSQL DB for my current project.(I've only used SOL originally...) So I'm going to think about it. Actually we plan to firebase.My questions are ... What's good about NoSQL? What's ...
01:13 am GMT - Fri, June 18, 2021
Dev To Every Web Application is the same, the SELID Website
What does google, apartments.com, and amazon.com, have in common? They are all websites, obviously, but not just that; they all follow the same pattern:The visitor is presented with a search fieldAft...
12:47 am GMT - Fri, June 18, 2021
Dev To Protected Routes (Next js & CRA) simple but efficient
Sometimes we need to hide pages/routes from the user and disabling their accessibility to those pages. In this post I want to show you the easiest way(which I think it is) to do this.1.I will start wi...
12:39 am GMT - Fri, June 18, 2021
Dev To How to Disable a Repository in Azure DevOps (Azure Repos)
In this post I'm going to show you how to disable a repository in Azure DevOps and prevent users from accessing its contents. VideoAs usual, if you are a visual learner, or simply prefer to watch...
12:00 am GMT - Fri, June 18, 2021
Dev To How to get started with improving site performance
There are so many articles online and so many techniques on improving site performance - where does one start on learning how to improve the performance of a website?Going to break it into 3 sections ...
11:56 pm GMT - Thu, June 17, 2021
Dev To Pandas Concepts: Introduction
My Assumptions before you continue...You know basic data structures(list, dict, tuple and set) in python.You are familiar with NumPy Basics. If not, check out my colab notebook where I have expl...
11:09 pm GMT - Thu, June 17, 2021
Dev To How does Virtual DOM work? (Build your own)
Plug: I help develop million: <1kb virtual DOM - it's fast! IntroductionThe virtual DOM is a tree of virtual nodes that represents what the DOM looks like. virtual nodes are light, stateless, ...
10:58 pm GMT - Thu, June 17, 2021
Dev To Data Structures in Typescript - Stack
A stack uses LIFO (last-in-first-out) ordering, the most recent item added is the first item to be removed, just like a real stack.Some uses of this data structure are expressions evaluations and conv...
10:38 pm GMT - Thu, June 17, 2021
Dev To How a Single Mathematical question lead to the Invention of Modern Computers?
In early 1900s German Mathematician David Hilbert put forward a question : is Mathematics "Decidable"?Which means "is there an Algorithm that can always determine whether a statement follows the...
09:51 pm GMT - Thu, June 17, 2021
Dev To Functional Programming Notes:
In Functional Programming, code is organized into smaller, basic functions that can be combined to build complex programs.In these upcoming posts, you'll learn the core concepts of Functional Programm...
09:38 pm GMT - Thu, June 17, 2021
Dev To 5 things to do when NOT writing code...
As programmers, we love to code! That's what we do, and it's a big part of our lives. But it's not all that we do, and it's not all that we should do as coders. Here are five things that I think every...
09:36 pm GMT - Thu, June 17, 2021
Dev To Top 5 DEV Comments from the Past Week
This is a weekly roundup of awesome DEV comments that you may have missed. You are welcome and encouraged to boost posts and comments yourself using the #bestofdev tag.This comment on "The Hells Ever...
09:08 pm GMT - Thu, June 17, 2021
Dev To Tinker with your local/remote PHP (Laravel, Magento) Code
I was always looking for a quick playground for testing/debugging any PHP application esp. for Magento 2.Luckily, I got to know about Tinkerwell App in some twitter feed and thought of giving a try. ...
09:05 pm GMT - Thu, June 17, 2021
Dev To Linear Search Algorithm
Linear Search DefinitionLinear search also called sequential search is a type of search algorithms, that traverse an array and compare each item with the wanted item, if the item is found the al...
09:01 pm GMT - Thu, June 17, 2021
Dev To Reasons to Write as a Developer
I get asked frequently by fellow programmers why I started writing online and if they should do the same. Let me tell you one thing right from the start: Yes, you should!Writing as a programmer has a ...
08:44 pm GMT - Thu, June 17, 2021
Dev To Create a Popout Shadow Effect with the New Tailwind CSS v2.2 Update
Originally posted on my websiteThe popout shadow effect for buttons, inputs, links etc is a popular style.So popular, I even use it as the featured button component on HyperUI: Components for Tailwind...
08:43 pm GMT - Thu, June 17, 2021
Dev To Understanding the use of useEffect hook & forwardRef in React
The useRef hook in react is used to create a reference to an HTML element. Most widely used scenario is when we have form elements and we need to reference these form elements to either print their va...
08:30 pm GMT - Thu, June 17, 2021
Dev To Use MySQL Window Functions to Get More out of Your Data
MySQL introduced Window functions in their release of MySQL version 8.0. to target groups of rows without collapsing them. In this article, we will explore example implementations of the most versatil...
08:25 pm GMT - Thu, June 17, 2021
Dev To Customizing Sublime Text
These are all of the steps I follow (roughly, sometimes I skip some of the plugins) when setting up Sublime Text on a new machine. These steps are compatible with ST2, ST3, and ST4.If you use Sublime,...
08:04 pm GMT - Thu, June 17, 2021
Dev To "What are your burning questions about developer relations?" 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...
07:07 pm GMT - Thu, June 17, 2021
Dev To 5 Awesome CSS tricks every developer should know
CSS is Cascading Style Sheets and is used to describe how HTML elements should display. Its one of the first technology learned by soon to be front-end and web developers, and its an absolute have to ...
06:40 pm GMT - Thu, June 17, 2021
Dev To Introducing: Custom Elements Manifest
The idea for a web-components.json was first suggested inthis GitHub issue on the web components GitHub repository, by Pine from the VS Code team, with the initial goal for IDEs to be able to better s...
06:33 pm GMT - Thu, June 17, 2021
Dev To Como criar um perfil incrvel no GitHub?
Esse artigo uma traduo autorizada do original da @supritha: How to have an awesome GitHub profile ? Supritha Ravishankar Jun 8 5 min read #github ...
06:23 pm GMT - Thu, June 17, 2021
Dev To On .NET Episode: Clustering in Orleans
Using Microsoft Orleans you can build applications that scale from a single on-premises server to globally distributed and highly-available in the cloud.In this episode, Reuben Bond joins Cecil to exp...
06:18 pm GMT - Thu, June 17, 2021
Dev To Hoisting and Scope for Beginners
There are two concepts that are important to be familiar with when first learning to code in Javascript. Misinterpreting them can cause you some frustration when searching for errors in your code. Sco...
05:47 pm GMT - Thu, June 17, 2021
Dev To Shopping for obscure libraries
I need to convert Java into Typescript...Wired but true, I'm looking for a way to generate type definitions from Java, both the stdlib and custom stuff in .jar archives for use in Rhino Its a long sho...
05:42 pm GMT - Thu, June 17, 2021
Dev To JavaScript-30-Day-17
Sort without Articles demoToday we're going to be working with JavaScript's Array.prototype.sort method, and we're going to be sorting this array of band names, but the kind of the catch is...
05:23 pm GMT - Thu, June 17, 2021
Dev To Angular on Azure Part I
Pankaj Parker | ng-conf | May 2019Using Azure PipelineDevelopers test software in a local environment using servers such as LAMP, WAMP, node, IIS, and Apache. Local deployment is good in terms of fast...
05:13 pm GMT - Thu, June 17, 2021
Dev To The Knight and the Shield | A side-scroller 2D game design.
Another game idea. Choose the design of your shield, choose it's shape. change the knight's colours, and battle your way to the end! (This is a sidescroller)Try it here:https://codepen.io/FRADAR/pen/G...
04:43 pm GMT - Thu, June 17, 2021
Dev To Helpful Page Layouts using Tailwind CSS
If you're here you're probably familiar with the CSS utility goodness that is Tailwind CSS. Using the default Tailwind base classes you can quickly knockout some very nice page layouts. I've done oodl...
04:43 pm GMT - Thu, June 17, 2021
Dev To Getting BitClout User Information using BitClout API
You might want to get BitClout user information for your next project, right ?If yes, you are on the right page of the Internet!We will be covering two BitClout API endpoints that provides user inform...
04:10 pm GMT - Thu, June 17, 2021
Dev To Implement Queue using Array - Object oriented JavaScript
Hey There!In today's post, we look into how we can implement a queue using just an Array in JavaScript.If you end up liking this post, feel free to follow me on twitter where I post JavaScript tips f...
04:01 pm GMT - Thu, June 17, 2021
Dev To Automatic image slider in Html Css | Awesome CSS Slideshow
Hello guys, today I am going to show you how to create an automatic image slide in Html css, in this video you will learn how do you create an awesome CSS slideshow with fade animation....
03:51 pm GMT - Thu, June 17, 2021
Dev To Methods to Fetch in React
There are many ways to fetch data from an external API in React. But which one should you be using for your applications?In this tutorial, we will be reviewing five of the most commonly used pat...
03:48 pm GMT - Thu, June 17, 2021
Dev To Quick Introduction to *a concept* in C
I've been writing C++ programs since past 5 years now (I didn't realize it has been that long until I typed this out) and have come across various concepts that beginners seem to struggle with. To hel...
03:43 pm GMT - Thu, June 17, 2021
Dev To Quick Introduction to namespaces in C
As someone who writes C++ code often, I see (and use) the keyword namespace frequently and I think it is worth knowing what this keyword is all about.A namespace is a region that provides a scope to t...
03:39 pm GMT - Thu, June 17, 2021
Dev To I built a React app generator.
I am proud to announce I finally built my first desktop application. And even if I can't consider it to be in a production-ready state for now, it is usable and I was really looking forward to sharing...
03:12 pm GMT - Thu, June 17, 2021
Dev To Taking KubeMQ Build & Deploy for a Test Drive: My Thoughts and Impressions
IntroductionAs a full-stack developer who often takes on DevOps and infrastructure responsibilities, the following happens all too frequently. Problem: I need to set up a backend server for my a...
03:04 pm GMT - Thu, June 17, 2021
Dev To Window and this keyword, what the heck it is?
Table of contentShortest program in JavaScriptwindow keywordThis keywordWorking behind the scenes What is the shortest program in JavaScript ?Running an empty file in JavaScript is the shortest p...
03:01 pm GMT - Thu, June 17, 2021
Dev To Rate Limiting in IPv6 Era Using Probabilistic Data Structures
In any system where two parties communicate with each other, we hear things like rate-limiting, flow control, etc. The problem is that all systems have limits and to protect the system, you'd need to ...
02:58 pm GMT - Thu, June 17, 2021
Dev To Adios FontAwesome, Hola Tabler Icons
Tabler Icons es una nueva manera que encontr de poder utilizar icons en tus proyectos web. Consta de 1280 iconos gratuitos en formato SVG que puedes usarlos desde ya. Es posible parametrizar los icono...
02:39 pm GMT - Thu, June 17, 2021
Dev To TakeOver.io: A .io game
This is the first .io game I have ever made. But there is a problem, as you are playing with bots and A.Is and not real people/multiplayer. It took me a lot of time to create and make this, as I am no...
02:36 pm GMT - Thu, June 17, 2021
Dev To Google Summer of Code: How to Ensure a Successful Community BondingPeriod
Ever wondered what the 21 day GSoC Community Bonding period is about and how to make the most of it?Youve made it to Google Summer of Code the ultimate open-source development opportunity for student...
02:25 pm GMT - Thu, June 17, 2021
Dev To 6 essentials tips for VueJs from 2.5 years experience 1
Hey how are you ! Welcome here my name is Code Oz and I will share with you some tips on VueJs (I have 2.5 years experience with this framework) Always use validator on your props, in order to ch...
02:21 pm GMT - Thu, June 17, 2021
Dev To "this" keyword in Javascript
The this keyword has been associated with a lot of confusion. The use of the this keyword depends on context i.e. where it is used. It is associated with object, method, or function through binding.Bi...
02:20 pm GMT - Thu, June 17, 2021
Dev To Zoom, Spotify and others slashed their cloud costs by millions - how did they do it?
In Q1 2021, Zoom reported that its gross margin widened to 73.9% from 69.4% in the previous quarter - primarily thanks to the optimization of public cloud resources.And Zoom is certainly not the only ...
02:05 pm GMT - Thu, June 17, 2021
Dev To Looking Back on Our First DEV Community Bug Smash
In May, the Forem team launched our first DEV Community Bug Smash. This community-wide collaboration was all about improving the Forem repository, encouraging more contributions from the community, an...
01:56 pm GMT - Thu, June 17, 2021
Dev To The Easiest Way to Monitor Ruby: Automatic Instrumentation
Setting up a proper monitoring overview over your application's performance is a complex task. Normally, you'd first need to figure out what you need to monitor, then instrument your code, and finally...
01:56 pm GMT - Thu, June 17, 2021
Dev To How to make Vim your text editor and customizable IDE
We all are asked to use visual studio code and other rich looking editors as a beginners text editor or an IDE but that makes a habit of a rich and pleasing interface of running and debugging programs...
01:56 pm GMT - Thu, June 17, 2021
Dev To Step by Step - Repository Pattern and Unit of Work with Asp.Net Core 5
IntroIn this article we will be exploring Unit of work and Repository pattern with EF Core and .Net 5. You can watch the full video on Youtube:Please find the source code on GitHub:https://githu...
01:53 pm GMT - Thu, June 17, 2021
Dev To Database Caching with Spring Boot and Hazelcast
Signed in as @priyankanandulaAfter few days gap, I am back Good day , guys! I come back with an important concept during the execution of database operations using ORM tools in Spring Boot.In this bl...
01:41 pm GMT - Thu, June 17, 2021
Dev To Is PolyWork the new LinkedIn for Developers?
P.S. I just want to frontload this article to ask you what is your opinion about the new professional network? I'd love to read the comments. I want to get the conversation going so this is why I wrot...
01:36 pm GMT - Thu, June 17, 2021
Dev To Google Calendar Events with React
This article will cover the topic of viewing a full calendar in your React application and integrate with Google Calendar API to show events from your account.First of all, we need a package that prov...
01:26 pm GMT - Thu, June 17, 2021
Dev To Neural Style Transfer in a Most Simple Way
The Neural Style Transfer algorithm has been in a very popular position lately. If we look at the acceleration of "Deep Learning" algorithms in the last 5 years, it seems that Neural Style Transfer al...
12:49 pm GMT - Thu, June 17, 2021
Dev To macOS themed Portfolio website
Please checkout my first ever macOS themed Portfolio website https://sharansrj567.mlExplanation-https://www.linkedin.com/posts/sharan-jamanani_macos-reactjs-webdev-activity-6810067195977187328-29ImCod...
12:39 pm GMT - Thu, June 17, 2021
Dev To Traduisez du texte avec google translate dans votre application PHP/Laravel avec 5 lignes de codes !
Si vous dsirez plus de contenu francophone comme celui-ci, cliquer Follow ou suivez-moi sur TwitterSalut,Voici un moyen rapide de traduire facilement du texte dans votre application php Laravel. PAS B...
12:22 pm GMT - Thu, June 17, 2021
Dev To CSS Shorthand Useful CSS Shorthand Properties
CSS ShorthandCSS Shorthand properties are properties that let you set the values of multiple other CSS properties simultaneously. Using shorthand property, you can write more short and often mor...
12:15 pm GMT - Thu, June 17, 2021
Dev To How we use GitLive: A junior developer's perspective
Im Sunny, and Im a junior developer at GitLive. Since we are making a tool by developers, for developers, I wanted to share how I use our own product on a day to day basis. VisibilityAs an annoyi...
12:09 pm GMT - Thu, June 17, 2021
Dev To JavaScript API Automation Testing Course
How to do API Automation Testing using Javascript with Supertest & Mocha? In this course, Ill walk you through step-by-step to get your Javascript API Automation framework ready. We will be c...
12:06 pm GMT - Thu, June 17, 2021
Dev To Bringing Back the 90s with the Wicked Coolkit
Remember the 90s? Pokmon, Beanie Babies, Crazy Bones, Super Nintendo, Pogs, and neon windbreakers Those were the good old days. The web was a simpler place too, with barebones websites composed of mos...
12:01 pm GMT - Thu, June 17, 2021
Dev To Day 29/30 : Awesome CSS Card Hover Effects Using HTML and CSS
Welcome to Day 29 of this Challenge. This is what I created today. Here is the Demo : Video Tutorial : Source Code :https://www.futurecodersweb.com/2021/06/awesome-card-hover-effects-using-html.html ...
11:55 am GMT - Thu, June 17, 2021
Dev To Javascript Interview Questions - Entry Level
Everyday i will be sharing few Javascript Interview Questions to help you understand the languauge even better.So lets get started with basic questions that are asked in the interview.1> what is ty...
11:15 am GMT - Thu, June 17, 2021
Dev To Resources for enthusiasts - software dev. & cybersecurity
Hey folks. Tell me if this happens to you as well.I find myself often torn up between my interests in web development and cybersecurity. I try to learn stuff in both the paths but it becomes very exha...
11:00 am GMT - Thu, June 17, 2021
Dev To 5 Epic React Tips To Use Today
Here's a list of amazing tricks that you can use to improve your React applications instantly.These tips will not only make your code cleaner and more reliable, but also aim to make your development e...
10:51 am GMT - Thu, June 17, 2021
Dev To Agonies, Despair and self hosted Redash BI server on Microsoft Azure cloud platform part 1
Hello everyone,Thank you for joining in today to talk about the open source BI tool named Redash. We will focus today mainly on how to set up a self hosted Redash server in the cloud starting from a l...
10:26 am GMT - Thu, June 17, 2021
Dev To News of RPA cutting down about 10 million jobs in India
Recently, there has been a lot of commotion in the news where people are talking about "their worst fears coming to reality", "robots taking over the world", etc. The headlines being somewhere like ro...
10:23 am GMT - Thu, June 17, 2021
Dev To Build API to deliver slack messages with no code
Every day so many people depend on slack to stay updated in their daily life. Hence, we may need to deliver some message or an alert to slack programmatically via an API in our product or webapp. This...
10:03 am GMT - Thu, June 17, 2021
Dev To Apply rules and automations to your npm registries
Most developers would rather be coding than spend time managing dependencies. To keep up with the fast releases proper tooling is a necessity.Manually monitoring dependencies for known vulnerabilities...
09:45 am GMT - Thu, June 17, 2021
Dev To timetrace: New features of the time tracking CLI
Since its initial release in May, a lot of powerful features have been added to timetrace, a simple time tracking CLI. I'm going to introduce some of the features present in timetrace v0.10.0 in this ...
09:45 am GMT - Thu, June 17, 2021
Dev To "UNUSED' ?
You can find it using Chrome via "Dev Tools" Open dev tools (F12)Type: Ctrl + Shift + PType: "Coverage" and select "show coverage" from the result.New window with the "Coverage" tab will be show...
09:39 am GMT - Thu, June 17, 2021
Dev To Learn How to Run Appwrite With Your Own Custom Proxy or Load Balancer
Appwrite was designed to be flexible and customizable, and that was one of the main reasons we designed it using the Microservices architecture. Thanks to this design, it's very easy to adjust and dep...
09:20 am GMT - Thu, June 17, 2021
Dev To Solution: Number of Subarrays with Bounded Maximum
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
09:18 am GMT - Thu, June 17, 2021
Dev To SDK vs API - What's the Difference?
Hello everyone! I'm Akash from Applozic, and today we'll take a look at what SDKs and APIs are, and how they differ from each other.So, what is an SDK?SDK stands for Software Development Kit. It is a ...
09:00 am GMT - Thu, June 17, 2021
Dev To IHP v0.11.0 brings Server-Side Components and Joins!
We've just released IHP v0.11.0, which includes:Server-Side-Components, similar to React or elmJoins, for more complex queriesIHP.FileStorage, which makes it easy to store files on AWS S3 or any other...
08:57 am GMT - Thu, June 17, 2021
Dev To How to create a simple Floating Button with Xamarin.Forms/MAUI
For a while, I have been trying to search how to create a simple Floating Button and this is my final code:<AbsoluteLayout> <!--Other components--> <ImageButton Source="plus.png...
08:34 am GMT - Thu, June 17, 2021
Dev To How's your experience with Xcode? (I want to cry )
Have you used Xcode? If so, what has your experience been so far?Not to shit on them but, in my case it's been one of the worst developer experiences I've had in all my career...I could ramble a...
08:27 am GMT - Thu, June 17, 2021
Dev To You need to build a collaborative text editor RIGHT NOW!!
TL;DRBy building a collaborative text editor you will get to learnSend data from server to client - Polling/SocketsAlgo/DS to use for efficient data transfer - Text CompareUpdate editor in such ...
07:30 am GMT - Thu, June 17, 2021
Dev To Complete Guide To Lazy Load Images For Better Website Performance
The pandemic of 2019-2020 made us all lazy. With no option but to sit at home, 35.82% of us gained weight in that phase, thanks to our laziness. Fortunately, that phase gives us an excellent chance to...
07:06 am GMT - Thu, June 17, 2021
Dev To Building an RSS Scully Plugin - Angular
In this article, we will learn how to extend Scully functionality through plugins. We will do this by building an RSS Plugin. This plugin will generate an RSS feed for our blog web app build using Ang...
06:41 am GMT - Thu, June 17, 2021
Dev To Input Text | Animation
An Input Field Animation , Made With Babel .Find It On CodePen :-...
06:26 am GMT - Thu, June 17, 2021
Dev To 500 Internal Error Page Of Website .
The HyperText Transfer Protocol (HTTP) 500 Internal Server Error server error response code indicates that the server encountered an unexpected condition that prevented it from fulfilling the re...
06:17 am GMT - Thu, June 17, 2021
Dev To Day-21 Drag N Drop
Hi Folks,Before diving into the project, a little bit of introduction about me:I am Sabiya Tabassum. I completed my B.Tech under CSE major. I'm currently learning React and recently, I have started 50...
06:02 am GMT - Thu, June 17, 2021
Dev To Is there any way I can change a file header in Linux like how I'd change a file extension in Windows (10).
I know in Windows, "file extensions", the part of a file name after the final period in the file name, are more than just part of the file name, they also act as metadata to tell Windows what kind of ...
04:54 am GMT - Thu, June 17, 2021
Dev To Python's Collections Module: OrderdDict
Why do we need OrderedDict anway?Since dictionaries in python maintain their insertion order completely after python 3.7+, use case of OrderedDict is fading away slowly. But still there are some...
04:16 am GMT - Thu, June 17, 2021
Dev To Learn and Master Flexbox by building commonly used web components
Hello, welcome to this tutorial. Today, I will be explaining how to build commonly used web components with Flexbox. After the introduction, I will walk you through building the following: A navigatio...
03:37 am GMT - Thu, June 17, 2021
Dev To Kubernetes Services, Ingress, Jobs and CronJobs
How can you access workloads inside the Kubernetes cluster? Should you use a NodePort or LoadBalancer service type? How about if you want to expose multiple applications through a single load balancer...
03:15 am GMT - Thu, June 17, 2021
Dev To EC2 instance types
When we were creating EC2 instances we saw that there are many types of EC2 instances available from which we selected t2.micro .Now we will study some of them so that we can make an educated guess on...
02:55 am GMT - Thu, June 17, 2021
Dev To Day 1 of 100DaysOfCode!
Today's progressI worked on several Basic Algorithm Scriptingproblems. They were a bit challenging but it's okay because that is part of the process. I understand they will be difficult at first. So I...
01:36 am GMT - Thu, June 17, 2021
Dev To 5 ways to make money as a programmer in 2021
...
01:32 am GMT - Thu, June 17, 2021
Dev To 5 REASONS WHY YOU SHOULD LEARN JAVASCRIPT in 2021
...
01:15 am GMT - Thu, June 17, 2021
Dev To .Net Angular PoUi : FullStackPlayGroung
Oi Pessoal!Nesse post vou mostrar como criar um crud com .net e angular utilizando po-ui, uma biblioteca de componentes para angular de alta produtividade.O repositrio desse cdigo voc encontra aqui. ...
12:45 am GMT - Thu, June 17, 2021
Dev To Try React 18 with Vite, Typescript and Vercel
What's New In React 18?Please visit https://nnote.io/s/x4od5/react-18-with-vite-and-vercel for the latest updates for this article.The new version of React - React 18 alpha has just come out. Fr...
12:38 am GMT - Thu, June 17, 2021
Dev To Microagresses em empresas de tecnologia
cada vez mais comum ver empresas de tecnologia querendo contratar mais mulheres e se esforando (s vezes no tanto) para criar ambientes inclusivos. A realidade que essa no uma construo fcil e vrias ...
12:37 am GMT - Thu, June 17, 2021
Dev To Algorithm Tutorial: Intro to Heaps and Priority Queue Implementation
In this edition of the Algorithm Tutorial series, we're going to break down the Heap data structure and and its utilization to implement a priority queue. ContentsBackgroundHeap StructureImpleme...
11:55 pm GMT - Wed, June 16, 2021
Dev To Demo Day!
Last month my fellowship with CodeCollab came to an end. It was a great opportunity to grow as a developer. The fellowship was full of learning.I collaborated with a diverse team. We all gained experi...
10:39 pm GMT - Wed, June 16, 2021
Dev To tsParticles Fireworks Effect 2.0
Here's a CodePen sample for tsParticles for creating a fireworks effect, soon available in a NPM preset package.This configuration will work in any component and not only in Vanilla JavaScript, you ca...
10:01 pm GMT - Wed, June 16, 2021
Dev To Low-Code Tradeoffs
Ive been a low-code developer and architect for few years consulting clients worldwide. Even though low-code is a buzzword these days, the concept and its applications have been around for many years....
09:37 pm GMT - Wed, June 16, 2021
Dev To Why I should care about Mutation Testing?
TLDR: checkout this video made by Thomas Chaplin with a great introduction too! (Spanish video coming soon!)Having as much confidence as possible in the code we ship to production is crucial to make s...
09:36 pm GMT - Wed, June 16, 2021
Dev To Configuring 2FA on your Linux Server
Recommended SetupUpdate your server to the latest packages.sudo apt update && apt upgrade && rebootAdd a non-root user with sudo privileges.adduser usernameusermod -aG sudo usern...
09:35 pm GMT - Wed, June 16, 2021
Dev To Welcome Thread - v129
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...
09:12 pm GMT - Wed, June 16, 2021
Dev To Hash Table data structure
Hi, this is #day_4, we are going to talk about hash tables Definition of Hash table"A hash table is a type of data structure that stores key-value pairs. The key is sent to a hash function that p...
09:06 pm GMT - Wed, June 16, 2021
Dev To How to read more in less time?
Originally, This was published on *The Zyox Letter*, The best Newsletter for Programming, tech, entreprenuership & money.CLICK HERE - https://zyox.substack.comJoin NowArticles Starts Now- Reading ...
09:03 pm GMT - Wed, June 16, 2021
Dev To Build Relational Databases Like A Pro (MySQL, PostgreSQL, etc.)
Let's face it, building a database that works is not a challenge at all. The real challenge is to build a database that is fast, reliable, scalable, and well-engineered. In this article, let me show y...
09:00 pm GMT - Wed, June 16, 2021
Dev To Comandos bsicos que debes conocer para dominar LINUX.
En la informtica saber usar la consola de comandos Linux es fundamental, es por eso que les comparto una serie de comandos bsicos para que aprendas y logres dominar el terminal.A continuacin vamos a v...
08:24 pm GMT - Wed, June 16, 2021
Dev To Implement Chain of Responsibility/Commands in C Using ChainRunner
I have been working on an ASP.NET Core Web API application which is responsible for users' comments. This application needs to reject or censor new comments based on multiple business criteria. In sim...
08:10 pm GMT - Wed, June 16, 2021
Dev To The Beginner's Guide to Declaring Variables in JavaScript
If you're new to programming and new to javascript, it can be confusing when to use the three declaration key words. We're going to talk about when to use const, let, and why you should never use var ...
07:53 pm GMT - Wed, June 16, 2021
Dev To How to add push notifications into a Next.js App
Web push notifications are a versatile channel that can be used to enhance your UX, re-engage users, promote new products or features, ignite engagement, drive revenue, and increase user retention. Co...
07:45 pm GMT - Wed, June 16, 2021
Dev To Make Fathom Analytics work with Turbolinks / Turbo in your Rails project
If you have Turbolinks or Turbo in your Rails project, only the first page view would be counted and tracked by Fathom Analytics. Here is how you can make use of load event to track the page views.For...
07:35 pm GMT - Wed, June 16, 2021
Dev To Reasons why Django is the best web framework
Choosing a web framework is hard especially now when there are a lot of frameworks on the market, each designed to address different project needs. Here is why I think that Django is the best choice i...
07:31 pm GMT - Wed, June 16, 2021
Dev To Python and Headless: How to make interactive, adaptable, affordable reports
In this article, I'll show you how to pull data from a headless CMS and create a content type report using the Python framework: Dash. Seeing is believingI am a visual learner. I really appreciat...
07:25 pm GMT - Wed, June 16, 2021
Dev To Start a SPA and it's API in one click
I've been using start or jump scripts for a long time to start up my API and SPA at the same time. With project TYE on the horizon, I thought I would share more about my more simplistic, "poor man", i...
07:22 pm GMT - Wed, June 16, 2021
Dev To Part 2: Redux-React
Let's actually make a new react app and go one by one to learn how to use redux with react. Install//create new react app$ npm install -g create-react-app$ create-react-app < APP-NAME >//(o...
07:09 pm GMT - Wed, June 16, 2021
Dev To Home automation with Lars Richter
This week on the show, you'll meet a new guest co-host, Jamie Gaskins. @jgaskins is the Principal Site Reliability Engineer at Forem. We are very lucky to have Jamie helping us make Forem scalable and...
07:01 pm GMT - Wed, June 16, 2021
Dev To Snake VS. Blocks | A snake game.
Eat all the food (circles) in this 15 level snake game! Don't hit blocks and lasers, and eat the white blocks that randomly flicker around the map. They give you powerups. Use WASD or the arrow keys t...
06:50 pm GMT - Wed, June 16, 2021
Dev To GIT Basics / Cheatsheet
What is GIT?Best short and also official description:Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed a...
06:44 pm GMT - Wed, June 16, 2021
Dev To What's new in React 18?
React 18 alpha version was just announced. The theme of React 18 is to make the UI more performant by removing janky user experiences by introducing out of the box features and improvements powered by...
06:42 pm GMT - Wed, June 16, 2021
Dev To Car riding Simulator game (VR) (3D)
A car riding simulator. It's virtual reality. Use the arrow keys or WASD to move the car through the hills.Try it here:https://codepen.io/FRADAR/pen/zYNWZQQFor more games like this,click here: https:/...
06:22 pm GMT - Wed, June 16, 2021
Dev To I Just Want to Download You!
If you have software that people download from your site, there is a finite set of versions people actually care about. Yes, some people want all of them, and you should satisfy that. But honestly, ...
05:59 pm GMT - Wed, June 16, 2021
Dev To Top 10 Animation Libraries (CSS JavaScript )
After Designing a static website with HTML and CSS most of the time, you need to add some animation on your website.There are many CSS animation and JavaScript animation you can find on the Internet. ...
05:56 pm GMT - Wed, June 16, 2021
Dev To It's OK to useStore with React-Redux
I recently had two members of my team independently confuse themselves with a subtle point in the react-redux bindings. We have a few instances where a component includes callbacks and inside of those...
05:41 pm GMT - Wed, June 16, 2021
Dev To What are Module Bundlers ? How to configure Webpack ?
What are Module Bundlers ? How we can take advantage of them to build large scale applications.Hey! First let's understand when Module Bundlers can be used. Def :- Module Bundlers can be used to...
05:01 pm GMT - Wed, June 16, 2021
Dev To Mudar de Carreira (ou emprego): Como decidir?
Se voc chegou nesse post, imagino que porque isso j vem martelando na sua cabea h algum tempo mas voc est sentindo alguma dificuldade nesse processo. Muita coisa passa pela cabea e o velho conselho: ...
04:56 pm GMT - Wed, June 16, 2021
Dev To CodeLand 2021: Motivation & Career-Long Connections For Early-Career Devs
CodeLand is coming back in 2021 as a two-day virtual conference on September 23rd and 24th!While nothing needs to entirely replace face-to-face conferences, we received such amazing feedback from the ...
04:55 pm GMT - Wed, June 16, 2021
Dev To FrontEnd Development Road Map
Hey guys!!! Hope everyone are safe and coding. Will take you to the frontend development journey. Let's grow togetherWill be posting the detailed ideas on each topic one by one every week....hope you ...
04:34 pm GMT - Wed, June 16, 2021
Dev To How to Install Most Interactive Shell On A Linux Machine
Hello Guys, I am Nirupamvas and I am back again with an other awesome Linux tutorial. So let's get started.Before getting into it, let's understand some of the things What Is Shell??A shell is a...
04:32 pm GMT - Wed, June 16, 2021
Dev To 16 Beautiful Color Palettes for Your Projects
IntroductionWhen developing websites, the first question for developers is about creating a design. But due to their inexperience, many novice developers who do not even know the simple rules of color...
04:17 pm GMT - Wed, June 16, 2021
Dev To Styled components cheat sheet
The use of Styled components in React.js app development has become quiet popular in the last few years, its popularity is mainly due to the fact that it provides a better developer experience when it...
03:59 pm GMT - Wed, June 16, 2021
Dev To Best alternative for solar movies
https://inlarn.com/putlocker-similar-websites-to-watch-high-quality-hd-movies-for-free/ click here...
03:58 pm GMT - Wed, June 16, 2021
Dev To Top 3 Influencers that fight climate change
The worlds biggest issues can cause a lot of sleepless nights, if only we begin to think about the things that are wrong, like poverty, world hunger, disease, global wars, climate change, and many oth...
03:55 pm GMT - Wed, June 16, 2021
Dev To FREE IDE dedicated to creating Bootstrap templates
Today I would like to show you how to create Bootstrap templates in very easy way. I start with pointing the fact that everything I will mention in this blog is FREE. Both, the IDE and the template. E...
03:50 pm GMT - Wed, June 16, 2021
Dev To Flutter - Animated Splash Screen
Para fines practicos escribiremos la minima cantidad de codigo y utilizaremos rive (pero tambien puedes usar un .gif). Instalamos rive.rive: ^0.7.18 Iniciamos con lo facil.main.dartimport 'p...
03:39 pm GMT - Wed, June 16, 2021
Dev To React Carousel
A React Carousel . See Code Here :-...
03:34 pm GMT - Wed, June 16, 2021
Dev To Create Model in Django - Tutorial for Beginners
Hello Coders, This article aims to help beginners to understand how to Create a Model in Django Framework by coding a new app from scratch and use mostly the terminal. The sample source code can be do...
03:22 pm GMT - Wed, June 16, 2021
Dev To How to use "any" and "all" in Python
Credential: I do not know, but I, at least, am 4 years experienced; I am still learning C and Assembly.What is any and all in Python?By Python definition, any will return if there is an item whereby t...
03:16 pm GMT - Wed, June 16, 2021
Dev To Flip Book Effect
A Flip Book Effect Made With Html & Css .Here It Goes With Html Code :-<div class="cover"> <div class="book"> <label for="page-1" class="book__page book__page--1"> <img ...
03:10 pm GMT - Wed, June 16, 2021
Dev To Here's why you should use Kubernetes!
Kubernetes is a portable, extensible, open-source platform for managing containerized applications and services that facilitates both declarative configuration and automation. Kubernetes provides a pl...
03:07 pm GMT - Wed, June 16, 2021
Dev To Happy Hackathoning - Dos & Don'ts
With the HarperDB + Hashnode Hackathon upon us this month, I thought it would be a good time to share some tips on getting the most out of your hackathon participation. There are tons of great article...
03:02 pm GMT - Wed, June 16, 2021
Dev To Introducing `findLast` and `findLastIndex`
I'm back with another introduction to JavaScript syntax! Currently in Stage 2, we're going to talk about findLast and findLastIndex. Array.prototype.findLet's start by talking about a sometimes u...
03:02 pm GMT - Wed, June 16, 2021
Dev To Starting with Flutter: Fancy Lateral Menu
Remember our lateral menu from this article? Yes, this one:Pretty ugly isn't it? Let's make it fancier! Center that listLet's start by removing one of the most limiting features, or, at least, ch...
03:00 pm GMT - Wed, June 16, 2021
Dev To How to test your UI without resizing browser
The ProblemWhen working on UI layouts, for testing responsiveness - you may be used to either:DevTools with custom viewport sizesOr some extension e.g. Window ResizerOr resize the browser window...
01:57 pm GMT - Wed, June 16, 2021
Dev To A Quick Guide To CSS Logical Properties
This is a post about CSS Logical Properties, with basic and advanced usage examples. If you think you don't need CSS Logical Properties, think again!If you've ever worked on a website for a global cli...
01:39 pm GMT - Wed, June 16, 2021
Dev To How to build a Helm plugin in minutes
IntroductionHelm is a great addition to the Kubernetes ecosystem; it simplifies complex Kubernetes manifests by separating them into charts and values. Sharing charts has never been easier espec...
01:32 pm GMT - Wed, June 16, 2021
Dev To Its not all about coding junior engineers
Develop these on top of coding to take your game to the next levelLearn to be a sponge. Absorb as much knowledge from others as you can.Help others. You will need their help later. Know when you...
01:18 pm GMT - Wed, June 16, 2021
Dev To Laravel Livewire Fullcalendar Integration Tutorial
Hi Friend,In this example, I will learn you how to use fullcalendar with livewire example. We will explain step-by-step laravel livewire fullcalendar integration. you can easily make livewire fullcale...
12:19 pm GMT - Wed, June 16, 2021
Dev To How Does a YouTube Video Go Viral
Have you ever wondered how a viral video grows? We've tracked Top Youtubers to see how they spread their content. They tend to publish videos regularly at times that work best for them. There is work ...
11:34 am GMT - Wed, June 16, 2021
Dev To Keycloak: REST API for Realm Role
Get access tokenCode curl \ -d "client_id=admin-cli" \ -d "username=admin" \ -d "password=admin" \ -d "grant_type=password" \ "http://localhost:8080/auth/realms/master/protocol/openid-conn...
11:34 am GMT - Wed, June 16, 2021
Dev To I made a complex Design System For Figma with 2000 Components! Also, a Free Version is available.
Im Fredy Andrei, the Founder of Simmmple. Today Im excited to introduce our new product, Venus Design System, a complex & premium design system tool which comes with more than 2000+ Components sta...
11:09 am GMT - Wed, June 16, 2021
Dev To Keycloak: REST API for new Realm
Get access tokenCode curl \ -d "client_id=admin-cli" \ -d "username=admin" \ -d "password=admin" \ -d "grant_type=password" \ "http://localhost:8080/auth/realms/master/protocol/openid-conn...
10:40 am GMT - Wed, June 16, 2021
Dev To Nhng ly do khin Startup tht bai
Nhng ly do khin Startup tht bai20 nm trc, ti thnh lp Idealab, v trong vng 12 nm qua chng ti lp ra hn 100 cng ty, t c nhiu thnh cng v cng vng phi nhiu tht bi ln. Chng ti hc c nhiu bi hc t nhng tht bi ...
10:20 am GMT - Wed, June 16, 2021
Dev To Generate dynamic social images with Nuxt, Cloud functions and Cloudinary
More and more, we are noticing websites with really slick automatically generated social sharing images, like the ones below:This can really make your content stand ou and boost engagement when sharin...
09:50 am GMT - Wed, June 16, 2021
Dev To Top Youtube Channels To Learn Django For Everyone.
Real Post:- https://webdevcodes.com/django/top-youtube-channels-to-learn-django-for-everyone/Hello Devs, In this tutorial, I'm gonna tell you the top 10 youtube channels or playlists for Django.As we ...
09:31 am GMT - Wed, June 16, 2021
Dev To 5 resources I use as a front end developer that you probably need
Cover photo credit: UnsplashAs a frontend developer, you have probably struggled to find images, svgs or icons to add to your application and sometimes the images you have are of high resolution that ...
09:30 am GMT - Wed, June 16, 2021
Dev To Top 10 open source development tools (tried and tested)
Software is eating the world, and there are not enough developers to fulfil demand. The U.S. Bureau of Labor Statistics projects that employment for software developers, which includes software engine...
09:12 am GMT - Wed, June 16, 2021
Dev To How to filter entries by linked references in GraphQL
Have you ever been frustrated by not being able to filter a collection by a linked entry value using the GraphQL API? For example, do you want to filter your blog posts by linked topics such as javasc...
08:44 am GMT - Wed, June 16, 2021
Dev To Write a VS Code extension in JavaScript, not TypeScript ^
^ Write an extension in TypeScript or JavaScript or CoffeeScript - whatever script you prefer! This is not meant to be contentious. The official docs for the VS Code API are oriented towards TypeScrip...
08:42 am GMT - Wed, June 16, 2021
Dev To Solution: Generate Parentheses
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
08:37 am GMT - Wed, June 16, 2021
Dev To Object-oriented Programming in JavaScript
In programming, there is a technique for writing code called object-oriented programming. It's a methodology for code abstraction and organization where the code written embodies the traits of real-wo...
08:28 am GMT - Wed, June 16, 2021
Dev To Today I learned about Scroll Animation
Here's my HTML code.<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" c...
07:40 am GMT - Wed, June 16, 2021
Dev To Microsoft Tech Days: DevOps 101 for Developers - Links & Resources
Microsoft resourcesDocumentation - Basic, Agile, Scrum, and CMMI: https://aka.ms/techdays/devops-choose_a_processLearning module - Choose an Agile approach to software development: https://aka.m...
07:40 am GMT - Wed, June 16, 2021
Dev To UX Review every developer should do before writing the code
One of the ask in the interview is "Person should be a team player can work cross-team".Have you ever thought about what it means? Which all trait company is looking in the candidate? Is it just worki...
07:30 am GMT - Wed, June 16, 2021
Dev To Build a Blog App with React Building Components (Part 2)
Hello everyone! So, this is going to be the second part of the new React blog app series I have started. In the first part, we discussed how we could start a new React project, and we learnt how to se...
07:23 am GMT - Wed, June 16, 2021
Dev To Build a Blog App with React Intro, and Set-Up (Part 1)
Hello everyone! The best way to learn something is by doing. So, lets build a simple Blog app using React to understand how things work. We wont be making a very feature-rich blogging website with coo...
06:36 am GMT - Wed, June 16, 2021
Dev To SSH into your EC2 instances
What is ssh?SSH is a remote management protocol through which you connect to your remote servers and modify them. This allows you to access your remote servers securely. So let us see how we can...
06:28 am GMT - Wed, June 16, 2021
Dev To [22] Top 10 Must-Have Web Dev Tools June 2021
It's been a month since the last post, so it means it's time to continue my blog post series - Top 10 Best Web Dev Tools. Every month I am trying to pick the most intriguing and handy instruments that...
05:59 am GMT - Wed, June 16, 2021
Dev To Weekly web development resources 78
AstroA tool to build websites with your favorite JavaScript framework and ship the minimum amount of JavaScript. BootStartersAn open source collection of free themes for Bootstrap 5. B...
05:32 am GMT - Wed, June 16, 2021
Dev To What is a Product Requirements Document (PRD) & How to Create it?
What is a Product Requirements Document(PRD)?A product requirements document describes the product you are about to build in detail. It outlines the purpose of building the product, its intended...
05:32 am GMT - Wed, June 16, 2021
Dev To Animated 404 Page
First we need to know what is 404 Page ?The HTTP 404, 404 Not Found, 404, 404 Error, Page Not Found or File Not Found error message is a Hypertext Transfer Protocol standard response code, in computer...
05:20 am GMT - Wed, June 16, 2021
Dev To Multiple destructors with C concepts
We probably all learnt that one cannot overload the destructor. Hence I write about "the" destructor and a destructor... After all, it has no return type and it doesn't take parameters. It's also not ...
05:19 am GMT - Wed, June 16, 2021
Dev To Python's Collections Module: OrderedCounter
What are we trying to achieve?If you recall from last post, here's the Method Resolution Order of Counter class:There's no way we can swap the priority order. One option is to be cheeky and mak...
04:45 am GMT - Wed, June 16, 2021
Dev To Git Hack: Make commit with a past date
Hello reader! Ever wanted to commit something to a git repo with a past date? Heres how you could do it.If you are working on a project and missed a commit yesterday or you accomplished the task but G...
04:24 am GMT - Wed, June 16, 2021
Dev To Solution: Matchsticks to Square
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
04:21 am GMT - Wed, June 16, 2021
Dev To 30 Notion templates for Remote Teams, Developers and Freelancers Productivity
Notion is an across the board workspace where you can compose, plan, team up and get coordinated - it permits you to take notes, add errands, oversee projects and more. Notion gives the structure squa...
04:20 am GMT - Wed, June 16, 2021
Dev To Top 14 Angular mistakes you should Avoid
According to a survey of Libscore in 2016, almost 12,000 websites out of 1,000,000 have been using angular. These additionally consist of a few setup corporations like Wolfram Alpha, Sprint, ABC News,...
03:57 am GMT - Wed, June 16, 2021
Dev To How to Create VM Database System Oracle
Hello Everyone, Let's Learn With Me!In my post this time, We will learn how to create VM Database System in Oracle Cloud Infrastructure. Log in Oracle Cloudwe must log in to the platform O...
03:22 am GMT - Wed, June 16, 2021
Dev To Browser Working Principle - HTML Parsing
IntroductionIn the previous article, we discussed how HTTP requests are sent and how responses are received. Additionally, we parsed the text context from the response body.In this part, we will...
02:29 am GMT - Wed, June 16, 2021
Dev To Learn to Build a Parser in Rust for Fun and Profit
On a Friday morning, slacking, you are thinking about the new Netflix shows to catch. Your boss comes over, asks you to write a parser for a Systemd unit file. She needs it by Monday.You're nervous. L...
02:27 am GMT - Wed, June 16, 2021
Dev To Which programming language in AWS Lambda should I use?
One of most question I receive is "which programming language is the best for serverless?". People want to know what's the best choice to create their functions in AWS Lambda. But for me, the answer i...
02:07 am GMT - Wed, June 16, 2021
Dev To How to fix regeneratorRuntime is not defined?
I have ran into a problem, the error is regeneratorRuntime is not defined while working with React and Parcel bundler. The problem appeared after I added an async function and while searching the prob...
01:56 am GMT - Wed, June 16, 2021
Dev To WHY BELONGING IS CRUCIAL IN TEAM CULTURE AND ORGANISATIONAL PERFORMANCE
What does it mean to belong to a group, a team, or an organisation? Belonging is a sense of fitting in or feeling like you are an important member of a group.Individualism versus collectivism (o...
01:45 am GMT - Wed, June 16, 2021
Dev To How to Make Extra Money as a Programmer
There are plenty of opportunities to expand your income beyond your day job.Being a programmer is a great thing. Not only is work fun most of the time, but there are plenty of job openings around and ...
01:37 am GMT - Wed, June 16, 2021
Dev To What's new in React 18?
React 18 has a lot of new features but they are all possible thanks to "concurrent rendering". It lets React prepare multiple versions of the UI at the same time. This change is mostly behind-the-scen...
01:30 am GMT - Wed, June 16, 2021
Dev To Cleaning up queries with dot notation
This article was originally posted, with additional formatting, on my personal blog at https://ryanc.co/blog/cleaning-up-queries-using-dot-notationOne of the many conventions found throughout the Lar...
01:10 am GMT - Wed, June 16, 2021
Dev To On-prem vs cloud: Why you have more options than you think
The debate between on-premise vs cloud is nothing new. Every company has different needs, and developers have spent endless cycles debating the pros and cons of on-prem and cloud software to solve for...
12:54 am GMT - Wed, June 16, 2021
Dev To Deep dive into Asynchronous Javascript
In this article we'll be covering callbacks, promises and async/await as these are the ways to deal with asynchronous data.To understand asynchronous, you'll first have to understand synchronous. ...
12:49 am GMT - Wed, June 16, 2021
Dev To Understanding JavaScript Array Methods
If you're a JavaScript developer, then you should be familiar with the most commonly used ES5 and ES6+ array methods.These methods make coding in JavaScript a lot easier and also make your code ...
11:54 pm GMT - Tue, June 15, 2021
Dev To LEARN WEB DESIGN FOR FREE
Hello guys!!!I've tried to bridge the gap between in coding/programming by producing videos teaching web designing on YouTube. Now unlike most YouTube videos, these videos follow a curriculum so that ...
11:09 pm GMT - Tue, June 15, 2021
Dev To Brainstorm last-minute Father's Day gifts with Notion and SMS
Fathers Day is coming up, and my twin brother and I need to plan what to get for our dad. For multimedia notes and brainstorming, I like to use Notion, an app that bills itself as an all-in-one worksp...
10:08 pm GMT - Tue, June 15, 2021
Dev To Higher-Order Component en React
Los Higher-Order Component son una tcnica usada en React que nos permite hacer un re-uso de los componentes.Es decir, es una funcin que recibe un componente y devuelve un nuevo componente.SuperCompone...
09:49 pm GMT - Tue, June 15, 2021
Dev To Building a Go Mod CLI to generate dependency trees
So, picture the scene, you have a Go project and then get a security alert saying a vulnerability has been detected. You look at your go.mod to see if you're using it and it's nowhere to be seen, but ...
09:39 pm GMT - Tue, June 15, 2021
Dev To Day 0 of 100DaysOfCode!
Here I begin my #100DaysofCode challenge. I am excited to document and journal my journey on becoming a better front-end developer. I first heard the phrase 100 days of Code on CodeNewbie podcast. ...
09:21 pm GMT - Tue, June 15, 2021
Dev To How i prevent SQL Injection in my PHP code
SQL injection is a code injection technique used to attack data-driven applications, in which malicious SQL statements are inserted into an entry field for execution. This is what Wikipedia can say ab...
08:59 pm GMT - Tue, June 15, 2021
Dev To yq: Mastering YAML Processing in Command Line
Nowadays, YAML is used for configuring almost everything (for better or worse), so whether you're DevOps engineer working with Kubernetes or Ansible, or developer configuring logging in Python or CI/C...
08:48 pm GMT - Tue, June 15, 2021
Dev To Iniciando com Atlantis
Esse o primeiro post de uma srie sobre o Atlantis, onde o intuito dar um mega salto no fluxo de trabalho de quem j utiliza Terraform no dia dia. Se voc j:Utiliza Terraform para criar infraestruturaA...
08:47 pm GMT - Tue, June 15, 2021
Dev To Day 3: Why is JavaScript so...savage ?
The day started extremely well, I began with Brian Tracy's best seller, *The Power of Self Discipline * and following the advices of the book, I set my goals for my day:Studying at least 5hours for my...
07:50 pm GMT - Tue, June 15, 2021
Dev To 10 Things I Wish I Knew in the Start Of IT Career
Pandemic has had drastic effects on the world economy leaving many people jobless, but the IT industry has stood the storm quite well. It has been one of the few most stable fields. The thrashing effe...
07:36 pm GMT - Tue, June 15, 2021
Dev To The 7 Most Popular 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:18 pm GMT - Tue, June 15, 2021
Dev To Six months of Elixir - some thoughts after switching the main language
lmost exactly six months ago I started to work for Fresha, where Elixir is a main language for backend. This happend after almost exactly eight years of working as a Ruby developer. There were may rea...
07:09 pm GMT - Tue, June 15, 2021
Dev To 6 Types of Digital Marketing: When and How To Use Them?
Types of Digital MarketingThere are numerous kinds of Digital Marketing that you can use to expand your crowd reach. Utilizing numerous Digital Marketing channels can assist you with making a ba...
07:02 pm GMT - Tue, June 15, 2021
Dev To Best Programming Languages You Can Learn as a Java Developer
Have you heard of Polyglot coders? They are those code developers who know more than one programming language, and they are really in high demand in 2021. Many job interviewers look for them because t...
06:56 pm GMT - Tue, June 15, 2021
Dev To Queue Data Structure
Hi, today, we're going to discuss queue :) Definition Of QueueA Queue is a linear data structure that stores items in a First-In/First-Out (FIFO) manner. In Queue, the element that goes in first ...
06:49 pm GMT - Tue, June 15, 2021
Dev To We Just Open Sourced our Tech!
We believe that OSS is the present and future of great developer-led tech, so here we are. Merico Build is an open platform to quantify and articulate developer contribution and accomplishment, it's p...
06:45 pm GMT - Tue, June 15, 2021
Dev To Why you need an SSH Access Manager - Part 2
Before diving into this article I recommend you take 5 minutes to have a read of part 1 of our 2 part, "Why you need an SSH Access Manager" blog series.Part 1 of our article featured more information ...
06:45 pm GMT - Tue, June 15, 2021
Dev To Sets of props in React and Typescript
Sometimes when writing an app in React you might have a component that changes its look and logic dramatically depending on provided props. In addition, if a particular prop provided, the other props ...
06:40 pm GMT - Tue, June 15, 2021
Dev To The 3 best features announced at Next.js Conf
Vercel (the company behind Next.js) announced a special edition of their Next.js Conf last month. This was announced as a collaboration with the Google Chrome team, so I was certainly excited!What cou...
06:26 pm GMT - Tue, June 15, 2021
Dev To JavaScript-30-Day-15
Local Storage and Event Delegation demoOn day-15 we will learn how to make our state persistent by using local storage and learn how to use event delegation.We have a simple list by defaul...
06:13 pm GMT - Tue, June 15, 2021
Dev To Working on a Free Low Code Dashboard Builder for Bootstrap 5
Hi,I recently launched a new theme to Loopple, a Free Low Code Dashboard Builder that aims to help developers to speed up their development process.This new theme is built on top of Soft UI Dashboard ...
05:56 pm GMT - Tue, June 15, 2021
Dev To 5 reactive UI interactions you'd better did instead of querying $elements
IntroductionThis article is dedicated for a web developer who appreciates design freedom, yet who'd like to code less in a setup-free web-based development environment.It's a 5 DOM interaction y...
05:54 pm GMT - Tue, June 15, 2021
Dev To Continuous Code Reviews Are The Way To Go
One of the major roadblocks for quality code reviews is how their complexity can quickly get overwhelming. The three major factors of this increasing complexity are well-known: the number of changes; ...
05:32 pm GMT - Tue, June 15, 2021
Dev To Reactjs: Building forms
Do you really need a form library to build forms in React?Hello friends, today I will talk to you about forms in React, and tell you how my first experience building form in React was.My relationship ...
05:14 pm GMT - Tue, June 15, 2021
Dev To Best Practices for building containers
Hi there,This is Ankit, your friendly DevOps content curator. I read a lot of articles about DevOps, distributed systems, performance monitoring, etc. I will be sharing some key takeaways from these a...
04:39 pm GMT - Tue, June 15, 2021
Dev To Hot Reload for .NET Developers
Hey, there! This time we will have the opportunity to learn about one of the most anticipated features for .NET developers: Hot Reload. What is Hot Reload?Hot Reload allows us to modify the sour...
04:21 pm GMT - Tue, June 15, 2021
Dev To My Full FREE Python Course to get you started with creating your own projects
Hey everyone , I have a complete course on Python Programming on my YouTube Channel that completes most of the basic and advance stuff of the language. More content will also be coming soon on my chan...
04:18 pm GMT - Tue, June 15, 2021
Dev To Django Routing - A practical introduction
Hello Coders,This article is a soft and practical introduction to Django Routing System. The sample we will code during this tutorial, in the end, will implement three routes: a default route that sho...
04:08 pm GMT - Tue, June 15, 2021
Dev To Upcoming Events 2021
Upcoming Events 2021ApacheCon Asia - 06-August-2021. https://apachecon.com/acasia2021/sessions/1025.html[](https://emamo.com/event/worldfestival-2021/s/pro-talk-continuous-sql-with-kafka-and-fl...
04:07 pm GMT - Tue, June 15, 2021
Dev To Building A Password Manager With React JS, Crypto JS, and Fauna
Building A Google Password Manager Clone With React JS and FaunaAuthored in connection with the Write with Fauna program. IntroductionThis article will walk you through how I built a passwo...
04:01 pm GMT - Tue, June 15, 2021
Dev To What's your best PR etiquette tip?
What's your best PR etiquette tip? From the standpoint of reviewee or reviewer, your choice.Discuss ...
03:46 pm GMT - Tue, June 15, 2021
Dev To Grant limited IAM permissions with AWS CDK - but fast!
I love writing CDK apps but there is something I really loathe: Writing IAM policies and assigning them to resources like Lambdas. It feels like a step back because I don't have the same type-safety a...
03:39 pm GMT - Tue, June 15, 2021
Dev To What are signed routes in Laravel and how to use them?
IntroductionSigned routes allow you to create routes accessible only when a signature is passed as a GET parameter. This could be used for sharing a preview of a draft article or any other route...
03:34 pm GMT - Tue, June 15, 2021
Dev To The 10 Most Popular PHP Frameworks and Their Creators
IntroductionIt would be really intimidating if you had to start from scratch and reinvent the wheel every time you were to start a new project.Luckily in 2021 there is a vast number of brilliant...
03:11 pm GMT - Tue, June 15, 2021
Dev To React custom hooks : A simple explanation
Hi all React 16.8 V comes with several useful features and one being hooks. Hooks are super useful. Some of the predefined hooks are useState, useEffect. Today we will see how to write a custom hook ....
02:18 pm GMT - Tue, June 15, 2021
Dev To Telebot using Python
In this article, we will build a Telegram Bot using Python, which will send cat photos and cat facts. For this, I will be using pytelegrambotapi library. Setting our BotFirst, we will need a Tel...
02:11 pm GMT - Tue, June 15, 2021
Dev To Micronaut primeiras impresses
J ouviu falar deste framework? Ele foi criado por Graeme Rocher, o mesmo sujeito que criou o Grails e promete resolver diversos dos problemas que temos tanto no Grails quanto no Spring. Mas ele substi...
02:09 pm GMT - Tue, June 15, 2021
Dev To 10 Must-Have VS Code Extensions to Improve Your Productivity
I asked developers in my team what VS Code extensions they use to boost their productivity, and heres what they said. 1. Live ServerLive Server allows you to see code changes reflected in the bro...
02:02 pm GMT - Tue, June 15, 2021
Dev To Why video tutorials should NOT replace reading documentation
As more and more people start their programming journey, I'm finding that the number of video tutorials are increasing. That shouldn't be a surprise to anyone. Of course people will be making video tu...
01:50 pm GMT - Tue, June 15, 2021
Dev To Learn React and Context API By Building Netflix
I'm Hiep. I work as a full-time software engineer. Most of my open-source projects are focused on one thing - to help people learn . Before moving on with this part, you should follow the first part i...
01:43 pm GMT - Tue, June 15, 2021
Dev To Deploying a React App to GitHub Pages
React App** created using create-react-app IntroductionIn this tutorial, I'll show you how I deployed a React appwhich I created using create-react-app to GitHub Pages.You can visit the dep...
01:42 pm GMT - Tue, June 15, 2021
Dev To 60 VSCode themes you definitely need to try (dark light)
Hello, everybody!I don't know about you, but I'm personally a huge fan of changing my VSCode theme every once in a while, mainly for productivity reasons.So today I bring a list of more than 60 themes...
12:58 pm GMT - Tue, June 15, 2021
Dev To 10 raisons pourquoi j'aime Laravel !
Si vous dsirez plus de contenu francophone comme celui-ci, cliquer Follow ou suivez-moi sur TwitterAu cours des deux dernires annes, j'ai essay plusieurs langages et frameworks de programmation. J'ai ...
12:50 pm GMT - Tue, June 15, 2021
Dev To Landing Page Using Next JS
Taskia Landing Page Using Next JS Demo : https://taskia-two.vercel.app/Code : https://github.com/saidMounaim/Taskia...
12:06 pm GMT - Tue, June 15, 2021
Dev To Day 27/30 : CSS Image Hover Effect | Show Button on Hover
Welcome to Day 27 of this Challenge. This is what I created today. Here is the Demo : Video Tutorial : Source Code :https://www.futurecodersweb.com/2021/06/image-hover-effects-using-html-and-css.html...
12:05 pm GMT - Tue, June 15, 2021
Dev To Explain Callback Function In JavaScript Like You Are 5 Years Old
You are five. You know almost nothing about the world. And know youre going to learn one of the toughest concepts in JavaScript callback. Who the hell is this functionImagine that JavaScript is ...
12:04 pm GMT - Tue, June 15, 2021
Dev To How to Think inNext.js
Let me tell you a story about a client.This client was demanding. They wanted all the things, and they wanted them now.Servers know this kind of client all too well. When the client comes in, asking f...
11:53 am GMT - Tue, June 15, 2021
Dev To React Project: Newsletter Signup form (using Formik, Netlify Functions & MailChimp)
Watch the full tutorial here -->So in this React tutorial we'll be taking a look at the Formik forms library for React and seeing how you can use it to create and manage forms quickly and easily wi...
11:42 am GMT - Tue, June 15, 2021
Dev To Side Projects Ideas To Keep Learning
Recently I wrote an article about how to keep learning as a developer that highlighted side projects as one of the biggest helpers to keep learning new stuff. In this article, I want to present few si...
11:05 am GMT - Tue, June 15, 2021
Dev To How to make coding a habit in 5 actionable steps
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:36 am GMT - Tue, June 15, 2021
Dev To The current state of RuntDeale!
So... RuntDeale could be further along than I want it to be...BUT, I am happy with what I got now, considering I've been moving it from language to language constantly (first it started as a web-game ...
09:59 am GMT - Tue, June 15, 2021
Dev To Mario in JavaScript using KaboomJS (video)
In this video I show you how to build a Mario in JavaScript using the Kaboom.js library in my code editor of choice. If you want to see the full course on FreeCodeCamp, click here: https://www.youtube...
09:54 am GMT - Tue, June 15, 2021
Dev To How our team writes React tests and other stuff too 5 June 2021 8 minute read
Have you ever worked in a codebase where each test file was different to the next? Different terminology and grouping of test scenarios; different usages of snapshot testing and react-testing-library....
09:52 am GMT - Tue, June 15, 2021
Dev To Why Should You Learn Python in 2021?
Python is one of those programming languages that has exploded in popularity and demand over the last 4-5 years. Whether we discuss the PYPL index, Stack Overflow, or any other platform, the language ...
09:41 am GMT - Tue, June 15, 2021
Dev To How to add a preview of your React (or any other) site when sharing it
Are you struggling with having your website preview looking something like this: Whenever you're sharing it on linkedin/facebook/etc, when you're really looking for something like this:I had this exac...
09:37 am GMT - Tue, June 15, 2021
Dev To Making Friendly CSS With Tailwind CSS
Writing CSS can aggravate developers, but with tailwind, CSS becomes more friendly to use.In this article, I will be taking you on a journey into the utility first framework, Tailwind. What is Ta...
09:35 am GMT - Tue, June 15, 2021
Dev To Beginners' Introduction to React Testing
Being a software developer the need to write code and deploy working code to production quickly and safely is needed especially on products that have crazy deadlines and delivery schedules. And it's a...
09:22 am GMT - Tue, June 15, 2021
Dev To Still 100 CSS loaders for your next project
The fun continue with another collection of 100 CSS loaders!Always the same rule: one div = one loader. Table of contentThe Classic IVThe ColorfulThe Dots IVThe DancersThe Bars IIIThe LineThe Dot...
09:10 am GMT - Tue, June 15, 2021
Dev To Start an instance on AWS EC2 - Hands on
In this exercise we will start a basic ec2 server and host a small server on it.Type AWS EC2 in the search console and go to the EC2 dashboard.This will land you on EC2 dashboard from where you can se...
08:46 am GMT - Tue, June 15, 2021
Dev To SpectaQL - generate static docs for a GraphQL schema
It's finally time to take a look at another useful library, this time well check out SpectaQL, a Node.js library for generating static GraphQL API documentation. On GitHub its described asA nice enhan...
07:58 am GMT - Tue, June 15, 2021
Dev To Sorting Algorithms Visualization: QuickSort, MergeSort, HeapSort, BubbleSort, InsertionSort
Hi everyone! I'd like to share my new project about visualization of sorting algorithmsCurrently, there're five algorithms visualized: QuickSort, MergeSort, HeapSort, BubbleSort and InsertionSortThis ...
07:31 am GMT - Tue, June 15, 2021
Dev To React 18 - What's New!
React 17 was a bit of a bore for developers. There really wasn't a lot added but it's definitely not the case with react 18. In this article I am going to tell you some of the top updates and I'll sho...
07:30 am GMT - Tue, June 15, 2021
Dev To Make decisions as a team. Debate, then commit. (100 Bytes Of Wisdom: Day 57)
Team cohesion during a project comes from healthy debate and then healthy commitment to the decision. I'm not gonna lie - it does suck to be the minority when it comes to a final decision, and they ca...
07:11 am GMT - Tue, June 15, 2021
Dev To How to Balance Chemical Equations in Python using Constraint Optimization (PuLP)
Originally posted on realpythonproject.comWe will be using PuLP and the chemparse libraries to balance chemical equationsYou can find the source code herePre-RequisitesFamiliarity with Constraint Opti...
07:02 am GMT - Tue, June 15, 2021
Dev To How to read Member-only Medium Stories for free without being a member?
So You are here to know how can you damn read member-only medium stories for free without being a member??If ur like me i.e. a minor who is not allowed to spend money online or ur broke or dont wanna ...
06:31 am GMT - Tue, June 15, 2021
Dev To 9 Responsive Website Tutorials With Html CSS JavaScript Bootstrap Step By Step
Responsive web design is a method of creating and developing websites so that they are more accessible and give an ideal viewing experience for users on a variety of devices.With the rise of smart pho...
06:12 am GMT - Tue, June 15, 2021
Dev To Productive, Easy steps to make a website for business
Building a small business website is necessary to inform your audience about your brand and value proposition, which will help you boost your brand recognition and drive sales.However, to build a busi...
05:45 am GMT - Tue, June 15, 2021
Dev To Today I learned about Hidden Search
...
05:37 am GMT - Tue, June 15, 2021
Dev To Create a serverless book library app with HarperDB and Gatsbyjs
One of the many advantages of trying out side-projects is, you never run out of the ideas of trying out something new. For example, recently, I had an opportunity to try out a modern, easy-to-use, fas...
05:07 am GMT - Tue, June 15, 2021
Dev To I'm switching to vim!
I just took a short look at the (neo)vim docs, and I'm officially moving to (neo)vim (and tmux)! I have just used it for a few days, but I really can feel the power it gives me. Not to mention that it...
04:47 am GMT - Tue, June 15, 2021
Dev To Python's Collections Module: Why dictionaries maintain insertion order but printing Counter doesn't?
Do dictionaries in python maintain insertion order?Well if your answer was NO, time to update your python knowledge because they do maintain their insertion order in python 3.6+ and completely...
04:16 am GMT - Tue, June 15, 2021
Dev To Roads quality in Asia 2006-2019
In south asia, we could see the top one is Singapore>>Malaysia>>Thailand>>Indonesia>>Laos>>Cambodia>>VietNamSource: https://www.theglobaleconomy.com/rankings/roads_...
04:12 am GMT - Tue, June 15, 2021
Dev To Object destructuring in JavaScript
Object destructuring is a useful JavaScript feature to extract properties from objects and bind them to variables. Whats better, object destructuring can extract multiple properties in one statement, ...
03:57 am GMT - Tue, June 15, 2021
Dev To The Advanced Challenge of Load Balancing
Not all traffic can be arbitrarily routed.While taking the responsibility of a mature service, it may not be possible for a single server to handle all the workload. This is due to three main consider...
03:56 am GMT - Tue, June 15, 2021
Dev To Six Serverless Frameworks to watch in 2021
Are you planning to adopt serverless architecture to proliferate your business productivity? If your answer is yes, youve come to the right place. There are many platforms and frameworks available to ...
03:47 am GMT - Tue, June 15, 2021
Dev To Quiz Website | Javascript
Quiz Website Made With Html , Css & Javascriptinfo :-1) You Can Set Time .2) You Can Set Rule.3) You Can Set Custom Question .Download - Download Now...
03:09 am GMT - Tue, June 15, 2021
Dev To Designing functions: The building blocks of computer programs
Photo by Magda Ehlers from PexelsA function is an essential construct in programming. In the language that we use to convey a message on the computer, functions closely resemble a verb: "the nuts and ...
03:05 am GMT - Tue, June 15, 2021
Dev To Everything you need to know about linux File System directories!
History of Linux and WindowsOkay, before starting with the actual topic, lets discuss what makes Linux different from windows. If you are a Windows user you might have seen different drives such...
02:16 am GMT - Tue, June 15, 2021
Dev To The Importance Of Testing And How To Write Tests With React-Testing-Library
In my time at Flatiron, we used tests as guidelines for apps that we were building but we never learned to write our own. However, as part of a coding exercise for a company I had applied to, I was re...
01:57 am GMT - Tue, June 15, 2021
Dev To searchBar
SearchBar is a swiftui demo applications....
01:30 am GMT - Tue, June 15, 2021
Dev To Como publicar seu primeiro package TS e automatizar com Github Actions
IntroduoNesse artigo vou abordar a criao e publicao de um package escrito em Typescript para o NPM. A minha principal motivao escrever algo que seja simples mas no deixe de levar em considerao ...
12:37 am GMT - Tue, June 15, 2021
Dev To Que es Git Flow y porque tenemos que aprenderlo
Todos damos por entendido que es git y, para quienes no lo saben, esto sirve para hacer un control de versionado sobre tu cdigo. Escribindolo as a lo criollo: sirve para poder trabajar cdigo de manera...
12:24 am GMT - Tue, June 15, 2021
Dev To A Command Line Key-Value Data Store using the Rust Programming Language.
PreludeRust is an imperative, super fast, and type-safe programming language that empowers you a Software Engineer "to reach farther, to program with confidence in a wider variety of domains t...
12:17 am GMT - Tue, June 15, 2021
Dev To Dragon game
Hello!Ok, let's start! Now, we can create a new game, you know the same book.I'm gonna put the code first, then I gotta explain it.import randomimport timedef displayIntro(): print("You are in a la...
12:11 am GMT - Tue, June 15, 2021
Dev To Write better functions in Python!!
By seeing the title you may get an idea of what we are going to discuss. So, let's waste no time and dive into the topic. After writing functions for nearly three years, I have figured out some Six po...
11:43 pm GMT - Mon, June 14, 2021
Dev To How to stay productive as a developer
Since I am not getting paid by the hour (except in some cases), staying productive and healthy as a developer is critical. Here are some things I've learned over the years that help me stay on top of ...
11:33 pm GMT - Mon, June 14, 2021
Dev To Crypto Mining is Killing All Free CI/CD Platforms
We all know that crypto mining is negatively impacting many things in the world. And now it's ruining something else in a way no one has seen coming. This is why mining crypto currencies is killing ev...
11:06 pm GMT - Mon, June 14, 2021
Dev To Creating S3 Object Lambda with CDK for C
The moment I learnt that S3 Object Lambda was out, I knew Id want to experiment with it. Why? For two reasons really at work we have quite a few scenarios when the same objects in S3 need to be prese...
10:42 pm GMT - Mon, June 14, 2021
Dev To Object Oriented Programming in Javascript
Hi! Programming can be overwhelming but once you are comfortable with some basic concepts, it starts to feel like a superpower and Javascript is one of the coolest languages to learn! In...
10:26 pm GMT - Mon, June 14, 2021
Dev To Conhecendo o Actuator do Spring Boot
Um dos recursos que mais gosto no Spring Boot e que normalmente negligenciado por quem usa o framework o Actuator: natural, dado que o foco normalmente est no cdigo sendo escrito e no aps ter sido i...
10:10 pm GMT - Mon, June 14, 2021
Dev To JavaScript - Nunca use uma biblioteca de formatao de nmero ou moeda novamente
ContedoIntroduoFormato NumricoFormato de MoedaFormato de UnidadesResumo IntroduoReduzir as dependncias que voc envia no seu front-end sempre uma coisa boa!Se voc estiver usando uma bibliot...
09:40 pm GMT - Mon, June 14, 2021
Dev To Explicit ESM in Node.js with .mjs
A while ago, Node.js introduced support for ECMAScript Modules (ESM). ESM is the standardized modules implementation that's been built-in to JavaScript. This differs rather significantly from CommonJS...
09:30 pm GMT - Mon, June 14, 2021
Dev To How I plan to solve hiring in tech
Let's be real, no one likes the hiring process in tech. Neither you the developer who has to memorize all the algorithms again and cram tens or hundreds of Leetcode questions, nor the interviewer who ...
08:52 pm GMT - Mon, June 14, 2021
Dev To Salary Negotiation Techniques
This is a full outline of how you can become a top negotiator when interviewing for a job.When I was starting out I always negotiated better compensation plans than others in the office, even when the...
08:50 pm GMT - Mon, June 14, 2021
Dev To How to make an RSS feed in SvelteKit
Chances are, if you're consuming a lot of content, you're not checking a ton of individual sites.You may be checking something like Reddit, or another aggregator, or possibly one of the bigger bloggin...
08:36 pm GMT - Mon, June 14, 2021
Dev To Routing with Express
You might be familiar with routes if you've worked with node. Routes help us to organize our app in terms of separate modules. The bigger the app gets the more the number of routes, but then that's wh...
08:13 pm GMT - Mon, June 14, 2021
Dev To Python Testing 201 with pytest
For Python Frederick's September presentation, I presented on Python testing. In the presentation, I explained more of the features of pytest that went beyond the basics that we explored in March.The ...
08:12 pm GMT - Mon, June 14, 2021
Dev To 5 Razones de por qu aprender EKS practicando
Alguna vez has estado en la posicin de aprender alguna herramienta nueva sobre tecnologa y piensas "esto es increble!" pero cuando comienzas a aplicarla encuentras varios problemas que lo hacen realme...
08:10 pm GMT - Mon, June 14, 2021
Dev To Avoid slow Javascript code
IntroductionIn this article, we will discuss a few topics that can help your Javascript code perform well and fast. We will be going over some common mistakes to help us understand what makes ou...
07:40 pm GMT - Mon, June 14, 2021
Dev To 5 Tips To Increase Your Programming Productivity
Programming ProductivityHello everybody. So today we are going to discuss about 5 tips to increasing programming productivity. Tip number one 1. Leverage The Power of Habit:Leverage The Pow...
07:27 pm GMT - Mon, June 14, 2021
Dev To Code Review process
Code Review is indeed a critical process during software development. Among different types of processes that can exist for doing software development and code reviewing, I'd like to highlight some, h...
07:27 pm GMT - Mon, June 14, 2021
Dev To Making a basic deepCopy function in JS
By default in JS, if we try to make a copy of an object, say obj, then either of the two helps us create Shallow copies :-Object.assign({}, obj){...obj}And the notorious yet popular JSON.parse(JSON.st...
07:08 pm GMT - Mon, June 14, 2021
Dev To Coding Boot-camps vs College vs Self Taught
Coding Bootcamps vs College vs Self TaughtThere are many possible paths to a career in software development. However, the choice will impact the amount of time you spend studying and the cost of...
06:24 pm GMT - Mon, June 14, 2021
Dev To Top Programming Languages in 2021
TypeScriptTypeScript is a well-known name. Since its release in 2014, it is growing rapidly and maintaining its place in the list of top 10 striking programming languages 2021. It is developed b...
06:17 pm GMT - Mon, June 14, 2021
Dev To 1NF and 2NF
Normalization: It is a way to reduce/minimize data redundancy (repetition of data). It can be achieved by splitting the table into many tables.First Normal Form (1NF):-> It is the property of conve...
05:56 pm GMT - Mon, June 14, 2021
Dev To Why I'm dropping WordPress for Strapi hopefully forever
Well, it's been a long time since I haven't made any posts, and I just felt like I should speak a bit about this CMS I just had to face at work.First of all, you may already know what a CMS and WordPr...
05:49 pm GMT - Mon, June 14, 2021
Dev To Advanced Kotlin Collection Functionality
This blog post accompanies a video from our YouTube series which you can find on our Kotlin YouTube channel, or watch here directly!Today, we are learning about advanced functions that we can use to w...
04:51 pm GMT - Mon, June 14, 2021
Dev To Summer Deals - A Curated List
Hello coders, During this period web agencies drop the pricing and many good (and pricey) products become more accessible to developers. Here is my list for the summer of 2021. This open-list will be ...
04:45 pm GMT - Mon, June 14, 2021
Dev To JavaScript-30-Day-14
JavaScript References VS Copying demoOn Day-14 of JavaScript-30 we discussed a very important concept of JavaScript or any programming language for that matter, the difference between and a...
04:36 pm GMT - Mon, June 14, 2021
Dev To S.O.L.I.D Principle - Open Closed Principle (OCP)
Open Closed Principle ini dapat didefinisikan sebagai berikut: Software entities (classes, modules, functions, etc.) should be open for extension, but closed for modificationyang berarti setiap entita...
04:29 pm GMT - Mon, June 14, 2021
Dev To How !to make a calling app in Flutter for Android devices
Disclaimer- That ! in the title is not a typo, read it as not. This article is not a tutorial about how to make a whatsapp or skype type calling app, rather it is an article about how I fell short of ...
04:27 pm GMT - Mon, June 14, 2021
Dev To Show Dev.to: 16 Year Old Builds itcoinForecast To Celebrate Currency Adoption
Hey Devs!To celebrate countries beginning to adopt Bitcoin as an official currency, I built bitcoinforecast.io, a website where you can see Bitcoin's price forecast, real-time.I built the website usin...
04:09 pm GMT - Mon, June 14, 2021
Dev To Basics of Callbacks and Promises in Javascript
[JS#3 WIL Post]Most websites and applications written would, at some point request data from a server, wait for user input or in general do other processes that would take a good amount of time...
04:04 pm GMT - Mon, June 14, 2021
Dev To How to build a GraphQL Gateway with Spring Boot and Kotlin
With Spring Boot + Kotlin + Coroutines + GraphQL-java-kickstart, you can build a GraphQL Gateway with a minimum of boilerplate. Up and RunningThe code is available at jm...
03:59 pm GMT - Mon, June 14, 2021
Dev To Building a blog with Gatsby from scratch
Gatsby is a static site generator and is one of the most popular JS frameworks out there, running on top of React. Most guides you will read here will point you to building a Gatsby site by starting w...
03:53 pm GMT - Mon, June 14, 2021
Dev To Hello, World ?
First noteHello World is probably the most iconic, and foundation to many developers' career. It's easy to implement, and most programmers would often get started with it. The projectI want...
03:36 pm GMT - Mon, June 14, 2021
Dev To 7 HTML Good Coding Habits
We can found good practices of almost any programming language in Google. But I can't say that about HTML. So I'd to tell you about 7 of my good coding habits that you can use. Don't use maximum-...
03:30 pm GMT - Mon, June 14, 2021
Dev To AWS API Gateway Best Practices in-depth
Best PracticesForgive me, the Bart Simpson in me couldn't resist using 'Best Practices' once again. Sure, there's a lot to say to stamp out best practice and I agree with most arguments in the a...
03:23 pm GMT - Mon, June 14, 2021
Dev To Sorting Algorithms Visualization: QuickSort, MergeSort, HeapSort, BubbleSort, InsertionSort
Hi everyone! I'd like to share my new project about visualization of sorting algorithmsCurrently, there're five algorithms visualized: QuickSort, MergeSort, HeapSort, BubbleSort and InsertionSortThis ...
03:23 pm GMT - Mon, June 14, 2021
Dev To tree in Linux
tree in Linuxtree command helps to recursively list the directory and its details in a tree format. In this post, we will see how you can use tree effectively to view the directory details. ...
03:22 pm GMT - Mon, June 14, 2021
Dev To What's your favorite article that lives in your head rent-free?
I found myself randomly thinking about Vitor Paladini's excellent article about Technical Writing Tips for Non-Native English speakers and made me wonder: does anyone else have articles that are so re...
02:57 pm GMT - Mon, June 14, 2021
Dev To How to deploy git submodules to CapRover
IntroductionIn this tutorial I will explain how to get git submodules to deploy correctly to CapRover using the CapRover CLI. Before we start PrefaceHaving some knowledge about CapRove...
02:57 pm GMT - Mon, June 14, 2021
Dev To Top courses to learn REACT
Free Resourcehttps://www.youtube.com/watch?v=4UZrsTqkcW4https://www.youtube.com/watch?v=w7ejDZ8SWv8https://www.youtube.com/watch?v=Ke90Tje7VS0Learn By Building Projectshttps://www.youtube.com/watch?v=...
02:53 pm GMT - Mon, June 14, 2021
Dev To EKS Cluster CONSOLE CREDENTIALS
OOPS!!! "error: You must be logged in to the server (Unauthorized)" - If you get this error when trying to run kubectl commands, Read more - When an Amazon EKS cluster is created, the IAM entity...
02:49 pm GMT - Mon, June 14, 2021
Dev To Java - reduce redundant objects with Flyweight Design pattern
Object creation is the most fundamental operation in OOP. It would be hard to count the number of objects we create(knowingly or behind the scene) even in the most trivial of use cases. Each object is...
02:49 pm GMT - Mon, June 14, 2021
Dev To How to solve 'BroadcastChannel is not defined'
When using BroadcastChannel with React in your application, you probably will face with this issue if try to run some tests with React Testing Library and Jest: ReferenceError: BroadcastChannel is ...
02:45 pm GMT - Mon, June 14, 2021
Dev To What has the Marko Team Been Doing all These Years?
As some of you know I joined the Marko team at eBay a year ago. And for many the immediate question was "What is Marko?" Well it's a JavaScript framework like React or Vue, built specifically to handl...
01:16 pm GMT - Mon, June 14, 2021
Dev To Learn React and Lifecycle Methods By Building Netflix
I'm Hiep. I work as a full-time software engineer. Most of my open-source projects are focused on one thing - to help people learn . Before moving on with this part, you should follow the first part i...
01:03 pm GMT - Mon, June 14, 2021
Dev To Build a lo-fi cafe for your Discord Server in 5 minutes
This blog was originally published at my personal website I decided to have a chill voice channel where we all could sit together (virtually) and co-work while listening to a lo-fi audio stream and ma...
12:44 pm GMT - Mon, June 14, 2021
Dev To Monitor your Python application with full stack open source APM tool - SigNoz
If you want to check our Github repo before diving in The cost of a millisecond.TABB Group, a financial services industry research firm, estimates that if a broker's electronic trading platform is 5 m...
12:32 pm GMT - Mon, June 14, 2021
Dev To Lisk SDK Javascript - Online Hackathon, $33k
Looking for resources? Go over to http://bit.ly/ResourcesHackOnLisk to find the following: Documentation; Tutorials; Example Blockchain Applications; Custom Plugins and Modules; Developer Support; ...
12:10 pm GMT - Mon, June 14, 2021
Dev To What Happens to Financial Markets in the Wave of the Corona Virus Crisis? - A Quants Analysis
A python time series analysis on the COVID dataset, crypto currencies and traditional asset classes. Exploring stylised facts in times of market distress.COVID 19 is affecting nearly every aspect of o...
11:49 am GMT - Mon, June 14, 2021
Dev To Awesome header design you have never seen it before
Hello, glad you are here. I am kunaal and today we will see how to make an awesome header with amazing animations only using CSS. You can see demo below. Demo Video Tutorial -For better expl...
11:36 am GMT - Mon, June 14, 2021
Dev To What if your web project was a house painting job?
I had several jobs in my life, and one of them was painting houses. This post is not an anecdote, instead, it is an analogy between our work as developers and something more familiar to the rest of th...
11:27 am GMT - Mon, June 14, 2021
Dev To Build a Password Generator API on Nodejs
Some sites auto generates complex passwords during user signup.I found this cool and wanted to try building a similar feature. Instead of turning it into an app, I decided to create a public API, so t...
11:25 am GMT - Mon, June 14, 2021
Dev To Web Components and now what?
Finally, you jumped on the bandwagon of web components! Congrats! Web Components are going to solve ALL your troubles with CSS, Frameworks and Life... not really... right? What about stores? Immutabl...
11:25 am GMT - Mon, June 14, 2021
Dev To Setting up Vim for Python
IntroductionVim is quite a powerful text editor which can add performance to the already fast typed language Python. Vim can be highly customizable and efficient to use as it has the power of ad...
11:23 am GMT - Mon, June 14, 2021
Dev To HttpUtility encode vs WebUtility encode
Hello guys, Today I have learned a difference between HttpUtility.HtmlEncode and WebUtility.HtmlEncode. If you use dot net version less than 4.7 then HttpUtility.HtmlEncode encodes the regional langua...
11:21 am GMT - Mon, June 14, 2021
Dev To Understanding map(), filter() and reduce() in JavaScript
In the previous post we talked about First Class Functions and how JavaScript treat functions as a first-class-citizens. Higher Orders Functions are functions that either take one or more functions a...
11:20 am GMT - Mon, June 14, 2021
Dev To TechTalk - How to become a Secure Developer in 2021 with Liran Tal
Hi everyone! I have started a LIVE TechTalk show on my channel.And on the episode, Liran Tal joined as a Guest.Liran is working as a Director of Developer Advocacy at Snyk and is a member of Node.js F...
10:27 am GMT - Mon, June 14, 2021
Dev To About Gatsby
Gatsby is react based open source framework to create static websites and static web-apps. It is suitable if we are building portfolio sites or blogs or company home pages. Why Gatsby ?It will b...
10:16 am GMT - Mon, June 14, 2021
Dev To Planning your next Software Project
NOTE: I'm currently studying software development and Agile, and this blog is a journal of what I just learned about Planning a software product. If you found something is not quite right, please let ...
10:05 am GMT - Mon, June 14, 2021
Dev To 3 ways to send emails with only few lines of code and Gmail - Javascript - Part 1
We will see how to send a simple email with the help of three different programming languages: Javascript, Ruby and PythonBefore you start you need to create a Gmail account.Do not forget to accept an...
10:01 am GMT - Mon, June 14, 2021
Dev To Easy Accessible Click Handlers
If you add a click event to a non-interactive html element such as a div you should also add keyboard support. For interactive elements like a button this is already taken care of by the browser.If yo...
09:46 am GMT - Mon, June 14, 2021
Dev To 15 Fantastic React UI Libraries to Consider for your Project
React is a very popular JavaScript library for building User Interfaces. Using React makes the process of building UIs very simple but you know what makes the process even easier? Using an already-mad...
09:36 am GMT - Mon, June 14, 2021
Dev To Ultimate On-Page SEO Techniques In 2021
While so many put in much effort on building the authority of a domain through off-page optimization, on-page SEO is as well important for successful SEO. It entails all measures taken directly on we...
09:20 am GMT - Mon, June 14, 2021
Dev To Kumpulan Link Pinjaman Uang Online & Aplikasi Penghasil Uang Terlegit Hanya Di NinjaKura
Topik Keuangan - Inilah Kumpulan Link Pinjaman Uang Online & Aplikasi Penghasil Uang Terlegit Hanya Di NinjaKura. Simak dan perhatikan terus ulasannya.Tahukah kamu bahwa perkembangan zaman saat in...
08:58 am GMT - Mon, June 14, 2021
Dev To Data Structure
I am writing content for a DSA book, should I continue writing?Here are some pages:Twitterhttps://twitter.com/NewGenDeveloper...
08:38 am GMT - Mon, June 14, 2021
Dev To Converting dev environments to Apple Silicon
Or "How I learned to stop worrying and love the Apple Silicon bomb"By now, if you are a developer working on Macs, you're probably in the process of figuring out whether everything you have will...
08:07 am GMT - Mon, June 14, 2021
Dev To Quick Tips: How to Fix Requests from referrer https://www.googleapis.com/ are blocked error in Page Speed Insights
Are you trying to see how well your site (or someone else's!) performs using Page Speed Insights, but it keeps hanging at 50% complete and then throwing an error saying: Requests from referrer https:/...
08:07 am GMT - Mon, June 14, 2021
Dev To Anyone interested in reinforcement learning? [Startup looking for feedback]
Hey there,I'm working on a startup project called Coder One and we're building a next-generation OpenAI Gym with active competitions. Our goal is to give engineers a place to experiment, benchmark, an...
07:50 am GMT - Mon, June 14, 2021
Dev To Solution: Maximum Units on a Truck
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
07:47 am GMT - Mon, June 14, 2021
Dev To typedef VS using in type aliases declaration in C
In my previous posts, typedef and using were introduced. If you haven't read them, I'd recommend to check them out first before proceeding with this one ( typedef and using ).Let's look at the followi...
07:36 am GMT - Mon, June 14, 2021
Dev To Top Free Photo & Video Editing Apps for 2021
Photographers are always looking to capture picture-perfect moments. With smartphone cameras now offering great optics to capture high-resolution and sharp results, photographers are increasingly usin...
07:34 am GMT - Mon, June 14, 2021
Dev To AWS open source news and updates 72
14th June, 2021 - Instalment #72Newsletter #72.This week we have new open source projects such as Lift, that makes it super easy to deploy applications to production, a couple of new mods for th...
07:28 am GMT - Mon, June 14, 2021
Dev To Build an API in Rust (Part 1)
In this multi-parts guide I will show you how to build a simple API in Rust. If you're not sure what Rust is, it's a low-level programming language created at Mozilla. It provides performances similar...
07:11 am GMT - Mon, June 14, 2021
Dev To Paint Website | Javascript
This Is A Paint Website , Here you can do painting in this website . i just created like ms paint. you can download source code by paying here. if you want free, the just comment here and lucky users ...
07:07 am GMT - Mon, June 14, 2021
Dev To Getting Comfortable With CSS Selectors (Part 2) pseudo-classes and pseudo-elements in CSS
Hello everyone , Welcome back to my series, Getting Comfortable With CSS Selectors,if this is the first post in the series you are reading, I recommend checking out my previous article Getting Comfort...
06:42 am GMT - Mon, June 14, 2021
Dev To AWS EC2
AWS EC2 is one of the most used service of the AWS ecosystem. It also a backbone of many other services.Let us understand what is EC2. In simple words EC2 is a computer that you get to use over the in...
06:21 am GMT - Mon, June 14, 2021
Dev To Design Patterns CheatSheet
No matter which programming language you are proficient in, it is always important that you know a few basic design patterns that will make your code architecture look better. After all, nothing beats...
06:11 am GMT - Mon, June 14, 2021
Dev To Unleash the full power of angular-i18next
Let's talk about internationalization (i18n) for Angular (not AngularJS, not Angular 2, just Angular ).When it comes to JavaScript localization. One of the most popular frameworks is i18next. One of t...
06:02 am GMT - Mon, June 14, 2021
Dev To How to Create Your Own React Custom Hooks
React offers a number of built-in hooks you can use right away. Aside to these, you can also create your own custom hooks. In this tutorial, you will learn what React custom hooks are and how to creat...
05:25 am GMT - Mon, June 14, 2021
Dev To Learn Python with Meezy
For the next month or so Ill be going hardcore and relearning python. I invite you all to embark on this journey with me.Ill be taking this course(should cost $30 or less, if not search for a coupon c...
05:05 am GMT - Mon, June 14, 2021
Dev To Data visualization: Creating charts using REST API's in React.js
In our previous post of the series we have created the REST API's in MojoliciousThe swagger ui is available on https://localhost/api (port:443) for development environment. If you look at the swagger ...
05:00 am GMT - Mon, June 14, 2021
Dev To Introducing PartiQL For DynamoDB
AWS DynamoDB is a fully managed NoSQL database. I have been working with it for couple of years. One of the frustrating thing with it is that it did not have SQL statement-like capability to interact ...
03:45 am GMT - Mon, June 14, 2021
Dev To How to get a Developer Internship
So you've decided that you want to do an internship. Congratulations! It's a big step and will give you valuable experience. Don't worry if you don't have any experience: there are many reasons why so...
03:03 am GMT - Mon, June 14, 2021
Dev To 28 Websites paying to write Technical Articles
With the world depending on the web for data, there are numerous chances to bring in cash as an technical essayist on the web. Technical articles, for example, realities and information about a specia...
02:47 am GMT - Mon, June 14, 2021
Dev To Quick Introduction to using in C
If you've ever written a c++ code snippet, I predict that you've seen this particular line :using namespace std;and thought to yourself, 'what does using mean?'using is a keyword in C++ which is appli...
02:36 am GMT - Mon, June 14, 2021
Dev To Sneaking into Docker
The virtual machine has long been the grab standard for cloud infrastructure because of its many benefits. What if there was a more lightweight, cost-effective, and scalable option to a virtual machin...
02:05 am GMT - Mon, June 14, 2021
Dev To 25 Git commands I use daily and you should know
Git is a significant piece of day by day programming and is normally utilized in the product business. Since you can utilize many commands, dominating Git needs time. Yet, a few commands are all the m...
01:14 am GMT - Mon, June 14, 2021
Dev To IT Toolbox: Lessons from Star Wars: Do you work for Darth Sidius?
The transformation of Anikan Skywalker to Darth Vader can be summed up to office politics. Anikan is a superstar, and as such he's attracted attention, both good and bad, from people of power and infl...
12:20 am GMT - Mon, June 14, 2021
Dev To Java Garbage Collecting
Hello everyone, for todays post I am going to discuss garbage collecting for Java. For those that dont know, garbage collecting is the process of clearing up memory in the application at runtime. As...
11:52 pm GMT - Sun, June 13, 2021
Dev To My Vue Experience after 3 projects in 18 months
My Vue Experience after 3 projects in 18 monthsHello developer pal!, glad to see you here.In this post, I'll share my experience after 3 projects written/maintained in Vue 2.* during the last 18...
11:00 pm GMT - Sun, June 13, 2021
Dev To Como eu migrei um projeto em PHP puro para Laravel
Photo by Somya Dinkar from[Pexels]Bem, a primeira coisa que Laravel escrito em PHP, portanto as mudanas so mais na forma de organizao ou estrutura do Laravel do que qualquer outra coisa.Programar a...
10:53 pm GMT - Sun, June 13, 2021
Dev To WWDC 2021: State of the Union Recap
Heres a quick recap of Apples State of the Union at WWDC (World Wide Developer Confrence 2021). You can find the full video here. Your browser does not support the video tag.XCode Build A new continu...
09:17 pm GMT - Sun, June 13, 2021
Dev To How Did I build My First React Package
MotivationThere are a lot of use cases that require the concept of repetition or recurring. A basic example for that is recurring events.A highly customizable component that you can plug into yo...
08:32 pm GMT - Sun, June 13, 2021
Dev To Add Notifications to your React application
Proper notifications are crucial for functional UI. Imagine you are using one of many web applications and you enter a wrong password or any kind of input just to see that nothing happens and you are ...
08:11 pm GMT - Sun, June 13, 2021
Dev To Review: a React Todo App Tutorial
Recently I followed along a 'Build A Todo App With REACT' tutorial by Dev Ed on YouTube. I wanted to review and write about what I learned, as this is a new technique I would like to add into my habit...
07:37 pm GMT - Sun, June 13, 2021
Dev To How to use Database Sharding and Scale an ASP.NET Core Microservice Architecture
Load Balance a C# ASP.NET Core Service and Use MySql App-Layer Sharding. Shows the Concepts, Which Also Apply to MongoDB, etc.One of the big advantages of microservices is, that they can be scaled ind...
07:26 pm GMT - Sun, June 13, 2021
Dev To Understanding async and await in javascript
Async await is another way of handling promises in JavaScript.One of the main advantage of using it is clean code.In this article we will understand with examples and use cases.In general, we use .the...
07:06 pm GMT - Sun, June 13, 2021
Dev To 5 Reasons why to learn EKS practicing
Have you ever been in the position of learning some new tool on tech and think this is awesome! but when you start applying it find multiple issues that makes it actually harder? Well, if youve been t...
06:36 pm GMT - Sun, June 13, 2021
Dev To Django: Stocker et lire des fichiers sur Amazon S3 en 8 tapes
Si vous dsirez plus de contenu francophone comme celui-ci, cliquer Follow ou suivez-moi sur Twitter Comment utiliser le service S3 de Amazon afin de stoker et lire des fichiers et des images ?tap...
06:32 pm GMT - Sun, June 13, 2021
Dev To Top React Boilerplates for 2021
React boilerplates for 2021In recent times, React.js has seen itself rise in popularity and become one of the most loved front-end frameworks of all time. We will be looking at these 5 boilerpla...
06:26 pm GMT - Sun, June 13, 2021
Dev To Learn any programing language, framework or library fast and efficiently
I'm Abod, and I work as a front end developer.In this lesson, I'll show you how to learn a new programming language, library, or framework in the quickest possible method.This strategy has helped me l...
06:12 pm GMT - Sun, June 13, 2021
Dev To How to Center Align Items in CSS with 4 Solid Methods.
Center aligning items has being a much-discussed topic in CSS. Beginners and sometimes professionals often find themselves googling this topic when they get stuck while trying to center align texts or...
06:00 pm GMT - Sun, June 13, 2021
Dev To JavaScript Array methods
We have a lot of array methods in JavaScript but in this blog you are gonna see only the most useful methods and after reading this, I am pretty sure that you are going to master these methods and use...
05:54 pm GMT - Sun, June 13, 2021
Dev To Create simple voice chat app with nodejs
Hi, I'm Hossein in this article we will build a simple voice chat web application with nodejs and socketIo.In the first step, we will create a simple interface for our app. To did that we use handleba...
05:35 pm GMT - Sun, June 13, 2021
Dev To Accessibility - understanding **WHY** it is important, why most people ignore it and how to persuade clients to buy in!
Preword: The article isn't a 37 minute read, there is a long table in the middle of it, it is more like 20! If you are in a rush I have added a contents section a couple of paragraphs down but I would...
05:35 pm GMT - Sun, June 13, 2021
Dev To Accessibility - understanding **WHY** it is important and why the current approach doesn't make people implement it.
Preword: The article isn't a 37 minute read, there is a long table in the middle of it, it is more like 20! If you are in a rush I have added a contents section a couple of paragraphs down but I would...
05:34 pm GMT - Sun, June 13, 2021
Dev To Activity Lifecycle
A activity de uma aplicao basicamente a tela do aplicativo, por onde o usurio interage com o aplicativo a partir do layout que aparece nesta tela.Toda activity tem um ciclo de vida e conforme o usur...
05:12 pm GMT - Sun, June 13, 2021
Dev To Weekly Digest 23/2021 - Top of the Week
Welcome to my Weekly Digest #23.This weekly digest contains a lot of interesting and inspiring articles, videos, tweets, podcasts, and designs I consumed during this week. GiveawayWe are giving ...
05:09 pm GMT - Sun, June 13, 2021
Dev To How to host image for free ? and use anywhere...
Hello, If you want to add image in codepen editor then its not going to work if you are not a pro user.So using this simple trick you can host image from github and use anywhere on the internet.1 : Go...
04:57 pm GMT - Sun, June 13, 2021
Dev To Are You A Backend Developer?
Are you a backend developer? Which cloud technologies are you using in your projects? Share what you like and dislike about dbaas containers serverless iaas in a new #DeveloperNationSurvey for a chanc...
04:56 pm GMT - Sun, June 13, 2021
Dev To React Libraries To Use In 2021: 15 Top Picks
React is a JavaScript library that lets you create a prime UI for both mobile and web applications. It integrates seamlessly with other JavaScript frameworks and libraries and includes small, reusable...
04:42 pm GMT - Sun, June 13, 2021
Dev To The basics of React internals - Blog 1
React is one of the most popular javascript libraries for building user interfaces. The main advantage of react is when an update happens it only updates the DOM elements that need to be updated. It a...
04:23 pm GMT - Sun, June 13, 2021
Dev To React Hooks
Hello Developers, All of you know about functional components. Today we will go to the next level in functional components and see in detail how React Hooks allow us to implement variables, functions,...
04:02 pm GMT - Sun, June 13, 2021
Dev To JavaScript-30-Day-13
Slide in on ScrolldemoOn Day-13 of JS-30 we made a Slide-in-on-Scroll, that is when you slide down, the image sort of slide themselves in form left or right. The images are hidden by default usi...
03:56 pm GMT - Sun, June 13, 2021
Dev To Minimal Cover
A minimal cover is a simplified and reduced version of the given set of functional dependencies.Since it is a reduced version, it is also called as Irreducible set.It is also called as Canonical Cove...
03:54 pm GMT - Sun, June 13, 2021
Dev To The Rustlings exercises - part 1
To continue building my understanding of Rust, I searched for some simple Rust exercises. Hence, I dedicated my weekly personal work time to the Rustling exercises.Greetings and welcome to rustlings. ...
03:48 pm GMT - Sun, June 13, 2021
Dev To Share your crazy / fun javascript / css apps
Have you created any crazy / fun stuff using HTML, CSS, JS which you would like to share.. It can be any random stuff doesn't need to have any practical purpose do share! ...
03:19 pm GMT - Sun, June 13, 2021
Dev To Notification Budge Using HTML & CSS
Hello Guys,Today I created a Amazing Notification Budge Using HTML & CSS. Currently I am at my native place to some days I am posting sum simple topics. In this post I only using Font Awesome Icon...
03:14 pm GMT - Sun, June 13, 2021
Dev To Verifying SSL connection for PostgreSQL
StepsDownload PGAdmin from [https://www.pgadmin.org/]After installing, the tool gui will run in your default browser, select Object->Create->ServerPopulate the General and Connection tab.Once th...
02:41 pm GMT - Sun, June 13, 2021
Dev To How to view a Website (Create-React-App) hosted on port 3000 in your phone's browser
Almost every developers want to have a feel on how some animations, positioning of some element or the whole website would look on Mobile devices,Tablets and so on.Luckily for us, we have DevTools (Ct...
02:35 pm GMT - Sun, June 13, 2021
Dev To 100% Responsive Website Footer | Awesome Footer Design Using Html & CSS
Hello guys, today I am going to show you how to create an 100% Responsive Website Footer, in this video you will learn how do you create awesome footer design using html & css...
02:32 pm GMT - Sun, June 13, 2021
Dev To How to remove duplicates element from array
In this post i'm going to remove duplicates element from array,i will try with multiple approaches to remove duplicates element from array.Method 1 Using Setconst array = ["a","b","c","d","a","c","e",...
02:24 pm GMT - Sun, June 13, 2021
Dev To How to install Android SDK without Android Studio
This article is about installing Android SDK in Windows system and run React Native App without Android Studio. Android SDK is required to build, run and debug Android Apps on your machine. So I neede...
02:07 pm GMT - Sun, June 13, 2021
Dev To Redux vs MobX vs Flux
State management in hefty applications is a daunting task. Redux, MobX, and Flux are popular technologies permitting you to manage the state of your application. These tools are great as they allow th...
12:52 pm GMT - Sun, June 13, 2021
Dev To useEffect : A simple explanation
Hi all React Hooks are an integral part of react and is easy to get confused with their usage. Today I will explain one of the common React hook used, i.e useEffect().React documentation defines that ...
12:41 pm GMT - Sun, June 13, 2021
Dev To 10 Deep Learning Projects (Beginner & Advanced)
Here are 10 deep learning projects from beginner to advanced that you can do with TensorFlow or PyTorch. For each project the links to the datasets are included. 1 MNISTThe MNIST dataset is a lar...
12:30 pm GMT - Sun, June 13, 2021
Dev To Programming Rules
Hello People, In this short read I'll be writing about some basic programming rules that must be followed while programming in Java, one must know these rules before starting to code in Java. I did so...
12:29 pm GMT - Sun, June 13, 2021
Dev To Clippy in VSCode
run, run while you can...
12:27 pm GMT - Sun, June 13, 2021
Dev To Day 25/30 : Image Hover Effects using HTML and CSS
Welcome to Day 25 of this Challenge. This is what I created today. Here is the Demo : Video Tutorial : Source Code :https://www.futurecodersweb.com/2021/06/css-image-hover-effects-using-html-and.html...
11:54 am GMT - Sun, June 13, 2021
Dev To PHP - Create your own PHP Options Resolver ( Like Symfony )
A simple Options Resolver to processes and validates option array.PHP version required 7.3Now we create a OptionsResolver.php file contain the Resolver<?phpdeclare(strict_types=1);namespace D...
11:11 am GMT - Sun, June 13, 2021
Dev To roadmap for front-end development
There are some great roadmaps for web developers out there. But some make you solve a "puzzle" before even getting started, as there are multiple choices that you have to make.When I started to learn ...
11:04 am GMT - Sun, June 13, 2021
Dev To How to publish packages to npm
Hello everyone, have you ever created a project that should be accessible to all and quickly ? Fortunately, thanks to the npm package system, you can download any package in one command line. Today in...
11:03 am GMT - Sun, June 13, 2021
Dev To Do you need variable fonts?
The history of fonts begins long before digital technology (centuries ago). At that time, people use several frames of metal letters to print long pages of text.With digital fonts, you have a large ch...
10:52 am GMT - Sun, June 13, 2021
Dev To Authentication and Authorization in a Microservice Architecture | OAuth 2.0 | JWT
In this video tutorial, we will be looking into:1) How Authentication and Authorization work in a Microservice Architecture?2) What problems do we face when performing Authentication in Microservices?...
10:33 am GMT - Sun, June 13, 2021
Dev To How to Create a 2D draggable grid with react-spring: The showdown
Welcome to the final part of the series! In the last part we had a grid with every block moving separately, today we will convert it into a defined grid, where each block can only replace another bloc...
10:21 am GMT - Sun, June 13, 2021
Dev To Scrape Instagram using python
This post talks about how we can connect to Instagram using python and extract list of followers, people whom you follow and the list of people you should unfollow (people whom you follow but they don...
10:18 am GMT - Sun, June 13, 2021
Dev To vim and the quickfix list: jump to a location, search and replace in multiple files, and other shenanigans
Puedes leer la versin en espaol aqu.We are going to learn about an avanced feature of vim, the quickfix list. We're going to figure out how to use it to search (and replace) a pattern in multiple file...
10:18 am GMT - Sun, June 13, 2021
Dev To vim y el quickfix list: saltar a una ubicacin, buscar y reemplazar en mltiples archivos, y otras curiosidades
En esta ocasin cubriremos una funcionalidad avanzada de vim, la lista de cambios rpidos, A.K.A. the quickfix list. Aprenderemos cmo usarla para buscar (y reemplazar) un patrn en mltiples archivos y ta...
10:07 am GMT - Sun, June 13, 2021
Dev To Solution: Palindrome Pairs
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
09:43 am GMT - Sun, June 13, 2021
Dev To Raspberry Pi 4 : quick review
In the month of June of 2019 raspberry Pi foundation introduced a new model of SBC(single board computer) named 'Raspberry Pi 4 (model B)', which was 50% more powerful and 30% more efficient than its...
09:32 am GMT - Sun, June 13, 2021
Dev To Generative Adversarial Networks
Ever wondered how Mona Lisa would have looked in real life? Or have you ever wanted to create new faces so well that most people cant distinguish the faces it generates from real photos? How would you...
09:29 am GMT - Sun, June 13, 2021
Dev To Custom React Router Prompt
How to implement the custom prompt on navigation using react-router Whats the need for custom prompt ?Most of the react projects follow the UI design system for their components. In order to achi...
08:51 am GMT - Sun, June 13, 2021
Dev To How to refresh next-i18next content update automatically?
tl;drIf you want to refresh your Next.js app using next-i18next automatically, you can do it like below:import { GetStaticProps } from "next";import { i18n } from "next-i18next";import { serverS...
08:44 am GMT - Sun, June 13, 2021
Dev To How I structure my mid-size NextJs projects
As you know React is not an opinionated library. What that means is that there is no clearly defined way of doing things, for instance, React doesn't force you to structure your projects in a certain ...
08:43 am GMT - Sun, June 13, 2021
Dev To The Importance of programmers work life balance
In this article, Discuss about why programmers work life balance is critical to maintaining your mental health. And preventing you from burning out. So I think its really important that programmers de...
08:37 am GMT - Sun, June 13, 2021
Dev To Master Binary in Five Minutes
Binary is the very core of everything digital, not only in web development, but literally everything: from variables and file data to transport protocols and executables themselves. Binary means that ...
08:07 am GMT - Sun, June 13, 2021
Dev To The 6 R's Of Cloud Migration
Nowadays, a lot of companies are investing towards the migration of their on-premises applications towards the cloud.In this article, we will learn about the 6 R that will guide your cloud migration ...
07:35 am GMT - Sun, June 13, 2021
Dev To Laravel Livewire pour Django? Dite bonjour Unicorn!
Si vous dsirez plus de contenu francophone comme celui-ci, cliquer Follow ou suivez-moi sur TwitterBonjour la communaut Django ! Aujourd'hui je suis trs excit car j'ai une nouvelle extra pour les amou...
07:28 am GMT - Sun, June 13, 2021
Dev To Importing custom font in HTML and CSS
There are many web developers who are starting out and don't know how to add custom fonts to their website! I believe you have arrived to the right place. In this blog I am going to explain you how to...
07:26 am GMT - Sun, June 13, 2021
Dev To Do you version control Cloud?
Arguably version control is among the biggest innovations in software engineering. Version control or revision control as it is called gives an immense power to the developers while developing the com...
06:50 am GMT - Sun, June 13, 2021
Dev To CSS for large projects
CSS for large projectsThis is the content I prepared for my youtube channel's video. Agenda:Why CSS Architecture matter?What are the optionsHow to decide?Explanations Why CSS architect...
06:40 am GMT - Sun, June 13, 2021
Dev To Python's Collections Module: Counter
IntroductionA Counter is a dict subclass for counting hashable objects any object which is not mutable. It is a collection where elements are stored as dictionary keys and their counts are stor...
06:31 am GMT - Sun, June 13, 2021
Dev To Aloha! Welcome to .NET MAUI
Aloha! Welcome to .NET MAUI! The all-new .NET Multi-platform App UI (MAUI). Announced at Microsoft Build 2020, Microsoft has evolved Xamarin.Forms and taken the next step in the .NET unification to gi...
06:12 am GMT - Sun, June 13, 2021
Dev To Python's Collection Module: Introduction
IntroductionThis module implements specialized container datatypes providing alternatives to Pythons general purpose built-in containers, dict, list, set, and tuple. What types does it offe...
06:09 am GMT - Sun, June 13, 2021
Dev To New Features of JavaScript 2021
Nowadays we should know about some programming languages like C language, C++, CSS, JavaScript, Python, etc. Today we discuss new features of JavaScript that are very useful for programmers/ coders/ d...
05:57 am GMT - Sun, June 13, 2021
Dev To Benchmarking Algorithm Speed
Learning about Big O notation has helped me to understand just how shallow I've been thinking about my code. Which is fine - you don't know what you don't know. Besides, I haven't worked with humongou...
05:51 am GMT - Sun, June 13, 2021
Dev To How to use Open Graph
Now tell me which one more likely to be clicked by a normal user.First Link, but WHY ??Because at first glance I got what's in that link and it is more appealing than the second one.Open graph was ori...
05:35 am GMT - Sun, June 13, 2021
Dev To DEV COMMUNITY BADGE
...
05:05 am GMT - Sun, June 13, 2021
Dev To Back to Basic: Should we use Rem, Em or Pixel?
Using Rem and Em units is better than using px.When we use px, it means that we hardcode the font-size to all of the users. The user can't change the value whatsoever. This actually troubles the user ...
04:51 am GMT - Sun, June 13, 2021
Dev To Software development through Kanban
Terms used:Kanban - a workflow management method for defining, managing, and improving services that deliver knowledge work. It aims to help you visualize your work, maximize efficiency, and imp...
03:46 am GMT - Sun, June 13, 2021
Dev To Steps to Create a Mind Blowing () Portfolio
If you have a desire to build your personal brand, then a website that can promote your work is a must. Personal Portfolio is the go-to place to list out your experience, achievements, and any other r...
03:15 am GMT - Sun, June 13, 2021
Dev To What is CLI?
On working, there're something I didn't understand "CLI".I'was searching for this Answer.The Answer I found is stand for Command Line Interface.But I'm not sure....
02:45 am GMT - Sun, June 13, 2021
Dev To Top courses to learn MERN.
MERN stands for:MongoDB -> NoSQL DatabaseExpress.js -> Web Framework for NodeReact.js -> JavaScript Library For UINode.js -> Runtime environment to execute JavaScript.Paid Courses:https://...
02:38 am GMT - Sun, June 13, 2021
Dev To Getting Comfortable With CSS Selectors (Part 1)
So you have learned the basic id, class, and descendant selectorsand then called it a day? If so, you're missing out on an enormous level of flexibility. You owe it to yourself to commit these advance...
02:22 am GMT - Sun, June 13, 2021
Dev To Deploy a React Application to Netlify
Hey guys , in this article we are going to look at the two different methods that we can use to host and deploy your react applications using Netlify.The first method takes less than a minute, which i...
02:14 am GMT - Sun, June 13, 2021
Dev To Storing python objects inside PysonDB
Let's see how we can store python objects, this include strings, list, function, etc.., inside a DB like pysonDBConsider I've function foo which takes an argument x and return x * (x + x). Which I wan...
01:35 am GMT - Sun, June 13, 2021
Dev To Isolamento de aplicaes: Pilha de rede
Uma das formas de comunicao mais comum entre processos atravs da rede, o que permite tanto a comunicao de processos no mesmo computador, quanto em diferentes computadores. A comunicao pela rede norma...
01:07 am GMT - Sun, June 13, 2021
Dev To Deep dive into JavaScript Generator Functions & Generators
In JavaScript, when a function is called, it executes the code within its body until it reaches a return statement (if a function doesn't have a return statement, it returns undefined). We can say tha...
12:52 am GMT - Sun, June 13, 2021
Dev To How to become a Senior Developer
The Road From Junior to Senior Developer.Being a programmer is a great thing. For me, theres nothing better than working in software engineering. Its highly satisfying to write code that works, to dev...
12:18 am GMT - Sun, June 13, 2021
Dev To Building An E-commerce Telegram Bot Using Python and Fauna.
This article will show you how to build a telegram bot for a small-scale business owner. This bot will be pretty similar to the popular platform WhatsApp Business in terms of its features. We will see...
10:27 pm GMT - Sat, June 12, 2021
Dev To Understanding the Immediately Invoked Function Expression (IIFE)
A common pattern in JavaScript is to execute a function as soon as it is declared:(function () { console.log("Chirp, chirp!");})();This is an anonymous function expression that executes right away, a...
09:17 pm GMT - Sat, June 12, 2021
Dev To Solution: Minimum Number of Refueling Stops
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
09:12 pm GMT - Sat, June 12, 2021
Dev To Lessons Learned from an awkward Technical Interview
I recently had a rather odd interview with a fintech company. The main goal was to figure out what my React skills are. It was a online live coding session. Providing the assignment via zip downl...
09:11 pm GMT - Sat, June 12, 2021
Dev To Kedro Spaceflights - part 1
This was my first time ever streaming on twitch.tv/waylonwalker. I am excited to get going. I have been streaming early in the morning while I am still waking up, so still a bit groggy as I go. ...
09:05 pm GMT - Sat, June 12, 2021
Dev To Elixir "poncho" project with Nerves firmware and Phoenix LiveView UI
Today I learned how to make a poncho project with the Nerves firmware and Phoenix LiveView UI and how it generally works. My dev environmentMacOS BigSur 11.4MacBook Pro (13-inch, 2018, Four Thund...
09:01 pm GMT - Sat, June 12, 2021
Dev To 25 Mtodos de Arrays en javascript que todo desarrollador debe conocer.
JavaScript nos proporciona una serie de funciones predefinidas para el manejo de arrays.Antes de comenzar se deben estar preguntando Qu son los Arrays?, bien, se los puede definir como un conjunto de ...
08:35 pm GMT - Sat, June 12, 2021
Dev To 10 Atajos y Fragmentos de cdigo que nos ahorraran tiempo al programar en Visual Studio
Visual Studio(VS) es un Potente IDE que nos brinda muchas herramientas que facilitan todo el proceso de desarrollo de software.En esta ocasin veremos fragmentos de cdigo y atajos que nos ahorrar tiemp...
07:46 pm GMT - Sat, June 12, 2021
Dev To Under the hood of event listeners in React
Recently, during the migration to React 17, I had a problem between event listeners handled by React and one added on document manually. It was due to the part Changes to Event Delegation of the React...
07:36 pm GMT - Sat, June 12, 2021
Dev To Semantic HTML in 5 Minutes
What is Semantic HTMLSemantic HTML refers support and accessibility tags introduced to the markup language HTML in the 2008 release of HTML5. These new tags like <details> & <summar...
07:30 pm GMT - Sat, June 12, 2021
Dev To Dark Mode Toggle Switch
An extension to Gaurav's custom toggle switch. I modified it so that users can switch between light and dark modes....
07:15 pm GMT - Sat, June 12, 2021
Dev To CSS Box Reflect
The `-webkit-box-reflect` CSS property lets you reflect the content of an element in one specific direction.We can create the reflections using the box-reflect property./* Direction values */-webkit-b...
07:05 pm GMT - Sat, June 12, 2021
Dev To Fullstack Developers
the developer story....
05:32 pm GMT - Sat, June 12, 2021
Dev To I Started Streaming on Twitch
I recently started streaming on twitch.tv/waylonwalker and it's been a blast so far.pythonkedroData ScienceData Engineeringwebdevdigital gardening Kedro SpaceflightsIt all started with kedro/issu...
05:31 pm GMT - Sat, June 12, 2021
Dev To What are Fail Fast Iterators in Java Collections?
Signed in as @priyankanandulaHello, Developers hope you guys are doing great .Today I came up with an interesting and important concept in Java Collections, as well as in interviews. I hope you enjoy ...
05:28 pm GMT - Sat, June 12, 2021
Dev To A Few Gotchas To Consider When Working With Firestores Offline Mode and React Native
Originally published on my blog MullinStack How does Firestores offline persistence work? One of the recent React Native projects I worked on uses the power of Cloud Firestore. The core idea of t...
05:02 pm GMT - Sat, June 12, 2021
Dev To What Is SSH and How Does It Work?
What Is SSH?SSH or Secure Shell allows people to have remote access to their servers. It uses cryptographic techniques to make sure all communication to and from the server happens in an encrypt...
04:05 pm GMT - Sat, June 12, 2021
Dev To Tell Me About A Time You Disagreed With Someone | Facebook Behavioral Interview 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...
03:47 pm GMT - Sat, June 12, 2021
Dev To Create React Native App for Android, iOS and Web without Expo
In this article, we are going to see, how to create a React Native App which can run on Android, iOS and Web Browser. We'll NOT be using Expo in this process. For web support, we'll be using the packa...
03:47 pm GMT - Sat, June 12, 2021
Dev To How to create React Native App for Android, iOS and Web without Expo
In this article, we are going to see, how to create a React Native App which can run on Android, iOS and Web Browser. We'll NOT be using Expo in this process. For web support, we'll be using the packa...
03:45 pm GMT - Sat, June 12, 2021
Dev To Nodejs vs python on the web
I have been working with javascript for a while now and i think javascript is faster than python on the web ....100%Javscript was built basically for the web and python being like an all purpose progr...
03:42 pm GMT - Sat, June 12, 2021
Dev To Building & Deploying A Machine Learning Model Using Linear Learner
In this part, we will be exploring some of SageMakers built-in algorithms that are widely used in the industry. We will be exploring the algorithms from the general domain, natural language processing...
03:42 pm GMT - Sat, June 12, 2021
Dev To Staring Down Burnout
I got a question recently that gave me pause because it is something heavily weighing on my mind lately. shallon ogden @haru82live ...
03:33 pm GMT - Sat, June 12, 2021
Dev To JavaScript-30-Day-12
Keyboard Sequence DetectiondemoToday we'll be making a Key Sequencing Detection that is when some one inputs a certain sequence of keys into your window then something happens, used most of the ...
03:31 pm GMT - Sat, June 12, 2021
Dev To How to do your first contribution with an Open Source project in GitHub ?
Follow these stepsGo to advanced search of GitHub GitHub advanced searchGo to issues options, set "in the state" to open and set "with the labels" as good first issue.Press the search button.Now...
03:18 pm GMT - Sat, June 12, 2021
Dev To Why I prefer this style
I prefer,#include <stdio.h>int main() { printf("I prefer this");}More than this#include <stdio.h>int main(){ printf("I do not prefer this");}Because the line is less than the previous. N...
03:15 pm GMT - Sat, June 12, 2021
Dev To Flutter Package Preview: shared_preferences
Welcome to my new series of helpful preview articles, "Flutter Package Preview" where I talk about different packages on pub.dev and how to use them!For the first entry in this series, I'm excited to ...
02:58 pm GMT - Sat, June 12, 2021
Dev To Develop and Deploy a server less python application that updates Twitter banner in real time
Hey hope you are staying positive and testing negative in the pandemic Let's check step by step on how to make your python serverless application that updates your Twitter banner or you could do anyt...
02:54 pm GMT - Sat, June 12, 2021
Dev To The Frontend Hitchhikers Guide: State Management
IntroductionHave you ever needed to build a large SPA with react or vue? How do you keep the code base manageable? Imagine you are building the following app where components share data and be u...
02:35 pm GMT - Sat, June 12, 2021
Dev To Dont use Singleton Pattern in your unit tests
What is Singleton Pattern?Is a design pattern that restricts the instantiation of a class to a single instance. This is useful when one object is needed to coordinate actions across the system e...
02:01 pm GMT - Sat, June 12, 2021
Dev To Keycloak: REST API for managing users
While Keycloak is well documented, I found it really hard to get started. Hence, these notes.admin-cli is a default client in a realm. We use that as the client_id to get an access token. Get a...
01:55 pm GMT - Sat, June 12, 2021
Dev To Learn React and Higher-Order Components By Building Netflix
I'm Hiep. I work as a full-time software engineer. Most of my open-source projects are focused on one thing - to help people learn . Before moving on with this part, you should follow the first part i...
01:41 pm GMT - Sat, June 12, 2021
Dev To Keycloak: Configure Realm Email Settings (Gmail)
PurposeEmail needs to be sent using Keycloak toverify email address of userallow user to set own password Steps Assign email address to admin accountUse Keycloak Account Management to ...
01:40 pm GMT - Sat, June 12, 2021
Dev To 10 Custom Scrollbar Samples for your next project
Hello, my gorgeous friends on the internet , how are you doing this weekend .Did you noticed my sidebar changed? In this article, I will be showing you 10 samples of custom browser scrollbars with th...
01:22 pm GMT - Sat, June 12, 2021
Dev To Lambda Functions in C
Lambda Functions in C++C++ Lambdas are an important feature in modern C++, Lambdas are fancy name for anonymous function object which are used widely for writing in-place functions (i.e, right a...
01:17 pm GMT - Sat, June 12, 2021
Dev To Forwarding Refs
Forwarding Refs is a Technique in React. Do you know what is Ref in react?? Refs are a function provided by React to access the DOM element and the React element that you might have created on your ow...
01:06 pm GMT - Sat, June 12, 2021
Dev To Discover Max element of each column in matrix
Hey guys, In this post we will be discuss the Program to find maximum element of each column in a matrix i.e., to find the maximum value in each column of the given matrix. Since it is considered as a...
01:03 pm GMT - Sat, June 12, 2021
Dev To What's the difference between var, let and const keywords?
JavaScript has three ways to declare variables.var width = 100;let height = 200;const key = "Tech Talks"; varThe scope of a variable defined with the keyword var is limited to the function ...
12:41 pm GMT - Sat, June 12, 2021
Dev To How to Implement Copy to Clipboard on a Website
In this article, we are going to see how we can implement a copy to clipboard functionality on our website. On clicking the Copy button, the content/text of a paragraph tag should be copied to the cli...
12:14 pm GMT - Sat, June 12, 2021
Dev To Set in JavaScript
"Inner Experience is only one source of human Knowledge." - Dr. Allama Muhammad IqbalGood Day!!In this article, we would be discussing the Set object in JavaScriptSetInst...
12:03 pm GMT - Sat, June 12, 2021
Dev To Day 24/30 : Amazing Profile Cards Design Using HTML and CSS
Welcome to Day 24 of this Challenge. This is what I created today. Here is the Demo : Video Tutorial : Source Code :https://www.futurecodersweb.com/2021/06/amazing-profile-cards-design-using-html_019...
11:49 am GMT - Sat, June 12, 2021
Dev To Awesome fully responsive modern product listing only CSS.
Hello, glad you are here. I am kunaal and today we will see how to make an awesome fully responsive modern looking product listing page. You can see demo below. DemoFor desktop view see this demo...
11:49 am GMT - Sat, June 12, 2021
Dev To Fully responsive modern product page. Only Css
Hello, glad you are here. I am kunaal and today we will see how to make an awesome fully responsive modern looking product listing page. You can see demo below. DemoFor desktop view see this demo...
11:12 am GMT - Sat, June 12, 2021
Dev To Adding Fault Tolerance to your Quarkus Microservice with SmallRye
Introduction: Initial problem...As we're gravitating more and more towards microservice architectures we notice that they tend to be inherently unreliable, and depending on the use case, even sm...
10:52 am GMT - Sat, June 12, 2021
Dev To Looking after your mental health as a developer
It's been over a month now since I last wrote an article here for my blog. I've been struggling a lot with low mood, which has meant that I haven't had the motivation or the energy to produce new cont...
10:43 am GMT - Sat, June 12, 2021
Dev To A quick guide about Scrum
While studying web development, I have a thought of how on the world do people translate their ideas into real world products (and yes, I'm talking about software here), like, what is that bridge that...
10:14 am GMT - Sat, June 12, 2021
Dev To JavaScript Design Patterns - Builder
Builder is one of the Creational Design Patterns, which help you deal with how objects are created. You should pay close attention to your object creation techniques that may morph into serious design...
10:06 am GMT - Sat, June 12, 2021
Dev To var, let, and const Why to avoid var and how to put the other two to good use? - Javascript
Well, in this blog, we will illustrate the differences between var, let and const. We'll also discuss why we should avoid var and prefer const.In ES5, we had only one way of declaring variables using ...
09:43 am GMT - Sat, June 12, 2021
Dev To I built a Wikipedia chrome extension
You can find code here: GitHub repoTry it out: Live link IntroIn this article, I am going to show you step by step, how I have built a full working chrome extension. My extension is called "Rando...
09:43 am GMT - Sat, June 12, 2021
Dev To I built a chrome extension using Wikipedia API
You can find code here: GitHub repoTry it out: Live link IntroIn this article, I am going to show you step by step, how I have built a full working chrome extension. My extension is called "Rando...
08:55 am GMT - Sat, June 12, 2021
Dev To Tips For Using Async/Await - Write Better JavaScript!
Basic Async/AwaitThings to note -There are two parts to using async/await in your code.First of all, we have the async keyword, which you put in front of a function declaration to turn it into a...
08:37 am GMT - Sat, June 12, 2021
Dev To Branch Protection in GitHub
Ever been in a position where you wish you could prevent your teammates from merging unapproved code from a development branch to the main branch?Do you want to prevent merging code which you are not ...
07:50 am GMT - Sat, June 12, 2021
Dev To Sharing a Custom Report will share the report configuration and data included in the report
Question: Sharing a Custom Report will share the report configuration and data included in the report.Answer:1.TRUE2.FALSEFind all other answer related to this certification at: Google Analytics Indiv...
07:46 am GMT - Sat, June 12, 2021
Dev To User Defined Snippets in VSCode.
This is a tutorial for anyone who needs a DIY snippets tool in VSCode.In this tutorial, we will demonstrate the snippet tool for html but wecan use this method for any file type in VSCode.How to gener...
07:44 am GMT - Sat, June 12, 2021
Dev To GOOGLE ANALYTICS INDIVIDUAL QUALIFICATION EXAM ANSWERS 2021
What is Google Analytics Individual Qualification(GAIQ)?The Google Analytics Individual Qualification exam is a certification exam conducted by Google through the Skill shop learning platform. This co...
07:25 am GMT - Sat, June 12, 2021
Dev To PHP 8 c'est du srieux ? Devriez-vous l'apprendre ?
Si vous dsirez plus de contenu francophone comme celui-ci, cliquer Follow ou suivez-moi sur TwitterQu'est ce que PHPPHP est un langage de programmation gnraliste et Open Source, spcialement conu pour ...
07:24 am GMT - Sat, June 12, 2021
Dev To Audit my site for accessibility
This is my site: https://www.silvestar.codesI am not an accessibility master, so I need help with finding accessibility issues on my site.What would you change or improve?P.S. Please include categorie...
07:10 am GMT - Sat, June 12, 2021
Dev To Data Processing in AWS Sagemaker
Data processing is one of the first steps of the machine learning pipeline. As different sources of data have different formats, it becomes almost impossible to handle all the formats inside the model...
06:38 am GMT - Sat, June 12, 2021
Dev To A simple but customizable accordion component in Angular
How to create a super simple accordion component in Angular. Using the power of content projection in Angular, we are going to build an accordion/expansion panel that can be customized in multiple way...
06:28 am GMT - Sat, June 12, 2021
Dev To Learn about developer platforms and tools by taking this survey
Which skills do you think more people should master in software development? Take this survey and spend 15 min answering questions about programming languages, libraries, tools, and platforms. You cou...
06:24 am GMT - Sat, June 12, 2021
Dev To 15 Python Projects For Beginners
Python Projects For BeginnersThe best way to learn any new programming language easily is to build projects.If you Want to become a python programmer? Then you need to start practicing your pyth...
05:18 am GMT - Sat, June 12, 2021
Dev To Replace my iTerm2 by Tmux to refresh dev works
I got slowness problem on my iTerm2. iTerm2 keeps update frequently with some improvements but still felt it's not enough to me to just perform some basic features. I have gone back to the default Ter...
05:13 am GMT - Sat, June 12, 2021
Dev To Can you be a programmer or game developer without math?
Hey There,Tired and exhausted Dev's. I am Tirth here your one and only game blogger here.So i know majority of us doesn't like math at all and we all want to become a good programmer or be good ...
05:03 am GMT - Sat, June 12, 2021
Dev To I started a newsletter!
I've decided to start a newsletter!Yes, I know many folks do these already, but I post a tonne of things on Slack that get lost in the "Slack"hole, so I figured I'd compliment that with a newsletter a...
04:43 am GMT - Sat, June 12, 2021
Dev To Tuplas en Python(tuple)
Las tuplas en Python son un tipo o estructura de datos que permite almacenar datos de una manera muy parecida a las listas, con la salvedad de que son inmutables.Crear una tupla en PythonLas tuplas en...
04:21 am GMT - Sat, June 12, 2021
Dev To What's new in React 18 ?
While there is still a lot more to come, I thought may be fascinating to share its top new features. Automatic batchingBatching in React is whenever multiple state updates are combined into a sin...
04:13 am GMT - Sat, June 12, 2021
Dev To The Hells Every Developer Experiences
Every programmer has a tale to share about vicious cycles in their life. Here are a few common forms of torture for the eternally damned: 1. EnvironmentsIt worked on my computer how does it not w...
04:03 am GMT - Sat, June 12, 2021
Dev To Mutable and immutable useRef semantics with React & TypeScript
In this post, you will learn how different ways declaring a ref with useRef hook influence the immutability of the current ref property. We will be looking at how to make the current property immutabl...
03:30 am GMT - Sat, June 12, 2021
Dev To 8 Things I wish I knew as a Junior Developer
Being a junior developer is not easy. You have a lot of work to do, and you're expected to know everything that's going on in your company. These tips will help you get started on the right foot.Don't...
03:22 am GMT - Sat, June 12, 2021
Dev To Build Hulu Clone using HTML and CSS - Tutorial
Hello, Everyone. Lets Learn to build Hulu Clone with HTML & CSS. I Just Love to build these to practice my HTML & CSS Skills. I made a tutorial video to help beginners to improve their html &a...
01:41 am GMT - Sat, June 12, 2021
Dev To Our 8 favorite tools for monetizing your Jamstack website
The Jamstack and ecommerce are a lot like chocolate and avocado. At first, they don't sound like they'll go together, but they actually work really well; once you try it and realize the potential, you...
12:37 am GMT - Sat, June 12, 2021
Dev To BugUFO: Get paid to debug or pay someone to debug it for you
Could this be the future of debugging? What is BugUFO?BugUFO is a marketplace where programmers can post code bugs with a bounty, and the first programmer to solve the bug gets the bounty.Courte...
11:54 pm GMT - Fri, June 11, 2021
Dev To AWS IAM users, groups and roles explained in an airport
First, what is this IAM thing about?Imagine a really big airport, like HartsfieldJackson Airport in Atlanta (U.S) or Beijing International Airport (China) with hundreds of airline offices, a lot...
11:37 pm GMT - Fri, June 11, 2021
Dev To JavaScript Quick Tip: Quickly Filter Out All Falsy Values From An Array
Working with arrays in a functional way has mostly become the default when working with JavaScript these days. Why should you use a traditional imperative loop, like for, for..of, while, do..while, et...
11:33 pm GMT - Fri, June 11, 2021
Dev To Data Structures and Algorithms
This might be a bit of a rambling post. I'm new to this. I'll try my best. Do you want to work for one of the big boys?Then you better get good at data structures and algorithms (DSA). Google, Fa...
11:20 pm GMT - Fri, June 11, 2021
Dev To ALPHA REACT 18 HAS ARRIVED
The React team announced earlier this week that the initial preview for React 18 is live, and work has started for the React 18 release. This is an alpha release and not suitable for production but en...
10:28 pm GMT - Fri, June 11, 2021
Dev To 2021 Best Laptops for Software Development
This post contains affiliate links. If you use these links to buy something we may earn a commission. Thanks.So, I often get asked what the best computer for doing software development is and I kind o...
10:28 pm GMT - Fri, June 11, 2021
Dev To Best Laptops for Software Development in 2021
This post contains affiliate links. If you use these links to buy something I may earn a commission. Thanks.So, I often get asked what the best computer for doing software development is and I kind of...
09:22 pm GMT - Fri, June 11, 2021
Dev To Working with Sprite Sheets in Unity
Sprites are a vital part of working on a game in Unity. Part of that is how do you go about slicing a sprite that contains multiple images within it. Im going to spend some time going through a basic ...
09:16 pm GMT - Fri, June 11, 2021
Dev To Validate Your Endpoints Using Spring
What Do We Want To Do? Apply validation to the objects we receive at the endpoint controllers from clients. What Is The First Solution That Comes To Mind? it's simple, right? write function...
09:11 pm GMT - Fri, June 11, 2021
Dev To My new website
Check my new website version using #reactjs and deployed on #firebasewww.errafaiy.comI am a beginner in #reactjs and I need your feedbackGrinning face....
09:10 pm GMT - Fri, June 11, 2021
Dev To CSP - Content Security Policy
Contents Intro Directives Values Summary Intro Lastly but by no means least, carrying on from my previous blog about website security week, we're going to talk about CSP or Content Security...
08:46 pm GMT - Fri, June 11, 2021
Dev To AWS Location Service: Where my AWS Community Builders at?
TLDR; I built a map of AWS Community Builders using AWS Location Services. Click here for the map, click here for the code.I was recently accepted into the AWS Community Builders program and have bee...
08:32 pm GMT - Fri, June 11, 2021
Dev To The Data Types of Javascript
Javascript has evolved into one of the most robust languages. Before javascript was just mainly focused on adding some interactivity to the web, but now we are able to build mobile application with Re...
08:31 pm GMT - Fri, June 11, 2021
Dev To Let's Dive into React (Pt. 4)
Let's continue from where we stopped in the last article, wherein we created a component and returned our first HTML element using JSX.Our goal is to build a counter and a thing to note is, a componen...
08:14 pm GMT - Fri, June 11, 2021
Dev To My Completely Biased Reasons for Choosing Angular
I wanted the title to be painfully obvious. Just in case that didn't make it obvious enough, let me be even more clear. This is my completely biased opinion. You possibly vehemently disagree with me o...
08:13 pm GMT - Fri, June 11, 2021
Dev To Set up a free PostgreSQL database on Supabase to use with Prisma
Supabase is a backend-as-a-service built on top of open source technologies. It gives you a database, authentication, a REST API, real-time subscriptions, and storage.It offers a free plan which inclu...
07:56 pm GMT - Fri, June 11, 2021
Dev To Fear of Getting Started
Just StartIf only you could actually just start. I kept telling myself over and over that I just need to start something and try new things until I find something I like. "Okay cool, what should...
07:51 pm GMT - Fri, June 11, 2021
Dev To Projeto Rockelivery: API para Pedidos em um Restaurante com Elixir e Phoenix (Parte 3)
Essa a terceira parte do projeto Rockelivery. Esse projeto faz parte do Bootcamp da Rocketseat, ministrado pelo professor Rafael Camarda.Acompanhe o repositrio no GitHub: https://github.com/maiquitom...
07:33 pm GMT - Fri, June 11, 2021
Dev To Move commits from one branch to another
Scenario:You encountered a production issue. Immediately you stopped doing whatever you were working on and started fixing the bug. After fixing the bug you observe that you fixed the bug on a d...
06:30 pm GMT - Fri, June 11, 2021
Dev To Regular Star Polygon with Python Turtle
If you are a doodler, you most certainly have doodled a pentagram or the Star of David at some point in your life. PentagramStar of DavidMaybe some of you have also tried to add more lines to draw eve...
06:08 pm GMT - Fri, June 11, 2021
Dev To JavaScript-30-Day-11
Custom Video PlayerdemoOn day 11 of JS-30 we made a custom video player in HTML5 and using JavaScript and CSS (for styling the control buttons) added a lot of features and functionalities to the...
05:41 pm GMT - Fri, June 11, 2021
Dev To Closure set of Attributes and finding Candidate Keys
Closure of an Attribute Set:-> It is denoted by { }+Example 1:Let a relation, R(ABCDE)FDs: {AB->C, C->E, BC->E, B->AD}Closure of AB, {AB}+ : {A,B,C,E,D}Closure of C, {C}+ : {C,E}Closure...
05:32 pm GMT - Fri, June 11, 2021
Dev To My first day with FLUTTER!!
Hello everyone hope you are reacting well. Recently I joined a Sri Lankan JavaScript meetup named Colombo JavaScript and two members of the organizing committee of that meetup, Jathu Vishvajith and Pu...
05:15 pm GMT - Fri, June 11, 2021
Dev To Kali Linux 2021.2 Review and What's New?
Hello everyone, Kali Linux is geared for users who aim to meet the requirements of professional penetration testing and security auditing. It is completely free and has many amazing new features. Rece...
05:07 pm GMT - Fri, June 11, 2021
Dev To Introduction to Developer Tools with AWS
AWS dominates much of the cloud market and continues to release new tools and services to expand its reach, including a push in recent years to expand its array of developer tools.Companies that don't...
05:02 pm GMT - Fri, June 11, 2021
Dev To 10 tips for building accessible (rich) text editors
If you're building an app that features a rich text editor - you should make it as accessible as possible for screen-readers.It's really not as hard as it sounds, so here's list of 10 recommendations ...
04:52 pm GMT - Fri, June 11, 2021
Dev To What was your win this week?
Hey there!Looking back on your week, what was something you're proud of?All wins count big or small Examples of 'wins' include:Starting a new projectFixing a tricky bugCompleting a long-running proje...
04:50 pm GMT - Fri, June 11, 2021
Dev To Welcome Thread - v128
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:39 pm GMT - Fri, June 11, 2021
Dev To Where to find a job you love my list of services I have known and loved
Hi there!I'm a senior React.js dev and recently I think more and more about relocating to the US or Europe (I'm from Russia), or at least about starting working remotely with a US/EU company.There are...
04:39 pm GMT - Fri, June 11, 2021
Dev To How To Load Data From AWS S3 into Sagemaker (Using Boto3 or AWSWrangler)
How To Load Data From AWS S3 into Sagemaker (Using Boto3 or AWSWrangler)S3 is a storage service from AWS. You can store any type of files such as csv files or text files. SageMaker provides the ...
04:14 pm GMT - Fri, June 11, 2021
Dev To WAO: How do you get promoted?
Cover photo by Michal Matlon on Unsplash Wrong Answers OnlyWhether getting that "Senior" title, going into management, or going above Senior, how do you get recognized and promoted?Comment your w...
03:57 pm GMT - Fri, June 11, 2021
Dev To Orphaned CloudFormation StacksHouseKeeping
ScenarioThere could be some stacks missed out during teardown process due to some issues and this might leave those stacks orphaned. Also when App teams create a new stack without deleting their previ...
03:47 pm GMT - Fri, June 11, 2021
Dev To How to create a Mock response in APIGateway
GoalTo return a static html response for your website.Stepsa. First create an API endpoint, choose below type.b. Select Regional.c. Create a resource, for example sureroute-test-object.html and create...
03:40 pm GMT - Fri, June 11, 2021
Dev To Blocking bots using AWS WAF
Example to block bots on APIGatewayFirst create a condition. Below example condition is to match a header Then create a rule. A rule can have multiple condition. Ideally a rule condition is a group of...
03:37 pm GMT - Fri, June 11, 2021
Dev To AWS Workspaces overview
IntroductionThis document briefs about high level overview, design and architecture of AWS Workspaces.ArchitectureDesignDesktop:Provision either Windows or Linux desktops and quickly scale to provide ...
03:35 pm GMT - Fri, June 11, 2021
Dev To How to make teams more productive (WDS 3)
Disclaimer this is 100% satire. For fun on a Friday (Web Dev Satire #3) Everyone wants to be more productiveManagers might try to block off time to focus on coding or keep you out of meetings. Th...
03:23 pm GMT - Fri, June 11, 2021
Dev To How to Level Up Your React Conditionals
Do you write conditionals correctly within your React applications?Good conditionals are an essential part of any React application. We use conditionals to show or hide elements or components in our a...
03:18 pm GMT - Fri, June 11, 2021
Dev To Contributing To Open Source - Getting Started
Contributing to open source projects can be very fulfilling, but getting started may be intimidating and confusing. Most large open source projects have steep learning curves which can be off-putting ...
03:16 pm GMT - Fri, June 11, 2021
Dev To Button Animation Using HTML CSS & JS
Hello Guys,Today I created a Amazing Button Loading Animation with HTML & JS. This is simple Loading Button Animation using JavaScript after a button click I added setTimeout Function to removed t...
03:06 pm GMT - Fri, June 11, 2021
Dev To Creating an API that runs Selenium via AWS Lambda
Being an automation tester, my job is to automate everything. As I was running my test script via terminal I realised that Im the only who can execute the scripts I made. What if someone wants to run ...
03:04 pm GMT - Fri, June 11, 2021
Dev To Helm Charts Testing
Tools to use for Helm Chart Testing during Development to Release IntroductionHelm Chart is a package management software to write Kubernetes templates and package it as a chart with all its depe...
02:59 pm GMT - Fri, June 11, 2021
Dev To We live in Savage with a better hair cut
When the Dr. Singh start giving speech about what going on there In society anything become like it is normal thing to do burn people just to feel safe it is that much simple.This is so much true but ...
02:12 pm GMT - Fri, June 11, 2021
Dev To Roll your own URL shortener using Netlify Redirects.
Note: I am not affiliated with Netlify The ProblemEarlier this week I had a problem. I had just spun a self hosted instance of Plausible Analytics and I wanted to create some campaigns for my per...
02:00 pm GMT - Fri, June 11, 2021
Dev To 10 Trending projects on GitHub for web developers - 11th June 2021
Trending Projects is available as a weekly newsletter please sign up at www.iainfreestone.com to ensure you never miss an issue. 1. SlidesTerminal based presentation tool ...
01:55 pm GMT - Fri, June 11, 2021
Dev To Learn React and Redux-Saga By Building Netflix
I'm Hiep. I work as a full-time software engineer. Most of my open-source projects are focused on one thing - to help people learn . Before moving on with this part, you should follow the first part a...
01:53 pm GMT - Fri, June 11, 2021
Dev To less code (words frequency)
A blog that solves a programming puzzle (words frequency kata) in three ways.The goal is first to write a correct program, then at each solutionto reduce the total lines of the program. The kataT...
01:52 pm GMT - Fri, June 11, 2021
Dev To Tips to build an awesome portfolio
I've often heard students pursuing their degrees saying, "I wish I could have learned this". When applying for a job, companies have a brief look at your portfolio. Not only companies but also univers...
01:44 pm GMT - Fri, June 11, 2021
Dev To Context Switching: Why It Hurts Code Reviews And What We Are Doing About It
Context switching, not fear, is the mind-killer. One of the main obstacles to quality code reviews is the simple fact that developers have a lot to do. The cost of going back and forth during code rev...
01:43 pm GMT - Fri, June 11, 2021
Dev To Fitness Equipment Helps In Weight Management, Boost Stamina, And Remove Excessive Fat
Fitness equipment for the home is a great investment if users can find the right piece that fits their needs. Most people think of treadmills when they think of home fitness equipment, but newer versi...
01:22 pm GMT - Fri, June 11, 2021
Dev To Forecast Weather using Python
Hello reader!Weather is the mix of events that happen each day in our atmosphere and is different in different parts of the world and changes over minutes, hours, days, and weeks. Rain and dull clouds...
01:19 pm GMT - Fri, June 11, 2021
Dev To Using the GraphCMS Mutation API to import content from CSV
Migrating from any platform to another isn't a straightforward process, the same goes for a Headless CMS. GraphCMS provides the SDK, APIs, and UI to make the process easier to create, and manage your ...
01:08 pm GMT - Fri, June 11, 2021
Dev To Cloud automation in 2021: The new normal in the tech industry
Scaling, provisioning, and configuring cloud resources manually often results in errors that can affect your availability or performance. Solution? Cloud automation.Keep on reading to discover the mos...
01:05 pm GMT - Fri, June 11, 2021
Dev To Everything I learned at the first job I had as a developer
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...
01:04 pm GMT - Fri, June 11, 2021
Dev To How to Level Up Your React Conditionals
Do you write conditionals correctly within your React applications?Good conditionals are an essential part of any React application. We use conditionals to show or hide elements or components in our a...
12:20 pm GMT - Fri, June 11, 2021
Dev To Build your MEAN project with automatic Express.js management
Hi there, some of you guys might already know that we built a MERN stack template earlier that helps you skip Express.js.Regarding some of your requests, we would like to bring you a new open-source t...
12:20 pm GMT - Fri, June 11, 2021
Dev To How I got 1000 followers on DEV
I just hit my first significant milestone by getting 1000 followers on dev.to and I thank you all from the bottom of my heart. Now, I want to share my experience starting from the day I've created an ...
11:50 am GMT - Fri, June 11, 2021
Dev To Simplify your Flutter app with Provider
You may be aware of statefull and stateless widgets in flutter, but what if you want to share data between multiple different widgets in your app? You could pass the data between the widgets, but if y...
11:50 am GMT - Fri, June 11, 2021
Dev To 5 Reasons to use Django, the Python web framework
Django is a Python framework for web development. These are the five reasons why you should use it. Faster DevelopmentPython is really easy to learn. It is usually first language of choice for de...
10:21 am GMT - Fri, June 11, 2021
Dev To 16 Tips on How to Make Remote Meetings More Efficient ( Apps & Tools)
With the outbreak of the global pandemic and the growing popularity of remote work, remote meetings became an essential part of every workflow. Most managers prefer face-to-face meetings and perceive ...
10:03 am GMT - Fri, June 11, 2021
Dev To Task analytics as a path to effective implementation
IntroductionHey, DEV people! It's time to share my experience on the topic of task analytics for programmers to execute them as efficiently as possible.Originally, I was inspired by this articl...
10:02 am GMT - Fri, June 11, 2021
Dev To Estereotipos y brecha de gnero en posiciones STEM
Actualmente, a pesar de los esfuerzos de las empresas por captar talento femenino a travs de distintos planes de diversidad e inclusin, es muy difcil hacerlo. Bsicamente porque apenas hay mujeres en c...
09:49 am GMT - Fri, June 11, 2021
Dev To 4 Tips for JavaScript 2021 to write optimized code
tips for JavaScript 2021 to write optimized codeJavaScript is the front-hand language as we know. JavaScript is using for web designing, mobile apps, game development, crate web servers, and Jav...
09:44 am GMT - Fri, June 11, 2021
Dev To Introducing Otlio, a Powerful Todo List
Hello World! I would like to introduce Otlio, a powerful Todo List , which also supports drag and drop.Website Link: https://otlio.netlify.app/ FeaturesSupport for Google and GitHub OAuth LoginS...
09:39 am GMT - Fri, June 11, 2021
Dev To --
-- Hi, I've just opened a public space to build up a useful collection of helper functions for ordinary and concurrent daily problems.I'm a freelance Software Engineer, my stack is Javascript & Re...
09:24 am GMT - Fri, June 11, 2021
Dev To Sessions or Cookies?
Are you aware of the term Session? Let me guess! A session according to you might be, a period devoted to a particular activity, right? You are right! BUTHere we are going to discuss about Sessions in...
09:08 am GMT - Fri, June 11, 2021
Dev To Solution: Stone Game VII
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
09:07 am GMT - Fri, June 11, 2021
Dev To What is data cleaning?
Data cleaning is one of the most important procedures you should learn in data analysis. You will constantly be working with different sets of data and the accuracy or completeness of the same is neve...
08:28 am GMT - Fri, June 11, 2021
Dev To AVL Tree C
AVL Tree is a balanced binary search tree in which any two subtree height only differ by at most 1 i.e height of |Left child - Right child| <= 1. Along with key and value at each node we also store...
08:13 am GMT - Fri, June 11, 2021
Dev To 3 transforming habits for the software engineer inside you
Disclaimer: This article is directed to software developers who want to create a substantial impact in their industry of choice. If lifetime balance or stability is more important to you, this content...
07:53 am GMT - Fri, June 11, 2021
Dev To FAANG is dead , FANMAG was a great idea , but FANIMAGNET has to be how we describe big tech
If you haven't seen it there is a fun and interesting article by @endingwithali on how FAANG came to be and a better suggestion of FANMAG to describe big tech.Go give it a read then come back here (th...
07:52 am GMT - Fri, June 11, 2021
Dev To HackOnLisk | $33,000 in prizes
Build your own blockchain application with the Lisk SDK in JavaScript. Blockchain applications can include industries such as DeFi, DAOs, Oracles, NFT Marketplace, Lending, etc. https://hackonlisk.de...
06:54 am GMT - Fri, June 11, 2021
Dev To An Introduction to Reinforcement Learning With OpenAI Gyms Taxi
In this introductory tutorial, we'll apply reinforcement learning (RL) to train an agent to solve the 'Taxi' environment from OpenAI Gym. We'll cover: A basic introduction to RL Setting up OpenAI Gy...
06:45 am GMT - Fri, June 11, 2021
Dev To Running WordPress locally on Mac OS X
Today we'll learn how to run a WordPress installation on our Mac OS X system.I used to do a lot of WordPress development and always had to leverage MAMP/XAMP for this.However, in this article, I'll gu...
06:43 am GMT - Fri, June 11, 2021
Dev To 250 FREE Tutorials on Web Development, Machine Learning and more | Subscribe now
Hey guys,Check out more than 250+ tutorial videos on technologies like Machine Learning, Web Development and more. Here is a quick glance over all the videos that I have on my channel. So loads of awe...
06:41 am GMT - Fri, June 11, 2021
Dev To Wireshark
Wireshark introductionWireshark is a network analyzer that allows you to see what is going on with your network. Wireshark allows you to dissect network packets at a microscopic level, including...
06:10 am GMT - Fri, June 11, 2021
Dev To Fre-2.1 has been pulished
I announce that fre2 is officially released, which is a major breakthrough version. Offscreen renderingThe bigist breakthrough is offscreen rendering, a core algorithm refactor.https://github.co...
05:47 am GMT - Fri, June 11, 2021
Dev To My Secret Design Resources
Hey Everyone! here i have awesome design resources i use in day-to-day life. ColorsColor HuntLink- https://colorhunt.co/ CoolorsLink- https://coolors.co/Muzli Colorslink- https://colors.muz.li/Ui...
05:35 am GMT - Fri, June 11, 2021
Dev To 7 JavaScript Projects For Beginners
JavaScript Projects for BeginnersThis is the best way to learn a new programming language is to build projects.Want to become a web developer? Then you need to start practicing your JavaScript s...
05:27 am GMT - Fri, June 11, 2021
Dev To useDialog - Vue.js snippets
TL;DR;Here's the link to the gist use/change/modify it.Have you ever wanted a simple dialog, which is completely custom, but you didn't want to pull in a package.But it always looks like a mess ...
05:15 am GMT - Fri, June 11, 2021
Dev To Create dreamy fused-glass overlay effect with Yogurt CSS
Full Documentation How?Create a two empty elements stacked together with Position and Top/Bottom/Left/Right utilities.<div class="relative"> <!-- Background Layer --> <div class=...
05:08 am GMT - Fri, June 11, 2021
Dev To How to install ImageMagick?
I've recently picked up interest in contributing to this platform (forem/dev.to) so I've been reading the documentation.I'm now stuck on the installation of ImageMagick. I run on Windows OS so im not ...
04:39 am GMT - Fri, June 11, 2021
Dev To The Best Python Libraries for Data Science in 2021
Python is a high-level programming language that is interpreted, interactive, portable, and object-oriented. This free and open-source general-purpose language is compatible with a wide variety of Uni...
04:32 am GMT - Fri, June 11, 2021
Dev To Crack Software 2021 Free Download
https://wellscrack.com/...
04:22 am GMT - Fri, June 11, 2021
Dev To The Complete Guide to Data Science, Big Data, and Data Analytics
With colossal data serving as the lifeblood of organizations, the value placed on data cannot be adequately expressed in words. Data has risen to prominence in virtually every field imaginable over th...
03:20 am GMT - Fri, June 11, 2021
Dev To An Engineers take on Company Culture
The "Company Culture" topic comes up quite often, and for good reason. The culture of a company is a chief driver in the success of the company. Despite of its profound impact in both the operation of...
03:02 am GMT - Fri, June 11, 2021
Dev To How To Use Vim Mode On The Command Line In Bash
IntroductionLearn how to use Vi mode on the command line in Bash. Vim lovers rejoice.Did you know you can use Vim mode on the command line?After I found out you could enable Vim mode in bas...
02:41 am GMT - Fri, June 11, 2021
Dev To Useful Git commands that may save your life
Git commands aren't always easy. If they were, we would have these commands at our disposal. They would be super helpful for performing everyday tasks like creating or renaming a git branch, removing ...
02:25 am GMT - Fri, June 11, 2021
Dev To Top 5 DEV Comments from the Past Week
This is a weekly roundup of awesome DEV comments that you may have missed. You are welcome and encouraged to boost posts and comments yourself using the #bestofdev tag.Becoming a successful developer...
02:09 am GMT - Fri, June 11, 2021
Dev To Learning faster with Cone of Learning
How many times have you wondered how you could learn something faster, understand it easier, remember easier? Well, this text is not an answer to these questions for you.This text is, actually, a set ...
01:34 am GMT - Fri, June 11, 2021
Dev To Activating a virtualenv from Python
Spoiler alert, you cannot.Through out this post we will discuss on how venv works, why you cannot activate a venv from python. How does a venv work or gets activated.Let's first go through a code...
12:49 am GMT - Fri, June 11, 2021
Dev To How We Scaled our Serverless SaaS Platform in AWS
I was recently interviewed by Elise Greve of AWS about how we scaled Credit Genie from MVP to a full-scale platform with over 20 AWS Amplify applications. You can find the original article here. In th...
12:39 am GMT - Fri, June 11, 2021
Dev To React Cheat sheet (Updated June 2021)
I don't use React often and so whenever I need to do even the smallest thing in React, I have to check out the documentation, a tutorial, or post a question on a forum.That's why I decided to do this ...
11:21 pm GMT - Thu, June 10, 2021
Dev To GitHub Container Registry: BETTER than Docker Hub?
GitHub Container Registry improves how we handle containers within GitHub. Let's see what it is, how it works, and if it is better than Docker Hub. VideoAs usual, if you are a visual learner, or ...
11:07 pm GMT - Thu, June 10, 2021
Dev To Why we shipped a Next.js SDK, and how you can use it
As you could probably tell from the title, we shipped an SDK for Next.js. This means you can capture errors, measure performance, manage releases, configure suspect commits, and automatically upload s...
10:28 pm GMT - Thu, June 10, 2021
Dev To Understanding CORS
CORS, or Cross-Origin Resource Sharing, is one thing that can bite a developerearly on when creating a web app or backend service. Its a check by modernbrowsers which provides added security for the b...
10:02 pm GMT - Thu, June 10, 2021
Dev To My TPRCiC 2021 review
Last year I wrote a (poignant?) review of TPRCiC as one of my first blog posts.Once again this year, I attended The Perl and Raku Conference in the Cloud (and I even talked ), so here we go again for...
09:57 pm GMT - Thu, June 10, 2021
Dev To E2E Sandbox with Test-containers
End to End tests can be cumbersome the mayority of the times, we need to wire up a lot of services (cache servers, database engines, message brokers etc) resulting in a big ball of stuff to do in orde...
09:41 pm GMT - Thu, June 10, 2021
Dev To May: Forem Twitch Events Roundup
In May, Nick Taylor and I had the privilege to speak with 4 awesome guests. This is a round up of all the wonderful guests who joined us and a special pair programming episode where Nick and I talk ab...
09:34 pm GMT - Thu, June 10, 2021
Dev To Using Inheritance So You Don't Repeat Yourself & Notes.
There's a principle in programming called Don't Repeat Yourself (DRY). The reason repeated code is a problem is because any change requires fixing code in multiple places. This usually means more work...
09:19 pm GMT - Thu, June 10, 2021
Dev To Understanding Where an Objects Prototype Comes From
Just like people inherit genes from their parents, an object inherits its prototype directly from the constructor function that created it. For example, here the Dog constructor creates the beagle obj...
08:59 pm GMT - Thu, June 10, 2021
Dev To Crafting a React/Next.js Single Page Application Optimized for SEO
In a rush? Skip to tutorial steps.What's the first thing you do when you are looking for something?If you're like me, you probably pull out your phone and search for it on Google. It makes optimizing ...
08:27 pm GMT - Thu, June 10, 2021
Dev To JavaScript "plain" Object
NOTE:The term "object" denotes two kinds of objects: the key-value data structure in JavaScript, and the popular but opinionated programming methodology: OOP . This article is about the latter type of...
07:54 pm GMT - Thu, June 10, 2021
Dev To Github actions tweaks
Here there are some cool tricks you can do to improve your Github Actions. Caching your packagesHow many times you have re-installed all of your packages in your actions even when no packages wer...
07:51 pm GMT - Thu, June 10, 2021
Dev To Normalization and Functional Dependencies in DBMS
Normalization is the process of removing redundant(repetition) data from your tables in order to:1) improve storage efficiency2) data integrity and3) ScalabilityNormalization is a technique to store d...
07:48 pm GMT - Thu, June 10, 2021
Dev To Trying Your Best is really bad advice (and strategy)
For a while I've been telling myself that it's okay as long as I tried my best. It's been a decent strategy for a long time, but it's not working for me anymore. I want to explain why it doesn't wor...
07:17 pm GMT - Thu, June 10, 2021
Dev To WebPageTest live audits - Thursdays on Twitch
Our team at WebPageTest tried our hand at Twitch recently and realized it can be more than just a gamer platform! The power of a live streaming platform is truly remarkable especially when you have li...
07:06 pm GMT - Thu, June 10, 2021
Dev To 5 Steps to Plan a Side Project
Side projects may be daunting to plan, but fun to code. With a proper planning system, you too, can get rid of the time wasted on confusing the features you need for a side project. 1. Find an i...
05:57 pm GMT - Thu, June 10, 2021
Dev To Power virtual machines ON or OFF using Azure functions
What is an Azure function?Azure Functions is a cloud service available on-demand that provides all the continually updated infrastructure and resources needed to run your applications. You focus...
05:46 pm GMT - Thu, June 10, 2021
Dev To Working with Amazon EKS and Amazon Managed Workflows for Apache Airflow v2.x
IntroductionThe Apache Airflow slack channel is a vibrant community of open source builders that is a great source of feedback, knowledge and answers to problems and use cases you might have whe...
05:39 pm GMT - Thu, June 10, 2021
Dev To The best React Native datepicker libraries
Date pickers are a common and essential component for many apps, especially those that facilitate event bookinglike a hotel booking appto aid seamless date selection. Date pickers improve app usabilit...
05:39 pm GMT - Thu, June 10, 2021
Dev To Standard Template Library in C
vector<int> LET_S;pair<string, int> GET;list<int> STARTED;array<int, 3> WITH;map<int, string> STL;Still don't know what these statement do?Let's read this node to head st...
05:35 pm GMT - Thu, June 10, 2021
Dev To React Futures - Server Components
In a recent talk, the React team announced a new feature called React Server Components (RSC). What is that exactly, and how can we take advantage of it to write better apps? If you are familiar with ...
05:29 pm GMT - Thu, June 10, 2021
Dev To Spending hours coding one webpage
So I know I'm a newbie at this coding thing.But wooh! Who knew it could get this frustrating when you feel like you made some steps ahead in your coding journey.For the last few days I have been worki...
05:27 pm GMT - Thu, June 10, 2021
Dev To JavaScript-30-Day-10
Hold Shift And Check Checkboxes DemoBefore we begin today's Blog I would like to Thank You everyone who is consistently reading my Blog and supporting me. This is my 10th day on dev.to a...
05:11 pm GMT - Thu, June 10, 2021
Dev To Establishing Your Purpose and Attracting Clients
Attracting clients is a process that takes a considerable amount of investment. Youll need to invest a lot of time and be dedicated to learning about who youre trying to reach. But first, you need to ...
05:07 pm GMT - Thu, June 10, 2021
Dev To How to build a food advisor UI for Strapi using GC & GraphQL
IntroThis article is dedicated for a web developer who appreciates design freedom, yet who'd like to code less in a setup-free web-based development environment.It's a "how to" integrate with St...
05:07 pm GMT - Thu, June 10, 2021
Dev To How to build a restaurant listing UI for Strapi using GC & GraphQL
IntroThis article is dedicated for a web developer who appreciates design freedom, yet who'd like to code less in a setup-free web-based development environment.It's a "how to" integrate with St...
03:57 pm GMT - Thu, June 10, 2021
Dev To Getting started with HTTPie
Whether you're building your own API, or using a third-party service, its a pretty good idea to make sure you can talk to that API reliably.HTTPie is a light but powerful open source HTTP client that ...
03:33 pm GMT - Thu, June 10, 2021
Dev To Speedy and Stylish - How to style NextJS with Bootstrap 5, SASS, and PurgeCSS
Quick how-to for you today. I'm setting up a new web app project with these parameters:I want it to be based on Next.JS because it's my favorite React framework.I want to style it with Bootstrap 5 bec...
03:03 pm GMT - Thu, June 10, 2021
Dev To Objects in JavaScript
What are Objects? Objects are collection of property and property valuesEvery object has state and behaviorA real time object is mimicked in the programming worldA object can contain below things in ...
03:02 pm GMT - Thu, June 10, 2021
Dev To WAF for ALBs
OverviewWAF support for ALB is now available in many regions.Clients want to provide a pattern of using ALB (Lambda | EC2) to be secured via WAF (and HTTPS).Clients want to minimise the maintenance f...
02:45 pm GMT - Thu, June 10, 2021
Dev To How to copy data between DynamoDb tables
StepsSpin up an EC2 instance and execute the below.curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash. ~/.nvm/nvm.shnvm install nodenpm i copy-dynamodb-tableUpdate EC2 IAM...
02:42 pm GMT - Thu, June 10, 2021
Dev To Building Instant Messaging App With Flask, Socketio, and Fauna
Whatsapp, Messenger, Telegram, and other instant messaging apps make use of WebSockets. According to Wikipedia, WebSocket is a computer communications protocol, providing full-duplex communication cha...
01:58 pm GMT - Thu, June 10, 2021
Dev To Accessibility Essentials 1: Structuring our webpage using HTML5 semantic sectioning elements.
With the arrival of HTML5, there were several new features coming on the scene, something that is always welcome, but that also brings associated a bit of confusion and an obvious process of adaptatio...
01:55 pm GMT - Thu, June 10, 2021
Dev To Understand React Js Hooks once and for all | part II
Don't Jump Over Any Steps when you learn ProgrammingEvery Steps Are ImportantDon't Use Any ShortcutOtherwise You'll be stack in the tutorial hellSo I really recommend you guys to look at the part one...
01:39 pm GMT - Thu, June 10, 2021
Dev To Imba - a JavaScript alternative for increased developer productivity
I'm Sindre, CTO at Scrimba.com. We're about to launch a major overhaul of Imba, the programming language we use for everything here at Scrimba. The language has been developed over many years, and it ...
01:38 pm GMT - Thu, June 10, 2021
Dev To Registration Form Validation Using Javascript Tutorial
Hello Friends,Now let's see example of how to use form validation in javascript. Here you will learn how to use javascript form validation. We will use how to form validation in javascript. This is a ...
01:36 pm GMT - Thu, June 10, 2021
Dev To [Part 2/100] Laravel encourages poor programming practices
Part 2 (of 100)Skip the top half of this post if you just want to see specifics.Let me know if you find these too long/short/boring/irrelevant/notenoughplaceholdergifs. I'm still trying to get a feel ...
01:34 pm GMT - Thu, June 10, 2021
Dev To Images in a Notion page with gatsby-source-notion-api
The syntaxSimply put this line as text on your Notion page and replace image alt and image source withsomething that would work for you. I mean, literally, this will not work, you at least need ...
01:20 pm GMT - Thu, June 10, 2021
Dev To Turn a Pandas DataFrame into an API
Pandas DataFrames are my favorite way to manipulate data in Python. In fact, the end product of many of my small analytics projects is just a data frame containing my results.I used to dump my datafra...
01:15 pm GMT - Thu, June 10, 2021
Dev To React 18 is here! What's new?
React Core Team released an alpha version of React18 recently. This release is more focused on User Experience and internal architecture changes, including adaptation to concurrent features.We can ins...
01:12 pm GMT - Thu, June 10, 2021
Dev To Introducing Roover a lightweight audio library for React
Modern applications are using audio all the time. Audio can turn a boring application into an interesting one, adding emotion to the content. Most of the modern applications that we use daily are usin...
12:59 pm GMT - Thu, June 10, 2021
Dev To Introduction to open source security in the supply chain e-book
Would you like to better understand what it means for your business to use open source npm packages and need a good summer read? Its a simple fact that open source is everywhere and we all seem to h...
12:57 pm GMT - Thu, June 10, 2021
Dev To How to use secure private npm registries
Working with open source npm packages is so fast and easy that security and control is often pushed to the infamous "some other time" - or simply neglected.But why? There are solutions that add secur...
12:47 pm GMT - Thu, June 10, 2021
Dev To Learn React and Redux-Thunk By Building Netflix
I'm Hiep. I work as a full-time software engineer. Most of my open-source projects are focused on one thing - to help people learn . Before moving on with this part, you should follow the first part a...
12:44 pm GMT - Thu, June 10, 2021
Dev To Elixir on Industrial Hardware, porting Nerves to e-RT3
IntroductionThe title says it all, I just tried porting Nerves and got it working!So, for someone who are going to try porting like me, here is a summary of the key points of the process. T...
12:30 pm GMT - Thu, June 10, 2021
Dev To Learn the Angular Pipe in-Depth Tips on boosting performance using Pipe
Hello everyone ,In this article, we are going to cover what is Angular Pipe, how to create it and utilize it in our template. Additionally, we will learn how to boost performance with a custom Pipe. ...
12:26 pm GMT - Thu, June 10, 2021
Dev To Ever heard of debouncing in in javascript , What is it ?
If you are here you probably might know or want to learn the debouncing practice used to improve the web app performance. Purpose of DebounceDebouncing is the technique used to limit the number o...
12:21 pm GMT - Thu, June 10, 2021
Dev To That time when you thought you knew Y(A)ML
Hello everyone,Thank you for joining in for this article about YML files. We will make it today a little lightweight tutorial about YML configurations file. We will see what it is, how we can get star...
11:38 am GMT - Thu, June 10, 2021
Dev To WebdriverIO Important Sync mode Updates
In this post, we will go over some of the important updates related to WebdriverIO Sync mode. We will also cover some of the possible changes that will be coming in the WebdriverIO v8. But, before we ...
10:58 am GMT - Thu, June 10, 2021
Dev To Google Season of Docs - 1
IntroductionSo I officially started with Google Season of Documentation 2021 with moja global on May 4th 2021. To be honest I have no idea where this last month went . There are two things that ...
10:29 am GMT - Thu, June 10, 2021
Dev To Lua v Ruby
Lua. My 5th favourite language (after python, typescript, go and javascript). While not that powerful, it's the language of choice for roblox and some 2D gamedevs (via Love2D). Coded in C with easily ...
10:27 am GMT - Thu, June 10, 2021
Dev To How to Learn Machine Learning with Kaggle Micro Courses
Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. Henry FordMachine Learning is the talk of the town in present scenario. We see the daily use of M...
09:49 am GMT - Thu, June 10, 2021
Dev To Top 5 useful Emmet Abbreviations
There are many Web Developers out there who are beginning their journey and are wasting a lot of time on the same boring HTML code, but after this blog, the coding process will become respectably fast...
09:45 am GMT - Thu, June 10, 2021
Dev To No More Google
Privacy-friendly alternatives to Google that don't track you The source of this article is from NoMoreGoogle.com Google Chrome Google Search Google Chrome Passwords Google Analyti...
09:34 am GMT - Thu, June 10, 2021
Dev To How to bulk rename PDFs with Python
Today I will show you a simple way to bulk rename your pdf files. If you have a group of PDFs that need to be copied and renamed for multiple folders this script will help you a lot. Let's jump to th...
09:30 am GMT - Thu, June 10, 2021
Dev To Interactive Algorithm Problem Solving
Top 10 links to interactively learn algorithm problem solving:-> Hacker Rank https://www.hackerrank.com-> Leet Code https://leetcode.com-> Hacker Earth https://www.hackerearth...
09:18 am GMT - Thu, June 10, 2021
Dev To 10 BEST Custom and Creative Developer Blogs in 2021
As a developer, creating your own blog is one of the best projects you can add to your portfolio. Potential employees have tangible evidence of your credibility with real-world topics, languages and f...
09:17 am GMT - Thu, June 10, 2021
Dev To Useful Tips & Tricks In JavaScript
useful tips & tricks in javascript.JavaScript is the most popular language and this language that you can learn easily by yourself. it's front-hand language. And it's one of the languages us...
09:10 am GMT - Thu, June 10, 2021
Dev To 5 accessibility principles you can start implementing now
The topic of web accessibility is huge, and it can be hard to know where to start. In this blogpost I will cover 5 principles that you can, and should, start to implement straight away. I have selecte...
09:07 am GMT - Thu, June 10, 2021
Dev To 12 Active AI Game Competitions to Check Out in 2021 (Ongoing and Upcoming)
AI game competitions are also known asAI programming competitionsorbot programming competitions.They're different from your average data science competition. In an AI game competition, you aren't give...
09:04 am GMT - Thu, June 10, 2021
Dev To Solution: My Calendar I
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
08:29 am GMT - Thu, June 10, 2021
Dev To How do you stay up to date with the latest developments in tech?
Newbie looking for guidance here - I feel like the more I learn, the more I realise what I dont know and how much there is still to do. Thats not a problem per se, but it does get overwhelming sometim...
08:09 am GMT - Thu, June 10, 2021
Dev To What are your biggest problems when learning JavaScript?
Hey Everyone ,I am curious what's your biggest challenge when learning JavaScript.I have talked with many beginners who struggle to learn JavaScript even with all the available resources.I want to und...
07:51 am GMT - Thu, June 10, 2021
Dev To Flexbox CSS Cheat Sheet
...
06:58 am GMT - Thu, June 10, 2021
Dev To NPM : Dialog SMS Gateway Library
JavaScript library to send SMS through Dialog telecommunication serviceThis library will handle single or multiple SMS send functionality with Dialog telecommunications service.npm install dialog-sms-...
06:46 am GMT - Thu, June 10, 2021
Dev To How to Convert LV or MD RAID1 and 0 Into RAID5 Without Losing Data
In this tutorial, you will learn how to switch from RAID 0 or 1 to RAID 5. How to convert (on Linux, with mdadm or LVM) a software RAID1 (0) system into RAID5 while keeping all the data it stores.RAID...
06:42 am GMT - Thu, June 10, 2021
Dev To Learn React with one BIG Project [NOTES included] - Demo and Video Link
Hey guys,I created a full fledged video to help others in learning React with ease.The video includes : 1. Whiteboard explanations for every concept that we use in the video. 2. NOTES will ...
06:32 am GMT - Thu, June 10, 2021
Dev To Switch Statements in Python 3.10.
Python 3.10 is still in alpha, but will bring along some new exciting features. Well look at one of these in this article the switch statements officially known as Structural Pattern Matching .Switc...
06:32 am GMT - Thu, June 10, 2021
Dev To Visualization of perl development history
About 10 years ago I tried gource and made a visualization of the commit history of perl5.git. It was when grouce was new, shiny and cool: 10 years passed like a blink and it has been a remarkable dec...
06:22 am GMT - Thu, June 10, 2021
Dev To Leveling up a function
Hello friends,After almost a year of absence, I decided to start sharing again.This is the story of a function that returned the first active and the first inactive user from a set of users e.g.:const...
06:20 am GMT - Thu, June 10, 2021
Dev To Change Detection in Angular
Hi Readers, So if you have been using Angular for a while you might have heard of Angular Change detection. Angular handles all the changes which happen for the application on behalf of us even withou...
05:16 am GMT - Thu, June 10, 2021
Dev To Angular : How to add Toastr in your angular project just in 15 minutes?
Demo - Step 1 - Install dependancies for toastr and animation in your project.Open your terminal in project folder and run below command -npm install ngx-toastr --save@angular/animations packa...
04:25 am GMT - Thu, June 10, 2021
Dev To Learning the Big O
The concept of the Big O and Time Complexities is DAUNTING for a new software engineer, which is why I won't try to reteach it here. I will, however, dive a little into the two fastest "Order of N" co...
03:39 am GMT - Thu, June 10, 2021
Dev To Get meta info about python modules
Get extra info about a python module, like imports, functions called inside other funcs etc. Installationpip install py-module-info Why use this?Well Idk, the inspect module in python requir...
03:25 am GMT - Thu, June 10, 2021
Dev To Developer Nation 2021
Whats your favourite programming language? Take the new #DeveloperNationSurvey to support your choice! You could win a #SamsungGalaxy S21, a #macbookpro, #GitKraken Pro license, #Amazon vouchers and m...
03:23 am GMT - Thu, June 10, 2021
Dev To How to Give Better Code Reviews
If you're working on a codebase with more than one contributor you likely participate in code review. Also known as the act of signing off on someone else's code before it can be merged into the main ...
03:21 am GMT - Thu, June 10, 2021
Dev To React 18: Terms and Functionality
As of today, React 18 Alpha is here! This is exciting news as the last major release, 17, didn't include new functionality. What's new?If you're interested in learning about the new features, I'd...
02:46 am GMT - Thu, June 10, 2021
Dev To Accessibility Interview Questions - Part 6
You can read part 1, 2, 3, 4, and 5 here:Part 1Part 2Part 3Part 4Part 5 41: Explain the process of accessibility hands-off in your project between designers and developersAs a developer, I expect...
02:29 am GMT - Thu, June 10, 2021
Dev To PGP for the Working Dev (1)
If you care about software, you should learn how to produce cryptographic signatures on data (documents, messages, binaries, git commits) and how to verify other people's signatures. Turns out it's ra...
12:36 am GMT - Thu, June 10, 2021
Dev To Mongoose Query Best Practice.
MongoDB is undoubtedly one of the most popular NoSQL database choices today. And it has a great community and ecosystem.In this article, we'll review some of the best practices to follow when you're s...
11:26 pm GMT - Wed, June 9, 2021
Dev To Useful Visual Studio Extensions for Working with Blazor
Blazor is a free and open-source web framework. Released by Microsoft in 2018, it enables the development of interactive and reusable web UIs using the C# programming language instead of JavaScript.Us...
11:18 pm GMT - Wed, June 9, 2021
Dev To Build a custom React accordion component
In this tutorial well be building a simple accordion component for use in React applications. This type of component is useful for things like FAQs when you want to break up a large amount of content ...
11:15 pm GMT - Wed, June 9, 2021
Dev To Instantly Add User Authentication to Your React Projects With Easybases Component
User Authentication can be a difficult module to implement and manage in web and mobile applications. There's a lot to consider when it comes to security, JWTs, salting, and much more.Fortunately, thi...
10:45 pm GMT - Wed, June 9, 2021
Dev To JS30 Days 6-10
Day 6 - Ajax Type AheadGitHubToday's exercise created a search feature. It used an external json source for the fetched data and then the data was filtered through for this project. After creati...
10:34 pm GMT - Wed, June 9, 2021
Dev To 3 project management tips for the Well-Rounded Software Developer
This is the second in the series of The Well Rounded Developer. See previous post "Network Troubleshooting for the Well-Rounded Developer"Whether you are a solo developer working directly with your cl...
10:18 pm GMT - Wed, June 9, 2021
Dev To How to Create a Progressive Web Application with Vue and Sanity
IntroductionIn this article, you will learn how to build a simple web application with Vue.js, query your data from Sanity, and make it a Progressive Web Application (PWA) by installing the PWA ...
09:38 pm GMT - Wed, June 9, 2021
Dev To Kubernetes Developer Workflow tools?
Hi,I'm writing some articles about developer workflow tools for people using Kubernetes. Some of the apps I'm writing about are for fast feedback while writing code that runs in clusters, like Tilt, S...
09:29 pm GMT - Wed, June 9, 2021
Dev To Resolvendo erro de build no projeto de arquitetura Intel para arquitetura Apple Silicon (M1)
Resolvendo "error: module was created for incompatible target arm64-apple-ios9.0"Meu primeiro dia de trabalho foi bem interessante, ainda no tnhamos testado o projeto em um computador Mac com Apple Si...
08:59 pm GMT - Wed, June 9, 2021
Dev To Azure static web apps CLI, building apps locally
So, you have a frontend app, written in a SPA framework like Angular, React, Vue or maybe Svelte? And you want to find the quickest way to get it to the Cloud? There are many ways to do so, GitHub, Az...
07:59 pm GMT - Wed, June 9, 2021
Dev To JavaScript - Some very useful lodash/fp functions
If you still don't know Lodash, it's time for you to try it. Lodash is a modern JavaScript utility library thatmakes JavaScript easier by taking the hassle out of working with arrays, numbers, objects...
07:52 pm GMT - Wed, June 9, 2021
Dev To Solution: Jump Game VI
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
07:32 pm GMT - Wed, June 9, 2021
Dev To XSS Attack - Is your Application Vulnerable? - npm packages can make you vulnerable!!!
In this video I'll show you a XSS attack and how you can protect your applications.Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are injected into otherwise be...
07:15 pm GMT - Wed, June 9, 2021
Dev To Algorithm Tutorial: Max Area of an Island (DFS)
For this entry in my algorithm walkthrough series, we will be looking at a 2D matrix search using a depth-first search approach.We will first discuss the the problem, the solution, and then use a visu...
07:04 pm GMT - Wed, June 9, 2021
Dev To Hardware Hacking with Charlyn Gonda & Sophy Wong
I always love when another member of team Forem joins me to co-host DevDiscuss and on S5E5, I was lucky enough to have @andy by my side. Andy is the Support Platform Engineer at Forem and has been he...
06:58 pm GMT - Wed, June 9, 2021
Dev To Pandas Tutorials - Python for Data Science
Introduction:Pandas is used for Processing (load, manipulate, prepare, model, and analyze) the given data. Pandas is built on top of the Numpy package so Numpy is required to work with Pandas. P...
06:28 pm GMT - Wed, June 9, 2021
Dev To How to cheat with Web Components
Someone*, years ago, did a Web Component with the impossible name <card-t> (because Web Components need a hyphen in the tag name)It bundles 52 SVG cards in one single file! Let's steal that...
06:13 pm GMT - Wed, June 9, 2021
Dev To Frontend, La primera barrera de seguridad de tu proyecto.
A veces a los desarrolladores frontend se nos va de la cabeza un poco el tema de la seguridad. Pensando en la calidad de un sitio web, generalmente nos concentramos en rendimiento, SEO y accesib...
05:52 pm GMT - Wed, June 9, 2021
Dev To Pick, Omit and union types in TypeScript
You can play along in typescript playgroundBuilt in Pick, Omit and other similar type operators don't quite support union types well.One of the main issues is in keyof. By default when keyof is used w...
05:50 pm GMT - Wed, June 9, 2021
Dev To Using the Split Method to Split strings in PowerShell 7.1 (.NET 5)
I started using Powershell in version 5, which is built on .NET 4. If you're like me, you may have played around, but not really used Powershell 6, which was built on .NET Core.Powershell 7 (well 7.1...
05:43 pm GMT - Wed, June 9, 2021
Dev To React Portfolio Project
Watch On YouTube: Watch Now Source Code: Github Live Preview: Open LinkCoded by - shaif Arfan | web cifar Project DetailsA portfolio for a web designer. We used React js to make t...
05:41 pm GMT - Wed, June 9, 2021
Dev To Real Time Face Mask Detection || Tensorflow || OpenCV
Hello, Devs! Worked on CNN model to detect a masked face. The model is currently working with an accuracy of 98.537%. Working on it to improve its accuracy further. : : - : : : : https://ln...
05:33 pm GMT - Wed, June 9, 2021
Dev To Animate.css with Tailwind CSS
If you have used Tailwind CSS, you might have noticed that it lacks proper animation utilities. It has only four animations by default - spin, ping, pulse, and bounce. This limitation makes us search ...
05:24 pm GMT - Wed, June 9, 2021
Dev To React, TypeScript, and TDD Part 2
React component development is kinda fun. What's even...uhhh...funner? Driving your component development from inside a test.No, I'm serious.As we saw in the previous article introducing this, React+T...
05:24 pm GMT - Wed, June 9, 2021
Dev To JavaScript-30-Day-9
Developer Tools and Console Tricks demoOn Day-9 of JavaScript-30 we learned a lot of handy console tricks and dev tools to increase our productivity in Web Development. Lessons Learned:-Su...
05:14 pm GMT - Wed, June 9, 2021
Dev To Experimental React - Concurrent Mode is Coming
React is an open-source JavaScript library developers use to build interactive user interfaces and UI components for web and mobile-based applications. Created by Jordan Walke, a Facebook Software eng...
05:12 pm GMT - Wed, June 9, 2021
Dev To Confidence Interval Understanding
IntroductionSuppose you are looking for a particular value of a characteristic of a population, firstly data is obtained from a sample of that population(could be the mean), and the parameter is...
05:03 pm GMT - Wed, June 9, 2021
Dev To Powerful React Project Setup
Actually you can create a bootstrap React project with tools like CRA: Create React App, Vite and so on, but they have a lack of complementary tools to automate tasks that can make your the life and t...
04:23 pm GMT - Wed, June 9, 2021
Dev To CSS Flexbox Cheat Sheet
Hi dev friends!I made this cheat sheet to help my students. I shared it on Twitter here and it got viral so I thought it could help this amazing community here too :)Let me know what you think ...
04:18 pm GMT - Wed, June 9, 2021
Dev To Github, Python and Docker: The Sweet Trio
I have been meaning to write about this for a while. Since most of my work revolves around building API's and deploying them, it is pretty important for me (and people like me) to automate as many thi...
04:12 pm GMT - Wed, June 9, 2021
Dev To App store or web? Why not both!?
Most app development technologies force teams to make hard decisions about where they will distribute their apps, usually either app stores as a native app or the web as a Progressive Web App.Buildin...
04:09 pm GMT - Wed, June 9, 2021
Dev To Learn Redux By Building Netflix
I'm Hiep. I work as a full-time software engineer. Most of my open-source projects are focused on one thing - to help people learn . Before moving on with this part, you should follow the first part i...
04:02 pm GMT - Wed, June 9, 2021
Dev To My Experience With FreeCodeCamp
A year ago I joined freeCodeCamp and since I've now gotten 4 certifications, I thought I'd share my personal experience and thoughts about it. What is freeCodeCamp?FreeCodeCamp is a free online p...
03:48 pm GMT - Wed, June 9, 2021
Dev To How to handle errors effectively in React JS?
Can you guess what is wrong with this code ? If you ship this code to production, your users will see a white screen in your entire application.And if you run this application in your devel...
03:13 pm GMT - Wed, June 9, 2021
Dev To Re-Order Grid Columns in Bootstrap 5
A key aspect of responsive design that Bootstrap provides is the ability to change the position of content on different devices and screen widths. Why Change Content Order?A common use-case...
03:13 pm GMT - Wed, June 9, 2021
Dev To 10 Best Blogging Tools and Resources with TIPS
IntroductionIn learning you will teach, and in teaching, you will learn. Phil CollinsAs Phil Collins said you will learn while teaching and one of the best ways for teaching and providing inform...
03:08 pm GMT - Wed, June 9, 2021
Dev To 5 best Node.JS frameworks
Node.js is an open-source, cross-platform JavaScript runtime that manages JavaScript code outside the browser.Mostly JavaScript is used to create client-side scripts are embedded in the HTML of a webs...
03:03 pm GMT - Wed, June 9, 2021
Dev To Top 15 Skills Any Successful Web Developer Should Have
To get hired as a web developer, you need a specific set of skills and abilities to help you achieve high performance and success in this profession. When youre starting out, it might be difficult to ...
02:48 pm GMT - Wed, June 9, 2021
Dev To Amazing Course CardUsing HTML & CSS
Hello Guys,How are you today I created a Amazing Course Card with HTML & JS. This is simple course card that for beginners level I use Font awesome for icons and Poppins as a font If you find this...
02:41 pm GMT - Wed, June 9, 2021
Dev To React & Tailwind - Open-source Starters and UI Kits
Hello coders!This article presents a curated list with open-source React projects styled with Tailwind, a popular and trendy CSS Framework. All products mentioned in this article can be downloaded fro...
02:34 pm GMT - Wed, June 9, 2021
Dev To 4 beginner-friendly Github Actions snippets
GitHub Actions are extremely useful for those of you interested in setting up a CICD pipeline. Workflows are not only easy to implement but even easier to hook into your existing projects. These are a...
02:33 pm GMT - Wed, June 9, 2021
Dev To CSS nth- Selectors Variable
Photo by Mario Gogh on UnsplashUsing CSS variables, at least when Im writing these lines in June 2021, is not supported in media queries or selector, e.g. :nth-child(var(--my-variable)) does not work....
02:22 pm GMT - Wed, June 9, 2021
Dev To Buckle Up For a Wild Decade in Cloud Computing
Im sure you were affected by the Fastly outage yesterday. The company responded quickly, and it wasnt the end of the world But it was wild!If youve been following closely, though, this was by far not ...
02:16 pm GMT - Wed, June 9, 2021
Dev To Should You Really be Coding in Dark Mode?
There are few debates as contentious in the development and UX world as color schemes. Among developers, however, there seems to be a pretty significant skew towards coding in a light on dark mode (Th...
02:05 pm GMT - Wed, June 9, 2021
Dev To Python Best Practices
What are the goals here?Define a set of advice for working with Python in the context of AWS.In what context is this guide written?Best practices with PythonAs a scripting toolBoto3 calls to AWS APIs....
01:52 pm GMT - Wed, June 9, 2021
Dev To D v C
D was created as an alternative to C++. It supposedly "fixed" all the errors in C++. But did it really? Today we find out in D v C++. Credits Thanks to @pranavbaburaj for some of these points. ...
01:48 pm GMT - Wed, June 9, 2021
Dev To React Native for mobile app development: points to consider in 2021
React Native is a cross-platform framework for developing mobile applications born out of the joint efforts of Facebook and enthusiasts. The framework provides engineers with the possibilities of the ...
01:37 pm GMT - Wed, June 9, 2021
Dev To Exciting time ahead. I joined the Forem team
Hello Everyone,My name is Anuj Bhavsar, based in Ahmedabad, India. And I'm proud to announce that I have recently joined the Forem team as a Product Designer.I'll be working with @lisasy & @pp des...
01:30 pm GMT - Wed, June 9, 2021
Dev To Looking for CSS wizards to contribute
Hi everyone. I'm co-creator of the project that you might heard of already. In short - it is automated front-end Studio that works in the browser and has it's own repository of fully customizable Widg...
01:24 pm GMT - Wed, June 9, 2021
Dev To How to download node js on macOS
This guide is for people who want help with how to download node.js on macOS and you will know everything step by step.This process will take about 1 minute to install the node.js file.Node.js is not ...
01:21 pm GMT - Wed, June 9, 2021
Dev To Hexagons and Beyond: Responsive Grid Patterns, Sans Media Queries
Since the rise of Flexbox and CSS Grid, everyone is claming the same: "float is dead!", "stop using float!" but I'm here to resurrect our old friend float to create complex and responsive layoutsthat ...
12:59 pm GMT - Wed, June 9, 2021
Dev To Software Development Myths
Myths have accompanied man since ancient times and still exist in our high-tech world. So despite the fact software development is a fairly formal science, this does not prevent the existence of many ...
12:48 pm GMT - Wed, June 9, 2021
Dev To How to control the quality of your software product?
How to control the quality of your software product? Quality is one of the most important features that applies not only to the product but to every stage of its delivery. If you want to create a succ...
12:47 pm GMT - Wed, June 9, 2021
Dev To Getting Started with JavaScript Design Patterns
Design patterns are blueprint solutions that you use to solve common programming problems swiftly and elegantly.Everything began in 1994, when four computer scientists Erich Gamma, Richard Helm, Ralph...
12:40 pm GMT - Wed, June 9, 2021
Dev To Jetpack Compose Desktop rendering performances
As Jetpack Compose is gaining traction, we plan to offer a specific implementation for our Kotlin Charting Library, Charts.kt. Before starting to code it, we have to check if its a viable solution and...
12:09 pm GMT - Wed, June 9, 2021
Dev To How do I find the right social media influencer?
There are two main options - to look for an influencer on your own or use the services that process influencer data and form their own databases. But there is also a third option, which has benefits o...
11:46 am GMT - Wed, June 9, 2021
Dev To How to make this amazing text animation.
Hello, glad you are here. I am kunaal and today we will see how to make an awesome text animation which you have never seen before. You can see demo below. Demo Video Tutorial -For better ex...
11:46 am GMT - Wed, June 9, 2021
Dev To You have never seen this text animation before
Hello, glad you are here. I am kunaal and today we will see how to make an awesome text animation which you have never seen before. You can see demo below. Demo Video Tutorial -For better ex...
11:46 am GMT - Wed, June 9, 2021
Dev To Rails CD with Docker, Github Actions and VPS
I want to show you how to deploy your app to production with minimal cost and make the deployment process fully automated. If you have never done it before, this post will show you how to achieve it s...
11:33 am GMT - Wed, June 9, 2021
Dev To INSTANTLY PARSE JSON
How To Parse JSON Instantly?Get your JSONCopy all of thatNow, Go to Secret PlacePaste the copied JSON to the black box (<- see left)From Right side choose your language (see right ->)It will gen...
10:48 am GMT - Wed, June 9, 2021
Dev To Give your terminal a makeover
I decided to give my laptop a virtual makeover recently. One thing that stuck out was the terminal. A terminal is a dark rectangle with text. It's utilitarian. There isn't a wide array of options for ...
10:29 am GMT - Wed, June 9, 2021
Dev To Saving a missing referral
ProblemAfter the GDPR, we can no longer enable cookies without user consent. This means that we can no longer save the user's session on their first visit, losing your reference. How can I ...
10:19 am GMT - Wed, June 9, 2021
Dev To How to make your open source project contributor friendly
There are many reasons that may lead you to the decision to run a project in an open source fashion. You might want to make your application code available to public to increase trust, or make it espe...
09:35 am GMT - Wed, June 9, 2021
Dev To Why so00 DYNAMIC?
Hello everyone! Hope you are reacting well. So, this is my first post in dev.to and I thought to start with a Next.Js blog. So today let's discuss how to work in dynamic pages using getStaticProps and...
09:33 am GMT - Wed, June 9, 2021
Dev To How to create an efficient Modal component in React using Hooks and Portals
Modal is a common UX element. A modal is a dialog box/popup window that is displayed on top of the current page. You must have used pop-ups and notifications for your website. For some people pop-ups ...
09:10 am GMT - Wed, June 9, 2021
Dev To Plasma Donation Website using MERN stack
Hello amazing people ,Welcome to Plasma Donation Website. As we all know, the world is suffering from the COVID-19 crisis. Our government and health care professionals are trying their best to help th...
09:07 am GMT - Wed, June 9, 2021
Dev To Online HTML Editor
here my online web editor hosted with github pages ;https://tdimmax.github.io/Editoryou can edit HTML CSS and Javascript with live preview ,also you can find web tools in; like color picker, gradient ...
08:47 am GMT - Wed, June 9, 2021
Dev To I make you an esolang
Recently, I have taken a break from writing about esolangs and I have to say, those 4 articles have really been successes . I have now decided to find a balance between writing about languages (which ...
08:38 am GMT - Wed, June 9, 2021
Dev To Memorable Hex codes
Hopefully this will save you a trip to the color picker.#b00b00 (deep red) - Good for errors#de1e7e (pink) - Delete#2fa (green) - Looks like tha 2FA was successful#ac1d1...
08:17 am GMT - Wed, June 9, 2021
Dev To These Are The Most Popular Songs To Code To
We all know that listening to music can help you get into the zone. It's that powerful state that developers hit from time to time where the only thing that matters is the problem you're working on.Wh...
08:05 am GMT - Wed, June 9, 2021
Dev To I need UI testing tool WebApp
Hello,I would like to know tool for UI testing for modern webapp (react , angular kind of thing). Yep, most of them know tool called "selenium", but its hard to learn and write code. Could pls share t...
07:23 am GMT - Wed, June 9, 2021
Dev To How to invalidate a compromised JWT
In a past article, I wrote about JWTs, how to generate one and how to use them for authorization. JSON Web Tokens, however, have one major drawback. Once it is generated and submitted to the client, i...
07:05 am GMT - Wed, June 9, 2021
Dev To 15 Best Open-Source Autonomous Driving Datasets
In recent years, more and more companies and research institutions have made their autonomous driving datasets open to the public. However, the best datasets are not always easy to find, and scouring ...
06:53 am GMT - Wed, June 9, 2021
Dev To Types and Mocking - Typescript
In this article, we are going to learn how to create functions which are easy to test and mock using TypeScript utility types.Let's take the following function, how do you mock it's inputs i.e. person...
06:50 am GMT - Wed, June 9, 2021
Dev To Is coding mental health friendly?
With our ability to work from anywhere any time it seems like an awesome choice to live stress-free. But at the same time, a lot of us have mental disorders of varying intensity. I can't help but wond...
06:27 am GMT - Wed, June 9, 2021
Dev To Mac OS X setting up virtual hosts
You might remember the days of MAMP/XAMP/WAMP? Well, for Mac OS X, we don't need these tools anymore.It's actually possible to host a website on your local Mac, and it's not as hard as you would think...
06:00 am GMT - Wed, June 9, 2021
Dev To SAAS Strategy: Apply the 80/20 Rule To Your Competitors Efforts
Here is how I look to learn what my competitors have done before me.My product, Proxies API, is not the first to the market.That means I can learn a lot from people who have come before me. Specifical...
05:48 am GMT - Wed, June 9, 2021
Dev To How to patch an HTTP Response with Cypress
Follow me on Twitter at @tim_deschryver | Subscribe to the Newsletter | Originally published on timdeschryver.dev.Read the TLDR version on timdeschryver.devFor most of our Cypress tests, we have a see...
05:42 am GMT - Wed, June 9, 2021
Dev To Using pre-commit and post-update git hooks
Adding some additional processing to your git workflow is sometimes useful/cool/interesting, and the functionality provided by githooks make this fairly accessible to make use of. I typically make use...
05:14 am GMT - Wed, June 9, 2021
Dev To 3 ways to prevent micro-burnouts
I've been proposing some topics for a person I'm mentoring and one was "productivity/motivation". She immediately became quite excited about the idea, so I asked what is going on.She told me that she ...
05:00 am GMT - Wed, June 9, 2021
Dev To Build Twitter Clone using HTML and CSS - Tutorial
Hello, Everyone. Lets Learn to build Twitter Clone using just HTML & CSS. I Just Love to build these to practice my HTML & CSS Skills. I made a tutorial video to help beginners to improve ther...
04:59 am GMT - Wed, June 9, 2021
Dev To Understanding Kubernetes Architecture
Kubernetes is becoming the new standard for deploying and managing the software in Cloud because of the wide number of features that Kubernetes provide such as automated rolling and rollback of deploy...
04:58 am GMT - Wed, June 9, 2021
Dev To Converting ER-Diagram to Relational Model
Rule 1: Conversion of an entity set into a tablea) Representation of Strong Entity set with simple attributes.b) Representation of Strong entity set with Composite Attributes.c) Representation of Stro...
04:31 am GMT - Wed, June 9, 2021
Dev To The what, why and how behind labels
Today I want to take the chance to tell you about the importance of labels and what they have to offer us. So with this bite-sized post Ill cover the following: what a label is, what a label does if y...
03:36 am GMT - Wed, June 9, 2021
Dev To How can I encrypt my web-traffic myself?
Essentially, how can I get started writing my own VPN?I want to stop tracking from any (and preferably all) sources (that don't need to track me (having exceptions can be a good thing))....
03:31 am GMT - Wed, June 9, 2021
Dev To Tips and Tricks in Javascript
In this article, let us cover some tips and tricks of Javascript everyone should be aware of. Convert to booleanAll values in javascript are truthy except for 0, "", null,undefined, NaN and of co...
02:50 am GMT - Wed, June 9, 2021
Dev To A cheat sheet for working with JSON Data in JavaScript
In this article, we will be doing some common operations while working with JSON data in JavaScript Rahul Banerjee @rahulbanerjee99 ...
02:39 am GMT - Wed, June 9, 2021
Dev To AWS Amplify AppSync GraphQL custom resolver examples
AWS Amplify is great! It handles AppSync backend with AWS resources, like DynamoDB, ElasticSearch, etc for you. However, sometimes these default generated GraphQL schema and resolvers are not fulfill ...
02:17 am GMT - Wed, June 9, 2021
Dev To FutureBuilder and StreamBuilder in Flutter
Hi All, Hope you are all doing well. Today I am planning to tell you about FutureBuilder and StreamBuilder widgets in Flutter.In this article, I will tell you,FutureBuilder widgetHow to use FutureBuil...
01:14 am GMT - Wed, June 9, 2021
Dev To Understanding Cross-Site Request Forgery (CSRF or XSRF)
This post is also available in the following languages: Portuguese.On the last article we have learned how we can prevent some Cross-Site Scripting (XSS) attacks by using proper sanitization technique...
01:07 am GMT - Wed, June 9, 2021
Dev To What is the value of learning to learn in AWS
Human beings learn to modify their skills and abilities through observation, practice or reasoning. This is called "learning". In simple words, from a young age we learn to acquire knowledge so as not...
10:44 pm GMT - Tue, June 8, 2021
Dev To I added a JavaScript arcade game to my portfolio's homepage
I love old video games. One of my fondest memories as a kid is going to a diner on Long Island with my grandparents every Friday evening and playing Galaga (still my all time favorite) at a beat-up ol...
10:21 pm GMT - Tue, June 8, 2021
Dev To Top Ten Git Tips & Tricks
This article was originally written by Julie Kent on the Honeybadger Developer Blog. This article complements Understanding How Git Works. Now that you have an understanding of the plumbing, it's tim...
10:09 pm GMT - Tue, June 8, 2021
Dev To Icon revealing hover animation using CSS
Create a own icon icon revealing hover using HTML and CSS.Animation inspired by google(Sheets).let start the article. First create a HTML and the the below code.<section> <button class="nav-...
09:35 pm GMT - Tue, June 8, 2021
Dev To Super Powered APIs With GraphQL
GraphQL, is a technology for fetching and mutating data that makes you wonder why you were building your servers to be REST endpoints for so long. In case you are just meeting it for the first time, g...
09:26 pm GMT - Tue, June 8, 2021
Dev To Fingerprint-based authentication and Authorization in Python(Django) web applications - Hacking your way out (Part 3)
Here comes the concluding part of this series. In this part, we'll focus on extending the registration flow of the third-party application we have been using to implement the specification we want for...
09:22 pm GMT - Tue, June 8, 2021
Dev To Lessons learned from building landing pages
I recently took the time to improve my portfolio page, and I also had an opportunity to build a landing page for an open source project. This gave me the opportunity to learn a CSS framework, and pick...
09:21 pm GMT - Tue, June 8, 2021
Dev To A Quick Guide to Understanding React Hooks
Life has been hectic the last few weeks - from dealing with a minor car accident, a prolonged illness, and the juggling act of moving. Top all that off with interview prep, and you can understand why ...
09:13 pm GMT - Tue, June 8, 2021
Dev To Using Interfaces to Write Better PHP Code
IntroductionIn programming, it's important to make sure that your code is readable, maintainable, extendable and easily testable. One of the ways that we can improve all of these factors in our ...
09:05 pm GMT - Tue, June 8, 2021
Dev To Configure nginx for Gatsby 404 error page
During Gatsby page development, when you hit a page that doesn't exist, you encounter a screen similar to the one below.If you created a custom 404 page, for example in src/pages/404.js, you can click...
08:54 pm GMT - Tue, June 8, 2021
Dev To Dominate MS Office Reporting With Python Part2
introLast time we discussed the WHY, now it's time to discussed the HOW. This series is based on python-pptx library, a small and great library but it's not most beginner friendly, we will try t...
08:36 pm GMT - Tue, June 8, 2021
Dev To Programming for Art
Programming is not something that readily comes into mind when thinking about art, but many applications of programming allow for artistic expression. There is even a field of programming called creat...
08:09 pm GMT - Tue, June 8, 2021
Dev To Forever Functional: Memoizing Promises
by author Federico KerekiIn a complex web application, with several components needing data, odds are that redundant API calls will be made. You may imagine even a simple e-commerce page: the user cou...
08:00 pm GMT - Tue, June 8, 2021
Dev To Googley eyes, Microsoft Clippy's story after retirement and 60 floppy's - videos with a tenuous link to tech!
My fianc is out, I am still working at 8:30pm but a video came onto YouTube on autoplay that just made me smile and got me back into the groove (the third video here). As some of you may also be bored...
08:00 pm GMT - Tue, June 8, 2021
Dev To Googley eyes, Clippy's story after retirement and 60 floppy's - videos with a tenuous link to tech! [I was bored]
My fianc is out, I am still working at 8:30pm but a video came onto YouTube on autoplay that just made me smile and got me back into work mode after a slump as it was just so silly yet clever (the thi...
07:55 pm GMT - Tue, June 8, 2021
Dev To How to tame the chaos and make Slack calm and productive
Originally published on PacoDo you use Slack for team communication? We love itand so do lots of teams around the world! Slack helps keep your team on the same page. Its a space for you to collaborate...
07:43 pm GMT - Tue, June 8, 2021
Dev To Let's Dive into React (Pt. 3)
In the last articles 1 and 2, we setup our project and did a little chit-chat about what was actually happening. But now, let's start writing code. In this project, we will be making a counter that ha...
07:42 pm GMT - Tue, June 8, 2021
Dev To a first look at react 18 with vite and netlify
When its released, React 18 will include out-of-the-box improvements including:Automatic batching)New APIs (like startTransition)A new streaming server renderer with built-in support for React.lazyThe...
07:16 pm GMT - Tue, June 8, 2021
Dev To Details & Summary tags: HTML's best kept secret
<details> and <summary> tags are among of the most useful tags that HTML gives us. I'm constantly surprised by how esoteric they are in practice. In its simplest use case, the <details...
06:16 pm GMT - Tue, June 8, 2021
Dev To Learning Web Dev on the Web | A Roadmap with Resources
As a sequel to my first blog, learning web dev on the web which had info on some of the most epic youtube channels from where you can learn web dev for freeThis blog is going to be a roadmap with care...
06:12 pm GMT - Tue, June 8, 2021
Dev To Mental health-first
We tend to design and buildBusinesses, cultures, workplaces and systems which arePrivacy-firstSecurity-firstCustomer-firstI think it's about time we start to design and build things which are:Mental h...
06:00 pm GMT - Tue, June 8, 2021
Dev To JavaScript-30-Day-8
Fun With HTML5 Canvas click for project demoOn day-8 of javascript-30 we learnt the fundamentals of HTML5 Canvas. It was the most interesting challenge up until now where we made a sort of ...
05:57 pm GMT - Tue, June 8, 2021
Dev To Modular Monoliths: Have we come full circle?
First an Apology...This is a public apology to my friend Brandon @flybayer. Back in 2020 when he published Blitz, I replied to one of his tweets with something along the lines of:"I don't unders...
05:54 pm GMT - Tue, June 8, 2021
Dev To Reverse An Array - 3 Methods
Method 1 - Revere with For Loop and printpublic class ReverseArray {public static void main(String[] args) {// Array with some elementint[] myArray = {10,22,33,11,88,9,2}; // reverse loop and print...
05:49 pm GMT - Tue, June 8, 2021
Dev To Pure CSS Tabs
An example of some tabs created using HTML and CSS. I tried to make it as modern and mobile-friendly as possible. I hope you enjoy it!...
05:43 pm GMT - Tue, June 8, 2021
Dev To The 7 Most Popular 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:38 pm GMT - Tue, June 8, 2021
Dev To Better Sentry Alerts [as in, far more specific and just generally way better]
A couple of weeks back, we broke sign-ups. And in the most meta fashion, we learned about this because someone here had the foresight to set up an alert in Sentry to notify us if sign-ups dropped to z...
05:30 pm GMT - Tue, June 8, 2021
Dev To PlayStore App Info API
Hey Dev Community. Recently I was wondering, is there anyway to scrape the data from HTML DOM elements using node and all the other native functions of javascript like getElementByClassName, innerText...
05:28 pm GMT - Tue, June 8, 2021
Dev To Solution: Construct Binary Tree from Preorder and Inorder Traversal
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
05:24 pm GMT - Tue, June 8, 2021
Dev To Beginner's guide to Docker
Write Once, Run Anywhere-Sun Microsystems about Java, 1995Build Once, Run Everywhere-Docker about any piece of software, 2013 What is Docker?Docker is a set of projects, tools, pieces of software...
05:15 pm GMT - Tue, June 8, 2021
Dev To Where to upload your files to use them via the link (JS, CSS, Fonts, Images)
IntroductionThis article is intended for beginners, I understand that for experienced developers this topic may not be interesting, but for beginners it can help.During the development of our projects...
04:16 pm GMT - Tue, June 8, 2021
Dev To How To: NSFW Image detection on Digital Ocean Apps
NSWF Porn detection microserviceI built a low-cost NSFW API hosted on Digital Ocean's new App Platform. How do image tagging ML models work?Making predictions based on images involves two b...
04:09 pm GMT - Tue, June 8, 2021
Dev To 9 Web Development Best Practices for2021
Web development projects range from highly complex to relatively simple. No matter the complexity of the project you're dealing with, it's inevitable that you'll have to deal with errors and debug you...
04:01 pm GMT - Tue, June 8, 2021
Dev To PROBLEM SOLVING THINKING.
1.OBSERVATION: SEEING PROBLEMS/IDEAS.CONFIDENCE: ABILITY TO TAKE ACTION WITHOUT FEAR.HUMILITY: KNOWING YOU DON'T KNOW EVERYTHING ABOUT.CURIOSITY: EXPLORING AND EXPERIMENTING.ENERGY: TO EXPLORE IDEA AN...
03:55 pm GMT - Tue, June 8, 2021
Dev To The Importance of Research
I hate to admit it but I actually did no research when writing my JavaScript v TypeScript article . JavaScript v TypeScript JavaCode7 Jun 8 1 min read ...
03:38 pm GMT - Tue, June 8, 2021
Dev To STEM & Twitter: Verified Bias
Over the past few years, people have gotten louder and louder about Twitter's apparent bias in who they verify. What's so important about verification?Validation. Content on Twitter is lives in ...
03:21 pm GMT - Tue, June 8, 2021
Dev To Voici le top 6 de mes youtubers dev francophone prfrs
Suivez-moi sur TwitterVoici le top 6 de mes youtubers francophone prfrs:Grafikart (La rfrence!) :https://www.youtube.com/user/grafikarttvLior Chamla : Un gars plein de charisme!https://www.youtube.com...
03:21 pm GMT - Tue, June 8, 2021
Dev To Useful books that Java developers should definitely read
Hello folks, If you are a Java developer and wondering what to read in the remaining of 2021, then you have come to the right place. In this article, I am going to share 10 books on Java, Spring, and ...
03:10 pm GMT - Tue, June 8, 2021
Dev To Live Share Your IDE between IntelliJ, Eclipse and VS Code
IntroductionBeing able to remotely collaborate on code with your colleagues has never been as essential as it is today. While adhoc screen sharing is okay for infrequent use, its capabilities fa...
02:49 pm GMT - Tue, June 8, 2021
Dev To Decorators and Mixins in Lightning Web Components
Decorators and Mixins in Lightning Web ComponentsIt's safe to say that every modern web application these days relies to some degree on three foundational web standards: HTML, CSS, and JavaScrip...
02:49 pm GMT - Tue, June 8, 2021
Dev To What is gun.js?
Lately a technology that has been calling my attention is Gun.js, besides being easy to use it also has a very interesting concept about how we should see data, usage and rights over it. Today I'm goi...
02:41 pm GMT - Tue, June 8, 2021
Dev To Load-Balancing Minecraft Servers with Kong Gateway
It's time to have some fun. Sure, tell your colleagues or your family that you're doing research, experimenting with some new techbecause that is what we'll be doingbut just don't let them see you pla...
02:36 pm GMT - Tue, June 8, 2021
Dev To Finding A Web Design Company - Factors To Consider
In this rapidly changing world where change is the new constant, a website's life is only limited to a few years if not correctly designed or updated frequently. Thus, partnering with an experienced w...
02:33 pm GMT - Tue, June 8, 2021
Dev To What is An Application Programming Interface?
Application Programming InterfaceIn this article. Im going to be talking about what an application programming interface. Both in general and related specifically to web development. Lets start ...
02:22 pm GMT - Tue, June 8, 2021
Dev To What Programming Languages Do You Use Everyday?
What programming languages do you use everyday? Are they for personal or professional projects?...
01:51 pm GMT - Tue, June 8, 2021
Dev To Build an Exercise Tracker App using React.js (Hooks) and React Router | Learn React.js
Hey everyone ,In this video, we will learn how we can make an Exercise Tracker App using React.js and React Router. In this complete video, you will learn about all the things that React and React Rou...
01:40 pm GMT - Tue, June 8, 2021
Dev To React Table Guide And Best React Table Examples
In this article, we will talk about react table. By the way check our previous article about Bootstrap table! We wont talk much about how important tables are in modern web development and also skip ...
01:37 pm GMT - Tue, June 8, 2021
Dev To Setting up application monitoring for your Nodejs app in 20 mins with open source solution
Node.js tops the list of most widely used frameworks by developers. Powered by Google's V8 javascript engine, its performance is incredible. Ryan Dahl, the creator of Node.js, wanted to create real-ti...
01:28 pm GMT - Tue, June 8, 2021
Dev To I want to be a Web developer!
Hello! I'm Koichi. I'm a college student and I'm self-taught in Javascript and react.I'm still a beginner, but I'll be posting what I learn here to inspire you. Let's learn together!...
01:19 pm GMT - Tue, June 8, 2021
Dev To Take a journey with your own map service by AWS Amplify and Amazon Location Service
Amazon Location Service is Generally Available on June 1st, 2021.https://aws.amazon.com/jp/blogs/aws/amazon-location-service-is-now-generally-available-with-new-routing-and-satellite-imagery-capabilit...
01:03 pm GMT - Tue, June 8, 2021
Dev To Setting up Google Authentication With Firebase
A Bit About MeHey folks, I am Karan Choudhary. A frontend developer passionate about web technologies and building things with code.In this article, we will learn the easiest and the fastest way...
12:55 pm GMT - Tue, June 8, 2021
Dev To How to connect a chatbot to a TalkJS chat
In this post, I will demonstrate how you can connect the TalkJS Chat API with a chatbot service like Dialogflow. A chatbot is a software application used to conduct an online chat conversation via tex...
12:54 pm GMT - Tue, June 8, 2021
Dev To Sorting Algorithms Visualizer
Hello folks,Designed and developed "Sorting Algorithms Visualizer" (using React and Zustand) to help everyone, learning popular sorting algorithms easier and fun.Link to the webapp: https://sadanandpa...
12:31 pm GMT - Tue, June 8, 2021
Dev To How To Write Your First Node.js Script
IntroductionUntil recently(if you think that 2009 is recently), we could only run JS code in a web browser. Node is a JavaScript runtime that executes code outside of the browser. We can use the...
11:58 am GMT - Tue, June 8, 2021
Dev To Best Online Code Editors For Web Developers
Are you looking for Best Online Code editors? Then here is the collection of Best Online Code Editors For Web Developers. What is an Online code editor?An online code editor is a tool that reside...
11:48 am GMT - Tue, June 8, 2021
Dev To Why Elasticsearch is an indispensable component of the Adyen stack
By Willem Pino, Bengisu Sahin, Diego Costa and Deepu K SasidharanAt Adyen, we use Elasticsearch to power various parts of our payments platform. This includes payment search, monitoring, and log searc...
11:46 am GMT - Tue, June 8, 2021
Dev To How to auto-document the database schema of your Rails app
Im wrapping up my RailsConf 2021 presentation recap today. Check out Part 1, Part 2 and Part 3 in case you missed them! This final post recaps the demo I gave on how to auto-document database schemas...
11:45 am GMT - Tue, June 8, 2021
Dev To JavaScript v TypeScript
JavaScript. By far one of the most famous programming languages for its applications in scripting, gamedev and most notably web apps . Then its brother, TypeScript. Famous for being statically typed. ...
10:45 am GMT - Tue, June 8, 2021
Dev To Simple progress bar component in React with Tailwind
Hello folks, Recently, I was working on a feature and I had to implement a progress bar in it. Till now, I have always been scared of progress bars (reason: unknown ). Most of my previous projects use...
09:54 am GMT - Tue, June 8, 2021
Dev To UI Dev Newsletter 60
25 Years of CSSEric A. Meyer takes a look at notes about CSS that he wrote 25 years ago while attending the WWW5 conference.Styling And Animating SVGs With CSSSara Soueidan explains why it is essentia...
09:32 am GMT - Tue, June 8, 2021
Dev To What browser do you use and why?
...
09:24 am GMT - Tue, June 8, 2021
Dev To What Is My [Server] Throughput?
Have you wondered how many users can be on your website at the same time?But you wanted a test framework that is...More than a benchmark (not JMeter or LoadRunner). Simulated real users. Present...
08:33 am GMT - Tue, June 8, 2021
Dev To 16 Best Ruby Frameworks For Web Development
Ruby is a programming language that has been accepted with open arms since 1995, and thanks to its open-source nature, it is still growing every day. Ruby is fast, object-oriented, and secure, which b...
08:12 am GMT - Tue, June 8, 2021
Dev To How to keep learning as a developer
"Keep learning." It's one of those things you will read on every guide on how to become a good developer. But how can one keep learning every day? It's easy in the beginning you are starting, there is...
08:04 am GMT - Tue, June 8, 2021
Dev To Creating a Simple Horizontal Switchable Tabs Panel Using HTML, CSS & JavaScript.
Tabs are ideal for singular page web apps or websites with multiple subjects to display. In this tutorial, we shall create a simple web application with a horizontal switchable tabs panel. The web app...
07:45 am GMT - Tue, June 8, 2021
Dev To Mistakes I made in my 20s as a Software Developer.
Mistakes I made in my 20s as a Software Developer.Mistakes I made in my 20s as a Software Developer...A Thread... pic.twitter.com/wulqhBuLbE Ankur (@TheAnkurTyagi) June 7, 2021 Its OK to make m...
07:09 am GMT - Tue, June 8, 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 pa...
07:04 am GMT - Tue, June 8, 2021
Dev To How to Build an EDA App in Python
Exploratory data analysis (EDA) is an essential and preliminary first steps for exploring and summarizing the main characteristics of datasets. EDA provides the means to help us better understand vari...
06:04 am GMT - Tue, June 8, 2021
Dev To The Power of Scraping LinkedIn Data for Businesses
In this article, we explore how scraping LinkedIn data can lead to a significant competitive edge in business intelligence for any company. Introduction to Open Web, External DataIn an era ...
05:04 am GMT - Tue, June 8, 2021
Dev To We Need Your Help
Today, I started a small project named "CodeSnippets". The goal is to have a library of easily accessible code snippets and examples with no license.The project can be found here: https://github.com/...
05:02 am GMT - Tue, June 8, 2021
Dev To Give vue-i18n more superpowers
Its joyful to work with Vue.js. The design is elegant and the robust first-party additions which can be coupled with, make building browser apps a pleasure.The most famous i18n plugin for the progress...
04:47 am GMT - Tue, June 8, 2021
Dev To 21 beginner JavaScript interview question you must know
To construct a JavaScript programming vocation, applicants need to break the meeting. They are requested different JavaScript interview questions and replies. Following is a rundown of JavaScript inte...
04:30 am GMT - Tue, June 8, 2021
Dev To nest.js TypeORM PostgreSQL
Agenda :Building a rest api using Nest.JS . Backend Architecture : Technologies used:Node.js --- Platform .NestJS --- server .TypeORM --- orm .PostgreSQL --- database . ...
04:27 am GMT - Tue, June 8, 2021
Dev To Feature Dev.to should have
Hello there Today i am going talk about one feature Dev.to also known as AKA Forem should have We all know dev.to is one of the most liked platform by developers community and also having more than h...
04:06 am GMT - Tue, June 8, 2021
Dev To What Makes a Great Developer? - Opinion
This question has come up over and over again. From putting together the core team for a startup company to recruiting intern candidates for a multi-million dollar firm, patterns emerge and recurring ...
04:00 am GMT - Tue, June 8, 2021
Dev To Learn to make a Responsive Highlighted Navigation Bar | code htmlcss | Coding Samrats
In this post I will teach you how to make a Highlighted Navbar using just HTML and CSSFor Video tutorial click here Basically we will use ul tag , Flex property and basic hover feature , color and fon...
03:59 am GMT - Tue, June 8, 2021
Dev To What can the HTTP Archive tell us about Largest Contentful Paint?
Largest Contentful Paint (LCP) is an important metric that measures when the largest element in the browsers viewport becomes visible. This could be an image, a background image, a poster image for a ...
03:50 am GMT - Tue, June 8, 2021
Dev To useState without React
useState in react is a wonderful hook which is used to create an initial state and a handler to update it. But is there any way to mimic the same behaviour without using react at all??lets try..From r...
03:24 am GMT - Tue, June 8, 2021
Dev To Fre Offscreen rendering: The fastest vdom algorithm
In the past, I wrote a front-end framework named fre in school, which uses the data structure of fiber linked list. In fre v1, the biggest breakthrough is Time slicing. It can greatly improve the resp...
03:16 am GMT - Tue, June 8, 2021
Dev To Best Free Resources (documentation) for learning Web Development
If you are looking to learn web development online, there are more than enough resources out there to teach you everything you need to know, which sometimes might overwhelm you but get into it. Here a...
03:05 am GMT - Tue, June 8, 2021
Dev To Memory leaks in Java and how to avoid them.
Garbage collection is the process by which the Java Virtual Machine determines which objects are no longer in use in an application, and proceeds to remove them from memory so that it can be recycled ...
02:51 am GMT - Tue, June 8, 2021
Dev To Reverse A String - 5 Methods
Method 1 - String Builder / String Buffer// Using String builder and String bufferpublic class Method1 { public static void main(String[] args) { // pass the string to reverse StringB...
11:30 pm GMT - Mon, June 7, 2021
Dev To Collaborative over technical interviews
The world of tech and software development has created, for quite some time now, a dichotomy. Companies and teams are almost always looking to grow and hire.Yet, far too often they have interviewing p...
11:24 pm GMT - Mon, June 7, 2021
Dev To Link Work Items to Deployments in Azure DevOps Release Pipelines: ALL you NEED to know
If like many other people you are confused about the below settings of the Classic Release Pipelines in Azure DevOps, look no further. Today we are going to clarify this once and for all.In this artic...
10:30 pm GMT - Mon, June 7, 2021
Dev To React Native Custom BottomBar Navigation with BottomSheet
GoalCreate a custom bottom bar with react navigation and a bottom sheet action button.If you are using expo the code will be the same. The installation of the libraries may be different. Li...
10:20 pm GMT - Mon, June 7, 2021
Dev To Using Finite State Machines to Simplify Frontend User Flow
Controlling the flow of events on a frontend can appear to be a simple task but it becomes significantly more challenging as there are more elements that need to be controlled in unison. In this post ...
10:08 pm GMT - Mon, June 7, 2021
Dev To Deploy Django on Kubernetes in a few clicks (without even Dockerizing your application)
This blog article is based on the documentation and example repository written by Porter's community member, jimcru21.Kubernetes is a powerful container orchestrator that automates deployments, manage...
09:00 pm GMT - Mon, June 7, 2021
Dev To Rails Project: Yarn Stasher
Photo by Maranda Vandergriff on UnsplashThis week I finished up my third project for the Software Engineering course at Flatiron School. The task was to create a Rails webapp with at least one join ta...
08:30 pm GMT - Mon, June 7, 2021
Dev To Complete Guide - How to find a job as Software Developer in Germany?
This article was originally posted on GermanTechJobs.de - How to find a job as Software Developer in Germany? If you happen to have a different view on some of the points, feel free to share your thou...
08:23 pm GMT - Mon, June 7, 2021
Dev To Javascript - Introducing async code
In the last article, we saw that at its core, Javascript is synchronous (statements in our code are executed one after the other and we need to wait for a statement to finish execution before moving t...
08:19 pm GMT - Mon, June 7, 2021
Dev To Building Backend | Node, Postgres, GraphQL
Hi there Every application, you'll agree, needs a back-end. And there are many languages and tools that can accomplish that. But, in this quick tutorial, I'll show you how to set up the GraphQL backen...
08:18 pm GMT - Mon, June 7, 2021
Dev To One-liner to sum up numbers from a CSV file
This is the shopping.csv CSV file that we will be working with throughout this blog post.item,pricerice,2.49potatos,1.49pasta,3.79The goal is to create a one-line bash script that prints the sum of th...
08:11 pm GMT - Mon, June 7, 2021
Dev To Making a dead simple configuration service with Typescript
If you're working with NodeJS applications, you probably has process.env.VARIABLE statements all around your code base. The most simple method to configure an application is installing dotenv and crea...
08:10 pm GMT - Mon, June 7, 2021
Dev To The complete Full-Stack roadmap 2021 (with resources based on experience)
Hi,This is a website I created for learning fullstack engineering in 2021. It's based completely in my experience and it's up-to-date with the current technologies. Also, It's organized and indexed by...
08:05 pm GMT - Mon, June 7, 2021
Dev To C Tips and Tricks - Part 1
In this article we will be covering:String interpolationDiscardsYou can watch the full video on YouTube You can find the source code on GitHubhttps://github.com/mohamadlawand087/v32-CodeTipsTricks-Ep1...
07:38 pm GMT - Mon, June 7, 2021
Dev To A Vision for Federated Sidechains on the XRP Ledger
Today, RippleX is rolling out a community page on Dev To aimed at engaging the growing XRP Ledger Community.Our inaugural post was written by David Schwartz, CTO at Ripple and one of the original arch...
07:32 pm GMT - Mon, June 7, 2021
Dev To Image Processing(Fun with OpenCV)
Hello everyone, In this blog we are going to discuss how we can have fun with OpenCV and at the same time we are going to learn the how we can work on OpenCV.We are going to perform following task in ...
07:22 pm GMT - Mon, June 7, 2021
Dev To Working with Firebase - Introduction and Step By Step Guide
What is Firebase?Firebase is a mobile and web application development platform, backed by Google, to help developers deliver richer app experiences. Firebase manages its own infrastructure with a nice...
07:05 pm GMT - Mon, June 7, 2021
Dev To Update your mapping & reindex ElasticSearch easily...well, pretty easily
If you've ever worked with ElasticSearch you've probably had to alter your original mapping and reindex your cluster's data. Unless you're super-awesome at predicting the search functionality you need...
06:52 pm GMT - Mon, June 7, 2021
Dev To Creating a serverless API and CLI tool
Have you ever wanted to have an image of Nicolas Cage directly from your terminal? In this post we will create an http endpoint that serves an image, and then we will build a CLI tool that accesses th...
06:47 pm GMT - Mon, June 7, 2021
Dev To A Game of Blobs - Dead Or Alive
One boring day, some month ago during the Covid Quarantine, stuck in my room in Italy, finding something to do I found an article about Generative Art and it blow my mind. What the hell is the "G...
06:45 pm GMT - Mon, June 7, 2021
Dev To Ngrok - From Localhost to Everywhere
Last weekend my team c4t_fl4g.txt participated in zh3r0 CTF and got 32nd rank overall, it was a huge achievement for our team since all the members are fairly new to the field. During this competition...
06:44 pm GMT - Mon, June 7, 2021
Dev To Django project vs app
There is plenty of confusion when newcomers plan to understand Django definition of an App . during this post well examine the Three major concepts of Django architecture.ProjectAppsThird party packag...
06:41 pm GMT - Mon, June 7, 2021
Dev To Triggering an Error Modal in React
I decided to implement a popup modal which would display error messages in my React application.I adapted some CSS from Kumar Mathalier's jsfiddle page. And I adapted some code for how to create a mod...
06:41 pm GMT - Mon, June 7, 2021
Dev To How to Turn LOL Cat Clock Flowchart into Pseudocode
It is time to turn to the pseudocode for your LOL Cat clock. Your job is to turn your flowchart into pseudocode. Skillcrush provides students with one hint. There will be three variables for noon, eve...
06:34 pm GMT - Mon, June 7, 2021
Dev To Lesson Learned: Massive Burnout In Learning Web Development
Hello Fellow Codenewbies ,You read an article or a Tweet on how someone becomes successful. That person's journey then becomes a motivation for you.If they can do it, I can do it too!Nothing wrong wit...
06:29 pm GMT - Mon, June 7, 2021
Dev To Dark mode in your app using tailwind CSS
I wanted a dark mode feature in my web application and instead of writing it from scratch I just used Tailwind CSS dark mode, was pretty easy to use, all you need to do is enclose the entire app insid...
06:25 pm GMT - Mon, June 7, 2021
Dev To Collecting Data to Map Housing Prices
The MapWe bring this post to share what high-quality data can do for you. This time, we show you a sample dataset of real estate in Bilbao, Spain. All data comes directly from a ZenRows Task.The...
05:07 pm GMT - Mon, June 7, 2021
Dev To Animating Angular Route Transitions
Jared Youtsey | ng-conf | Oct 2019 Add style to your application by animating your route transitions!For this article Im going to assume you already understand the basics of Angular routing and c...
05:00 pm GMT - Mon, June 7, 2021
Dev To How to build and run Kubernetes locally .
Install GOLang (latest version):sudo wget https://golang.org/dl/go1.16.5.linux-amd64.tar.gzrm -rf /usr/local/go && tar -C /usr/local -xzf go1.16.5.linux-amd64.tar.gz Setup the envir...
04:52 pm GMT - Mon, June 7, 2021
Dev To Let's Dive into React (Pt. 2)
Downloaded NPM, got snowpack, ran commands and got our first React page running. You can read about it here. Let's continue!First, let's leave the keyboard alone and learn what we actually did. React ...
04:30 pm GMT - Mon, June 7, 2021
Dev To API's From Dev to Production - Part 11 - Pulumi
Series IntroductionWelcome to Part 11 of this blog series that will go from the most basic example of a .net 5 webapi in C#, and the journey from development to production with a shift-left mind...
04:25 pm GMT - Mon, June 7, 2021
Dev To My 3 tips about Flexbox that will make your CSS better
When I check CSS of projects I often face some mistakes that are related to Flexbox. I'd like to tell about them in this post so that you didn't do them. justify-content vs column-gapI'm tired to...
04:19 pm GMT - Mon, June 7, 2021
Dev To Como utilizar fontes e cores globais no React Native com styled-components
Fala dev, beleza ? Me chamo Hudson, sou desenvolver mobile com React Native e esse o meu primeiro post aqui no dev.to. Normalmente utilizo a prpria funcionalidade de artigos do Linkedln para fazer mi...
04:18 pm GMT - Mon, June 7, 2021
Dev To Introduction To Solidity
In the previous article we discussed about smart contracts and tokens. In this article I will be taking a look at solidity the language for programming smart contracts. Solidity is a high-level progra...
04:18 pm GMT - Mon, June 7, 2021
Dev To Corre tus tareas recurrentes con Sidekiq
En Webdox utilizamos Sidekiq como nuestra plataforma para procesar tareas asncronas. Sidekiq utiliza hilos (threads) para manejar varias tareas al mismo tiempo en un mismo proceso.Tenemos muchas tare...
04:17 pm GMT - Mon, June 7, 2021
Dev To JavaScript-30-Day-7
07 - Array Cardio Day 2click here for demoToday we worked on some more important JavaScript Array functions.Let's quickly go through them. Array.prototype.some()This function checks if at l...
04:09 pm GMT - Mon, June 7, 2021
Dev To Must-Have Skills for Developers in 2021
Whether you are already an experienced developer or just starting out, if you want to become really good in this industry, you need to constantly sharpen your skills to stay relevant.Whether you are a...
04:00 pm GMT - Mon, June 7, 2021
Dev To Building an Accessible Reveal-Card
Recently, I found myself craving to make something interesting. So I sat down and scrolled through dribbble to see if there was anything on there that I'd like to make. I came across a card that could...
04:00 pm GMT - Mon, June 7, 2021
Dev To Subtesting, skipping, and cleanup in the Go testing.T
In my last tutorial, we looked at the basics of writing tests in Go. We saw: how the testing.T type is used in all Go tests for managing the status of whether or not a Go test passed how we can use te...
03:09 pm GMT - Mon, June 7, 2021
Dev To Why I like Markdown
If you are reading this, chances are you know about markdown. It is a markup language used for making articles, documentation and sometimes even websites.One of the more notable appearances of markdow...
02:43 pm GMT - Mon, June 7, 2021
Dev To Why bashing PHP makes you look stupid
It seems to be common knowledge that PHP is a terrible language and that it's not enough to simply avoid it, but to signal your position with memes to make sure you are "a full member of the web dev w...
02:42 pm GMT - Mon, June 7, 2021
Dev To Object Destructuring InJavaScript
Object Destructure :Object destructuring is a very useful feature of JavaScript to extract properties from objects and bind them to variables.The Object destructure is extracts multiple properti...
02:40 pm GMT - Mon, June 7, 2021
Dev To Importance of Keys in DBMS
DBMS KeysIt is used to identify unique records by the combination of one or more fields(attributes) in the database table.Keys play an important role in DBMS.Different Types of Keys:i) Candidate Keys ...
02:37 pm GMT - Mon, June 7, 2021
Dev To How to easily install kafka without zookeeper
This post was originally published in adityasridhar.comIn this article we will see how kafka can be setup without using zookeeper. We will setup a 3 node kafka cluster and create a test topic. We will...
02:21 pm GMT - Mon, June 7, 2021
Dev To How I deal with file locking in a version control software I made in Angular & Electron
I developed a version control software for graphic designers and 2D/3D artists called Snowtrack. I developed it in Angular and Electron. In this blog post, I will cover some technical challenges about...
02:09 pm GMT - Mon, June 7, 2021
Dev To Programmatically generating color palettes
You may have seen color palettes like the Material Palette or the tailwind colors. Well, I wanted to know how these were generated and wanted to generate my own too. Here's how I did it. The Base...
02:06 pm GMT - Mon, June 7, 2021
Dev To PHP Tricky True False Examples
The result of a PHP True False statement might be different from what looks like a simple and logical result. PHP Comparison Operators == VS ===PHP with loosely == operator will not compare type,...
02:03 pm GMT - Mon, June 7, 2021
Dev To Tools for Auditing CSS
Auditing CSS is not a common task in a developer's everyday life, but sometimes you just have to do it. Maybe it's part of a performance review to identify critical CSS and reduce unused selectors. Pe...
01:36 pm GMT - Mon, June 7, 2021
Dev To HarperDB Instance w/ React
HarperDB is a distributed database focused on making data management easy. It supports both SQL and NoSQL queries. Besides building REST APIs with server-side technologies(Catalin Pit's Build A REST A...
01:27 pm GMT - Mon, June 7, 2021
Dev To Upgrade your project with linters, prettier & husky
Hello everyone, If you have ever worked on a open source project or any project in general where multiple people collaborate together then you might have faced issues like commit convention does not m...
01:20 pm GMT - Mon, June 7, 2021
Dev To JavaScript Interview Question 46: Length of JS functions
What's the value of the length field for JavaScript functions? What will be logged to the console?.................A lot of JavaScript entities have the length field.For example, it holds the total nu...
12:58 pm GMT - Mon, June 7, 2021
Dev To Windows, Ruby and Long Paths
Over the past few months, we've had a long-standing issue related to Puppet on Windows resurface (puppetlabs/Puppet.Dsc#144). More specifically, Puppet modules with long file paths could not be instal...
12:54 pm GMT - Mon, June 7, 2021
Dev To Rebuilding Promise.all()
I was presented with an interesting challenge recently. That challenge was to recreate a method provided by Javascript. Any guesses what that method was? That's right! Promise.all().The purpose of the...
12:30 pm GMT - Mon, June 7, 2021
Dev To Destructuring Tweets - Episode 13 - Let's Construct
How's tricks? I welcome you to the marvelous world of JavaScript quizzes on Twitter! This very article is part of a series where we deep dive and demystify them. This week is a tough one, so this arti...
11:24 am GMT - Mon, June 7, 2021
Dev To VueJs/Nuxt Components Library You should be using
As a developer that uses VueJs in most projects. I actually been searching component library to make my life easier when developing the UI for my web projects.I will only list the components librarie...
11:20 am GMT - Mon, June 7, 2021
Dev To Create a Next.js based PWA With Tailwind create-next-pwa
So a couple of days back, I started learning about Progressive Web Apps (PWA) and how they make your web app a standalone desktop application and sort of like an android application. I was really intr...
10:54 am GMT - Mon, June 7, 2021
Dev To How To: Deploy Next.js Apps with Docker Containers (Efficiently!)
So let's say you've written an awesome app in Next.js and you want to deploy it to a nifty containerized platform like Digital Ocean or Fly.io. But let's say that you, like me at the start of last wee...
10:45 am GMT - Mon, June 7, 2021
Dev To CRUD using Firebase In React
This post will show you how to perform CRUD operations in react using a DaaS Firebase. You can perform a lot of functions once you know how to use firebase with React.While making projects in FrontEnd...
10:32 am GMT - Mon, June 7, 2021
Dev To Useful Tips & Tricks In JavaScript
useful tips & tricks in javascriptJavaScript is the most popular language and this language that you can learn easily by yourself. it's front-hand language. And it's one of the languages use...
10:32 am GMT - Mon, June 7, 2021
Dev To 10 Best JavaScript Animation Libraries
1. Anime.jsAnime.js is a lightweight JavaScript animation library with a simple, yet powerful API.The library has a small file size and supports all modern browsers.You can use it to animate HTML, CSS...
10:27 am GMT - Mon, June 7, 2021
Dev To Five classic SQL & database posts - June 2021
Hi! I'm Helen, one of #SQL and #database tag moderators.Each month I'll be taking a trip down memory lane and showcasing some classic data posts. Some of these might be your 'go-to' resources already,...
10:17 am GMT - Mon, June 7, 2021
Dev To C help. (Possible volunteer work.)
Original Tweet >> I want some kind of free program that takes in all my source C code (including libraries), asks me for the target OS, and gives me an output. That's all I really want. Tha...
10:16 am GMT - Mon, June 7, 2021
Dev To How to add elements to an array in PHP?
In this short tutorial, we look at how to add to array in PHP, we look at the different methods and use-cases and weigh them against each other.This tutorial is a part of our initiative atFlexiple, to...
10:13 am GMT - Mon, June 7, 2021
Dev To Five classic AWS posts - June 2021
Hi! I'm Helen, one of your AWS Heroes! Each month I'll be taking a trip down memory lane and showcasing some classic AWS posts. Some of these might be your 'go-to' resources already, others may offer ...
10:06 am GMT - Mon, June 7, 2021
Dev To Mark Down for Newbies
Written by: Abayomi OgunnusiAccording to the official site definition. Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. Created by Joh...
10:01 am GMT - Mon, June 7, 2021
Dev To Help with JavaScript Learning Roadmap
Hi community, I need help and I believe that it can also help tones of people so i'll go straight to the point with the Use case: A friend of mine wants to enter the project development world and he w...
09:43 am GMT - Mon, June 7, 2021
Dev To Conway's Game of Life on JavaScript
Hi, last night I was watching video on YouTube with title "Math Has a Fatal Flaw". I saw Conway's Game of Life there.I think every programmer should write the game, but for 4 years of programming expe...
07:53 am GMT - Mon, June 7, 2021
Dev To The whole community around Open Source is extremely valuable, says Veed.ios Stefan Feje
Five years ago, open source was predicted to have a murky future. Fortunately, none of these prophecies came true: open source is not only thriving, its also commercially successful. The community is ...
07:48 am GMT - Mon, June 7, 2021
Dev To Building a compiler working on the tokenizer
Building a compiler working on the tokenizerBe sure to check out the previous part if you want to learn the syntax Finally, let's actually start working on the code! The first thing to build is...
07:41 am GMT - Mon, June 7, 2021
Dev To 6 HTML tags you might not know
Introduction (Skippable)A few days ago I was working on my desk and next to me was my lovely girlfriend who was interested in what I really do for a living. She already knows I am doing IT and s...
07:37 am GMT - Mon, June 7, 2021
Dev To Solution: Min Cost Climbing Stairs
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
07:35 am GMT - Mon, June 7, 2021
Dev To The 3 steps to technical excellence as a software developer
...without feeling overwhelmed and confused. Does this sound familiar to you?If you are a software developer trying to get your technical skills to the next level, you are probably familiar with ...
07:12 am GMT - Mon, June 7, 2021
Dev To Understanding The CSS FlexBox.
Flexbox gives you complete control over the boxes' alignment, direction, order, and size. It makes it very easy to build modern web page layouts.In this post we will explore the most used Flexbox prop...
07:09 am GMT - Mon, June 7, 2021
Dev To 6 Signs Your Web Crawler Code Is Going To Break AtScale
Here are 6 ways to sense the upcoming disaster:You have not used a frameworkWe have not seen a single project survive the wild that is not built on a robust web crawling and web scraping framework lik...
06:54 am GMT - Mon, June 7, 2021
Dev To Spring Boot: Apprentice Cookbook
Spring Boot is a web framework built on top of the framework Spring. It is designed for easier use and quicker implementation. It does so by configuring the application and its environment as automati...
06:49 am GMT - Mon, June 7, 2021
Dev To Angular : How to add lightbox in your angular project just in 10 minutes?
Demo - Step 1 - Install lightoboxOpen your terminal and run below command -npm install --save ngx-lightboxStep 2 - Update your angular.json{ "styles": ["./node_modules/ngx-lightbox/lightbox.css", .....
06:40 am GMT - Mon, June 7, 2021
Dev To Azure Update Management
An Azure Automation Account has a feature called Update Management that can manage your Windows and Linux Operating System (OS) updates for Azure, On-Premise and other third party Cloud environments. ...
06:39 am GMT - Mon, June 7, 2021
Dev To Design your App or Website now for FREE
You must design your Website or App instead of rushing to programming, this if you value your time and you don't want to waste it! Those apps are really easy and fast to learn, so it will take only a...
06:38 am GMT - Mon, June 7, 2021
Dev To AWS open source news and updates 71
7th June, 2021 - Instalment #71Newsletter #71.This week we have a number of security related projects, covering reference/best practice deployments of open source security tools as well as new t...
06:09 am GMT - Mon, June 7, 2021
Dev To Cloud Cost Optimization: 10 Lessons Learned from Scanning 45K AWS Accounts
By Darren BroemmerWhere there is a cloud, theres also a high chance of receiving a stinging cold shower of unexpected cloud computing costs.Thats how Adobe executives felt when their development team ...
06:07 am GMT - Mon, June 7, 2021
Dev To Amazon Redshift ML - Creating Machine Learning Models with Standard SQL.
The term Machine Learning is no longer just a marketing buzzword for tech products. Nowadays, it is the brain behind the scenes making intelligent predictions on the majority of application and softwa...
05:46 am GMT - Mon, June 7, 2021
Dev To Auth0 - Authentication Code Flow for newbie
https://beanvh.medium.com/auth0-easy-but-secure-auth-ede4f38543f9...
05:05 am GMT - Mon, June 7, 2021
Dev To Send SMS with Ruby Mechanize gem
WelcomeGood day, dear friends, coders, and enthusiasts. Here's another post about how to do something else with precious Ruby. Today, we are going to write Ruby code to send SMS via a web app, p...
03:44 am GMT - Mon, June 7, 2021
Dev To Top DataScience Blogs to follow in 2021
DataScience widely known as the future. So, to learn present and future concepts in a clear and detailed manner, blogs are one of the easiest methods. Here are the top blogs in the market which should...
03:24 am GMT - Mon, June 7, 2021
Dev To Creating custom hook for fetching data in react
Prerequisite to implement the customHooksKnowlegde of functional components, and react hooks.Libraries/Packages required: Redux, Axios.Placeholder API such as: jsonplaceholder Topics covere...
03:23 am GMT - Mon, June 7, 2021
Dev To Flutter fingerprint login
No te rompas mucho la cabeza con esta funcionalidad.Usa Shared Preferences para guardas las credenciales de tus usuarios. Puedes pasarte por su documentacin para ver cmo funciona. Pero para tu comodid...
02:52 am GMT - Mon, June 7, 2021
Dev To Abstraction Concept
Data abstraction is the process of hiding certain details and showing only essential information to the user.An abstract class may or may not have abstract methods but if there is an abstract method t...
02:25 am GMT - Mon, June 7, 2021
Dev To Advice Needed RailsReact/Next.js: how to store code blocks so formatting persists?
tl;dr How should I approach storing code blocks in a react + rail application? If I were to store the code block data in the rails backend, which datatype should I store it as? And if on the frontend,...
02:06 am GMT - Mon, June 7, 2021
Dev To Ruby Introduction - Ruby Unbundled Series
Ruby is an open source object-oriented programming server-side scripting language that was designed and developed by Japan's Yukihiro Matsumoto (Yukihiro Matsumoto) in the mid 1990s. In the Ruby commu...
01:52 am GMT - Mon, June 7, 2021
Dev To Aprende eloquent con ejemplos!!! Leccin 6 - Accesors, Mutators y Casts
Bienvenido a la leccin seis de Eloquent con ejemplos!Muchas veces dentro de la construccin de nuestras aplicaciones, nos encontraremos con que queremos (o debemos) mostrar cierto tipo de informacin en...
01:02 am GMT - Mon, June 7, 2021
Dev To Ethical Tools
Ethical Tools1) NetsparkerNetsparker is an easy to use web application security scanner that can automatically find SQL Injection, XSS and other vulnerabilities in your web applications and web servic...
12:40 am GMT - Mon, June 7, 2021
Dev To Next JS - Intro And Setup
Introduction:In this article, I am going to walk you through the introductory aspect of Next JS and how to setup a Next JS project. What Is Next JS?Next JS is a framework (built on-top of ...
12:21 am GMT - Mon, June 7, 2021
Dev To Step by step to install kubernetes cluster
This post was originally posted here PrefaceI've been trying installing a Kubernetes cluster for while following the official documentation without any success. It turned out the official documen...
11:37 pm GMT - Sun, June 6, 2021
Dev To Connections and Sessions in TCP/IP
TCP/IP is a connection-based protocol:To start any communication a connection must be arranged.Open a connection to start communications.Close a connection to end communications. Meaning all communica...
11:34 pm GMT - Sun, June 6, 2021
Dev To How To connect Laravel Application to MySQL Database.
IntroductionHere is a simple guide on establishing a connection between your database(MySQL) and Laravel application. Step 1 : Creating the databaseThis can be done either by a database man...
10:50 pm GMT - Sun, June 6, 2021
Dev To Sharing my Free Open Source Anti-Procrastination app made in React Native & Firebase ( )
TL;DR: check it out at https://dontwaste.today/ Short introAfter 45 days and 176 hours in total, I'm finally done with my side-project app: A procrastination tracker that will randomly ask if you...
10:35 pm GMT - Sun, June 6, 2021
Dev To Adding and Removing columns from existing tables using Laravel migrations.
TeaserHave you been at that point where you finished setting up your database and realized you forgot to add a column or you put in a wrong column and you have to remove it ? Are you like me th...
10:35 pm GMT - Sun, June 6, 2021
Dev To Django, HTMX and Alpine.JS: A Match Made In Heaven
Disclaimer: I am not, by any means, a seasoned veteran in this field. I am just an enthusiast trying to find a set of web technologies that work well together to create an environment that provides an...
10:25 pm GMT - Sun, June 6, 2021
Dev To How to Protect Your Python Code Health
Code can be long and complex. Let's configure a few good tools to help keep our Python codebase healthy. Flake8, Black, and isort. Linting and FormattingFlake8 is a linter. It's designed to find ...
09:14 pm GMT - Sun, June 6, 2021
Dev To Using Azure Bicep with GitHub Actions
Note: this post was created just before the release of the 0.4 version of Bicep. In this version, a linter is available and reduces the need to use ARM-TTK.Azure Bicep is ready for production. We can ...
09:07 pm GMT - Sun, June 6, 2021
Dev To Supabase - Quickstart: Vue.js
This is based on the quickstart example(s) provided by supabase using React.js and Next.jsJust a reminder from the Supabase Documentation what exactly supabase isSupabase is an open source Firebase al...
09:06 pm GMT - Sun, June 6, 2021
Dev To Send a POST Request Containing a GraphQL Query with the Fetch API
GraphQL is a query language specification that is used for Web APIs to permit the use of API clients to create data queries. The queries can be specific to the client, and they are sent to a GraphQL s...
08:47 pm GMT - Sun, June 6, 2021
Dev To JavaScript Find vs Filter Array Methods.
JavaScript's built in array methods are extremely useful. However, picking the right method for the job can be challenging for beginners to the language. Today I'll describe use cases for the find and...
08:41 pm GMT - Sun, June 6, 2021
Dev To Solution: Longest Consecutive Sequence
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
08:33 pm GMT - Sun, June 6, 2021
Dev To Animated Progress Bar With Only SVGs
Have you ever wondered how to make one of those neat little progress bars you see in so many loading interfaces?A little while back I talked about how we can build the other category of loading animat...
08:26 pm GMT - Sun, June 6, 2021
Dev To Vscode tips & extension
Photo by Mark Fletcher-Brown on UnsplashThis post is about some visual studio code extension, and tips i found. VS Code CommandsHere are some command i used:F1 : Open commandCtrl + P : Find ...
08:23 pm GMT - Sun, June 6, 2021
Dev To Voici comment traduire du text l'aide de Google Translate en 3 lignes de code seulement !!!
Suivez-moi sur TwitterTruc et Astuce Python:Traduire du text l'aide de Google Translate en 3 lignes de code:# pip3 install googletrans==3.1.0a0from googletrans import Translatortranslator = Translato...
08:00 pm GMT - Sun, June 6, 2021
Dev To Nginx Serving Compressed Multiple Static Files w/ Unique Paths using Docker for Improved Performance
In this setup we will configure the nginx server to serve multiple static files on different paths with gzip, media, js and css enabled. This scenario may fit well with Microfrontends (MFE) architecht...
07:58 pm GMT - Sun, June 6, 2021
Dev To DDD: Fun with Languages
In Caption DDD stands for dumb, dumber and dumbest like me.So all DDDs , we are going to learn few computer languages together in series of its kind. It will include python, c++, go, javascript and...
07:41 pm GMT - Sun, June 6, 2021
Dev To Running C17 on Mac M1
Having problems using STL functions_ of C++14 or C++17?Wrote a piece of code in C++ and encountered that STL functions are not supported by the default clang compiler on Mac? For example, this p...
07:39 pm GMT - Sun, June 6, 2021
Dev To How to connect a React frontend with a NodeJS/Express backend
MERN Stack The MERN (MongoDB, Express, React, NodeJS) stack is very popular for making full stack applications, utilizing Javascript for both the backend and frontend as well as a document-orien...
07:37 pm GMT - Sun, June 6, 2021
Dev To I made an open source platform to learn Computer Science . Check it if you are interested in MERN stack
Learn to build any SaaS product through devKamet, an interactive platform to learn the essentials of Computer Science, Data Structures, Algorithms, and Operating Systems using Golang This is for peopl...
07:16 pm GMT - Sun, June 6, 2021
Dev To Javascript under the hood - synchronous by nature
I recently decided to dig deeper into how Javascript actually works, so I thought, why not create a series of articles explaining concepts like engines, single threaded, async, event loops (and more)...
06:56 pm GMT - Sun, June 6, 2021
Dev To How to become a Successful Developer
For me, being a software developer is one of the best jobs in the world. I love to code and getting paid for it is just awesome. But the weather isnt always bright, and Ive struggled so many times in ...
06:49 pm GMT - Sun, June 6, 2021
Dev To Quick Tips: How to fix "Image elements do not have explicit width and height" in Page Speed Insights / Lighthouse
If you have run your website through Google Lighthouse, Page Speed Insights, web.dev measure etc. you may have seen an action point of "Image elements do not have explicit width and height". So how do...
06:39 pm GMT - Sun, June 6, 2021
Dev To Useful Resources to Learn Quantum Computing
Have you always been fascinated by the world of qubits, and are curious to learn Quantum Computing?In this post, Ive prepared a comprehensive list of a few great resources thatd help you to learn the ...
06:22 pm GMT - Sun, June 6, 2021
Dev To My Dev Journey: Week 5
This week was another 4 day week, thanks to the bank-holiday Monday we had, whilst I was itching to get going this week, it was really refreshing to split two distinct parts of the bootcamp up, by hav...
06:13 pm GMT - Sun, June 6, 2021
Dev To Awesome Developer Portfolio Page for your Projects (responsive)
Portfolio PageCreating your own portfolio is not always an easy task. We can say that the most important thing is the projects themselves and you will definitely be right. But it is also very importan...
05:59 pm GMT - Sun, June 6, 2021
Dev To Manage Dark Mode in ReactJs, With Listener to Detect Dark-Mode in the Browser
Nowadays most web/mobile applications have a dark mode presentation. That's why today I will explain to you how to do it in reactJs applications. There are several ways to achieve it, I will do it usi...
05:34 pm GMT - Sun, June 6, 2021
Dev To The Git tutorial
Git tutorial What is Git?Git is a free and open source software for version control, that is designed to handle all kinds of projects. Advantages of GitFor example, let's consider peo...
05:03 pm GMT - Sun, June 6, 2021
Dev To Brief Intro to TypeORM
What Even is an ORM?For those who might not know, lets start with the definition of Object Relational Mapping (ORM). After a quick google search, youll see that ORM isa programming technique for...
05:01 pm GMT - Sun, June 6, 2021
Dev To Weekly Digest 22/2021 - Top of the Week
Welcome to my Weekly Digest #22 of this year, which is the first one of June. Finally, summer has arrived This weekly digest contains a lot of interesting and inspiring articles, videos, tweets, podca...
04:53 pm GMT - Sun, June 6, 2021
Dev To Mobile OTP based authentication and authorization API using Nodejs and Mongodb
Authentication and Authorization is a key features of modern web api .Authentication provide access to user and Authorization allow access for specific role of Authenticated user.We cannot imagine A...
04:43 pm GMT - Sun, June 6, 2021
Dev To Making Your Ruby Gem Configurable
Ruby gems are pretty much a module. It's not a big deal to us to declare a module, but how do we create those richest configuration files we usually have in /initializers folder of a Ruby on Rails app...
04:34 pm GMT - Sun, June 6, 2021
Dev To JavaScript-30-Day-6
click for project demoOn DAY-6 we made a Type Ahead feature where we've got a list of names of cities and states with their population in it. When we type something into the box, it's going to show al...
04:33 pm GMT - Sun, June 6, 2021
Dev To Best Upcoming Online Conferences for Developers (Most of Them Free)
Technology is the fastest-growing industry nowadays, which requires developers to keep up with the updates. What makes the 2nd half of 2021 an especially attractive time for attending conferences is t...
04:15 pm GMT - Sun, June 6, 2021
Dev To Top 10 Websites for C learner
1.GeeksforGeeksIts content is the best and there is a plenty of other Computer Science subjects too on their website like C,C++, python etc. DBMS, Operating Systems, Computer Networks etc. ...
04:02 pm GMT - Sun, June 6, 2021
Dev To Tell Me About A Time You Showed Leadership | Facebook Behavioral Interview 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...
03:21 pm GMT - Sun, June 6, 2021
Dev To Create a resume in a minute
Resume Builder for Professionals is available on App Store: https://apps.apple.com/gr/app/resume-builder-professionals/id1569380836The iOS mobile app is already built with SwiftUI...
03:06 pm GMT - Sun, June 6, 2021
Dev To Win Cool Swags and Mac Book Pro
Do you think #JavaScript is overrated? What's the most useful #programminglanguage for you? Take the new #DeveloperNation survey and let other developers know! You could win #SamsungGalaxy S20 Plus, #...
03:06 pm GMT - Sun, June 6, 2021
Dev To Go time Sleep with cancellable with Context
time.Sleep Go goroutine time.Sleep Sleep Sleep type Timer duration signal channel C field type Timer duration C time.Sleep time.Sleepfunc mySleep(d time.Duration) { timer :...
02:56 pm GMT - Sun, June 6, 2021
Dev To Win MacBook Pro
Do you want to win cool new gear to test your software? Take the new #DeveloperNationSurvey, answer a few questions about your #coding skills and enter to win a #SamsungGalaxy S21, a #macbookpro, #Git...
02:32 pm GMT - Sun, June 6, 2021
Dev To How Do You Deal With Developer Burnout?
Did you ever experience burnout? What did you do to deal with it? What do you do to prevent it? Share some advice with the community! ...
02:23 pm GMT - Sun, June 6, 2021
Dev To Adding Alexa script in NUXT SSR.
Adding static scripts for various reasons in nuxt server side applications sometimes is not easy because there no html files here. So what to do then?I had faced this problem while adding alexa certif...
02:06 pm GMT - Sun, June 6, 2021
Dev To Tips, Trick And Best Practices JavaScript
"Be persistent and never stop learning because life is a challenging race, you will receive countless valuable lessons in return." Hello Developers! Learning, accumulating new things every day helps u...
01:57 pm GMT - Sun, June 6, 2021
Dev To SQL Or NOSQL: That is the question!
What is the difference between SQL and NOSQL ? ////////////////////////////////////////////////// SQLSQL - which is named for the language it's written in: Structured Query Langua...
01:55 pm GMT - Sun, June 6, 2021
Dev To Amazing Clear Input Using HTML & JS
HelloToday I created a Amazing Clear Input with HTML & JS. This is simple placeholder input I use JavaScript to clear input you can be also add a wipe animation to make more professional clear inp...
01:54 pm GMT - Sun, June 6, 2021
Dev To Build a Netflix like custom Accordion
Recently I cloned the UI of Netflix's Landing Page using just React and Sass to practice CSS. Though it was simple, there were a lot of learning opportunities for someone like me to play with frontend...
01:00 pm GMT - Sun, June 6, 2021
Dev To 15 Psychological Tricks That Can Help You Read People Like Open Books
You have probably wondered how things would be if you could read other people's minds. Some people use their intuition for this, but if you are not so perceptive, there is only one choice left: learni...
12:43 pm GMT - Sun, June 6, 2021
Dev To Creating Brainfuck
Brainfuck is one of the most iconic programming languages out there, and probably the king of esolangs. So today, I will share how to create Brainfuck. Understanding BrainfuckSo as we all might h...
12:28 pm GMT - Sun, June 6, 2021
Dev To Top 5 Trending Website To Get Free Websites Templates for Web Developer's
I have share free attractive website template in which have one of the best website for getting free and downloadable templatesThis is provide 2021 trending 8 UI Design pattern like 3D Elements ,Gla...
12:16 pm GMT - Sun, June 6, 2021
Dev To Day 18/30 : Animated Login and Sign Up Form using HTML and CSS
Welcome to Day 18 of this Challenge. This is what I created today. Here is the Demo : Video Tutorial : Source Code :https://www.futurecodersweb.com/2021/06/animated-login-and-signup-form-using.html I...
12:13 pm GMT - Sun, June 6, 2021
Dev To Full Tutorial 13: Setting Up Private Routes in React Router | Microservices Chat App Using React, Node and GraphQL
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 ...
12:03 pm GMT - Sun, June 6, 2021
Dev To API Testing Tools in JavaScript
API testing is a type of software testing that focuses on determining if APIs meet expectations. It is critical for automating testing because APIs now serve as the primary interface to application lo...
11:56 am GMT - Sun, June 6, 2021
Dev To Top 10 Websites for Developers
For many of you, this is the fourth part of this series "Top 10 Websites For Developers". You could check the other three parts for 30 more amazing websites. Follow me on Twitter(DONATE or MEMBERSHIP)...
11:47 am GMT - Sun, June 6, 2021
Dev To Do you know React Hooks Flow?
Understanding "Hooks Flow" is very important and sometimes even experienced React developers miss a few points.Thanks to "Donavon" for sharing the beautiful flow diagram.React Hooks flow includes:Moun...
11:45 am GMT - Sun, June 6, 2021
Dev To How to make this awesome image popup effect
Hello, glad you are here. I am kunaal and today we will see how to make an awesome image popup which you have never seen before. You can see demo below. DemoSee this demo on 0.5x scale Video...
11:43 am GMT - Sun, June 6, 2021
Dev To Solve: No Brightness button on my new keyboard ()
As the title says, I bought a new keyboard for my laptop, unfamiliar with world of keyboards, I went with the safest option, approved by many, the Logitech G213 Prodigy. Much to my suprise, I was not ...
11:41 am GMT - Sun, June 6, 2021
Dev To How to Create Responsive Website Using HTML CSS JavaScript Step By Step
Hi there ,Have a look at my recently made responsive gym website.In this responsive website i have added Home section, about section, feature section, pricing section, contact form with map & foot...
11:08 am GMT - Sun, June 6, 2021
Dev To How to add Ckeditor5 in your Next JS, react App
I am creating a fresh CRA & here is my project directoryBefore we going started, you need to add this npm package first, to install please paste the below code into your terminal.npm i @ckeditor/c...
10:44 am GMT - Sun, June 6, 2021
Dev To Top 5 Python Frameworks For Developers
Python is one the most used languages in the world. Most of the companies in the world uses python as one of the main language, examples- Google, Facebook, Microsoft and Adobe etc. Frameworks of pytho...
10:44 am GMT - Sun, June 6, 2021
Dev To Top 5 Tailwind templates available in Shuffle
At Shuffle, we're working hard on making the best Tailwind templates available! Our catalog currently consists of 15 templates for different technologies (Tailwind, Bootstrap, Bulma, and Material-UI),...
10:39 am GMT - Sun, June 6, 2021
Dev To Building a compiler what we are aiming for
Check out the previous post for some basic setupFirst things first, sorry for delaying the code again!Now, before we start, I wanted to clear up what exactly we are aiming at creating. I like to call ...
10:34 am GMT - Sun, June 6, 2021
Dev To Master Design Patterns By Building Real Projects - Abstract Factory Pattern - Javascript
Creational Pattern - Abstract Factory Pattern.This is the fifth part in my series (23 GoF Design Patterns). My series will help you understand about design patterns by building real projects. Fo...
10:15 am GMT - Sun, June 6, 2021
Dev To Relational Database Model
What is RDBMS ?It is an organized set of tables to store information so that we can access the information efficiently.It is called as Relational because the values of each table are related with the ...
10:14 am GMT - Sun, June 6, 2021
Dev To Building a compiler basic setup
Building a compiler basic setupBe sure to check out the previous part to learn the basicsNow that you have a general overview on a compiler, let's setup a few files so you can start creating on...
09:45 am GMT - Sun, June 6, 2021
Dev To Cryptography- Shift Cipher
Shift cipher is the most basic and simple substitution cipher ever existed. It was used by numerous kings and common people in ancient times, because of its simplicity. It is also known as the Caesar ...
09:32 am GMT - Sun, June 6, 2021
Dev To Deleting all S3 buckets in a single CLI command
Hi everyone!This is more like a cheatsheet for myself, but maybe it will be also helpful for someone else. If you use AWS S3 storage service you probably have noticed that you cannot remove not empty ...
09:25 am GMT - Sun, June 6, 2021
Dev To Building a compiler basic concepts
Be sure to check out the previous part for more info on this seriesLet's talk about how a compiler works.Most compilers seperate their work into three parts:Parsing is taking raw code and turning it i...
08:17 am GMT - Sun, June 6, 2021
Dev To 2 tricks to stay motivated on your side project
1. Build for yourselfThis trick helps a lot. If you are building a tool for yourself, there is no need for the "motivation" part at all. You just want to make your life easier with it.I would sa...
07:58 am GMT - Sun, June 6, 2021
Dev To 6 Strategies That Helped Me Grow My Twitter Account to 22K Followers
Sometime in June 2020 I realised the importance of having an online presence when I saw how much money some creators were making by selling info products on Twitter. It was really shocking to me how o...
07:55 am GMT - Sun, June 6, 2021
Dev To Soft UI Dashboard - Bootstrap 5 Design on Steroids
Hello Coders,Just discovered a few hours ago a really nice Bootstrap 5 Dashboard: Soft UI Dashboard PRO. This commercial product comes with an open-source version that can be used without limitations ...
07:29 am GMT - Sun, June 6, 2021
Dev To React Hooks design pattern
I want to share with you one design patterns to improve the readability and maintainability of your React components.Why should we care about maintainability?If our components are interdependent, not ...
07:22 am GMT - Sun, June 6, 2021
Dev To Learn React-router like a PRO
Hey, I'm GouravBy the title, you might have guessed it right what things we will be discussing. what is react-router, SPA!.! Well, the first question arises what is Single Page Application ?When ...
07:21 am GMT - Sun, June 6, 2021
Dev To How to Publish Your First NPM Package in Minutes!
In this article, Im going to show you how to publish your first NPM package in minutes. Now the package were going to create today is pretty useless, but the process we use is going to be applicable f...
07:11 am GMT - Sun, June 6, 2021
Dev To How to Query in SQFLite using Flutter Apps | Flutter SQFLite Tutorials for beginners 2
In this video we are going to work on the Inserting and Reading the data from SQFLITE. Basically we will going to do the query on sqflite and insert and show data using flutter app.Link: https://youtu...
06:51 am GMT - Sun, June 6, 2021
Dev To Algorithms: Recursion
There are just way to many algorithms in the world. Fortunately, you don't have to learn them all. They all mostly come in certain types.One of these types is recursion. That's what we will be discuss...
06:37 am GMT - Sun, June 6, 2021
Dev To Is Game Devlopment a good career in 2021
Hey There,Tired and exhausted Dev's. I am Tirth here your one and only game blogger here.So, today we are taking about something serious its about my or your career, that is game dev a good and ...
05:11 am GMT - Sun, June 6, 2021
Dev To Web based terminal - Project Demo
Hey folks,I am trying to make a web based terminal. In which you can run a command and that command execute on your server. Idea behind projectWe know that server run on different operating syste...
04:51 am GMT - Sun, June 6, 2021
Dev To Why all developers should learn how to perform basic network troubleshooting
Regardless of whether you work on the front-end or back-end, I think all developers should gain some proficiency in network troubleshooting. This is especially true if you find yourself gravitating to...
04:48 am GMT - Sun, June 6, 2021
Dev To 5 projects to master Front End Development
If you are starting on the journey to becoming a Front End Developer, once you get the basics down, you might want to make projects as the best way to learn any skill is to try making something hands-...
04:38 am GMT - Sun, June 6, 2021
Dev To LeetCode 424. Longest Repeating Character Replacement(javascript solution)
Description:You are given a string s and an integer k. You can choose any character of the string and change it to any other uppercase English character. You can perform this operation at most k...
02:33 am GMT - Sun, June 6, 2021
Dev To What are javascript engines
javascript engines is a complex topic, and knowing about these engines you will code even better, and to code optimized for web.["Virtual Machines"]A Javascript engine has a type of "virtual machine" ...
02:30 am GMT - Sun, June 6, 2021
Dev To How to Write Good Alt Text for your Images
Hello, welcome to this tutorial! Today, I'm going to be explaining how to use alt text for your images.<img src="https://image_link" alt="image_attributes"/>First of all, what is "Alt Text"? Alt...
02:03 am GMT - Sun, June 6, 2021
Dev To Inheritance Concept
Like a child inherit many properties and behaviors from parents, the same can be done in programming called Inheritance.Parent classParent{// owns a house}Child class inherited from the parent classCh...
11:54 pm GMT - Sat, June 5, 2021
Dev To 5 Data Sources for Data Engineering Projects
Photo byZbynek BurivalonUnsplash.One of the most beneficial ways to increase your chances of being selected for a data engineering position is to add well-documented portfolio of software projects to ...
11:54 pm GMT - Sat, June 5, 2021
Dev To 5 Data Sources for Your Next Data Engineering Projects
Photo byZbynek BurivalonUnsplash.One of the most beneficial ways to increase your chances of being selected for a data engineering position is to add well-documented portfolio of software projects to ...
11:10 pm GMT - Sat, June 5, 2021
Dev To Design Patterns In JavaScript
I was recently asked by a developer friend of mine what design patterns I use in my job. The question threw me off a bit because I didn't actually know the answer, even though I know that there are de...
10:15 pm GMT - Sat, June 5, 2021
Dev To Patented Nevod technology for text search is now open source and available on GitHub
How often does a newly patented technology become free and open-source? Not often, right? Well, here is the case. Weve made our patented Nevod technology free and open-source. Its hosted on GitHub: ht...
10:07 pm GMT - Sat, June 5, 2021
Dev To A cheat sheet for working with JSON Data in Python
In this article, we will be doing some common operations while working with JSON data in Python Rahul Banerjee @rahulbanerjee99 ...
10:02 pm GMT - Sat, June 5, 2021
Dev To Forgot password in node js using mongodb
In this article, we'll proceed to the SignUp application. In this part, I'll expound on failed to remember passwords, sending messages with nodemailer, and reset passwords. In the event that you prepa...
09:40 pm GMT - Sat, June 5, 2021
Dev To A Trillion Dollar Paradox that never was: the largest bank in Latin America will move half of its infra to AWS Cloud
The Cost of Cloud, a Trillion Dollar Paradox by Sarah Wang and Martin Casado makes two main arguments:Cloud is the perfect platform to optimize for innovation, agility, and growth, but it comes at a c...
09:36 pm GMT - Sat, June 5, 2021
Dev To Why You Suck as a Junior Developer
Do not panic! You do not need to learn X language and know Y algorithm before you apply to Z tech company. The truth is, most senior developers would not pass a coding interview anyways. Here is what ...
09:36 pm GMT - Sat, June 5, 2021
Dev To Valuable Tips for Junior Developers
Do not panic! You do not need to learn X language and know Y algorithm before you apply to Z tech company. The truth is, most senior developers would not pass a coding interview anyways. Here is what ...
09:32 pm GMT - Sat, June 5, 2021
Dev To The Cute Weekend Guide to Phaser.js
Just some weekend learning fun...
09:23 pm GMT - Sat, June 5, 2021
Dev To Zoom in Image.html
In this post, we'll see how to create an image zoomer which allows users to zoom an image using a range slider. Here is the structure of the elements:Prepare the image containerThe image will be displ...
08:33 pm GMT - Sat, June 5, 2021
Dev To Create a Laravel & Any Front-end Development Stack
Table Of ContentsIntroductionRequirementsPreparing Laravel Backend ApiFolder StructureChoosing Your Favorite Front-end.env As a BlueprintPreparing Docker Imagesphp, php-fpm confignginx ConfigCon...
08:23 pm GMT - Sat, June 5, 2021
Dev To VSCode as a Perl IDE
OverviewThe VSCode IDE implements it's language support via the [Language Server Protocol][https://langserver.org/] which is designed to cleanly separate language support from the editor. For Pe...
08:09 pm GMT - Sat, June 5, 2021
Dev To Introduction to RabbitMQ for Java Developers
PrerequisitesFor this tutorial you need some background of Java, maven, and have docker installed on your machine QueueIn computer science theres the concept of queues. Queue is the set of...
08:05 pm GMT - Sat, June 5, 2021
Dev To What is BFS? (Breadth-first Search)
IntroductionIn computer science, a search algorithm is a series of steps that can be used to find the desired state or a path to a particular state. In most scenarios, there will be additional c...
08:02 pm GMT - Sat, June 5, 2021
Dev To Hello World !
Pythonprint('Hello World!') PHP<?php echo "Hello World!"; ?> JavaScriptdocument.write('Hello World!'); TypeScriptconsole.log("Hello World!"); Cusing System;class Progra...
07:45 pm GMT - Sat, June 5, 2021
Dev To Learning to get unattached
I recently joined a team working on an Angular project (more about that later) but also had to deal with trying to find a place to live. Yes, at the moment, I am a nomad who decided I would travel to ...
07:42 pm GMT - Sat, June 5, 2021
Dev To The hidden CloudWatch Metric Filter Debugger
Today I want to zoom in on CloudWatch Metric Filters. I've been a loyal CloudWatch user for years but only recently I stumbled upon the "hidden" CloudWatch Metric Filter Debugger. You can imagine the ...
07:31 pm GMT - Sat, June 5, 2021
Dev To Create A Javascript Calculator
Github Source Code : Click hereLive Project link : Click hereFor the html part we will create all the required button for the calculator and the input[type="text"] which will be our screen, where we w...
06:51 pm GMT - Sat, June 5, 2021
Dev To Lit Simple Starter Kit with VitejsTypeScript
lang: es | enWhen starting with a new framework or super class such as Lit Element, Vue, React or angular, we find "starter kits" that have too much information that in principle is not useful or we d...
05:59 pm GMT - Sat, June 5, 2021
Dev To C Best Practices by Jason Turner
This is a book that I've been waiting for to finally read for a long time. I could have bought it, but I decided that it'll be the first book that I buy from the royalties I earned with How to use con...
05:59 pm GMT - Sat, June 5, 2021
Dev To Introduction React-Redux using Hooks (useSelector && useDispatch)
Introduction:Before reading this article you should know about React & Redux, its working.This article is about React-Redux Hooks. We will go through below main points in this article: ...
05:56 pm GMT - Sat, June 5, 2021
Dev To How Potty Training Shaped My Tech Teaching Style
This post was inspired by my interview on Hanselminutes podcast, to be released June 10 2021)For the first few days, my son and I were both pretty frustrated with the idea of potty training. After L...
05:34 pm GMT - Sat, June 5, 2021
Dev To Mobile friendly website design
Mobile friendly websiteAre you reading this article on a monitor or in the smartphone?Do you know what is Mobile friendly website?There is over 50% probability that your answer is going to be a ...
05:25 pm GMT - Sat, June 5, 2021
Dev To Setup Function In Vue 3 Composition API
In Vue.js 2, Component objects could have data, computed, methods, and watch options. We will be using these options to write component functional logic. But when our component grows bigger, the funct...
05:17 pm GMT - Sat, June 5, 2021
Dev To Exploit Website Databases Using SQLmap
Exploit Website Databases Using SQLmap SQLmap is one of the most famous tools for SQL injection. It is pre-installed in Kali Linux so no need to download it from anywhere.What is a SQL injection atta...
05:10 pm GMT - Sat, June 5, 2021
Dev To Roadmap to Become a MERN Stack developer
MERN stands for MongoDB, Express, ReactJS, and NodeJS. MERN stack is one of the powerful and demandable stacks in Javascript.Follow the steps below to become a MERN developer:Learn HTML & CSS - H...
05:04 pm GMT - Sat, June 5, 2021
Dev To Hamburger Icon
DemoThe hamburger menu icon can also be referred to as a Three-line menu, a Menu button, or a Hotdog menu. The hamburger icon is very useful for responsive designing or mobile views with smaller scree...
04:55 pm GMT - Sat, June 5, 2021
Dev To HandWritten Digit Recognizer || Tensorflow || Keras || OpenCV
Hello Devs! I have completed . It is my first work with TensorFlow and OpenCV together. Had a very nice experience while working on this project.This indeed has given me insights into the never-endi...
04:52 pm GMT - Sat, June 5, 2021
Dev To Let's Dive into React! (Pt. 1)
React is one of the most popular JavaScript Libraries out there and is growing in terms of recognition. If you just wanted to get started and don't know where to start, you've come to the right place....
04:30 pm GMT - Sat, June 5, 2021
Dev To Create your Live Real Time Clock and Date in "React.js", no 3rd Party Hassle
Have you worked on a project and you wanted to display the date and time live maybe in your navbar or something? Seems like a long shot? you will be surprised to know it is not,If you are creating a s...
04:26 pm GMT - Sat, June 5, 2021
Dev To Node.js Morgan Guide
Any server or application needs some kind of logging system. It is common to skip logging in personal or practice project. But it is a must to have a fairly robust logging system in production ready s...
04:25 pm GMT - Sat, June 5, 2021
Dev To Best Practices for Building a Microservices Architecture
In this video, we shall be looking into some best practices that will help us build great microservices....
04:17 pm GMT - Sat, June 5, 2021
Dev To How to Build Your Personal Brand as a Software Developer
Choose an area of focus and be good at itCoding has various fields and areas of focus. It is almost practically impossible for an individual to boss all the fields. A programmer can have sizeable know...
04:04 pm GMT - Sat, June 5, 2021
Dev To Crack the React Interviews By Using Mindmap - Part 2
This is the second part in my series (Crack the React Interviews Using Mindmap). My series will give you the answers about different React interview questions by using mindmap. Mindmap is a technique ...
02:50 pm GMT - Sat, June 5, 2021
Dev To How to properly retrieve Laravel models between two dates
Let's say you have a blog with posts (or an ad board with listings, or travelers with trips... you get the idea) and you want to retrieve all the posts between two dates. Sounds familiar ? So how exac...
02:46 pm GMT - Sat, June 5, 2021
Dev To The best way to learn something is to teach others
They say the best way to learn is to teach. I strongly agree. Wait, how is that possible?It only makes sense that you will work harder to understand and be more aware of the material you are tea...
02:41 pm GMT - Sat, June 5, 2021
Dev To Important git commands every developer should know
Since there are many various commands you can use, mastering Git takes time. However, certain commands are used more frequently than others. So, in this article, I will provide and explain the ten mos...
02:16 pm GMT - Sat, June 5, 2021
Dev To Improving the esolang
So I wrote an article making an esolang and got this comment:Thanks to @olus2000 for this comment.Here is the full code so far:value = 0code = input("Enter your loo code here please > ")lexed = []f...
02:11 pm GMT - Sat, June 5, 2021
Dev To Let's build a compiler!
Let's build a super simple compiler!In this series, I am going to show you how to build a compiler. This post is going to contain all the metadata for this series, and the next post onwards will expla...
01:46 pm GMT - Sat, June 5, 2021
Dev To Networking Series - CIDR Block
IntroductionBefore working in serverless technologies, most of the applications I worked on were hosted on-prem. I used to interact with the infrastructure team and the questions they ask were s...
01:45 pm GMT - Sat, June 5, 2021
Dev To ReactDOM
Before knowing about ReactDom first we should know about What DOM is?? So Dom is a Document Object Model, a tree-like structure that contains all the elements and properties of a website as its nodes....
01:19 pm GMT - Sat, June 5, 2021
Dev To Webpack settings when upgrading Vue2 to Vue3.1 for Rails application
This is the setting content that corresponds to 3 of the article below.vue-next/packages/vue-compat at master vuejs/vue-next GitHubThe content is based on the assumption that you are using the webpa...
01:15 pm GMT - Sat, June 5, 2021
Dev To Reasons to use Typescript
Typescript is a superset of Javascript. It's Javascript with type definitions and the code will be checked when compiling.Why to adopt TS if ... Javascript is fast to prototypeWe can code fast wi...
01:14 pm GMT - Sat, June 5, 2021
Dev To 4 Git Habits & curated list of life-saving articles
Hi folks.In this post I want to share some tips and suggestions on common best practices for the method of work, that are not always explicitly stated/taught.When we transition to a new environment, t...
01:06 pm GMT - Sat, June 5, 2021
Dev To Creating your React project from scratch without create-react-app: The Complete Guide.
Creating and setting up your own React project from scratch can be, at times, a little bit tricky, even though it's not your first time starting a React project. That's why we have create-react-app, a...
01:03 pm GMT - Sat, June 5, 2021
Dev To How Fuzzing with QEMU (and AFL) Works
Whats a Fuzzer?A fuzzer now-days is a automated testing tool to find security bugs. It does so by generating many inputs to be executed until on of them crashes the target program. In other word...
12:51 pm GMT - Sat, June 5, 2021
Dev To 1 good thing you can do this weekend for web dev
I just posted my project on Product Hunt. It's a front-end studio for those developers who are hooked in build-time DOM diffing and awesome automation. If you like it, upvote my product as it's super...
12:48 pm GMT - Sat, June 5, 2021
Dev To Wanna Make Digital Notes Faster ?
I N T R O D U C T I O N Do you wanna make Digital notes in a more effective way , or any kind of document in which you can put text , images , code and so on.Markdown is a light weight markup la...
12:47 pm GMT - Sat, June 5, 2021
Dev To Updating product attributes in WooCommence is a painful experience, right?
In this section,let me share how to update the product attributes programmatically in wordpress.Let's say we have a product attribute call "markup". We have to write like this in order to get the attr...
12:26 pm GMT - Sat, June 5, 2021
Dev To Explain What Single-Threaded JavaScript Means Like You Are 5 Years Old
You are 5. A couple of years ago you could barely walk and talk. And now you're going to learn the hardest concept in JavaScript threads. Sounds cool? Lets start. Single-Threaded Javascript. Our...
12:26 pm GMT - Sat, June 5, 2021
Dev To Deploying Percona Kubernetes Operators using OpenEBS Local Storage
IntroductionLocal storage volumes remain the preferred choice when it comes to the control of managing cluster services and achieving higher performance. In this article, we highlight how Vadim ...
12:21 pm GMT - Sat, June 5, 2021
Dev To Building a Chat App with Fauna's GraphQL, Firebase, and Socket.io
If you've used Express to build a GraphQL server before, it might seem easy, but I'm here to show you an even easier way made by Fauna. Fauna's GraphQL takes away all the complexities of building a Gr...
12:18 pm GMT - Sat, June 5, 2021
Dev To Deploying Your React or Vue Project To Glitch
TL; DR Build your project and serve the dist folder from a serverLike me, you may have tried to deploy your React or Vue app to Glitch and failed :) but I found a way out. Thinking about it, your proj...
12:11 pm GMT - Sat, June 5, 2021
Dev To Do you prefer light or dark mode? If so, why?
Some people like using light mode websites and some like dark ones. I would like your opinion on which theme to use and why.I personally prefer to use dark mode websites. Honestly, darkmode websites...
11:44 am GMT - Sat, June 5, 2021
Dev To Entity-Relationship Diagram
It is a high level data model diagram which defines the conceptual view of the database. It indicates the relation among entities.Before making the actual database, first the ER-diagram is drawn to sh...
11:30 am GMT - Sat, June 5, 2021
Dev To Typescript: String Enums, the easy way
The most common use cases for an enum are:Keys and associated non-string values Keys, and string values that match the keysNow, don't read this wrong. I just don't want to replicate everything that is...
11:18 am GMT - Sat, June 5, 2021
Dev To Simple Remote Code Execution on EJS Web Applications with express-fileupload
TLDR with no explainationAs an IT / cybersecurity student, I heavily relied on searching online for guides and forums to help me with my assignments. So this is me giving back to the community In this...
11:13 am GMT - Sat, June 5, 2021
Dev To Summer Plans of a Freshman CS student
Hey everyone! As summer months have started, and I have had a sufficient break after university, I was planning on how to spend my summer efficiently since I will be applying for internships in Summer...
11:11 am GMT - Sat, June 5, 2021
Dev To Review of Ubuntu after 4 months of daily usage
hello all In this article I will explain of experience of ubuntu after 4 months of daily heavy usage.Firstly this my first-time regular usage of ubuntu firstly I am a windows guy but I have tried ubun...
10:33 am GMT - Sat, June 5, 2021
Dev To Trying to understand Adjacency Matrix Representation of an Graph
Hi trying to understand toString method from the following code, It's clear to me that to represent graph in string format we 're iterating through vertex and array, but what's logic behind it? How it...
10:15 am GMT - Sat, June 5, 2021
Dev To Create Your Dogecoin Market Ticker in React
Initiatives & Projects. They are adored by all. Especially those that help us solidify the fundamentals and learn something new. Dogecoin has been trending over the last week, so why not create so...
10:02 am GMT - Sat, June 5, 2021
Dev To How to Clone/Download A GitHub Repository
GitHub has one of the largest collection of repositories in the world. From small websites to big complex software, everything is here. To get the code on your local there is no direct method you have...
10:01 am GMT - Sat, June 5, 2021
Dev To Solution: Maximum Performance of a Team
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
09:46 am GMT - Sat, June 5, 2021
Dev To Python development environment in a Docker container
PurposeCreate and setup a python development environment inside of docker in 5 minutes. (Also more or less a journal to myself of how to do this) What to knowYou will need to understand vir...
09:40 am GMT - Sat, June 5, 2021
Dev To Top 5 Reasons Why Ethereum Is Best Crypto for Investment
Ethereum empowered the blockchains adoption that transcended beyond the exchange of value via Bitcoin by deploying decentralized solutions in process management.Whether it was to mitigate complex docu...
09:09 am GMT - Sat, June 5, 2021
Dev To Find Largest and Smallest Element in an Array
Hello guys, In this post we gonna check another most basic but most important programming problem in which we have to find the Largest and Smallest Element in an Array. This problem I solved when I wa...
08:48 am GMT - Sat, June 5, 2021
Dev To Are you too old/young to learn programming?
Hi, my name is Saifullah Usmani. I am a Passionate Programmer and a Graphic Designer. I have been programming since I was 13. I have learned a lot over the years and I want to provide that experience ...
08:33 am GMT - Sat, June 5, 2021
Dev To How to stay motivated and focused as a developer?
The only way to stay motivated is to be around people who are doing something great daily. You can't stay motivated if you are around people who are doing the same stuff daily.Before learning to stay ...
08:21 am GMT - Sat, June 5, 2021
Dev To Normalization in Deep learning
IntroductionDeep learning is an exciting field in Artificial intelligence, it is at the forefront of the most innovative and exciting fields such as computer vision, reinforcement learning, and ...
08:10 am GMT - Sat, June 5, 2021
Dev To Color psychology in web design
The goal of this article is to help you choose the right colors for your website.Color usually depends on our personal experiences and preferences but there are also some universal signals. Choosing t...
07:16 am GMT - Sat, June 5, 2021
Dev To Understanding the new keyword in JavaScript
Hey this will be a bit long , but detailed post where we will try to understand using an example.Assume we have to build a game where users can register with username against which score would be upd...
07:09 am GMT - Sat, June 5, 2021
Dev To Currying!?
I am sure we all know what currying is, in JavaScript. If not don't worry I have got you covered here.A lot of people know the theory of currying, but not a lot of them, can implement the same. Implem...
07:07 am GMT - Sat, June 5, 2021
Dev To Debouncing vs Throttling
Let us consider an example where we are trying to build a search bar, which has the capability of auto-complete. Now it gets this data that is suggested via an api. Hence it has to make an api call ov...
06:47 am GMT - Sat, June 5, 2021
Dev To Crack the React Interviews By Using Mindmap - Part 1.
This is the first part in my series (Crack the React Interviews By Using Mindmap). My series will give you the answers about different React interview questions by using mindmap. Mindmap is a techniqu...
06:31 am GMT - Sat, June 5, 2021
Dev To How to make a vaccine tracker using CoWin public API
In this blog I have shown how can you create a simple vaccine tracker using Cowin Public API. The coding language used in this tutorial is PHP - cURL. All the source code and can be downloaded or copi...
06:28 am GMT - Sat, June 5, 2021
Dev To The Examination Day
Sharing my notes and thoughts about the AWS SysOps Administrator Associate Exam.Before anything else, I'd like to say that it is extremely helpful to take the AWS Solutions Architect Associate Exam fi...
06:21 am GMT - Sat, June 5, 2021
Dev To List Rendering in React
Why we need List Rendering in React Whenever we need to render same type of components or elements multiple time (with different data) than we use List rendering to automate renderingHow to do List Re...
06:13 am GMT - Sat, June 5, 2021
Dev To 5 Projects in JavaScript for Beginners
. Build a simple Todo App where users can Add, Update and Delete the task.. You can display the weather of various locations. Use OpenWeatherMap API for displaying the weather details.. Build you...
05:56 am GMT - Sat, June 5, 2021
Dev To 6 Steps to publish your Chrome Extension in chrome web store
Heya!!Im going to show how to publish our chrome extension to the chrome webstore.Before that, Please read my part 1 article [6 steps to create a Chrome Extension using Angular] if you havent read. Pa...
05:38 am GMT - Sat, June 5, 2021
Dev To I made a new JavaScript operator!
Can you figure out how? let x = 10;// The new arrow operator goes from one number to anotherwhile (x --> 0) { // x goes to 0 console.log(x)} ...
05:14 am GMT - Sat, June 5, 2021
Dev To What a great journey with Dev.to !!
Hey, there ,Thanks for dropping by. I hope you spend a couple minutes reading my articles, today I've completed one month of journey with dev.to and want to express my journey experience with you. ...
04:55 am GMT - Sat, June 5, 2021
Dev To New At HTML? Watch this if you are new at HTML.
if you are new to coding, HTML is the right code for you. because html is very easy and suitable for beginners. first of all the application you need is a code editor, suitable code editor for html is...
04:27 am GMT - Sat, June 5, 2021
Dev To How to make Responsive Website Using HTML CSS JavaScript Step By Step
Hi there ,Checkout my recently made responsive agency website.In this responsive website i have added Home section, about section, feature section, pricing section, contact form & footer. Also hav...
04:26 am GMT - Sat, June 5, 2021
Dev To How Can Games Help Programmers Be More Productive
Hey There,Tired and exhausted Dev's. I am Tirth here your one and only game blogger here. So today we are going to talk about a little bit off-topic by the way sorry for that. Ok, so I have a qu...
03:50 am GMT - Sat, June 5, 2021
Dev To ::Before and ::After in CSS made easy
Hello, PeopleToday we are going to learn about pseudo-elements, one of the most useful CSS properties.Pseudo-elements in CSS allow us to add content to a page without adding additional HTML elements.S...
03:45 am GMT - Sat, June 5, 2021
Dev To Angular : How to add A fully customizable, one-time password input component in your angular app just in 10 minutes?
You can use this component in your app and extend it to SMS API, here I will skip API part as it varies from sms provider to provider. Let's begin to learn how to add otp component in your angular ...
02:56 am GMT - Sat, June 5, 2021
Dev To Using IAM Service Account Instead Of Instance Profile For EKS Pods
- With IAM identity-based policies, you can specify allowed or denied actions and resources as well as the conditions under which actions are allowed or denied. - For multiple services in K...
02:13 am GMT - Sat, June 5, 2021
Dev To Django Signals
Signal is one of the useful feature provided by Django, so let's talk about it.What is SignalHow to use Built-in SignalHow to create a custom one What is SignalYes, it is the same as you are thin...
01:46 am GMT - Sat, June 5, 2021
Dev To La Cheat Sheet complte de Python
Suivez-moi sur TwitterVoici ma CheatSheet complte de Python. Si vous avez des questions ou recommendations n'hsitez pas.Convention d'appellation# Le nom des variables s'crivent en minuscule_snakefirst...
01:02 am GMT - Sat, June 5, 2021
Dev To Azeosoft : Best Website Development & web security Solution Compan
Azeosoft is the most growing Website Development & web security Solution company in india. Our Professional can provide you with a Great Website Design along with excellent Security.Website : http...
12:38 am GMT - Sat, June 5, 2021
Dev To How to lazy-load images? The easiest way to lazy-load images on your website!
Lazy-loading is the simple process of loading resources only when they are needed. These resources can be anything, from images to stylesheets, fonts, scripts, iframes etc.We're going to use the packa...
11:58 pm GMT - Fri, June 4, 2021
Dev To Ruby Tutorial: Learn Ruby from scratch
Ruby is a popular open-source programming language mainly used for web development. Many big tech companies, like Airbnb, Twitter, and GitHub, are built on Ruby. A lot of Ruby's popularity comes from ...
11:42 pm GMT - Fri, June 4, 2021
Dev To Roadmap to aerospace jobs: How to become an aerospace programmer
Working in the aerospace industry is a dream for many engineers. Aerospace is an exciting and innovative field that's making important advances in the designing and building of machines of the future....
11:35 pm GMT - Fri, June 4, 2021
Dev To TCL-22 Recap
Combining the collective minds of some very talented and enthusiastic individuals with a fascination for avocados and mochi ice cream, TCL-22 set out on a quest to create a fun and engaging shopping l...
11:29 pm GMT - Fri, June 4, 2021
Dev To My Journey To Full Stack Web Development From My Side Of The World Teaching Myself.
It's been a heck of a journey getting into the Web development Industry.I'm Martins Ngene from Nigeria. I have come a long way on my journey to become a Full Stack Web Developer. I am going to share w...
10:46 pm GMT - Fri, June 4, 2021
Dev To The danger of oversimplification
Oversimplification can lead to terrible outcomes and confusions for the web. Ux and intuitivenessUx means user experience. The Ux designer's job is to bring awesome and meaningful experiences to ...
10:16 pm GMT - Fri, June 4, 2021
Dev To 7 Websites to Practice Your Frontend Development Skills
Building projects and solving real world problems is inarguably one of the best ways you can learn how to code. Theoretical is all good, but without applying the knowledge you learn, you will most lik...
09:59 pm GMT - Fri, June 4, 2021
Dev To How to make a chrome extension with javascript
What you'll be makingIn this tutorial, I'll walk you through how to make a chrome extension with vanilla javascript in a few simple steps. The chrome extension that I made gives you a random Chinese ...
09:23 pm GMT - Fri, June 4, 2021
Dev To Why Pair Programming Should Be Part of Every Team Dynamic
Only when I started a new job earlier this year did I discover the concept of pair programming in an engineering team and since then I have become quite fond of it. I really like the interactions that...
08:50 pm GMT - Fri, June 4, 2021
Dev To Kotlin Coroutines and Swift, revisited
Last year I wrote about a pattern for interop between Kotlin coroutines and RxSwift. I appreciate the attention it received, particularly where people have applied it to other reactive frameworks, and...
08:49 pm GMT - Fri, June 4, 2021
Dev To Network Automation with Python Discord Webhooks
What are we gonna Make?In this epic tutorial we are going to be using discord webhooks and the power of python to receive notifications for when a device on our local network (at home) goes offl...
08:36 pm GMT - Fri, June 4, 2021
Dev To Implementing Push Notifications With Flutter and OneSignal-Part 1
Cover Photo by Jamie Street on UnsplashYour users are definitely not going to be on your app for 24 hours every day. However, you might want to remind them to check your app, or notify them of new thi...
08:20 pm GMT - Fri, June 4, 2021
Dev To How to keep all constants in Flutter?
A clean and simple way to keep constants in Flutter is to make an own Dart library in the project for the constants.For example, we have a project structure like this.constats.dartconst String BUTTON_...
08:20 pm GMT - Fri, June 4, 2021
Dev To Generate PDF of HTML Element in Browser
Hello everyoneIn this article, we are going to see how we can generate a PDF of any HTML element in the browser i.e, entirely client-side.We will use the package html2pdf to generate the PDF.html2pdf ...
07:27 pm GMT - Fri, June 4, 2021
Dev To 10 things I learned in first 6 months as software developer
As I ease into my new job as a software developer, I thought I'd share some tips & advise that I wish someone told me before I started. This could have made my journey much smoother. But to anyone...
07:10 pm GMT - Fri, June 4, 2021
Dev To NodeSecure - The future
Hello Today I'm writing to tell you about the future of NodeSecure .I have not been very active in the last few months because of my job which has taken up a lot of my time. But I'm back .Moving forwa...
07:05 pm GMT - Fri, June 4, 2021
Dev To Stand-up
For June, the monthly Virtual Coffee, a developer community, challenge is to build in public. As part of this we are using Stand-up to keep each other informed on our progress. I wrote a brief introdu...
06:43 pm GMT - Fri, June 4, 2021
Dev To Security news weekly round-up - 4th June 2021
Oh! Yeah, I made it this week! IntroductionThis week security review is mostly about research in computer security.It was fun reading and curating these links, and I know you'll have fun reading ...
06:36 pm GMT - Fri, June 4, 2021
Dev To 12 Free Design Resources Every Developer Should Bookmark
We know how stressful it can be to search for various designing resources here and there. So, to save you some time, we decided to create this collection to provide all the best resource websites in o...
06:29 pm GMT - Fri, June 4, 2021
Dev To How to create a function component in react
Below are the two ways of creating function component.import React from "react";function FirstComponent() { return ( <div > <h1>Hello react!!!</h1> </div> );}expor...
06:27 pm GMT - Fri, June 4, 2021
Dev To Creating your First Cloudant NoSQL Database in Just 5 Minutes
Over the last month, I have been hosting webinars that has walked developers through the basics of Cloudant NoSQL DB and how you can use them with React and NodeJS. In an effort to make another resour...
06:08 pm GMT - Fri, June 4, 2021
Dev To WAO: How do you become a "celebrity" developer?
Cover photo by Michal Matlon on Unsplash Wrong Answers OnlyHow do you become popular? Gather a following? Be a "celebrity" developer with thousands of followers?Comment your wrong answer!...
06:03 pm GMT - Fri, June 4, 2021
Dev To Let's talk about Lodash
If you were a JavaScript developer during a certain era, you're likely familiar with the library Lodash. It's a utility library full of functions that make it easier to manipulate arrays, objects and ...
05:59 pm GMT - Fri, June 4, 2021
Dev To Node.js API Authentication with JWT (Json Web Token) - Auth Middleware
Hi, Today we are going to implement API authentication with JWT in node.js application. Authentication is most important feature in every application. Even if you are beginner feel free to try this tu...
05:44 pm GMT - Fri, June 4, 2021
Dev To Top 10 YouTube Channel For Developers
Before starting the list or anything, I would like to thank all of you for making me flattered by your response in Part 1 of this series. I have taken all the suggestions given by all of you in the co...
05:33 pm GMT - Fri, June 4, 2021
Dev To Transferring Files via REST to Store in a Property, Part 1
A question came up in the InterSystems developer community concerning the possibility of creating a TWAIN interface to a Cach application. There were several great suggestions on how to get data from ...
05:12 pm GMT - Fri, June 4, 2021
Dev To How To Properly Install Bootstrap 5 and Vue 3 on Laravel 8.
Bootstrap is the worlds most popular Css framework and Vue 3 is a fast, small in file size and equipped with a good TypeScript support.in this tutorial i will show you how to install booststrap 5 and ...
04:59 pm GMT - Fri, June 4, 2021
Dev To 7 Useful Github Repos For Developing Your Frontend Projects Faster
Instantly fetch Stack Overflow results when an exception is thrown. shobrook / rebound Command-line tool that instantly fetches Stack Overflo...
04:55 pm GMT - Fri, June 4, 2021
Dev To React useEffect: The basics and the secrets
Almost everyone is familiar with hooks these days, useEffect is one of the most used hook. My 2 cents on it!It's a hook which triggers after each render to perform any side effect. Simple useEffe...
04:39 pm GMT - Fri, June 4, 2021
Dev To What expert iOS devs expect from WWDC21
"Dub Dub" is just around the corner, so that means that every iOS developer out there is filled with equal parts excitement about the shiny new things being announced, and dread about the many ways in...
04:25 pm GMT - Fri, June 4, 2021
Dev To What was your win this week?
Hey there!Looking back on your week, what was something you're proud of?All wins count big or small Examples of 'wins' include:Starting a new projectFixing a tricky bugCatching up with an old friend....
04:25 pm GMT - Fri, June 4, 2021
Dev To Released Cirrus 0.6.2 - Build and Design Your Webapp Faster
Hey everyone!Just released 0.6.2 for Cirrus. Check it out! The focus for this update was to make how classes behave across different viewports more consistent in addition to adding more utility classe...
04:03 pm GMT - Fri, June 4, 2021
Dev To Implementing social sharing in a Create React App (a hack )
I recently started to learn React and decided to go practical by building a site called Make.rs which, in essence, is a Create React App powered by an API developed in NodeJS. I soon realized that soc...
03:39 pm GMT - Fri, June 4, 2021
Dev To Blockchain For Dummies
"What the internet did for communications, blockchain will do for trusted transactions." - Ginni Rometty, CEO of IBM Key Definitions What's a Database? A database is a collection of informa...
03:26 pm GMT - Fri, June 4, 2021
Dev To Slack Etiquette: How to use Slack effectively and respectfully at work
Slack is a communication lifesaver. It makes it simple to organize messages, retain searchable message history, communicate asynchronously, and keep everyone in the loop.Slack can also be a productivi...
03:05 pm GMT - Fri, June 4, 2021
Dev To How to gets uploaded image Metadata on the front-end
Quite often when we implement uploading images, will be great to have the opportunity somehow to get image metadata (with, height, fileSize, name ..) in the front-end directly Example of the input, w...
02:55 pm GMT - Fri, June 4, 2021
Dev To Oracle database and Docker
Oracle DBA 12 Container and DockerFor my job I had to install an Oracle database on my Windows. And I thought that perhaps it is much better to get this database in a container. Because I need m...
02:50 pm GMT - Fri, June 4, 2021
Dev To Build Your Online Store's Checkout Process with Stripe on Replit
Are you looking for an integrated solution for your sites checkout process, without having to resort to plugins? Heres a step-by-step approach to integrating Stripe with Replit!In this tutorial, we'll...
02:48 pm GMT - Fri, June 4, 2021
Dev To Shnippet : minimal shell snippet manager made in Rust
Hey!After searching for a shell command on the net to quickly do something, you probably make a proper script file out of it, then save it on a folder on your path and then remember what you named it ...
02:30 pm GMT - Fri, June 4, 2021
Dev To Find 'a' if this equality is true! (a==1 && a==2 && a==3)
Yes I am not kidding!Yes there really is an answer for this!JavaScript is one of the most daunting programming languages that one can ever come across. But yet it's so beautiful. It's so complex, but ...
02:26 pm GMT - Fri, June 4, 2021
Dev To React and Getting Started with it
As a beginner some questions roll in our mind and they are : What is React ?React is an open-source, front end, JavaScript library for building User Interfaces or UI components. It is maintained ...
02:24 pm GMT - Fri, June 4, 2021
Dev To Callback Hell and How to Rescue it ?
For understanding the concept of callbacks and callback hell, I think you should know about Synchronous and Asynchronous programming in JavaScript(or any other language). Let's see a quick view on the...
02:22 pm GMT - Fri, June 4, 2021
Dev To Using GitHub actions and Vercel for end-to-end tests
End-to-end (E2E) tests are the tip of the test pyramid.They are supposedly the hardest to write and take the longest to run.But they are also valuable as they are the tests that "use" your app as your...
02:19 pm GMT - Fri, June 4, 2021
Dev To Technical Guide, Part 1: Compiling Hermes for Apple Platforms
Months of our intense work with teams at Facebook and Microsoft resulted in bringing Hermes to iOS. We are happy to share the details of the process in a series of articles. This article is the third ...
02:11 pm GMT - Fri, June 4, 2021
Dev To UI/UX Design Approaches to Save Your Project from Design Debt
Despite some common beliefs, having a simple Sketch library or style guide is not nearly enough to design a recognizable user interface with consistent user experience. From our 20 years of operating ...
02:06 pm GMT - Fri, June 4, 2021
Dev To How to get a coding job with no experience
I went from writing my first line of code to receiving a lucrative job offer in eight months. There is no right way of going about doing that. This post is just my own path and some nuggets of wisdom ...
01:58 pm GMT - Fri, June 4, 2021
Dev To Glassmorphism Credit CardWith HTML & CSS
HelloToday I created a Amazing Glassmorphism Credit Card With HTML & CSS. This is simple Credit Card using flex and simple CSS also for Glassmorphism effect I use backdrop filter & blur. I hop...
01:47 pm GMT - Fri, June 4, 2021
Dev To 10 Trending projects on GitHub for web developers - 4th June 2021
Trending Projects is available as a weekly newsletter please sign up at www.iainfreestone.com to ensure you never miss an issue. 1. SigNozMonitor your applications and troubleshoot problems in yo...
01:07 pm GMT - Fri, June 4, 2021
Dev To Next JS Website Template with Landing Page Theme [Open Source]
Start your website in Next JS, React, TypeScript and Tailwind CSS for your side projects, online products, SaaS, services. The template is integrated with great JavaScript tooling like ESLint, Prettie...
12:44 pm GMT - Fri, June 4, 2021
Dev To Introducing the New Appwrite Anonymous Login
It is important to consider the user experience when someone first comes to your application. The registration process can often prove to be a hurdle for users to use an application, especially if par...
12:28 pm GMT - Fri, June 4, 2021
Dev To Codecademy Certificate
I got this certificate of completion....
12:23 pm GMT - Fri, June 4, 2021
Dev To Generate custom social card images for your Gatsby blog
One of the ways you can make your Gatsby posts stand out to readers is to add a social card image. In this post, you'll learn how to generate these images automatically with gatsby-plugin-react-social...
12:22 pm GMT - Fri, June 4, 2021
Dev To Button events in React
Behind the scenes, buttons in React behave like pure JavaScript buttons. The advantage is that you can put the event directly in the button without creating a variable to reference the button. Pr...
12:18 pm GMT - Fri, June 4, 2021
Dev To Manage server state with useEffect hook
Video tutorial of this articleThis article will teach the basics of the useEffect() hook to make fetch calls to a server.We will use the fantastic and free API mockup resource called JsonPlaceholder ...
12:17 pm GMT - Fri, June 4, 2021
Dev To Manage local state with useState hook
Video tutorial for this articleLet's put into practice the concepts of state by using the useState hook to show and update information on the screen. Pre-requisitesDestructuring: Watch from the b...
11:58 am GMT - Fri, June 4, 2021
Dev To Master Design Patterns By Building Real Projects - Builder Pattern - Javascript
Creational Pattern - Builder Pattern.This is the third part in my series (23 GoF Design Patterns). My series will help you understand about design patterns by building real projects. For this re...
11:53 am GMT - Fri, June 4, 2021
Dev To Avoid These Mistakes as a Junior Developer
Introduction Last year, I took my first steps into the industry as a part-time Junior Developer whilst completing my Computer Science degree. In this post, I want to reflect on some mistakes Ive...
11:47 am GMT - Fri, June 4, 2021
Dev To Awesome loading animation you have never seen it before.
Hello, glad you are here. I am kunaal and today we will see how to make an awesome loading animation which you have never seen before. You can see demo below. Demo Video Tutorial -If you fin...
11:03 am GMT - Fri, June 4, 2021
Dev To Schema, Sub-schema and Languages of DBMS
Architecture of DBMS1) It helps in development, implementation, designing and maintenance of a database that stores and organizes information for business, agency and institution etc.2) The whole conc...
10:54 am GMT - Fri, June 4, 2021
Dev To Input, output and memory for the BPU
Two weeks ago I listed basic components necessary for building a simple computer, now it's time to design some of them. In this week's tutorial I'm going to design parts of the brainfuck computer that...
10:34 am GMT - Fri, June 4, 2021
Dev To 52 responsive snippets to create a website for your project
Hi everyone. I made 52 responsive snippets that can help you to build website for your project, portfolio, commercial website or whatever you wish, since they are free. All of them are fully responsiv...
09:49 am GMT - Fri, June 4, 2021
Dev To Solution: Open the Lock
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
09:48 am GMT - Fri, June 4, 2021
Dev To 5 ways to say 'NO' to Clients
When we are working with a client, sometimes clients can ask a lot of questions that if we answered it correctly we can suffer from it.So here are some question you might encounter in your gigs or car...
09:31 am GMT - Fri, June 4, 2021
Dev To How to use code snippets with gatsby-source-notion-api
As of today, the official Notion API doesn't support code snippets. If such block exists on your Notion page, the API returns it with a type of unsupported and its contents are empty. When I was migra...
09:28 am GMT - Fri, June 4, 2021
Dev To Images in "files" property with gatsby-source-notion-api
There are many ways you can find the Notion files property useful. One of the experiments I did was using it to provide a hero image for my blog. Currently, hero images from all blog posts come for a ...
09:19 am GMT - Fri, June 4, 2021
Dev To How Dynamic Rendering Works Using HTML And CSS?
A user might be operating in front of a mobile screen and a desktop screen, but their expectation changes widely on both devices. A user in front of a mobile device is a little less patient, as they a...
09:09 am GMT - Fri, June 4, 2021
Dev To 4 Best Practices for Writing Meaningful Code Comments
Why bother writing code comments?In most cases, you arent the only person working on the same project or codebase. That means that other people get to read your code and have to understand it. T...
09:01 am GMT - Fri, June 4, 2021
Dev To Food delivery API-What should be used?
API integrations can be the most beneficial alternative in food delivery software development, which helps to speed up the development process and reduce cost.Research by Business Insider shows that t...
09:00 am GMT - Fri, June 4, 2021
Dev To 6 Proptech Trends That Are Redefining The Industry
Proptech has been growing in prominence in the real estate sector for several years now. However, as with many things, the rapid adoption of property technologies and how they affect software developm...
08:41 am GMT - Fri, June 4, 2021
Dev To What I've learnt: The importance of self-promotion
For as long as I remember, the phrase "Let your work speak for itself" has always been the way I live by. There is no need for promoting the work you are doing because if it is good work, people will ...
08:33 am GMT - Fri, June 4, 2021
Dev To Back to Basic: UI Design Fundamental for Developers
According to Gary Simon, there are 7 UI Design Fundamental that has to be metThese 7 fundamentals were heavily inspired by Design Course - The 2020 UI Design Fundamentals Crash CourseThe 7 UI Design F...
07:59 am GMT - Fri, June 4, 2021
Dev To 3 steps to get a high-paying job as a software developer without losing your mind
Are you familiar with this?If you are an ambitious software developer pushing your career, you probably experience this daily:You want to improve your skills but feel lost in the amount of information...
07:46 am GMT - Fri, June 4, 2021
Dev To Python filter() function
I've recently learned that Python has built-in global functions like JavaScript.Today we'll be looking into the filter() function.In general, filters are used to filter a sequence set, for instance, a...
07:43 am GMT - Fri, June 4, 2021
Dev To This article has 3 positive reactions and 2 comments
TL;DRUsing the DEV API the title of this article gets automatically updated every 60 seconds. Addicted to numbersI started blogging on DEV only some months ago. You could say, I am quite ne...
07:43 am GMT - Fri, June 4, 2021
Dev To This article has 5 positive reactions and 2 comments
TL;DRUsing the DEV API the title of this article gets automatically updated every 60 seconds. Addicted to numbersI started blogging on DEV only some months ago. You could say, I am quite ne...
07:40 am GMT - Fri, June 4, 2021
Dev To Accept Cookies? Or Not?
If you are a regular visitor on the internet, browsing through different websites might have made you come across the term Cookies, right? There you are asked to click onto some buttons saying - Accep...
07:13 am GMT - Fri, June 4, 2021
Dev To Modern Full-Stack Serverless, Part VII
Amplify supports another type of API for interacting with AppSync: Amplify DataStore. DataStore has a different approach than a traditional GraphQL API.Instead of interacting with the GraphQL API itse...
05:19 am GMT - Fri, June 4, 2021
Dev To Video Games in Python
The first thing that made me attracted to computers was 8-bit video games.My father has presented me an Atari 800 XL in 1990, I do not remember exactly how I felt at first, but before I knew it, I wa...
02:12 am GMT - Fri, June 4, 2021
Dev To Class And Object Concept
Task: You have to build a house on empty land.The first thing - create structure (how the house will look like) - will go to the architect for a blueprint of the houseSo, the blueprint is the class, y...
02:08 am GMT - Fri, June 4, 2021
Dev To Intro to Ruby Sinatra
In Python there is Django, the big batteries included web framework. There there is Flask, the minimalist web framework similar ExpressJS on node. In the Ruby world, along with the batteries included ...
01:37 am GMT - Fri, June 4, 2021
Dev To How I built a SaaS with Next.js in a week
I built Cusdis in April 2021, an open-source, light-weight, privacy-friendly alternative to Disqus. I built it in just a week and got a large amount discussions on HackerNews. It also was shown on Hac...
01:28 am GMT - Fri, June 4, 2021
Dev To OOP: Object Oriented Programming
Object Oriented Programming (OOP) is a programming paradigm that is the cornerstone of modern software development. While OOP isnt the only programming paradigm that exists, I would argue it is the mo...
01:27 am GMT - Fri, June 4, 2021
Dev To Goodbye ENV Files
What are ENV files and why as an industry should we move away from them?Three months ago we stopped using ENVfiles as the default export option in the Doppler CLI. This change led to a number of...
01:18 am GMT - Fri, June 4, 2021
Dev To Export GitHub Issues, Commit History and More | GitHub Artifact Exporter
Today I'm going to show you how you can easily export Issue, Releases, Milestone, Commit History and more from GitHub, using the GitHub Artifact Exporter. IntroGitHub Artifact Exporter provides a...
12:50 am GMT - Fri, June 4, 2021
Dev To Setup Your Fastify Server With Logging The Right Way - No More Express
Learning a new Node.js framework can be daunting given the speed at which the ecosystem moves these days. Also some of the information on learning new techniques with Node.js is outdated - for example...
12:15 am GMT - Fri, June 4, 2021
Dev To How to create your virtual event platform with AWS IVS
Over the last year, businesses were forced to make a sudden pivot towards virtual events, and most were very unprepared for the change. Instead of traveling for business functions and enjoyment, we lo...
11:28 pm GMT - Thu, June 3, 2021
Dev To June 3rd, 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:17 pm GMT - Thu, June 3, 2021
Dev To DeepRacer - Kuei Raceway 05/21
2021 May Qualifier Position: 240/563 Time: 03:50.865...
10:02 pm GMT - Thu, June 3, 2021
Dev To Get 35% Off For Your Next Landing Page
We are excited to share 35% discount for the first 10 Dev.to customers. We have designed Frontendor with the goal to be flexible, highly customizable but intuitive and easy-to-use. Grab the deal today...
10:00 pm GMT - Thu, June 3, 2021
Dev To Beginners Guide To Higher Order Functions, Partial Functions and Currying
Before we begin with Higher Order Functions and Currying, we need to first establish what a normal function looks like:function returnEven () { return 2; // returns a single value}function addEve...
09:43 pm GMT - Thu, June 3, 2021
Dev To Wait for it: Implementing a sleep() function in JS
In my last blog entry, I had created a visualizer to model an approach to solving a Leetcode algorithm problem. I had planned to create a second entry in that series this week, however I ran into an o...
09:27 pm GMT - Thu, June 3, 2021
Dev To Should we replace webpack by Snowpack ?
After webpack, esbuild and vitejs, lets take a look at snowpack. The latter seems to be making a name for itself in the bundler ecosystem for a few years now. So I suggest that we study its functional...
08:59 pm GMT - Thu, June 3, 2021
Dev To Bind methods
Photo by Manuel Sardo on UnsplashGiven this little object, what should game.play() return to us?const game = { lives: 10, isPlaying: false, gameOver: function() { return 'GAME OVER' }, play: f...
08:47 pm GMT - Thu, June 3, 2021
Dev To Creating a toggleable dark mode theme
Read it on My Blog, The Coder's CodexIt can be surprisingly simple to add a dark mode toggle to your site, but the challenging part can be making that choice persist for the user throughout your app. ...
08:28 pm GMT - Thu, June 3, 2021
Dev To Spring Boot - Estratgias para testar Rest API
Para efetuar o teste de uma aplicao Spring Boot com REST API temos dois mtodo:Inside-server test:Standalone-mode: usar MockMVC sem contextoSpring context: usar MockMVC gerenciado pelo SpringOutside-se...
08:21 pm GMT - Thu, June 3, 2021
Dev To Cmo crear un comando en django?
Has usado Django antes no? Entonces, ya usaste algn comando de Django, pudo haber sido makemigrations, migrate, startproject, startapp algn otro. Pero, alguna vez has creado alguno? Quizs no. Sigue le...
08:18 pm GMT - Thu, June 3, 2021
Dev To 10 Tips to Prevent and Manage Technical Debt
Developers deal with technical debt every day, and they know how to prevent and manage it better than anyone else. Heres just some of what they had to say.Plenty of people have written about technical...
08:15 pm GMT - Thu, June 3, 2021
Dev To Requests and Connections like LinkedIn - How to Implement These Model Relationships in a Rails App
As part of a large project I have been working on, I wanted to allow users to request and accept connections from other users. Very similar to the way LinkedIn works, users could ask others to get con...
07:33 pm GMT - Thu, June 3, 2021
Dev To What No One Told You About Z-Index
The problem with z-index is that very few people understand how it really works. Its not that hard to understand, but it if youve never taken the time to read its specification, there are almost certa...
07:29 pm GMT - Thu, June 3, 2021
Dev To Random OSS Projects - Mongita, Charts.css, NocoDB, BlitzJS
Hello Coders, From time to time, unrelated to my daily work, I just browse different platforms or Github for nice and innovative projects. All projects mentioned by this article are open-source, activ...
07:16 pm GMT - Thu, June 3, 2021
Dev To AzureFunBytes Episode 45 - Observing @Azure with @DatadogHQ, with guest @ryan_maclean
AzureFunBytes is a weekly opportunity to learn more about the fundamentals and foundations that make up Azure. It's a chance for me to understand more about what people across the Azure organization d...
07:01 pm GMT - Thu, June 3, 2021
Dev To Creating TimeWarpScan.me
You don't have to use AI tech like TensorFlow.js for AI only. I enjoyed adding GPU acceleration to my JavaScript to make a wild project. Want to know what it is? Watch the promo video I made:Buildi...
06:51 pm GMT - Thu, June 3, 2021
Dev To Monitor PostgreSQL Performance Using a Database Health Dashboard
Why Monitor PostgreSQL Database Health?Just like monitoring our applications, it is very much necessary to monitor our database system. We want to monitor things substantially more granular than...
06:50 pm GMT - Thu, June 3, 2021
Dev To The First Gaming blog here in dev community
Hey,ThereTired Hardworking Devs its me tirth, the one and only gaming blogger on dev from nowonwards i will posting valorant, fortnite , and pubg etc. blogs here on dev community so do follow me...
06:49 pm GMT - Thu, June 3, 2021
Dev To Run PHPUnit tests automatically before pushing code in Laravel
Install HuskyHusky is an excellent tool to automate hooks, in this post we are running phpunit tests before pushing code.npm install husky@4 --save-dev Run all laravel tests after pushing c...
06:47 pm GMT - Thu, June 3, 2021
Dev To Key Steps To Building A Great Small Business Website
Whether you are a freelance developer, own a launderette, or have another type of small business, a great website is necessary for your companys success. If you are looking to build a new startup webs...
06:38 pm GMT - Thu, June 3, 2021
Dev To Why Every Developer Should Build Their Own Blog
If youre a web developer applying for a job, youre placed in a unique position. Job applications require a resume, yes, but they may also ask for your portfolio or personal website, giving you an oppo...
06:26 pm GMT - Thu, June 3, 2021
Dev To The AWS Community Builders Program - What it is and how to apply.
I was recently accepted into the AWS Community Builder's program, so I shared my excitement and gratitude on social media, which naturally led to congratulatory messages in response. Some people actua...
06:22 pm GMT - Thu, June 3, 2021
Dev To Let's extract some juice - getting 90 in Google Insights tool
Hi everyone. This article is an addition to the one I wrote previously, which can be found here. To make it short, I developed the first front-end Studio that uses HTML, CSS, and plain JS to create re...
06:19 pm GMT - Thu, June 3, 2021
Dev To Learn to code using FreeCodeCamp Especially If You Do Not Have 24/7 Internet Access
My previous post was supposed to be a rant...a way of releasing my pent-up anger and frustration at the system and the very scarce resources it was swallowing, with little returns and immense presure ...
06:12 pm GMT - Thu, June 3, 2021
Dev To Fullstack GraphQL starter kit Mid-2021 update
Hi Dev.to community, I am excited to share the Mid-2021 major update which adds tons exciting improvements to the starter kit.ChangelogWebpack 5 + esbuild for blazing fast backend development Update ...
06:09 pm GMT - Thu, June 3, 2021
Dev To Appwrite's Isomorphic Web SDK
We at Appwrite recently announced our new web SDK and would love to share the improvements we introduced. This article is a quick summary of what has changed and things you need to keep in mind while ...
06:06 pm GMT - Thu, June 3, 2021
Dev To JavaScript-30-Day-3
click for project demoIn todays lesson we made a kind of Image editor to control padding, color and blur. The lesson mainly focusses on the use of CSS variables and how we can change them using JavaSc...
05:52 pm GMT - Thu, June 3, 2021
Dev To How to easily test REST endpoints with Visual Studio Code
Hello everyone, I've been asked a few times why I don't use PostMan anymore and the answer is because I can just do it all in Visual Studio Code with one single plug-in. Checkout the video below and h...
05:50 pm GMT - Thu, June 3, 2021
Dev To A Svelte Open Source Project to contribute to
Rhyme Player Mutli-Theme Support Explore Music Online...
05:46 pm GMT - Thu, June 3, 2021
Dev To My Journey Facing Fears and Starting as an Open-Source Contributor
This post is part of my Outreachy Internship blogs.Hello DEV Community! Nice to be here , for so long I really want to start blogging but I postpone doing it later on. Most of the time, I was saying t...
05:43 pm GMT - Thu, June 3, 2021
Dev To Web Performance Case Study: webpack splitChunks
Hello there! I've just finished optimizing my last commercial project, and now, I want to share what I've learned. So, I've decided to start a series of articles.In this article, I want to share with ...
04:40 pm GMT - Thu, June 3, 2021
Dev To Forem's Approach to Decentralized Social Media on Mobile
Were excited to let you know that the Forem iOS app is now live in the App Store. I want to get into all the details that will be interesting and relevant to devs, but before reading further, please d...
04:14 pm GMT - Thu, June 3, 2021
Dev To Forem for iOS is here!
One of the guiding principles behind Forem (the open-source software that powers DEV, CodeNewbie, and a growing number of online communities) is that discovery and community connection should be a del...
04:12 pm GMT - Thu, June 3, 2021
Dev To Announcing the Appwrite Official Swag Store!
We're super excited to announce the launch of the Appwrite Swag Store. Yes! Our Swag Store is now live, and you can order merch from your favourite open-source project starting now .We have been wanti...
03:47 pm GMT - Thu, June 3, 2021
Dev To Build a shortest route app like UberEats / Deliveroo in React! (tutorial)
Have you ever wanted to build a delivery app that will calculate the shortest distance from each drop off spot? if so, this is the video for you.Now, for those of you who have never heard the buzz wor...
03:46 pm GMT - Thu, June 3, 2021
Dev To Why it is important to maintain a good README file
We mostly tend to ignore the README file as a trivial non-essential part of our project. However, a good README file is what an Index is to a Book. README file enables users to navigate and identify e...
03:37 pm GMT - Thu, June 3, 2021
Dev To Webhook Authentication Learnings for GitHub, GitLab, and Bitbucket
Webhook Authentication and Processing for Github, Gitlab, and BitbucketI was recently tasked with implementing Gitlab support for Release and to complete that task I needed to implement authenti...
03:26 pm GMT - Thu, June 3, 2021
Dev To How to create an awesome Image gallery using GSAP ScrollTrigger
Hello guys, In this video we will learn how to create an awesome Image gallery using GSAP ScrollTrigger...
03:24 pm GMT - Thu, June 3, 2021
Dev To CSS TEXT SHADOW EFFECTS
Title:-CSS3 text-shadow effects Author:-Jorge Epuan Made With:- HTML CSS Title:[webkit] Animated "text-shadow" pattern Author:-carpe numidium Made With...
03:09 pm GMT - Thu, June 3, 2021
Dev To DevNews Podcast Season 4 Finale!
I can't believe the season finale of DevNews is already here S4:E8 - An Elaborate Phishing Hack, Autonomous Lethal Drones, a Questionable m1 Security Flaw, and a Devnews Behind the Scenes...
03:00 pm GMT - Thu, June 3, 2021
Dev To The Best Startup Project Management Tools
How do you manage your project workflows? Effective project management is crucial to the success of every startup. With limited resources, its much cheaper to invest in great tools than more bo...
03:00 pm GMT - Thu, June 3, 2021
Dev To Project ideas that can be done in 4 hours or less?
A friend of mine approached about coming up with ideas to live stream to his audience. I suggested to build small projects that could finished within a single session like code katas.Is there any code...
02:57 pm GMT - Thu, June 3, 2021
Dev To Self-hosting software & why it may be worth considering again now
I can hear your mind wheels spinning -Whats this blasphemy? Isnt SaaS the end of all evils - why are you asking me to think about keeping data in your infrastructure?Well, well - allow me to explain. ...
02:53 pm GMT - Thu, June 3, 2021
Dev To Login Form With Validation Using HTML & JS
Hello,Today I created a Amazing Login Form With Validation Using HTML & JS. This is a simple form have with validation. I hope you like this also comments about your thoughts.For more content foll...
02:51 pm GMT - Thu, June 3, 2021
Dev To Python | Master Multiple Threads
There are situations where sequentially processing different logics in python becomes a time-consuming task with no apparent reason other than waiting for your single thread to wait or perform an oper...
02:49 pm GMT - Thu, June 3, 2021
Dev To How to exclude password from mongoose mongodb
While logging or registering the user , we generally return the user data , password or hashed password is also returned along with the data , we do not want to send the hashed password to frontend so...
02:34 pm GMT - Thu, June 3, 2021
Dev To Tools I Use As A Software Engineer
Programming LanguagesProgramming languages is a personal preference based on your interest...!!!I prefer: JavaScript, PythonIf you are a beginner just grab a language and start coding IDE'S...
02:24 pm GMT - Thu, June 3, 2021
Dev To Cloud Technology News of the Month: May 2021
Another portion of cloud technology news is at your doorstep! This series brings you up to speed with the latest releases, acquisitions, research, and hidden gems in the world of cloud computing the ...
01:59 pm GMT - Thu, June 3, 2021
Dev To Use a Neural Network without it's library
Various web applications use Neural Networks. The only downside is that you need to import an entire library to run these types of algorithms, which might be inconvenient.Hopefully, the Dannjs library...
01:55 pm GMT - Thu, June 3, 2021
Dev To I'm getting PUBLISHED
I'm getting PUBLISHED My most recent book proposal was accepted by not 1, but 2 publishers! I'm humbled to have been given the opportunity to select to work with Apress. Designing Developer Documenta...
01:42 pm GMT - Thu, June 3, 2021
Dev To Language learning apps for kids
Many of us have always been learning foreign languages for various reasons travel and meeting new people, career and business, self-improvement and fun, etc.The best way to succeed in learning a lang...
01:35 pm GMT - Thu, June 3, 2021
Dev To Knapsack Algorithm
There are three types to implement a Knapsack Algorithm:Knapsack Recursive (Basic)Knapsack Memoization (Cached)Knapsack TopDown (Optimized)# Knapsack Problem Recursivedef knapsack(w, v, W, n): if n...
01:12 pm GMT - Thu, June 3, 2021
Dev To Resiliency: 5 Tips to Learning How to Code and Surviving Tech Boot Camps
I have had the blessing to be a teacher assistant at two tech boot-camps. I would like to share my observations on what it took to survive, thrive, and grab the reward of graduating from a tech boot c...
12:40 pm GMT - Thu, June 3, 2021
Dev To 5 resources you can use to learn HTML, CSS, and JavaScript by building projects
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...
12:22 pm GMT - Thu, June 3, 2021
Dev To How to Animate a Waving Hand Emoji in TailwindCSS
I recently spent time polishing the mobile reponsivness for my personal site, https://alexkates.dev, and I wanted to add a little animation flair to some empty space next to my Hero introduction. ...
12:21 pm GMT - Thu, June 3, 2021
Dev To Introduction and Types of DBMS
What is data?Data is a real type object or entity.What is information?It is processed, structured, organized and interpreted dataWhat is Database?Database is a collection of tables, records and key co...
12:13 pm GMT - Thu, June 3, 2021
Dev To Day 15/30 : Neumorphic Login Form Design using HTML and CSS
Welcome to Day 15 of this Challenge. This is what I created today. Here is the Demo : Video Tutorial : Source Code :https://www.futurecodersweb.com/2021/06/neumorphic-login-form-design-using-html.htm...
12:07 pm GMT - Thu, June 3, 2021
Dev To JavaScript Interview Question 45: urrency formatting in JS
How to format a string into a local currency in JavaScript? Whats the output?.................In the first line, we create a constant price of a type BigInt. This type is often used in finance as it c...
12:00 pm GMT - Thu, June 3, 2021
Dev To EthIndia 2.0: My first Hackathon experience
Discover my hacker experience during the 36 hours of the EthINDIA 2.0 Although this event was a month ago. I would like to share my experience and some details of this type of event. Asias bigges...
11:58 am GMT - Thu, June 3, 2021
Dev To How to check if a PHP string contains a substring?
In this short tutorial, we look at how to check if a string contains a substring in PHP. We also take a look at the other relevant string manipulation methods in PHP. This tutorial is a part of our in...
11:48 am GMT - Thu, June 3, 2021
Dev To Building personal blog with Next.js
Recently I was trying to figure out what my page should look like. Should it have a blog? Should I use some of the popular blogging platforms? I tried everything. I liked Hashnode as it offers great t...
11:42 am GMT - Thu, June 3, 2021
Dev To EAs Deprecated GAMES LIST
Electronic Arts Inc. is an American video game company headquartered in Redwood City, California. It is the second-largest gaming company in the Americas and Europe by revenue and market capitalizatio...
11:36 am GMT - Thu, June 3, 2021
Dev To How I reverse engineered a $10M facebook canvas game
You might be wondering that I would have used a huge setup like the one given above to reverse engineer Facebooks best canvas game of 2013.Well, no!.My setup was more of like Why I did that:I was...
11:32 am GMT - Thu, June 3, 2021
Dev To Angular 12 in Depth
In this article, Ill go over (almost) everything noteworthy in this brand new release. Ill also highlight whats changed around Angular, just like I did with my previous articles about Angular 11 and A...
10:52 am GMT - Thu, June 3, 2021
Dev To Refactoring the Pomodoro Timer: Components
Previously I wrote a Pomodoro timer app. The code is contained in a single React component. This is generally bad practice - we want components to each be responsible for a single bit of functionality...
10:09 am GMT - Thu, June 3, 2021
Dev To Why not to "Abandon React!!1"
The past two years there has been a growing dissatisfaction towards React. You can find people trying to find arguments against choosing React. I've done that too, because there are some severe issues...
09:26 am GMT - Thu, June 3, 2021
Dev To How to use ControlValueAccessor to enhance date input with automatic conversion and validation
Overall idea behind this article to explain and demonstrate the usage of ControlValueAccessor and Validator interfaces . The former is used to bind together a FormControl from Forms package and native...
09:25 am GMT - Thu, June 3, 2021
Dev To Guidance of how React works
Hi Guys, I am new to this programming language and i have the basic of HTML & CSS. Currently i am learning about javascript and reactjs because i have an assessment of creating a movie app using r...
09:16 am GMT - Thu, June 3, 2021
Dev To Why `hsl` is better
I prefer hsl over rgb. It's really impossible to get colors manually using rgb (unless you have some paint and a palette near you). hsl(h, s, l)/hsla(h, s, l, a) is really easy to understand.h - Hue: ...
09:02 am GMT - Thu, June 3, 2021
Dev To What is Encapsulation in Java?
Encapsulation is one of the fundamental units of object-oriented programming. It simply means that putting all the data at one place, Binding And Wrapping of data and methods together is called Encaps...
08:55 am GMT - Thu, June 3, 2021
Dev To How I Got Selected into Google Summer of Code
More than 50,000 students around the world register for GSoC every year and of those who submit a proposal only 1200 are accepted.Organizations at GSoC work within Operating Systems to Web to Cloud an...
08:37 am GMT - Thu, June 3, 2021
Dev To Future of CSS - Container Query
A web page consists of different sections and components, and we make them responsive by using CSS media queries. There is nothing wrong with that, but it has limitations.To use container queries we h...
08:16 am GMT - Thu, June 3, 2021
Dev To Solution: Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
08:11 am GMT - Thu, June 3, 2021
Dev To :) Layman Docker ( translate in ur language too)
*** :*** (OSINT) https://github.com/Manishfoodtechs/OSINTHRH/wiki , : ...
07:45 am GMT - Thu, June 3, 2021
Dev To How to Build your First Machine Learning Model in Python
A while back I wrote a blog on How to Build a Machine Learning Model (A Visual Guide to Learning Data Science) which takes you on a visual and conceptual journey on how a machine learning model is bui...
07:35 am GMT - Thu, June 3, 2021
Dev To Data Science Starter Kit
This article presents you the Data Science Starter Kit that will serve as a self-help guide to help you get started in your data science journey. Nope, Im not selling you a course. Nor is it going to ...
07:27 am GMT - Thu, June 3, 2021
Dev To We built an API Builder for our API-based automation platform
Pathfix Automation runs on APIs only (think: if Zapier and Postman had a baby), so it made sense for us to spend a lot of time to build out a slick and easy to use API builder.With Automation, we want...
07:18 am GMT - Thu, June 3, 2021
Dev To How JavaScript works? The Execution Context || My Handwritten notes || Part 1
Hello Everyone!JavaScript is the most hated as well as most loved and popular programming language in the world.The reason for the hate is because most people don't understand the underlying beauty of...
07:12 am GMT - Thu, June 3, 2021
Dev To GitHub-101
Every time I share my opensource code, most of time people asks me a common question, What is GITHUB???SoBasically writing code can be complex, but its a lot easier with the right support and tools. I...
06:54 am GMT - Thu, June 3, 2021
Dev To How to never type passwords when using Git
Have you been using Git on the command line? Notice how you have to always type in your password? Not only is this SUPER annoying, it also presents a security issue. Here's a bunch of ways to authenti...
06:44 am GMT - Thu, June 3, 2021
Dev To Essential concepts you need to know about React
I've been using React for a couple of years now but when I started learning it I didn't pay too much attention to what React does for me, like what React abstracts through its API and why do I need to...
06:34 am GMT - Thu, June 3, 2021
Dev To 7 Steps to Become an Expert Software Engineer without endless online courses or waiting for years...
Does this sound familiar to you?If you are a coder, programmer or software developer then you probably know situations like these:You want to improve your coding skills but you are quickly overw...
06:10 am GMT - Thu, June 3, 2021
Dev To Angular : How to add reCAPTCHA feature in your angular app just in 5 minutes?
Step 1 - Install dependencynpm i ng-recaptcha --saveStep -2 Open app.module.ts and add below import-import { RecaptchaModule } from 'ng-recaptcha';Also add this to imports -imports: [RecaptchaModule,]...
05:56 am GMT - Thu, June 3, 2021
Dev To NumPy arrays, a broader look
Now that we installed NumPy, let's have a look at some of the details of what we can do with it.For today's article, we'll be at the following elements of NumPy arrays.DimensionsJoining arraysSplittin...
04:25 am GMT - Thu, June 3, 2021
Dev To Day 5: Loops
'use strict'; process.stdin.resume(); process.stdin.setEncoding('utf-8'); let inputString = ''; let currentLine = 0; process.stdin.on('data', function(inputStdin) { inputString += inputStd...
04:25 am GMT - Thu, June 3, 2021
Dev To Solution: Interleaving String
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
04:17 am GMT - Thu, June 3, 2021
Dev To Effective Java: Refer to Objects By Their Interfaces
This topic of today is focussed on flexibility. When defining parameters, return types, or variables it is encouraged to define them as the interface that the concrete types implement. So instead of s...
03:44 am GMT - Thu, June 3, 2021
Dev To Python program to automate custom telegram chat forwarding
tgcfThe ultimate tool to automate telegram message forwarding.You can forward messages from a source chat to a destination chat. You can configure tgcf to do exactly what you need. Click on any link i...
03:21 am GMT - Thu, June 3, 2021
Dev To Know The Differences Between Event Capturing, Bubbling & Delegation in JS
Do you get confused about the order in which event listeners are invoked when you click on an element? Then this article is for you.Also, this is a hot question in JavaScript interviews. Prereq...
03:20 am GMT - Thu, June 3, 2021
Dev To JavaScript Useful Code Snippets Part1: Date And Time
I like to start a series based on JavaScript which will have a collection of code snippets that will help to do a specific task. Each post will be related to one particular topic in JavaScript, I hope...
03:18 am GMT - Thu, June 3, 2021
Dev To 9 Simple Full Screen Navigation Menu Using CSS
I created 9 simple full screen navigation menu for beginners using CSS and JavaScript. These are just beginner level, you can play with to create your own designs. These designs are not made responsiv...
02:36 am GMT - Thu, June 3, 2021
Dev To Investment Tip For Students
All I can say is start investing if you can :)Why?Second Income Is Important Risk-Taking capability is high Financial stable Will Get to know about how the finance things works Money Where to Invest?S...
01:31 am GMT - Thu, June 3, 2021
Dev To 33 GitHub projects I have bookmarked and you should
GitHub isn't only a rendition control administration; it is a marvelous substance asset for all-things-advancement. From free digital books and instructional exercises, to talk with planning material ...
12:37 am GMT - Thu, June 3, 2021
Dev To Happy Pride Month! I created a flag compilation video to celebrate!
I created a compilation video of the pride flags and their meanings to celebrate pride month, this year. Happy pride month, everyone!Stay proud!...
12:23 am GMT - Thu, June 3, 2021
Dev To An actual complete guide to typescript monorepos
When I was setting up our production monorepo at modfy.video, I found most typescript monorepo guides were quite lacking in addressing a lot of more detailed problems you run into or how to solve them...
12:06 am GMT - Thu, June 3, 2021
Dev To Avoiding unnecessary network requests with Apollo Client
Hey, I'm Juliani and I work as a Front End Engineer at Thinkific. Here at Thinkific, we've been using GraphQL to help us interact with our API and it's been amazing because it gives us the flexibilit...
10:23 pm GMT - Wed, June 2, 2021
Dev To Top 5 Distributed System Design Patterns
Distributed applications are a staple of the modern software development industry. They're pivotal to cloud storage services and allow web applications of massive scale to stay reactive. As programmer...
10:15 pm GMT - Wed, June 2, 2021
Dev To React Hooks (useContext, useEffect, useState, useRef) Summarized Like Crazy (Short & Concise Article).
Hey React engineers! In this article, I'll explain the 4 most important hooks you need to know in React. Don't worry, I'll not write a long essay and bore you. If you love simplistic articles that get...
10:14 pm GMT - Wed, June 2, 2021
Dev To Meet GitLab's New Education Evangelist: How to get Free License for your classroom
I love telling people what my job is. Mostly because I get to monopolize the conversation for the next fifteen minutes explaining what it is and everyone looks at me and they focus on me and all that ...
09:58 pm GMT - Wed, June 2, 2021
Dev To How to Keep Configuration Secrets out of a Django Project
It is best practice to hide your configuration details and not include them in version control for the sake of security and independence of project instance. Getting straight to the point here is how ...
09:37 pm GMT - Wed, June 2, 2021
Dev To How I became a freelance web developer
I write this post because I think freelancing in web development is a good career and has a lot of advantages over traditional permanent positions.If you can manage to have enough customers to be occu...
08:58 pm GMT - Wed, June 2, 2021
Dev To Top 10 Small Business Website Marketing Tips
If youre running a small business and just now getting started with website marketing, Ive got some great tips to help you get started. But these tips are just as valuable for veteran online marketers...
08:58 pm GMT - Wed, June 2, 2021
Dev To 11 of the Best Open-Source Kubernetes Tools - 2021 Edition
By Matt BrobergNearly everyone touching cloud infrastructure in 2021 is familiar with the Kubernetes project. Put simply, Kubernetes is an incredibly powerful platform for container orchestration. But...
08:57 pm GMT - Wed, June 2, 2021
Dev To Next.js Beginner's Guide
What is Next.js?It's a React frontend development web framework that enables functionality such as server-side rendering and static site generation.Server-side rendering?In a traditional React app the...
08:41 pm GMT - Wed, June 2, 2021
Dev To My Autistic son and how we are going to reach him
Three point five years ago, Logan was born prematurely, he scared me out of my whits! I remember racing to the hospital doing a speed > the speed limit. I don't remember arriving at the car park, o...
08:20 pm GMT - Wed, June 2, 2021
Dev To esbuild in a simple htmljs usecase
In this series, I'll take a look on a simple usecase of js+html application, build with various js bundlers. After checking what's possible no bundler at all & in webpack, let's take a look on esb...
08:09 pm GMT - Wed, June 2, 2021
Dev To You don't know Redis
In my previous post, I touched on the point that Redis is more than just an in-memory cache. Most people do not even consider Redis as a primary database. There are a lot of use cases where Redis is a...
07:45 pm GMT - Wed, June 2, 2021
Dev To Building a Contact Manager with Python, Flask, and HarperDB
What is HarperDB?HarperDB is an easy database solution that helps collect, distribute, and analyze data throughout your organization. It provides unmatched flexibility, speed, security, and valu...
07:03 pm GMT - Wed, June 2, 2021
Dev To AWS Security Groups - Once And For All
As part of securing applications in the cloud, it's important to set the proper network rules, for maximum security and to minimize collateral damage.Here's a quote from the official HIPAA requirement...
06:48 pm GMT - Wed, June 2, 2021
Dev To Werewolf: A New Neo-Noir VSCode Theme
Telltale's The Wolf Among Us was released in 2013 and is arguably one of the company's strongest entries in its catalog of story-driven games. The series isn't perfect, but it does have a very cinemat...
06:41 pm GMT - Wed, June 2, 2021
Dev To DEV Community Caption Contest
This week, we're going to try a lighthearted contest here on DEV. Below is a picture without a caption. Your task is to fill in the blank to make a hilarious programming/tech/developer meme.Here are t...
06:37 pm GMT - Wed, June 2, 2021
Dev To The Art Of Making A Navbar
Perhaps, after reading the title you are like - what's the art in it? Well, I for one, think that it takes skill to create simple components like a navbar. And eventually, if you want to create someth...
06:23 pm GMT - Wed, June 2, 2021
Dev To Welcome Thread - v127
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...
06:08 pm GMT - Wed, June 2, 2021
Dev To Language Creation with Edaqa Mortoray & Sam Scott
DevDiscuss, we like to talk about both the burning questions that directly impact your life as a developer and the programming topics that are endlessly fascinating, but you might not have directly en...
06:03 pm GMT - Wed, June 2, 2021
Dev To Is babel still relevant for TypeScript projects ?
Since TypeScript has the ability to generate a JavaScript bundle using the TypeScript compiler, are there still reasons to bother using babel and webpack when you want to create a new ts-based project...
05:53 pm GMT - Wed, June 2, 2021
Dev To 3 lies I told myself that lead to the failure of Likewise.li
Have you ever watched Hotel Hell? Its a TV series starring Gordon Ramsay, who is traveling around the USA, visiting hotels that are poorly managed and in desperate need of his help. I enjoy watching i...
05:52 pm GMT - Wed, June 2, 2021
Dev To Secure and minimal APIs using .NET 6, C 10 and Azure Active Directory
Microsoft Build 2021 was insane and packed-full with new features, product announcements and capabilities. We also got a glance on the things that are to come in the coming year. I particularly enjoye...
05:38 pm GMT - Wed, June 2, 2021
Dev To Multiple environments in Create React App
In this article we are going to learn how to configure multiple environments in a single React application. For example, you might want your dev environment connected to your dev API Endpoint, QA to Q...
05:37 pm GMT - Wed, June 2, 2021
Dev To Panini Bot
Cover image alt text: "Replacing the word "pandemic" with incorrect variations is 90% of how I've been coping with this panasonic"-Vax EenAs soon as I saw Emi's tweet about the open source Pandera pac...
05:23 pm GMT - Wed, June 2, 2021
Dev To Deploy HarperDB Anywhere w/ Anthos & Kubernetes!
Don't miss this event led by Brett Mitchell, Principal Architect at GoogleWe are excited to host Brett Mitchell, who is a Principal Architect / Cloud Customer Engineer at Google, for this intera...
05:04 pm GMT - Wed, June 2, 2021
Dev To Rails Design Patterns: Form Object
Form Object PatternThere are a number of design patterns that will help improve your Rails app. One such pattern is the Form Object. At its core a Form Object is just a Plain Old Ruby Object (P...
04:58 pm GMT - Wed, June 2, 2021
Dev To CSS Tip: What is Scroll Chaining?
Did you ever experienced this behaviour when the parent container starts scrolling once the child scroller reached its full extent .If you're a victim of this problem anytime than you might have used ...
04:40 pm GMT - Wed, June 2, 2021
Dev To Master Design Patterns By Building Real Projects - Singleton Pattern - Javascript
Creational Patterns - Singleton Pattern.This is the first part in my series (23 GoF Design Patterns). My series will help you understand about design patterns by building real projects. For this...
04:40 pm GMT - Wed, June 2, 2021
Dev To How to Build a Personal Stock Market Dashboard
In this tutorial, we will be building a single-page web dashboard for tracking a real or imaginary stock portfolio. This dashboard will:Allow the user to record stock purchases.Track the current price...
04:35 pm GMT - Wed, June 2, 2021
Dev To How do web servers work?
Web Servers They're mystical things... You just, initialize one for your project, and it handles the rest. But what is actually going on under the hood? I got curious, so I asked my friend Jonathan Ki...
04:09 pm GMT - Wed, June 2, 2021
Dev To Let's build a VDOM!
Please check out my previous post which explains what the VDOM is if you don't know what the VDOM is.Alright, now that we know what the VDOM is, let's build it!So, we need to be able to do 4 things:Cr...
04:03 pm GMT - Wed, June 2, 2021
Dev To Tina Cloud is in public alpha
The team at Tina is pleased to announce that Tina Cloud is officially in public Alpha. Everyone is encouraged to register a free account on our headless GitHub-backed CMS and start committing. We have...
04:03 pm GMT - Wed, June 2, 2021
Dev To How to Dynamically Update Twitter Cover Image to Show Latest Followers Using PHP GD and TwitterOAuth
A week ago, I came across this tweet that made me so intrigued: Tony Dinh @tdinh_me I have done it.My profile banner...
03:48 pm GMT - Wed, June 2, 2021
Dev To Boolean Logic in Javascript
Hi! Programming can be overwhelming but once you are comfortable with some basic concepts, it starts to feel like a superpower and Javascript is one of the coolest languages to learn! In...
03:42 pm GMT - Wed, June 2, 2021
Dev To My first discord bot - Cytotron
I entered a discord bot developing competition on replit, hoping to win the grand prize of $1000 in bitcoin and I built this bot.Cytotron is my first discord bot ever and I made it in about four days....
03:36 pm GMT - Wed, June 2, 2021
Dev To How to add single quote in SQL query string
In this post, we will learn about How to add single quote in sql query string.when were creating queries that contain text, we use the single quote character to delimit the beginning and ending of our...
03:22 pm GMT - Wed, June 2, 2021
Dev To Dual WAN: Cmo configurar failover de internet y no morir en elintento
Importante: Este post est escrito teniendo en consideracin Internet Service Providers (ISP) Chilenos. Sin embargo, el principio aplica para cualquier compaa de cualquier pas.Disclaimer: No estoy afili...
02:46 pm GMT - Wed, June 2, 2021
Dev To Why you should use Chakra UI ?
Before beginning coding one significant question sprung up always: Which library would it be a good idea to style the components?Ive worked on various libraries such as Bootstrap, Material UI or style...
02:25 pm GMT - Wed, June 2, 2021
Dev To SvelteKit Starter Blog with GraphCMS
In this post, I'm going to detail setting up a starter blog using SvelteKit and GraphCMS. This will be a guide on creating a basic blog using SvelteKit and GraphCMS.SvelteKit for the bleeding edge goo...
02:13 pm GMT - Wed, June 2, 2021
Dev To Will Von Neumann Architecture be diminished in the future?
IntroductionComputer architecture has undergone incredible changes in the past 20 years. One element that has remained constant throughout the years, is the von Neumann concept of computer design. It ...
01:43 pm GMT - Wed, June 2, 2021
Dev To How To Create an awesome Parallax Scrolling Effect
Hello guys, In this video we will learn how to create simple parallax scrolling effect using GASP ScrollTrigger What is Gsap?GSAP (Greensock Animation API) is an animation library that helps you ...
01:34 pm GMT - Wed, June 2, 2021
Dev To Next Js Super Starter
"Build in a weekend, scale to millions"This template is heavily inspired by the above tagline, this is the tagline used by https://supabase.io/This super template helps you save a lot of time by direc...
12:54 pm GMT - Wed, June 2, 2021
Dev To Top 10 YouTube Channel For Developers
As YouTube is one of the most searched search engines on the entire planet, it is obvious that YouTube has hundreds of channels for curious developers of all experience levels. These channels range up...
12:47 pm GMT - Wed, June 2, 2021
Dev To How to Reset React Native Cache - NPM, iOS, Android, and More
Originally published on React Native Schoool.Things can get... funky in React Native. Here's how to start fresh and reset a React Native app cache.There are a lot of things in play in a React Native a...
12:41 pm GMT - Wed, June 2, 2021
Dev To Day 14/30 : Samsung Watch Clone With HTML and CSS
Welcome to Day 14 of this Challenge. This is what I created today. Here is the Demo : Video Tutorial : Source Code :https://www.futurecodersweb.com/2021/06/samsung-watch-clone-with-html-and-css.html ...
12:37 pm GMT - Wed, June 2, 2021
Dev To Project 74 of 100 - Multipart Form
Hey! I'm on a mission to make 100 React.js projects. Please follow my dev.to profile or my twitter for updates and feel free to reach out if you have questions. Thanks for your support!Link to today's...
12:29 pm GMT - Wed, June 2, 2021
Dev To What is JavaScript Used For and How to Run It
JavaScript is the de facto language to create web apps as it is the only language supported by browsers. Over time, JavaScript has evolved from only a programming language for the web to a Cross-Platf...
12:20 pm GMT - Wed, June 2, 2021
Dev To Best VS Code Shortcuts To Make Your Coding Faster
As a programmer, developer, or coder you have to faster speed for coding. And Every programmer wants fast typing speed to complete the work as soon as possible. Even they don't waste a second of time ...
11:51 am GMT - Wed, June 2, 2021
Dev To Awesome custom right click options. Pure CSS and JS
Hello, glad you are here. I am kunaal and today we will see how to make our own custom right click options. You can see demo below. Demo Video Tutorial -If you find this article hard or for ...
11:21 am GMT - Wed, June 2, 2021
Dev To Architecture options for building a basic Data Lake on AWS - Part 1
This article is a result of a chat discussion with @aditmodi, Willian Bill Rocha, Kevin Peng, Rich Dudley, Patrick Orwat and Welly Tambunan. Any other contributors are welcome The data lake is the key...
10:38 am GMT - Wed, June 2, 2021
Dev To ASP.NET Core request logging middleware
I needed to debug an error logged through Microsoft.Extensions.Logging (MEL) on one of our ASP.NET Core-based services today. Usually, when getting errors logged through MEL, all of the HTTP context d...
10:29 am GMT - Wed, June 2, 2021
Dev To An Irish Hackerspace looking for a new home
Hackerspaces in Ireland are far and few, and some were lost during the passage of time.We still have 091 Labs in Galway, South East Maker Space to name a couple here in the Republic of Ireland. If yo...
10:22 am GMT - Wed, June 2, 2021
Dev To Understanding KNNs
KNNs or K Nearest Neighbors is the simplest Machine Learning algorithm and also quite consequently the slowest too Nonetheless It's definitely the best algorithm to start your ML journey.A Machine Lea...
10:17 am GMT - Wed, June 2, 2021
Dev To Change your approach to accessibilty and get a better developer experience (and create more accessible websites)
You have probably heard about web accessibility on more than one occasion, especially if you work as a front-end developer. But a lot of front-enders think that making their applications accessible is...
10:07 am GMT - Wed, June 2, 2021
Dev To Top 30 Open Source And Paid React Charts Examples
The most evident outcome of the digital revolution (or the third industrial revolution) that began in the latter half of the 20th century is the amount of data that is collected and analyzed every day...
09:58 am GMT - Wed, June 2, 2021
Dev To Connect API and a Database with Docker Network
Hi everyone,This is a tutorial I am going to walk through how to run two docker containers, add them to a new docker network and communicate with each other.for this, I am going to create a demo API w...
09:18 am GMT - Wed, June 2, 2021
Dev To [FREE COURSE] Build A Serverless JAMStack Micro-Blogging App Using Next.Js, Tailwind CSS, And FaunaDB
BIG NEWS: I just launched a new (FREE!) course on my new screencasts platform. Learn how to build a Serverless JAMStack Micro-Blogging App using Next.js, Tailwind CSS, and FaunaDB.It is LIVE now and ...
09:16 am GMT - Wed, June 2, 2021
Dev To Top Best Online Coding Platform - Learn and Code!
Hello Guys, you might be searching and surfing here and there, may be visisted a lot of portals to find where you can learn, code and master the programming languages and the new technologies as per ...
09:08 am GMT - Wed, June 2, 2021
Dev To Is blogging dead?
Slightly ironic title given I am using a blogging platform but it's something I've heard people ask and I thought it would make a worth discussion amongst some of my friends, peers and colleagues. And...
08:34 am GMT - Wed, June 2, 2021
Dev To Create your own Text Editor, but should you?
When do you need an editor?Nowadays, the trend seems to be leaning towards web development and web apps rather than native alternatives. Along with this trend, even simple applications require m...
08:29 am GMT - Wed, June 2, 2021
Dev To Top three React & TypeScript pitfalls
The usage of React & TypeScript exploded in recent years. This should not come as a surprise to anyone at this point. Both tools proven to be viable working on web application large and small allo...
08:25 am GMT - Wed, June 2, 2021
Dev To 134 Tailwind CSS blocks.
Hello everyone,after being some time with no chance to work on the blocks, I removed some and instead I refactored them and I am working on the accessibility of these ones. Now you have around 134 blo...
08:17 am GMT - Wed, June 2, 2021
Dev To UI Dev Newsletter 59
CSS Container Queries For DesignersAhmad Shadeed explores designing with container queries in mind and showing common use cases.The new responsive: Web design in a component-driven worldUna Kravets wr...
08:01 am GMT - Wed, June 2, 2021
Dev To Color & typography inspiration. Figma, Sketch, Framer and Tailwind files included.
This is Colors & Fonts, caf, as mentioned before I worked on it since 2018, and now has got a new version.Feel free to download the sketch file and copy the files to Figma and Framer. There's also...
07:56 am GMT - Wed, June 2, 2021
Dev To Why local development for serverless is an anti-pattern
In the serverless community, individuals and teams spend a lot of time and effort attempting to build an environment that is a replica of the cloud. Why? Because this is what we have always done. When...
07:54 am GMT - Wed, June 2, 2021
Dev To Top Mistakes I made as a JavaScript Developer.
Top Mistakes I made as a JavaScript Developer...Top Mistakes I made as a JavaScript Developer...A Thread... pic.twitter.com/3gejhKTv3T Ankur (@TheAnkurTyagi) June 2, 2021 Today, JavaScript is a...
07:47 am GMT - Wed, June 2, 2021
Dev To A Simple CSS Trick to Instantly Make a Site Responsive Without Having a Ton of Code in Your Media Queries
Hey, Josh here again. Lately, Ive been showing you how to build projects with Ruby on Rails and React.js. Today, Im going to show you something a little bit different how to easily make your website ...
07:46 am GMT - Wed, June 2, 2021
Dev To Instagram Login page UI clone. Can you tell which one is original?
Hey Everyone, The best way to learn to design webpages with CSS is to clone existing websites UI.I have tried to clone the UI of the instagram login page.Can you tell which one is original?Image 1Imag...
07:34 am GMT - Wed, June 2, 2021
Dev To 10 Platforms to Help Level Up Your Frontend Development Skills
IntroductionYou will agree with me that getting out of tutorial hell can be difficult especially when you are learning on your own. Trying to apply the knowledge gained will increase the rate at...
07:13 am GMT - Wed, June 2, 2021
Dev To [Step By Step Guide] How to set up visual studio code for C and C programming 2021.
Why should you use visual studio code ?Visual Studio Code is a free source-code editor made by Microsoft for Windows, Linux and macOS. Features include support for debugging, syntax highlighting...
07:12 am GMT - Wed, June 2, 2021
Dev To Summary of Dart & Flutter
Dart What is Dart?Dart is aClient-optimizedIt is optimized for use in applications that are client-orientedUse of Dart Virtual machine that helps to optimize the code and compile Just In Ti...
07:07 am GMT - Wed, June 2, 2021
Dev To Questions YOU can ask during interviews
Here are some of the questions I like to ask in interviews.What stack would I be working on?What stack is the backend written on? (I'm front)How is the relationship with the backend teams or design te...
06:13 am GMT - Wed, June 2, 2021
Dev To JS Interview Checklist - Part 2 (Advanced)
You have covered the basics Now, you are ready to impress the interviewer with some advanced concepts Let's get started.If you haven't read Part-1: https://dev.to/rajatetc/js-interview-checklist-part-...
06:00 am GMT - Wed, June 2, 2021
Dev To Different ways to achieve SFINAE
Life is a chain of opportunities. Each task you take on will lead you to more doors hiding other opportunities. Some are worth opening, some are not.Proofreading C++20: Get the Details by Rainer Grimm...
05:39 am GMT - Wed, June 2, 2021
Dev To Unsubscribe to confirm email
Bleeping computer tried to check if it's true or not- scammers are using your action of unsubscribing from a newsletter as confirmation to the fact that the email address is an active one.As soon as t...
05:30 am GMT - Wed, June 2, 2021
Dev To Cheatsheet for the Regex Cheatsheet, Part IX: String Replacement
IntroI was recently doing a code challenge for a job interview that required me to strip out all nonalphabetic characters. "Ah! I should use Regular Expressions for this!" I thought in triumph, ...
05:08 am GMT - Wed, June 2, 2021
Dev To New benchmark: Mezon Router is up to 922 times faster than MiladRahimi Router
Hi all! Today we have one more benchmark.As usual we have two cases:http server accepts request, launches php script, which handles this request, and then all script data is removed from memory. All f...
05:07 am GMT - Wed, June 2, 2021
Dev To How I accidentally built a popular tool for Trackmania streamers: the story of TMViz
For developers, side projects often feel like a nuisance.There seems to be all sorts of ideas floating around the head of a developer, but figuring out which idea to put the work in is a lot harder. A...
05:05 am GMT - Wed, June 2, 2021
Dev To What is the Virtual DOM? (Let's build it!)
You might have heard of the Virtual DOM (and also the Shadow DOM). You may have even used it (JSX is basically sugar for the VDOM). If you want to learn more about it, you've come to the right place!I...
04:20 am GMT - Wed, June 2, 2021
Dev To Send Data to the Server With axios
You must be a glutton for punishment if you're here following my post on GET requests with axios.Love you axiosAs long as I have you here, let's recap on what we covered in the last post:We created a ...
03:47 am GMT - Wed, June 2, 2021
Dev To React JS How/where to Start ? : Best Way to learn React
I want to share my experience as I coded my way from being a noob to an intermediate developer.when we learn programming its all about docs(documentation) and practice.Its like building our muscle mem...
03:40 am GMT - Wed, June 2, 2021
Dev To [pt-BR] REDAMEs DO GITHUB: IDEIAS... E DICAS
Ol pessoas! Estou meio sumida, mas continuo viva, a quem interessar hehe. Neste artigo, quero conversar com voc, pessoa desenvolvedora, pessoa curiosa de tecnologia, pessoa que por ventura do destino ...
02:38 am GMT - Wed, June 2, 2021
Dev To Converting HTML to a PDF using Python, AWS Lambda, and wkhtmltopdf
Building an AWS lambda function that uses Python and wkhtmltopdf to convert an HTML file to a PDF file. tl;dr GoalTo set up an easy to call HTML to PDF converter as an AWS Lambda function. ...
02:26 am GMT - Wed, June 2, 2021
Dev To Architecture: Web app[front-end] from scratch 2021 - part 3
Finally, I am going to complete the web application architecture blogs for beginners . if, I missed anything to mention in this blog. please, add it in the comments . Let's start the article. State m...
02:12 am GMT - Wed, June 2, 2021
Dev To How do I deploy to Netlify?
Heeeeey guys, quick tip for those of you who need to deploy your app, there are several ways to deploy your app for free, but what I like the most is Netlify because it's so simple and fast:1- Once lo...
12:46 am GMT - Wed, June 2, 2021
Dev To Collab lab team 24 summary
On Sunday, May 30, we finished our spring 2021 cohort and we are very happy to see all the effort and commitment of each of our Collabies.Since we started spring we could see that they were people wit...
11:18 pm GMT - Tue, June 1, 2021
Dev To Build a Custom Client Portal on Airtable Using Sync Inc with React
Airtable is a great project management tool for companies. You can set it up to track projects, tasks, team members, and deliverables, but Airtable doesnt have a great way to share these projects with...
10:30 pm GMT - Tue, June 1, 2021
Dev To Merge multiple CSV files and remove duplikats (e.g. Keepass)
I would like to present you a simple script which I wrote when I needed to merge the passwords database from LastPass to my current KeepassXC database.Let's start with my example, you want to migrate ...
10:02 pm GMT - Tue, June 1, 2021
Dev To Database Design and SQL for Beginners
This is a short introduction to relational database design and the Structured Query Language (SQL). Many people organize their electronic data into spreadsheets. This works great if the data is simple...
09:58 pm GMT - Tue, June 1, 2021
Dev To A Look at Compilation in JavaScript Frameworks
In 2017 Tom Dale, wrote Compilers are the New Frameworks. And he was right. In 2017 things were already heading that way and have only continued on that trend since.If you look at the whole range of b...
09:38 pm GMT - Tue, June 1, 2021
Dev To Let's Build An Instagram Clone With The PETAL(Phoenix, Elixir, TailwindCSS, AlpineJS, LiveView) Stack [PART 8]
In part 7 we added the search functionality in our top header navigation menu, in this part we will work on the bookmarks functionality and notify users when a following adds new posts to our homepage...
09:30 pm GMT - Tue, June 1, 2021
Dev To Big-O Notation from a Non-CS Perspective
Hi everyone!Welcome to the second post in our Data Structures & Algorithm series! Last time we reviewed the crossovers in JavaScript arrays and strings. This time we will cover Big O notation, div...
09:29 pm GMT - Tue, June 1, 2021
Dev To Big-O Notation from a Non-CS Perspective
Hi everyone!Welcome to the second post in our Data Structures & Algorithm series! Last time we reviewed the crossovers in JavaScript arrays and strings. This time we will cover Big-O notation, div...
09:16 pm GMT - Tue, June 1, 2021
Dev To 15 FREE OPEN SOURCE IOCNS PACK FOR EVERY DESIGNER AND DEVELOPER!
after a long time of searching and trying so many resources for free icons, I created this list and I used all of these packs and wanted to share it with everyone.Emblemicons - An open-source free to ...
09:15 pm GMT - Tue, June 1, 2021
Dev To Starting Your Accessibility Journey: A Developers Guide
Beginning the Accessibility JourneyWhen I got my first job as a web developer, it was working on a Fortune 50 company's main web content. I was absolutely thrilled! Web development was my passio...
09:01 pm GMT - Tue, June 1, 2021
Dev To Surviving your first months as a developer in a company
So, you decided to start programming, done some courses, created a few projects, and you want to find your first developer job. That's great! I'm glad you survived so far, now let me tell you some stu...
09:00 pm GMT - Tue, June 1, 2021
Dev To I built a link shortener app with NextJS
Live demo: l.jkrzeptowski.pl Libraries used:NextAuth.js - authentication for Next.jsPrisma 2 - Next-generation ORM for Node.js and TypeScriptReact query - used for fetching data and state managem...
08:53 pm GMT - Tue, June 1, 2021
Dev To Cool (online) places
Here are 3 lists with useful and original websites to learn code or simply enjoy life. Pure snippets and articlesOh Hello AnaA11y with LindseyVictoria.devOdd BirdModern CSS SolutionsA list apartV...
08:36 pm GMT - Tue, June 1, 2021
Dev To Learn Go in 8 minutes
Learning the basics of Go and how it works. I chose Go as a starting language here because of its ease of use and performance. Why GoGo is a language that was designed at 2009 at Google by Robert...
08:26 pm GMT - Tue, June 1, 2021
Dev To Does being disabled make you more likely to identify as lesbian, gay or bisexual? (or vice versa!)
Yeah I knew that title would catch your attention! But it isn't clickbait! Quick note: This is obviously a subject that can cause a lot of tension etc. I do not mention TQIA+ within this article pure...
08:22 pm GMT - Tue, June 1, 2021
Dev To The 3 most interesting Kotlin posts of May 2021
Let me share with you 3 interesting articles from #kotlin from May 2021.I follow here the example from @sandordargo for #c++, and like him, it's not a popularity contest, I add subjectivity to the lis...
07:50 pm GMT - Tue, June 1, 2021
Dev To 5 VSCode Features I Use Daily as a Full Stack Engineer
As a software engineer, there are times you'll walk into a codebase that is already established and is some combination of: (a) new to you (b) much larger/more complex than other projects you've worke...
07:42 pm GMT - Tue, June 1, 2021
Dev To The 3 most interesting C posts of May 2021
Let me share with you 3 interesting #cpp posts from May.I don't take the most popular articles anymore, because I find that while some articles do meet the criteria to add #cpp as a tag, but they are ...
07:36 pm GMT - Tue, June 1, 2021
Dev To Build cool charts and visualize data with d3.js
You probably have seen a lot of "covidtracker" or cryptocurrency charts applications for some time now, some of them offer really awesome charts which you can hardly make with commons libraries of "re...
07:20 pm GMT - Tue, June 1, 2021
Dev To Making an esolang
I have posted about esolangs a lot in the past. From good ones to mine to the esolist but never have I posted about making one.In this article, I am going to go through a step by step procedure to mak...
07:18 pm GMT - Tue, June 1, 2021
Dev To Happy pride month programmers!
It's that time of year again! Pride month! This is my first pride month really realizing that I'm part of the community as a Non-Binary/Genderfluid human. I'm really happy with all the support and lov...
07:13 pm GMT - Tue, June 1, 2021
Dev To Laravel Job Boards
Here are the most active Laravel job channels, for both developers and recruiters. LaraJobsLaraJobs is the official board for Laravel related jobs. Approximately 2 new jobs are posted everyday. 1...
06:51 pm GMT - Tue, June 1, 2021
Dev To AWS Data Lake with Terraform - Part 1 of 6
Big data has been growing as topic for a while now and it is obvious that data is powerful. Data is indeed the new oil. Any business out there is investing in data research. There are many terms nowad...
06:47 pm GMT - Tue, June 1, 2021
Dev To Distributed Load Testing in JMeter using VirtualBox
In this blog article, we are going to use how you can run distributed load testing in JMeter using VirtualBox setup. I have already posted videos about distributed load testing on AWS and Raspberry Pi...
06:45 pm GMT - Tue, June 1, 2021
Dev To The 7 Most Popular 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:29 pm GMT - Tue, June 1, 2021
Dev To Google Stock Price Prediction Using LSTM-RNN
Recurrent Neural Networks can Memorize/remember previous inputs in-memory When a huge set of Sequential data is given to it.These loops make recurrent neural networks seem kind of mysterious. However,...
06:25 pm GMT - Tue, June 1, 2021
Dev To Things to listen to while you code
Some people work in silence, i prefer to have a whole opera in my ear while i figure out why line 69 has a problem. These are some things that i helped me have a more productive/fun coding session. ...
06:08 pm GMT - Tue, June 1, 2021
Dev To DevTools Tip of the day: The Console dollars
$0$0 is a reference to the currently selected html node in the Elements pane.Also, $1 is the one selected previously, $2 the one before that, etc. up to the number $4.You can use that additional...
05:56 pm GMT - Tue, June 1, 2021
Dev To Clarifying CORS - Cross-origin Resource Sharing
Contents Intro Access-Control Headers Rate Limiting Summary Intro Continuing on from my previous blog about website security week, we're going to talk about a CORS on the web.CORS is Cross-...
05:54 pm GMT - Tue, June 1, 2021
Dev To CSS Shadow generator
Most CSS shadow generators do not allow you to apply multiple shadows to the element, so we've built our own.Hopefully you would find it useful:CSS-Shadow-Generator...
05:17 pm GMT - Tue, June 1, 2021
Dev To How to Prepare for and Ace Your Software Engineering Interview
You updated your resume, found some open software engineer job postings, and fired off your applications. And its landed you an interview (or two)!Now its time to prepare - and as the place where driv...
04:59 pm GMT - Tue, June 1, 2021
Dev To How to validate a JSON file with JSON Schema
These days, I'm regularly checking big JSON files and I was tired to have to check every field manually. So I've searched on internet if we can have a JSON file structure validation.And I found json-s...
03:58 pm GMT - Tue, June 1, 2021
Dev To How to Fix Discord JavaScript Error?
One of the most loved and user-friendly applications, Discord, permits you to communicate with your friends or team members during gameplay. Owing to its unique features, it is a must have application...
03:56 pm GMT - Tue, June 1, 2021
Dev To Happy LGBTQIA Pride Month!
It's finally one of our favorite times of the year Pride Month! As many of you know, every year in June*, many countries around the world celebrate the diverse spectrum of LGBTQIA+ individuals ...
03:44 pm GMT - Tue, June 1, 2021
Dev To Understand Polymorphism once for all
The main reason for using interfaces is to achieve polymorphism and to provide developers with the ability to implement interface methods in their own way in the future.In this example I will use Type...
03:44 pm GMT - Tue, June 1, 2021
Dev To Every Icon you need in reactJS project. ft. react-icons
Hello Developers I just wanna share an awesome library(or whatever it is called) for Icons in ReactJS. React-IconsReact-Icons enables you to use famous icon provider's icons in React compon...
03:37 pm GMT - Tue, June 1, 2021
Dev To High Performance Images: 2021 Guide
Images engage users, drive clicks, and generally make everything better--except performance. Images are giant blobs of bytes that are usually the slowest part of your website. This 2021 guide has ever...
03:36 pm GMT - Tue, June 1, 2021
Dev To Organizing my life with Todoist
For the month of May, I wanted to commit myself to doing something I've been trying to ease into for a while now - finding a better way to manage my To-do list than pen/paper. I've tried slowly migrat...
03:30 pm GMT - Tue, June 1, 2021
Dev To How to start a B2B marketplace
Nowadays the B2B business model is just starting to take off. Entrepreneurs seek solutions and improve their businesses performance. The B2B models key feature is the frequency and transaction volume,...
03:22 pm GMT - Tue, June 1, 2021
Dev To FRP - Fast Reserve Proxy - Connect To Database In Private Network
To support the requirement of accessing database with proper permission and high security, this post show you how to open connection to database servers such as postgresql, redis, mongodb, etc. ...
03:16 pm GMT - Tue, June 1, 2021
Dev To iOS Passwordless Chat Application with Auth0
Almost every application needs an authentication strategy. The most common being the classic username and password combo. However, there's a new approach some apps are taking to avoid handling or stor...
03:09 pm GMT - Tue, June 1, 2021
Dev To Polypane 6.1: Readability, Content Chaos and rewritten event sync engine
Polypane 6.1 adds two new debug tools and a much more performant, completely rewritten interaction syncing engine along with numerous smaller improvements and bug fixes.What's Polypane? Polypane is a ...
03:05 pm GMT - Tue, June 1, 2021
Dev To Choosing a Message Broker: Kafka vs RabbitMQ vs AWS SQS/SNS
Microservice applications rely heavily on messaging and asynchronous communications to keep everything working smoothly. Choosing the right message broker is one of the first critical choices you must...
03:03 pm GMT - Tue, June 1, 2021
Dev To Using Postman Automation to Test API Endpoints Protected by Oktas PKCE Flow
Postman is a great tool for testing our APIs and streamlining backend development. One of the big hurdles, however, is testing API endpoints that are protected. There are some imperfect workarounds th...
02:58 pm GMT - Tue, June 1, 2021
Dev To Will Self-Supervised Visual Transformers Replace Pre-Trained CNNs?
Pre-trained CNNs are still king when training models for computer vision use cases. However, the emerging popularity of Visual Transformers (ViTs), and subsequent consensus about their unsupervised le...
02:54 pm GMT - Tue, June 1, 2021
Dev To How to start competitive coding!
Competitive programming(CP) is a mind sport usually held over the Internet or a local network, involving participants trying to program according to provided specifications. Basic requireme...
02:00 pm GMT - Tue, June 1, 2021
Dev To IF YOU'RE A BEGINNER IN CODING, READ THIS
DON'T FALL IN TUTORIAL HELL. And, if you haven't heard of it, then you're at the right place at the right time. When many start out, they keep on watching tutorials on Youtube, attend their classes fo...
01:28 pm GMT - Tue, June 1, 2021
Dev To Frontend challenge - Car bidders dashboard.
I had an Interview with Travclan and for the technical round, I had to submit a solution for this frontend challenge.# Front-end Test Task## TaskDevelop a Single page application with following mentio...
01:27 pm GMT - Tue, June 1, 2021
Dev To A Vim Guide for Advanced Users
Welcome to the third part of this series aimed to help you unleash a power never seen on Earth using the Almighty Vim.Vim for BeginnersVim for Intermediate UsersVim for Advanced UsersVim for Adept Use...
01:07 pm GMT - Tue, June 1, 2021
Dev To Let's Build a Jamstack App Together!
Join me on Twitch as we build an RSS Reader using Eleventy and Modern CSSWe'll start from absolute zero and create project requirements, architect the Eleventy (11ty) project, design in the browser us...
12:37 pm GMT - Tue, June 1, 2021
Dev To Developing against the Cloud
In the days of the LAMP stack, local web development was straightforward. You'd have a copy of your code on your machine, and fire up a local server with something like rails server. As complexity and...
12:32 pm GMT - Tue, June 1, 2021
Dev To Save time and make fewer mistakes with Snippets
Last week I was sitting down to write a custom JavaScript error and became immediately annoyed. I've had to do that just often enough that it felt like I was being a robot, but not so often that I cou...
12:15 pm GMT - Tue, June 1, 2021
Dev To JS Interview Checklist - Part 1 (Basics)
Prepping for your next interview I have the perfect checklist for you. Go through this and you are ready to rock PrerequisitesBasic knowledge of how the web worksFamiliar with HTML/CSS, JS (esp...
12:13 pm GMT - Tue, June 1, 2021
Dev To How to auto-generate Swagger/OpenAPI doc for your web services
Welcome back to my RailsConf 2021 presentation recap! Check out Part 1 and Part 2 in case you missed them last week. This post recaps the second demo I gave as part of my talk. Using rswag and the app...
12:01 pm GMT - Tue, June 1, 2021
Dev To Carousel slider tutorial with HTML, CSS and JavaScript
In this post we'll look at how to make a simple carousel with HTML, CSS and JavaScript. We will use good code practices, keep accessibility in mind and also consider how we can test the carousel.The c...
11:54 am GMT - Tue, June 1, 2021
Dev To How to Build a Simple Reviews and Rating System with Livewire and Jetstream?
IntroductionLaravel Livewire, created by Caleb Porzio, is a full-stack framework that allows you to add reactivity to your Laravel applications.If you are just getting started with Laravel Livew...
11:53 am GMT - Tue, June 1, 2021
Dev To Under-the-hood of NPM
NPM is the official package manager for the NodeJS ecosystem. Since the first release of NodeJS it has come with NPM built-in. The initial release date for NPM was 12 January 2010 and since then has g...
11:47 am GMT - Tue, June 1, 2021
Dev To Dockerize Apache Tomcat Servlets
Step 1 - DependenciesMake sure you have Java EE, a compatible version of JDK and Docker installed.If you don't have Java EE installed, or if you have OpenJDK , you can use the Java EE jar file d...
11:17 am GMT - Tue, June 1, 2021
Dev To How to convert a string to an array in javascript?
In this short tutorial, we look at how to convert a string into an array of characters using javascript. We also look at a few examples and caveats.This tutorial is a part of our initiative at Flexipl...
11:08 am GMT - Tue, June 1, 2021
Dev To Knapsack Variation
An investor has saved some money and wants to invest in the stock market. There are a number of stocks to choose from, and they want to buy at most 1 share in any company. The total invested cannot ex...
10:47 am GMT - Tue, June 1, 2021
Dev To 5 mini-projects to sharpen your frontend development skills!
Hi folks, Frontend development is continuously evolving with new technologies and frameworks. It is always said that the best way to master a new framework is by building something in it while learni...
10:45 am GMT - Tue, June 1, 2021
Dev To let, var & const explained.
Scope of varScope essentially means where these variables are available for use. var declarations are globally scoped or function/locally scoped.The scope is global when a var variable is declared out...
10:40 am GMT - Tue, June 1, 2021
Dev To Mobile App Monetization: An Essential Guide
Mobile app monetization is a must for most of todays mobile apps. Given the sheer size of the mobile app market, mobile app monetization has almost become a science in its own right with various tacti...
10:33 am GMT - Tue, June 1, 2021
Dev To Copy and Paste Emoji
Are you looking for emoji symbols you could copy and paste to another website or app Online Emoji Keyboard 2021 for PC, tablets and smartphones. Copy and paste every emoji with no apps required E...
10:29 am GMT - Tue, June 1, 2021
Dev To Azure CLI: Get Azure repositories list in 4 steps
If you're looking for an azure cli command to get a list of repositories, you can follow the steps: Step 1:Download Azure CLI from here Step 2:Add the Azure DevOps extensionaz extension add ...
10:26 am GMT - Tue, June 1, 2021
Dev To Free Flutter Templates 2021
In this article, you will finally find your BFF's. And by BFF I mean the Best Free Flutter Templates, of course.Enjoy it and write in the comments which ones you liked the most. Personally, my favorit...
10:24 am GMT - Tue, June 1, 2021
Dev To A Deep Dive Into Kubernetes Schema Validation
Why run schema validation?How do you ensure the stability of your Kubernetes clusters? How do you know that your manifests are syntactically valid? Are you sure you dont have any invalid data ty...
10:18 am GMT - Tue, June 1, 2021
Dev To Do you have a YouTube channel? If so share it here
Do you have a YouTube channel?Please share a link to it here so that we all can see it, and watch some of your videos!Thank you! I will start.Here is the link to my channel.Feel free to share your fe...
10:15 am GMT - Tue, June 1, 2021
Dev To I made 100 more CSS loaders for your next project
not 100, not 200 but 300! Yes, a new collection and a total of 300 CSS loaders. This time, I am going to rely on more elements to create the loaders ... No, I am joking , still only one <div> pe...
08:30 am GMT - Tue, June 1, 2021
Dev To Why open-source to get a better job as a developer is nonsense *(and what you should do instead)
Have you heard it before?To get a great job as a developer, you should contribute to open-source projects.I say it is a bunch of nonsense.Think about it.If you have a full-time job, you just don't hav...
08:15 am GMT - Tue, June 1, 2021
Dev To I made something
Hey everyone. It's an absolute pleasure to write something again. Since the past couple of days I've been busy with my university exams (footnote: still not over ).But I still managed to learn ReactJS...
08:12 am GMT - Tue, June 1, 2021
Dev To Solution: Max Area of Island
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
07:31 am GMT - Tue, June 1, 2021
Dev To Introduction to Microservices
Monolithic ArchitectureIn earlier days, monolithic architecture was used everywhere. It was a single application which facilitate the all functions in the system. It was simple and easy to organ...
07:29 am GMT - Tue, June 1, 2021
Dev To How to use Github as a Cloud Storage For Web Development
Github provider of Internet hosting for software development and version control using Git. It offers the distributed version control and source code management functionality of Git, plus its own feat...
07:27 am GMT - Tue, June 1, 2021
Dev To How to increase income as a web developer in 2021?
In the previous article, we discussed How To Make Side Income As a Web Developer. Here we are going to discuss How to increase income as a web developer in 2021?In this article, we have listed down so...
07:25 am GMT - Tue, June 1, 2021
Dev To Useful Git Commands.
Git is an example of a distributed version control system commonly used for open source and commercial software development.Let's go :initalize git in files/directories.git init2.Clone the repos...
07:23 am GMT - Tue, June 1, 2021
Dev To JavaScript new features in ECMAScript 2021
Below are some new features that you can expect from the ECMAScript:replaceAllPromise.anyWeakRefs and finalizerLogical Assignment OperatorsNumeric separatorLet's begin with the first one. 1. repl...
07:20 am GMT - Tue, June 1, 2021
Dev To AWS open source news and updates 70
1st June, 2021 - Instalment #70Due to it being a bank holiday in the UK, Newsletter #70 is a day later than usual.Make sure you check out this weeks "Quick Updates" as there are some updates tha...
07:09 am GMT - Tue, June 1, 2021
Dev To GirlScript Summer Of Code 2021 !! First Open Source Program !!
What is GSSOC?GirlScript Summer of Code is the 3 month-long Open Source Program during summers conducted by GirlScript Foundation, with an aim to help beginners get started with Open Source Deve...
07:04 am GMT - Tue, June 1, 2021
Dev To All you need to know about High Order Functions in JavaScript
As a JavaScript developer you will utilize high order functions frequently, so having a decent comprehension of these functions is vital. Presently I see individuals get frequently confounded when fin...
06:59 am GMT - Tue, June 1, 2021
Dev To Get Data From DynamoDB Using AWS SDK (Go) - The Cloud Resume Challenge Series (Part 15)
Hey cloud engineering friends! Over the past weeks I've been completing the cloud resume challenge. It's a free challenge started by AWS hero Forest Brazeal to help people get into the cloud by doing ...
06:33 am GMT - Tue, June 1, 2021
Dev To Premium Search Engine Optimization tool
Hi,I am back with a new tool that might be suitable for you if you have a blog or website.Today in this article I will introduce Semrush.What is Semrush?Semrush is an all-in-one tool suite for improvi...
06:18 am GMT - Tue, June 1, 2021
Dev To Forensic Face Sketch Construction and Recognition
In forensic science, it is seen that hand-drawn face sketches are still very limited and time-consuming when it comes to using them with the latest technologies used for recognition and identification...
06:05 am GMT - Tue, June 1, 2021
Dev To How to Hire a Good JavaScript Developer.
How to Hire a Good JavaScript Developer...A Thread... pic.twitter.com/lxKLn2rEhd Ankur (@TheAnkurTyagi) May 31, 2021 How to Hire a Good JavaScript Developer...As with any technology, theres kno...
05:58 am GMT - Tue, June 1, 2021
Dev To Formatting strings in Python
As you may know, I work mainly with JavaScript these days. After seeing JavaScript has these amazing template literals. I was wondering if something like that existed in Python.And it does, in some wa...
05:55 am GMT - Tue, June 1, 2021
Dev To CSS Box Model
Everything displayed by CSS is a box. Let's understand how CSS box model works. What is Box model?Box model refers to how HTML elements are modeled or rendered in browser engines and how much dim...
05:41 am GMT - Tue, June 1, 2021
Dev To Top 1 way to not mess up your project
If you are a web developer, maker or an entrepreneur who is trying to build a sustainable businesses, Here is the Top 1 (yes, it's not a yet another Top 10 article) way to not mess up your project. 1....
04:44 am GMT - Tue, June 1, 2021
Dev To Highlight text in paragraphs with a simple directive in Angular
How to highlight text in a paragraph with the help of directives in Angular. Especially helpful in highlighting text matching the search term. You could have come across this in your browser or IDE wh...
03:31 am GMT - Tue, June 1, 2021
Dev To Angular : How to automate angular deployment for AWS S3 Angular Website??
If you have hosted your angular app to AWS S3 then you can automate your ng build -prod and drag and drop to S3 bucket by simply following below steps - Step 1 - Add @jefiozie/ngx-aws-deploy to your ...
02:26 am GMT - Tue, June 1, 2021
Dev To The 10 Important Full-Stack Web Development Tools in 2021
There is a saying "as a full-stack developer, you need to learn everything" - pirple.As it is true for you to learn everything as a full-stack web developer, you also need to be familiar with a lot of...
02:19 am GMT - Tue, June 1, 2021
Dev To LeetCode 146. LRU Cache (javascript solution)
Description:Design a data structure that follows the constraints of a Least Recently Used (LRU) cache.Implement the LRUCache class:LRUCache(int capacity) Initialize the LRU cache with positive s...
02:02 am GMT - Tue, June 1, 2021
Dev To CS Data Structures: FixedArray
ExordiumA fixed (or fixed-size, fixed-length) array is an array that has a max amount of items. Such arrays are used when the programmer knows how many elements an array should hold-such as the ...
01:51 am GMT - Tue, June 1, 2021
Dev To add phpinsights in your laravel project
phpinsights is a helpful package to add code quality analysis, it measure the code in four areas:Code (code reliable, loosely coupled, simple, and clean).Complexity (check the statements and methods c...
01:44 am GMT - Tue, June 1, 2021
Dev To this
There is a Car class -> Car{this.something}There is 2 objects of Car class -> car1, car2When I access Car with car1 -> [this == car1][this.something == car1.something]When I access Car with c...
01:42 am GMT - Tue, June 1, 2021
Dev To Behaviours em Elixir
Assim como Protocols, Behaviours tambm so uma forma de manter um padro de interface/herana e at mesmo polimorfismo no Elixir.Vale lembrar que Elixir uma linguagem de programao funcional, portanto, no...
01:24 am GMT - Tue, June 1, 2021
Dev To Adding custom Docker containers to Appwrite
In my second post to dev.to, I'll describe how you can add your very own Docker containers to Appwrite! IntroWhile exploring different backend infrastructure options at Streamlux, we decided it w...
12:56 am GMT - Tue, June 1, 2021
Dev To La propiedad display en CSS
Hola gente bonita!En este articulo voy a explicar sobre la propiedad display y los diferentes valores que esta contiene, antes de empezar es necesario comprender algunos conceptos, como el modelo de c...
12:08 am GMT - Tue, June 1, 2021
Dev To Angular meetup videos from April, 2021
MeetupFeed is back with a summary of all the exciting Angular meetup videos from April, 2021. Below youll find great meetup videos about different aspects of Angular, useful tips and some great tricks...
11:44 pm GMT - Mon, May 31, 2021
Dev To The .NET Stacks 52: Happy birthday to us
Note: This is a special extended edition of The .NET Stacks, available to the community right away! (The community usually receives the issues a week after email subscribers.) If you like what you rea...
10:58 pm GMT - Mon, May 31, 2021
Dev To Start Kubernetes Live Stream: Pods, ReplicaSets, and Deployments
I did my first YouTube live stream this weekend. I took a couple of days to edit the video - not because there was a lot of edits, but because it takes 8+ hours for YouTube to process the changes :)In...
10:39 pm GMT - Mon, May 31, 2021
Dev To Getting a URL Parameter in Javascript
When programming in Javascript there are times when you might want to know if there were any parameters passed through the URL. In case you arent familiar with URL parameters, they are the arguments s...
10:27 pm GMT - Mon, May 31, 2021
Dev To When Clients start to Estimate
You are having an estimation meeting with a special guest - the client. He is there to clarify features and any open questions. But during the meeting whenever the client feels that the estimation is ...
09:01 pm GMT - Mon, May 31, 2021
Dev To JS monorepos in prod 1: project initialization
Every project journey begins with the step of initialization. When your overall project is composed of multiple projects, it is tempting to create one Git repository per project. In Node.js, a project...
08:56 pm GMT - Mon, May 31, 2021
Dev To Separating logic in your Redux Toolkit application
Redux Toolkit (which onwards, I will refer to as RTK) is a massive improvement to the Redux ecosystem. RTK changes the way we approach writing Redux logic and is well known for cutting off all the boi...
08:32 pm GMT - Mon, May 31, 2021
Dev To Learning from React - part 3
Original post at: https://siderite.dev/blog/learning-from-react---part-3/Learning from React series:Part 1 - why examining React is useful even if you won't end up using itPart 2 - what Facebook wante...
08:15 pm GMT - Mon, May 31, 2021
Dev To Why to use useContext?
What made me use useContext? What would one normally do if they want to pass data down the tree to some component, they will achieve this by passing the data as props to the child components, I did th...
08:10 pm GMT - Mon, May 31, 2021
Dev To Create an Entire Backend without Writing a Single SQL Query - Intro to Postgres and Prisma for Frontend Developers
This article is written for someone with 0 backend experience, so anyone should be able to learn from it! This guide will not make you a master-level expert on backend development I'm a frontend devel...
08:10 pm GMT - Mon, May 31, 2021
Dev To Create a Backend API without Writing a Single SQL Query - Intro to Postgres and Prisma for Frontend Developers
This article is written for someone with 0 backend experience, so anyone should be able to learn from it! This guide will not make you a master-level expert on backend development I'm a frontend devel...
08:09 pm GMT - Mon, May 31, 2021
Dev To How to rate limit a login route in Express using node-rate-limiter-flexible and Redis
IntroductionRate limiting is a method used for controlling network traffic. It limits the number of actions a user can make per unit of time 1. In this tutorial, we will rate limit a login route...
08:08 pm GMT - Mon, May 31, 2021
Dev To Location.reload()
Before, I write a single word about Javascript, allow me to say one thing, it's a beast. Switching gears from Ruby to JS threw me for a loop, but after lots of practice and reading it all started to c...
08:00 pm GMT - Mon, May 31, 2021
Dev To Code-server additional settings
Things that i forgot in the video.Here is the link to the vide. A quick thing to mentionI forgot to tell you one important thing. You can access your code-server from any browser without ev...
07:35 pm GMT - Mon, May 31, 2021
Dev To Use async / await with Javascript's .map() and other high-order functions
TL:DR - Asynchronous, high order array-functions return an array of promises. In order to resolve each of these, you can use one of the following methods: Promise.all([ /* ... array of promises ... *...
07:27 pm GMT - Mon, May 31, 2021
Dev To Novidades do Java 11
A nova verso LTS do Java chegou e com ela tivemos algumas mudanas no s a nvel de cdigo, mas tambm de como a Oracle lida com as novas releases; agora, sero lanadas verses a cada 6 meses e a cada 4 anos...
06:58 pm GMT - Mon, May 31, 2021
Dev To The Correct Way to Overload Functions in Python
Function overloading is a common programming pattern which seems to be reserved to statically-typed, compiled languages. Yet there's an easy way to implement it in Python with help of Multiple Dispatc...
06:02 pm GMT - Mon, May 31, 2021
Dev To Line by line explanation of Ruby 3 Ractor - worker pool implementation
Ruby 3 has an exciting update about its concurrency support: Ractors.First, please read https://github.com/ruby/ruby/blob/master/doc/ractor.md for "What it is" and "What it can do".If you're trying to...
05:49 pm GMT - Mon, May 31, 2021
Dev To Microservice Pattern : API Gateway
When we talk about the system design or see those big Mircoservice Architecture diagram, there is a component with name api-gateway which always comes into the picture. In this blog we will see what ...
05:44 pm GMT - Mon, May 31, 2021
Dev To Understanding of Probability Distribution and Normal Distribution
IntroductionStatistics is a key component in data science, which deals with gathering, analyzing, and drawing conclusions from data. An aspect of statistics is the probability distribution, whic...
05:39 pm GMT - Mon, May 31, 2021
Dev To Angular State Management With BehaviorSubject
Jim Armstrong | ng-conf | Dec 2019This article is targeted to beginning-to-intermediate-level Angular developers wishing to obtain insight into methods for state management in front-end applications. ...
05:35 pm GMT - Mon, May 31, 2021
Dev To My Developer Journey How I Went from Making $1,000 to Better Salary
Cover photo by Ian Schneider on Unsplash.Hey everyone, my name is Santosh. In this article, I will tell you how I ramped up my career and ended up making Better Salary a year as a developer. I'll shar...
05:33 pm GMT - Mon, May 31, 2021
Dev To 23 useful GitHub Repos every developer should follow
IntroductionBlah Blah Blah... Let's get into the list... Free Programming BooksList of Free Learning Resources In Many Languages. This list was originally a clone of StackOverflow - List of...
05:33 pm GMT - Mon, May 31, 2021
Dev To How to integrate ESLint with your React Typescript project (2021)
When we are working on a project of the most common problem is the code quality, for that reason, there are several tools that can be integrated into our project to make sure of that. Importance...
05:18 pm GMT - Mon, May 31, 2021
Dev To My 15 tips for improving HTML/CSS in your projects
I help people to check CSS/HTML of their projects. I have noticed that some errors are repeated from project to project. And so I decided to write this article so that you can check if you have them. ...
05:01 pm GMT - Mon, May 31, 2021
Dev To How to send Email with node js for free
If you are building a project that involves customer interactions, then probably at some point you would have to send them an email as well.For example, on successful form submits, you need to send a ...
04:56 pm GMT - Mon, May 31, 2021
Dev To Some software is too reliable
Originally posted on my blog.So my email client has been giving me warnings for a few weeks about my mail servers certificate having expired. I trust the server, so I assumed something had gone wrong ...
04:54 pm GMT - Mon, May 31, 2021
Dev To Making Sense Of Blockchain And CryptoCurrency
This article is my attempt to make sense of blockchain and cyptocurrency. I will be demystifying blockchain technology and explaining various cryptocurrency lingua franca. WHAT IS BLOCKCHAIN?A bl...
04:49 pm GMT - Mon, May 31, 2021
Dev To Getting Started with Next.js - VSCode, ESLint and Prettier
Getting Started with Next.js"Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundli...
04:46 pm GMT - Mon, May 31, 2021
Dev To Send a File With Axios in Node.js
This article was originally published a day earlier at https://maximorlov.com/send-a-file-with-axios-in-nodejs/Programatically sending requests in Node.js can be a frustrating experience. First, you h...
04:38 pm GMT - Mon, May 31, 2021
Dev To Interview questions: React
IntroWelcome to 3rd post from the Interview series. This time I'd like to focus on questions around React and its ecosystem. Since those are interview questions some answers are rather shorter a...
04:16 pm GMT - Mon, May 31, 2021
Dev To Visualizing Algorithm Runtimes in Python
This article will cover how you can use visualization libraries and software to determine runtime complexities for different algorithms. We will cover the basic usage of matplotlib for visualization o...
04:14 pm GMT - Mon, May 31, 2021
Dev To HTML & CSS Tutorial | Frontend Mentor - Profile Card Component
In this tutorial we will create a profile card component using just HTML and CSS. We will use an existing design from front-end mentor challenge. This will give you a real world experience where a cli...
04:10 pm GMT - Mon, May 31, 2021
Dev To Angular Composition API
Angular Composition API is a lightweight (3kb), experimental library for writing functional Angular applications.function State(props: Props) { Subscribe(() => { console.log("Hello World!") })...
04:06 pm GMT - Mon, May 31, 2021
Dev To Multidimensional Matrix digestion through Regex/Kotlin and one line of code.
This will be a quick one as this is more of a way point for me to catalogue the progress than it is for me to 100% explain it. I don't know how it all work in entirety, but I have been able to find fa...
03:42 pm GMT - Mon, May 31, 2021
Dev To I landed my first dev job after 6 months of building projects. Here's my story!
It's official y'all, I got hired as a front-end developer!!! I am starting tomorrow and I am so pumped to share this news with the dev community.Words cannot express how I happy about landing my first...
03:31 pm GMT - Mon, May 31, 2021
Dev To HIPAA COMPLIANCE CHECKLIST: STEPS TO TAKE TO BECOME HIPAA-COMPLIANT
https://exceed-team.com/blog/hipaa-compliance-checklist-steps-to-take-to-become-hipaa-compliant?s=re&a=d...
03:28 pm GMT - Mon, May 31, 2021
Dev To Introduction to Game Tech with AWS
Youre imagining future games that delight players, and these games need the infrastructure and solutions to support your development. Bringing your ideas to life requires servers that can scale with t...
03:27 pm GMT - Mon, May 31, 2021
Dev To Revealing Module Pattern in Javascript
[JS #2 WIL Post]Encapsulation is not inherent in Javascript. There are no modifiers like private and public to help protect objects from unwanted access. This is one reason why function scope is...
03:14 pm GMT - Mon, May 31, 2021
Dev To Amazing Testimonials Hover Using HTML & VanillaTilt
Today I created a Amazing Testimonials Hover Using HTML & Vanilla Tilt. This is simple testimonials using html and CSS and I use vanilla tilt for hover effect. I hope you like this also comments a...
02:21 pm GMT - Mon, May 31, 2021
Dev To 20 JavaScript Libraries to use in your Projects
JavaScript is a programming language that is vastly used in the world both on the client-side as well as server-side that allows you to make web pages convertible and create dynamic web content.It has...
02:03 pm GMT - Mon, May 31, 2021
Dev To Could Aleph.js be the next big React Framework?
A couple of months ago we covered Deno, a new Javascript runtime that is attempting to dethrone Node.js as the de facto runtime for executing Javascript. Ironically, Deno is being developed by Ryan Da...
01:46 pm GMT - Mon, May 31, 2021
Dev To Why do I think Haskell is a good choice in regards to Software Security?
Author: Ville TirronenThe Typeable Team appreciates security! We love Haskell, but is Haskell a good choice when secure software is the goal? We would love to say yes, but like most empirical question...
01:44 pm GMT - Mon, May 31, 2021
Dev To DNS prefetch: A Web Performance Trick
Web performance is the objective measurements and the perceived user experience of load time and runtime. DNS-prefetch is an attempt to resolve domain names before resources get requested. This could ...
01:36 pm GMT - Mon, May 31, 2021
Dev To Try to avoid comments (most of the time)
Writing down a comment when you're coding might seem like you're going to help yourself or someone that might stumble upon your code, but, in reality, it might cause confusion and make your code less ...
01:27 pm GMT - Mon, May 31, 2021
Dev To How KFC employs thousands of candidates with good conversion
Hi, this is Avi from Voximplant. Last time I showed you an example of How to create a DIY cross-platform Clubhouse, and today I have something more interesting to show to you a real case of the emplo...
01:18 pm GMT - Mon, May 31, 2021
Dev To Redis Streams in Action - Part 2 (Rust app to consume from the Twitter Streaming API)
Welcome to this series of blog posts which covers Redis Streams with the help of a practical example. We will use a sample application to make Twitter data available for search and query in real-time....
12:53 pm GMT - Mon, May 31, 2021
Dev To Day 12/30 : Responsive Pricing Card tables using HTML and CSS
Welcome to Day 12 of this Challenge. This is what I created today. Here is the Demo : Video Tutorial : Source Code :https://www.mrwebwolf.com/2021/05/responsive-pricing-card-tables-using.html Instagr...
12:49 pm GMT - Mon, May 31, 2021
Dev To Top Tips for Using Colour in Web Design
Web design is quite a creative pursuit, particularly when it comes time to pick a colour palette. Playing around with colour is something that a lot of people enjoy, and developing a cohesive colour s...
12:42 pm GMT - Mon, May 31, 2021
Dev To 3 ways to clone in JS
Objects in JavaScript are reference values, you can't simply just copy using the '='Save It For Later! Let's begin...const food = {a : 'apple', b : 'burger'} 1. Spread{...food} 2. Object.ass...
12:41 pm GMT - Mon, May 31, 2021
Dev To How to make an awesome card hover effect
Hello, glad you are here. I am kunaal and today we will see how to make an awesome 3d card hover effect. You can see demo below. Demo Video Tutorial -If you find this article hard or for bet...
12:32 pm GMT - Mon, May 31, 2021
Dev To Learning Web Dev on the Web
They say the best place to learn football is on a football field,likewise the best place to learn web dev is the web.There are a lot of places on the web from where you can learn (for free).YouTubeUde...
12:25 pm GMT - Mon, May 31, 2021
Dev To Easily animate DOM elements entering the viewport
AnimonI tried to create a JS package as simple as possible to animate DOM elements when they get into the viewport.Package's repositoryDemo site showing the animations UsageThe installation...
12:23 pm GMT - Mon, May 31, 2021
Dev To From Junior to Senior Software Engineer at Klarna in 2.5 years
A promotion to senior level in a software engineering career brings many benefits: More compensation, more responsibilities, and a better position in your career progression. Getting promoted is diffi...
12:11 pm GMT - Mon, May 31, 2021
Dev To Menu / Sidebar toggle functionality with pure CSS and no JavaScript.
In this post we will explore how we can create a toggle functionality for Menu / SideBar with pure CSS and no JavaScript.Toggle functionality is often built with JavaScript because it requires handlin...
12:06 pm GMT - Mon, May 31, 2021
Dev To Twitter bot in Node.Js
I bet you have wondered to automate some stuff on your social media, let's do some then.With this bot we are going to DM anyone who follows us or likes our tweet. Here we are going to make use o...
11:49 am GMT - Mon, May 31, 2021
Dev To Solution: Search Suggestions System
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums. Leetc...
11:31 am GMT - Mon, May 31, 2021
Dev To Simple and maintainable error-handling in TypeScript
Sometimes things fail that's a fact of life and programming. So as a programmer, you're going to have to write error-handling code. Thankfully TypeScript has some handy features which can help us to ...
11:29 am GMT - Mon, May 31, 2021
Dev To How to use custom fonts in React-Native.
Have you tried using font-family in react-native and it didn't seem to work? It's fine, you have nothing to worry about. The pattern used to render a font in CSS for the web is quite different from th...
11:12 am GMT - Mon, May 31, 2021
Dev To How to filter an array in javascript?
In this short tutorial, we look at why the JavaScript filter array method is used we also look at the syntax and code to facilitate a better understanding of the concept.This tutorial is a part of our...
11:10 am GMT - Mon, May 31, 2021
Dev To 25 YouTube Channels to Learn Web Development for Free
Web Development is one of the highest-paying careers today. According to the U.S. Bureau of Labor Statistics, web development provided employment to 174,300 developers in the US alone. Going forward, ...
11:01 am GMT - Mon, May 31, 2021
Dev To Debugging Lua inside Openresty inside Docker with IntelliJ IDEA
But why?How do other people do it?Last things firstThe processStarting outBootstrapping the debuggerThe Local Dynamic LibraryListening on localhostLets step!Matching sourcesWorks on my machineSumming ...
10:58 am GMT - Mon, May 31, 2021
Dev To How to check the weather right from your terminal with Python
Today I want to show you how to check the weather from your terminal. For this purpose, we are going to use cli-weather, a lightweight command-line app to get fast weather data right on the command li...
10:46 am GMT - Mon, May 31, 2021
Dev To How To Use Mobile App ASO And SEO For Your App Promotion
With the proliferation of the internet and numerous powerful online promotion techniques, creating and distributing an excellent app is now an option to many. However, this also makes the digital land...
10:19 am GMT - Mon, May 31, 2021
Dev To Hey company reps, give me a tip!
I am thinking of a way to travel around the world and still do IT. My idea goes by this:I contact companies and I work for them 3-6 months, where I write a review of the company culture, the colleague...
10:11 am GMT - Mon, May 31, 2021
Dev To Google Analytics for Beginners
Google Analytics for Beginners shows new users how to create an account, implement tracking code, and set up data filters. You'll learn how to navigate the Google Analytics interface and reports, and ...
10:08 am GMT - Mon, May 31, 2021
Dev To How to load the correct data on the server-side with React and Redux
The moment you dip your toes in the world of server-side rendering things can get complicated quickly. Especially in large applications which contain a lot of nested components and api calls, and each...
10:07 am GMT - Mon, May 31, 2021
Dev To The Node.js `util` module
There are a lot of builtin modules in Node.js. Most of us only use a few of them (I'm pretty sure the path, fs, and the server related modules are the most used ones). But one of the more overlooked m...
09:42 am GMT - Mon, May 31, 2021
Dev To Free web whiteboard for interactive teaching
Ed-tech is one of the fastest-growing industries in the world. Teachers and students are adapting to new norms of teaching online.The concern of teachers is: How can we provide a learning environment ...
09:05 am GMT - Mon, May 31, 2021
Dev To Handling multiple Fetch Calls using Promise.all and Promise.allSettled methods
Hey everyone ,In the previous article, we discussed about some of the very important methods that we have in the Promise API- Promise.all,Promise.allSettled, Promise.race. In this article, let me show...
08:44 am GMT - Mon, May 31, 2021
Dev To Introducing Regcode - Create Regular Expressions Easily with Code
Every programmer has most likely heard the term Regex, or Regular Expressions. It's extremely useful, but the unreadable syntax makes it hard the learn and easy to forget once you've learned it. I rea...
08:28 am GMT - Mon, May 31, 2021
Dev To Encrypt your S3 Object
The idea behind Encrypting your S3 object is that you upload objects onto Amazon S3 and these are servers of AWS so you may want to make sure that these objects are not accessible for example, if some...
08:26 am GMT - Mon, May 31, 2021
Dev To Discussion: best way add CSS to React/Next.js projects?
Current situationAt the company I work for, we currently have a lot of projects which work with Bootstrap to style the website.Since we don't want to include the jQuery dependency to use the out...
08:08 am GMT - Mon, May 31, 2021
Dev To Dependabot for Azure DevOps: Automated Vulnerability Scanning
If you want to have automated vulnerability scanning in Azure DevOps, this is for you! In this live streaming, part of the "Build Live with Me" series, I will show how to add Dependabot to Azure DevOp...
08:04 am GMT - Mon, May 31, 2021
Dev To The 10 Most Important Web Developer Resources You Need to Know
Did you recently start your web development journey?As exciting as this may sound to create your first web application but soon things will quickly become repetitive when you have to build everything ...
08:01 am GMT - Mon, May 31, 2021
Dev To How To Handle Synchronization In Selenium PHP Using Implicit and Explicit Wait?
One of the significant challenges with automation testing is dealing with web elements that are loaded dynamically through AJAX (Asynchronous JavaScript And XML) and JavaScript. The Selenium WebDriver...
08:00 am GMT - Mon, May 31, 2021
Dev To CloudFront Functions
A few weeks ago Amazon announced a new feature for Amazon CloudFront to run code in Edge Locations. But where is the difference between Lambda@Edge and CloudFront Functions?CloudFront Functions are ru...
07:58 am GMT - Mon, May 31, 2021
Dev To Java for JavaScript Developer - week 2
This blog post continues a series "Java for JavaScript Developers", in which I write about my Java learning path after being web developer. Here I will write about basics of Java and what challenges d...
07:32 am GMT - Mon, May 31, 2021
Dev To 20 - Chain of Responsibility
Previously in the series, I have analysed a structural design pattern that introduced a concept of a shared object which could be used in multiple contexts simultaneously, hence reducing the memory us...
06:47 am GMT - Mon, May 31, 2021
Dev To Build A Web Crawler To Find Any Broken Links on Your Site with Python & BeautifulSoup
IntroductionAs we all know, almost every other click on the internet may end up in anError 404: Page Not Found` page or error. `Whoops, the page you're looking for does not exist` `Sorry, the re...
06:23 am GMT - Mon, May 31, 2021
Dev To Soft UI Dashboard - Bootstrap 5 FREE Django Template
Hello Coders,This article presents a simple Django Template that might help beginners to learn by coding new features on top of an existing codebase enhanced with authentication, deployment script and...
06:15 am GMT - Mon, May 31, 2021
Dev To The React useMemo Hook Made Simple
Performance is important, especially in large-scale application. The React useMemo hook is one tool you can use to improve the performance of your React apps. This tutorial will help you understand wh...
06:11 am GMT - Mon, May 31, 2021
Dev To 30 JavaScript Libraries to use in your Projects
JavaScript is a programming language that is vastly used in the world both on the client-side as well as server-side that allows you to make web pages convertible and create dynamic web content.It is ...
05:57 am GMT - Mon, May 31, 2021
Dev To How to build a real-world application with React and Node (Foal)
This tutorial shows how to build a real-world application with React and Foal. It assumes that you have already read the guide How to build a Simple To-Do List and that you have a basic knowledge of R...
05:37 am GMT - Mon, May 31, 2021
Dev To 13 Interactive Animated Backgrounds for your Website using Vanta.js
Adding interactive object animations to a website creates a delightful experience for users besides making it more appealing. Adding one to the website might be much easier than you think.We will look...
05:18 am GMT - Mon, May 31, 2021
Dev To Find Open Source Project to Contribute
IntroductionOne of the main hectic things in open source is to find a good repository to contribute especially issues that fall under your skill sets. It becomes more painful with beginners as I...
05:11 am GMT - Mon, May 31, 2021
Dev To Berry Pro React Admin Released
Finally, The day is here. Berry Pro is released and available to purchase from Material-UI store. Berry is a beautiful react admin template made using Material-UI v5 component library. You can build a...
05:05 am GMT - Mon, May 31, 2021
Dev To Is Confusion Matrix really Confusing?
After reading this blog, I am sure you will not be confused with the confusion matrix. Let's get started. The confusion matrix is the table that is used to describe the performance of the model.We can...
04:12 am GMT - Mon, May 31, 2021
Dev To How do you store your blog posts ideas?
Recently, I discovered a huge number of blog post ideas scattered all over my todo list, my notes app, and on paper.Since I rarely check these apps, I took all of my ideas and turned them into draft b...
03:54 am GMT - Mon, May 31, 2021
Dev To Using Ansible
-> Command to validate Ansible playbook syntax:ansible-playbook <playbook.yml> --syntax-check-> Sample playbook to run command in localhost:---- name:Sample Ansible playbook hosts: 127.0...
03:52 am GMT - Mon, May 31, 2021
Dev To Using Redis in iPython
In [1]: import redisIn [2]: r = redis.Redis(host='localhost', port=6379, db=0)In [3]: re = [ ...: { ...: "cpu_util": "18", ...: "mem_size": 4194303.9990234375, ...
03:49 am GMT - Mon, May 31, 2021
Dev To Sample Dtrace in Linux
#!/usr/sbin/dtrace -s#pragma D option quietBEGIN{ printf("Starting vxdisk resize analysis at %lu", timestamp); printf("");}END{ printf("Ending vxdisk resize analysis at %lu", timestamp); p...
03:46 am GMT - Mon, May 31, 2021
Dev To Toggle dark and sunny mode using AlpineJS, TailwindCSS and localStorage
Hey Rinas here.This is done using some Alpine JS magic and I really enjoyed implementing it. Let's startUpdate your Tailwind config to let it know you can dark mode toggle based on class.// tai...
03:45 am GMT - Mon, May 31, 2021
Dev To Confluent Kafka Python Client
-> Download kafka and untar:wget http://mirrors.estointernet.in/apache/kafka/2.1.0/kafka_2.11-2.1.0.tgz tar -xvf ./kafka_2.11-2.1.0.tgz-> Start Zookeeper servicebin/zookeeper-server-start.sh con...
03:42 am GMT - Mon, May 31, 2021
Dev To SqlAlchemy Python ORM
-> Display the list of databases availablefrom sqlalchemy import create_enginefrom pprint import pprintdb_user = 'debian-sys-maint'db_passwd = 'WaVmczV8FotWsoAV'db_host = 'localhost'def main(): ...
03:42 am GMT - Mon, May 31, 2021
Dev To Understanding NGINX Core Contexts
What is NGINX ?Nginx [engine x] is a free and opensource high performance web-server that can be used as reverse proxy, load balancer, SMTP proxy and a generic TCP/UDP proxy server. Nginx origin...
03:40 am GMT - Mon, May 31, 2021
Dev To Connect to MySQL
Get the db credentials from/etc/mysql/debian.cnfRun mysql -u debian-sys-maint -pmysql> show databases ;mysql> use observer_test;show tables ;-> Create a new user:mysql> GRANT ALL PRIVILEGE...
03:38 am GMT - Mon, May 31, 2021
Dev To CI / CD using .gitlab-ci
stages: - lint - test - build-package - build-package-development - build-docker-image - build-docker-image-development - deploy - deploy-developmentlint: image: python:3.7 stage: lint tags...
03:27 am GMT - Mon, May 31, 2021
Dev To How to Dockerize an App ?
-> Create a Dockerfile if there is an argument need to be passed to your appFROM python:3.7ADD . /srvWORKDIR /srvARG fileRUN pip install -r requirements.txtCMD ["python", "main.py"]-> Build itdo...
03:18 am GMT - Mon, May 31, 2021
Dev To Building a Feature-Rich J.A.R.V.I.S Virtual Assistant [Learn about Web Scraping, API calls and Desktop Notifications]
In this video, we will learn how to create a Feature Rich Virtual Assistant in Python. We will be adding following features to this project : 1. Time Reporting 2. Taking Screenshot 3. ...
03:17 am GMT - Mon, May 31, 2021
Dev To Mounting a new disk in Linux
-> How to mount a new disk in Linux ?#Create a partitionsudo fdisk /dev/sdb#Verify using lsblksdb 8:16 0 2G 0 disksdb1 8:17 0 2G 0 part /#Create a filesystemsudo mkfs -t ext4 /de...
02:17 am GMT - Mon, May 31, 2021
Dev To SiaSearch partners with Virtual Mechanics Corporation (VMC) to accelerate ADAS development in Japan
SiaSearch, a Berlin-based AI startup, has announced their partnership with Virtual Mechanics Corporation (VMC) to accelerate ADAS development in Japan. Virtual Mechanics Corporation has over 20 years ...
02:12 am GMT - Mon, May 31, 2021
Dev To Open Source Super Fast Covid19 Parser and Dashboard
COVID-19 Dashboard and parserOpen Source Super Fast COVID-19 Dashboard and parser Purpose Develop awareness among the public. Visualized the data for everyone to understand. Gather data for...
12:34 am GMT - Mon, May 31, 2021
Dev To Authentication, SSO, IAM, Federation
IntroOnce I started implementing an authentication system, I found myself coming back to these terms again and again to separate their individual roles and purpose in the system. This article wa...
12:01 am GMT - Mon, May 31, 2021
Dev To Normal text box vs Magical text box
Last week I faced one problem in the HTML text area. it more about the user interaction with the text area component. In, this article I am going to cover the problem and solution. Magic text box...