Your Web News in One Place

Articles by Dev To from December 2019

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to Dev To details.
08:00 pm GMT - Mon, December 30, 2019
Dev To Call for Contributions: Move All DelayedJobs to Sidekiq
Hey everyone!!! Now that we have a smokin fast Redis instance going we are moving all of our background jobs from DelayedJob to Sidekiq! Click on the Issue linked below to learn more!There are lots of...
03:53 pm GMT - Mon, December 30, 2019
Dev To 2019 In Review: My Year of Grace
The year is 2025, and Im randomly scrolling through my blog and I come across this post Ive written, one thing is certain Ill have a sheepish smile on my face. The purpose of writing a year-end review...
03:29 pm GMT - Sun, December 29, 2019
Dev To Creating a fold out navigation with CSS only
While using JavaScript to open a mobile navigation is a solid option, it's also possible to do it with CSS only. Even submenus don't necessarily need any JS to work, pseudo classes and sibling selecto...
12:06 am GMT - Sun, December 29, 2019
Dev To The Dream of C 9.0
As part of the final entry in the C# Advent series of 2019, Calvin Allen touched on some proposals in the C# 9 language that he was most excited about. Its a quick, well-written, and exciting article ...
09:34 pm GMT - Fri, December 27, 2019
Dev To How do you refactor personal projects?
Perhaps a better question is do you refactor personal projects?I can see both sides of this. Refactoring a personal project to incorporate new functionality is a good way to show off new skills. On th...
04:41 pm GMT - Fri, December 27, 2019
Dev To How do you manage your browser bookmarks?
I'm stuck.I have accumulated a decent set of browser bookmarks, both in the browser and in my notes. And I need to combine them somehow, comb a little and structure the whole set to make it more acces...
03:04 pm GMT - Fri, December 27, 2019
Dev To Redux middleware
How to dispatch different actions to reducers in ReactA state machine is a system that starts out in a specific state and changes from one specific state into another specific state based on the...
03:01 pm GMT - Fri, December 27, 2019
Dev To 5 things in web development I learned this year
This year has been weird but good, after suddenly becoming the most experienced frontend developer at the company I work at, Matise, I really had to step it up.In this article I've listed 5 things I l...
09:25 am GMT - Fri, December 27, 2019
Dev To Can you solve the fastest horse algorithm problem?
In this week's article, we dig into something different. Let us look at an algorithm problem wherein there are multiple approaches but just one optimum solution. Problem Statement---------------...
03:32 am GMT - Fri, December 27, 2019
Dev To Why Writing is Important for Your Developer Career
IntroductionWhen you first started to learn about programming. Are you forced to learn to write documentation you are just given something to "write hello world"?As I progress as a developer, it...
09:00 pm GMT - Thu, December 26, 2019
Dev To The beauty of Functional Programming
There are many ways to make a program, probably you already made your program like a serie of commands, this is what we called of "imperative programming" or maybe you do your program keeping things i...
01:11 pm GMT - Thu, December 26, 2019
Dev To Why I moved from React to Svelte and others will follow
This post first appeared on www.mikenikles.com.Photo by Aryan Singh on Unsplash React was my go-to choice for many yearsOn October 14, 2015, I hosted the inaugural React Vancouver meetup. It was ...
09:48 am GMT - Thu, December 26, 2019
Dev To Top 5 Courses to learn React Native in 2020 - Best of lot
Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the different links provided in this article.If you are a frontend developer who wa...
11:29 pm GMT - Wed, December 25, 2019
Dev To Jaime's Guide to Tmux: The Most Awesome Tool You Didn't know you needed
This article was originally published on Barbarian Meets Coding.tmux is one of those things in life that at first encounter sound really weird and confusing. You learn about them and you can't quite u...
05:26 pm GMT - Wed, December 25, 2019
Dev To Happy Ruby Day!!!
Ruby 2.7.0 ReleasedIntroducing:Pattern MatchingREPL (irb) improvementCompaction GCSeparation of positional and keyword argumentsand more!...
05:13 pm GMT - Wed, December 25, 2019
Dev To How to add system call (syscall) to the kernel, compile and test it?
One of my example syscall methods will print Hello world to the kernel buffer, and the second one will get PID of a process and print the elapsed time of it to the kernel buffer. 1. Setup environ...
10:17 pm GMT - Tue, December 24, 2019
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.@murrayvarey got the What's Bee...
07:08 pm GMT - Tue, December 24, 2019
Dev To Python configs for humans.
Hello everybody!Have you got troubles with configs? I have. And it's problem for me.I have created simple and awesome library for configs parsing.You can install it with pip:pip install betterconfSimp...
07:07 pm GMT - Tue, December 24, 2019
Dev To Filtering with GraphQL and Prisma: What NOT to do
This article was originally posted on my blog: ctrl-y.A Spanish version of this article can also be found in ctrl-y.On the Side Note section at the end of each article, I like to share what I was list...
02:02 pm GMT - Tue, December 24, 2019
Dev To Making magic with before and after pseudo elements
The before and after pseudo elements are used to add things like text and or styling outside the DOM. This means you cannot count on them being indexable by search engines and are only readable by scr...
12:29 am GMT - Tue, December 24, 2019
Dev To Concurrency, parallelism, and the many threads of Santa Claus
Consider the following: Santa brings toys to all the good girls and boys.There are 7,713,468,100 people in the world in 2019, around 26.3% of which are under 15 years old. This works out to 2,028,642,...
12:10 am GMT - Tue, December 24, 2019
Dev To SQL & Database Wrap Up - December 2019
Hi! I'm Helen, one of your friendly mods looking after the #sql, #postgres and #database tags. At the end of each month, I'll be showcasing some of the great posts, projects and insights from the dat...
10:48 pm GMT - Mon, December 23, 2019
Dev To Last Minute Gifts for DEVs
So, despite the endless Christmas music and constant ads, youre still missing a present for someone. That's okay, some people are tough to shop for! The easiest quick gift is an e-gift card. You can b...
05:00 pm GMT - Mon, December 23, 2019
Dev To What was the most influential piece of software in the 2010s
What do you think?...
09:10 pm GMT - Sun, December 22, 2019
Dev To Why & How I built css.gg - A life story.
Ok, where do I start. First thanks to Peter Thaleikis for suggesting this. Second is not very technical. Third is personal.Fourth not as usual, stupid but real. The why ?Some times is not the rea...
07:58 pm GMT - Sun, December 22, 2019
Dev To Acoustic activity recognition in JavaScript
For my personal projects, I often get inspired by research papers I read about human-computer interaction.Lately, the one I've been looking into is called "Ubicoustics - Plug-and-play acoustic activit...
04:01 pm GMT - Sun, December 22, 2019
Dev To Idempotency in API Design
The API is what gives a web developer his power. It's a technology used by all living things. It surrounds us and penetrates us. It binds the web together.The modern web is powered by APIs, and the ab...
01:12 pm GMT - Sun, December 22, 2019
Dev To A silly thing you can do with the Ruby parser
Here's a silly thing you can do with the Ruby parser:begin raise "omg"rescue => (class Box class << self attr_accessor :contents endend; Box).contentsendputs Box.contents# => "om...
11:47 pm GMT - Sat, December 21, 2019
Dev To Get Hired: A New Series
Hi! I'm Sam. I've been working as a developer for 7 years. I had worked at the same job from the time I graduated college up until 2 months ago. My workplace situation suddenly became toxic and I had ...
11:23 pm GMT - Sat, December 21, 2019
Dev To Building an interactive login form with HTML and CSS
The yeti login form created by Darin Senneff is amazing and, along with most of the things he builds, has been a continuous source of inspiration:In the past, I created my version of this animated log...
10:49 pm GMT - Sat, December 21, 2019
Dev To 100DaysOfCode D???
Hi! My name is Paidamoyo-Janet Azehko aka Myles. I'm a newbie web dev on my journey through 100 Days of Code, and this is my third or fourth attempt. I'm not even sure what day that would make this. ...
10:08 pm GMT - Sat, December 21, 2019
Dev To One of my favorite testing/productivity tools: guard
guard is not a new library. It has been a staple in many areas of Ruby development for years. Many of us use it, but I felt like shedding a bit of light on it as a great too folks should know about in...
08:38 pm GMT - Sat, December 21, 2019
Dev To The Bug That Got Away
This was originally posted on my blog.One thing that I've always loved hearing about from fellow engineers or reading about on technical blogs are bugs. Nasty ones. Ones that keep you up at night and ...
03:14 am GMT - Sat, December 21, 2019
Dev To Dead Simple Python: Working with Files
For me, any project doesn't start feeling "real" until the program starts reading from or writing to external files.Unfortunately, this is one of those topics that often suffers the most from tutorial...
09:12 pm GMT - Fri, December 20, 2019
Dev To Show DEV: Run - Easily manage and invoke small scripts and wrappers (Written in Golang)
IntroductionDo you find yourself using tools like make to manage non build-related scripts?Build tools are great, but they are not optimized for general script management.Introducing Run:GitHub ...
07:53 pm GMT - Fri, December 20, 2019
Dev To Optional Chaining Has Arrived!
Last week we talked about Nullish Coalescing, now it's time for another new addition to ECMAScript. The dreaded existence checkHave you ever worked with an API full of objects that were inconsist...
03:54 pm GMT - Fri, December 20, 2019
Dev To No Panic! Vue.js Google Maps Firebase Nexmo SMS Deployment! (HANDS ON STEP BY STEP TUTORIAL)
A comprehensive and rewarding step by step tutorial covering the basic concepts of Vue.js, Google Maps Platform, Firebase and Deployment to make an awesome panic button progressive web app!! WAR...
11:42 pm GMT - Thu, December 19, 2019
Dev To More Holiday Gifts for DEVs
Treat yourself and loved ones this holiday season with more gift ideas from DEV! This guide is themed to offer up supportive gifts for coders, because everyone can benefit from tools that promote heal...
09:54 am GMT - Thu, December 19, 2019
Dev To Xmas Giveaway
In the spirit of Christmas, I'm giving away my used Macbook Pro 13". I am looking for someone who seeks to become a web developer and cannot afford a computer. Write me a DM on Twitter (_marcba) or ma...
09:43 pm GMT - Wed, December 18, 2019
Dev To Image aspect ratio done right
If you have an image on a page which is 600x200 pixels, chances are it's not going to be shown exactly with that size. That's because most of the time it's put inside a container which defines the wid...
07:31 pm GMT - Wed, December 18, 2019
Dev To Instant Webpages and Terabytes of Data Savings Through the Magic of Service Workers
I am so excited to tell you all about the code that inspired this tweet... Ben Halpern @bendhalpern Do the Germans h...
03:46 pm GMT - Wed, December 18, 2019
Dev To What to Expect from the JAMstack in 2020 - Bryan Robinson
2019 definitely seemed to be a pivotal year for the JAMstack. New companies cropped up (yep, us included), JAMstack_conf_sf was the biggest event yet and lots of new tools seemed to gain momentum dail...
08:15 pm GMT - Tue, December 17, 2019
Dev To Landing the First Job
There are so many things to think about when searching for that first dev job, and even more to keep in mind once you actually start. The best tips come from those that have been there before, so let'...
06:59 pm GMT - Tue, December 17, 2019
Dev To Loading web pages fast on a $20 feature phone
Tip: Building a fast, core foundation for your site gives everyone a good experience, whether they're on a low-cost feature phone or the latest high-end smart phone. IntroductionFeature phones ar...
04:15 pm GMT - Tue, December 17, 2019
Dev To Fear database changes? Get them under control with CI/CD
Developers often fear database changes because a mistake by anyone on your team can lead to a major outage and even data loss. The stakes are higher when changes are not backwards compatible, cannot b...
02:44 pm GMT - Tue, December 17, 2019
Dev To Do You Make New Year's Resolutions?
The new year is approaching, for some it's just an arbritrary thing, for others a new possibility.Some of the resolutions I had in the past worked out great (blogging, training), but some didn't (lear...
02:05 am GMT - Tue, December 17, 2019
Dev To JavaScript or Frontend centric conference to attend in 2020?
The only conference Ive ever attended was JBCN in 2016 for Java when I worked in Barcelona because my company at the time were sponsors.Ive never been to a JavaScript or frontend centric conference be...
12:14 am GMT - Tue, December 17, 2019
Dev To How have I ensured the privacy and anonymity of my website users?
Over the course of the past month, Ive built the first version of FelloWagea website that allows users to share their salary information and view information shared by others.Of course, I wanted to ke...
11:36 pm GMT - Mon, December 16, 2019
Dev To Implementing GitHub Actions for an Azure Static Website
While I was doing the work to host my Blazor search app within my website I realised I'd need to update the deployment pipeline I use for my blog. The process being used was very similar to the one us...
11:01 pm GMT - Mon, December 16, 2019
Dev To How do you find mentors
Recently I started learning go, I wanted to learn a new backend language and after playing around a bit I started really enjoying it. However, being new to the language I am not sure if I am doing any...
09:39 pm GMT - Mon, December 16, 2019
Dev To Automating my Storybook deployment
Lifted directly from their website, "Storybook provides a sandbox to build UI components in isolation so you can develop hard-to-reach states and edge cases." StorybookStorybook is an app that l...
04:40 pm GMT - Mon, December 16, 2019
Dev To Server Side Rendering and Feature Flag Management
CloudBees Rollout has been offering Javascript SDKs for years. On one hand, rox-node can be used on the server side and, on the other, rox-browser is there for client-side, in-browser feature flags. W...
03:44 pm GMT - Mon, December 16, 2019
Dev To live migrating VM's - cool tech for the future, that you should avoid using today (Review & Benchmark of GCP E2 Instances)
Should I buy summary: NO Unless you are using GCP E2 specifically for, non-CPU dependent burst workloads (eg. background tasks), temporary autoscale, or are planning to use committed use discount - st...
03:27 pm GMT - Mon, December 16, 2019
Dev To The 7 Most Popular DEV Posts from the Past Week
Every Monday 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 in...
01:12 pm GMT - Mon, December 16, 2019
Dev To Firefox: Installing Self-Signed certificate on Ubuntu
While developing webapps you may need to use HTTPS to match production environment. For local purposes you may not need a real certificate and a self-signed SSL certificate could be enough.A self-sign...
01:01 pm GMT - Mon, December 16, 2019
Dev To How I Landed My First Web Developer Role Without A Degree or Bootcamp: Lessons Learned, Resources & Tips
When I first started working in Seattle! It was a beautiful day I've always wanted to sit down and write down my whole journey of how I transitioned into tech and landed a web developer role without ...
02:25 am GMT - Mon, December 16, 2019
Dev To How I prepared for interviews and landed my first engineering job
Hello DEV community and welcome back to Code Review, a series of coding challenges and job related content released weekly. I thought Id do something a little special this week to celebrate the holida...
09:49 pm GMT - Sun, December 15, 2019
Dev To How to Load Data into an SQL database:From simple inserts to bulk loads
Data storage is the most integral part of a transactional database system. In this article, I will go into details about different ways to load data into a transaction SQL system. From inserting a cou...
09:07 pm GMT - Sun, December 15, 2019
Dev To VS Code GitHub Gist = Developer Micro-Blogging (aka a "GistLog")
In a previous post, I introduced GistPad, a new VS Code extension that provides an in-editor scratchpad/code snippet manager, built on top of GitHub Gists. However, after releasing the extension, and ...
02:31 pm GMT - Sun, December 15, 2019
Dev To CI/CD Building a pipeline used by multiple repositories with Jenkins and Artifactory integration
This guide allows you to execute Maven builds of multiple bitbucket repositories with a single pipeline on Jenkins, resolve the dependencies from Artifactory and deploy artifacts and buildinfo to Arti...
02:05 pm GMT - Sun, December 15, 2019
Dev To Clean Configuration Management in Golang
image by alexchoffyThere are many good approaches to handle configuration in a modern application. Now we use such things as configuration files, environment variables, command-line parameters, as wel...
05:42 am GMT - Sun, December 15, 2019
Dev To Association Rule Learning - Part I
Ever wondered about how retailers are doing The answer is simple, Association Rule Learning. This technique is used by retailers across the globe to understand customer buying patterns by finding co-r...
05:04 am GMT - Sun, December 15, 2019
Dev To Practical Puppeteer: Using proxy to browse a page
Today Puppeteer topic will be related to proxy. Using proxy when browse a page is useful when we want to hide our origin access location. That's only one reason. Another reason it can be used to prote...
03:47 am GMT - Sun, December 15, 2019
Dev To 2019 Year in Review
This is the first time I am writing a recap of a year after getting inspired by some amazing recaps. This post is a look back on all the professional things I did this year and a hint to whats coming ...
02:36 am GMT - Sun, December 15, 2019
Dev To Awesome Terminal upgrades - Part Three: Manage ZSH plugins using Zplugin
Recently, I wrote an article about customising your shell using ZSH.However, as skibitsky pointed out in the comments, the startup time and performance was excrucuatingly slow. So I set about making s...
01:50 am GMT - Sun, December 15, 2019
Dev To Database Indexing
If you've ever read a book, you absolutely know what indexing is. Whether you love fantasy, fiction, or science-fiction(guilty), all of these genres typically have one thing in common. They all have a...
11:16 pm GMT - Sat, December 14, 2019
Dev To I made CSS Scan Pro - The definitive browser extension to work with web design.
Hi everyone! :) After months of hard work, I finished my newest product: CSS Scan Pro.It makes it radically easy to get the looks of any website. Hover over any element, and copy its entire CSS with ...
10:50 pm GMT - Sat, December 14, 2019
Dev To 5 Mistakes I Made When I Started Learning Programming
I have been programming for four years now, one year which is programming professionally. My past background is not related to programming at all. I have a bachelor degree in International Business an...
05:11 pm GMT - Sat, December 14, 2019
Dev To BxJS Weekly Episode 93 - javascript news podcast
Hey dev.to community!BxJS Weekly Episode 93 is now out! Listen to the best javascript news of the week in a podcast form right here.Here's all the mentioned links (also found on github): Getting ...
04:22 pm GMT - Sat, December 14, 2019
Dev To Python coders, what are some exercises/activities that help you quickly get better at the basic coding?
While I am primarily trained in JavaScript, I also want to double with Python, since it seems to be a very interesting language in and of itself. The problem is I barely know where to start, if at all...
03:20 pm GMT - Sat, December 14, 2019
Dev To Java Microservices: A Practical Guide
You can use this guide to understand what Java microservices are, how you architect and build them. Also: A look at Java microservice libraries & common questions.[Editors note: At nearly 7,000 wo...
03:20 pm GMT - Sat, December 14, 2019
Dev To Yet another way to containerize your React app with Docker multi-stage build
TL;DRIn cloud computing world, an containerized application promotes the decoupling principle, which offers a logical packaging mechanism. It allows container-base applications to be easily depl...
09:03 am GMT - Sat, December 14, 2019
Dev To How to Fetch Data with React Hooks
Read the original article hereIn this tutorial, we're going to learn about new React feature called "Hooks". Well, I have written a lot of tutorials about React Hooks itself, but in this practicular p...
04:43 am GMT - Sat, December 14, 2019
Dev To JSON Formatter: A web-based developer tool for formatting or minifying JSON data
Hello, developers!I would like to introduce JSON Formatter, an online developer tool to beautifully format JSON data to be more human-friendly and readable or minify JSON data to be compact for produc...
06:12 pm GMT - Fri, December 13, 2019
Dev To What is the most inspiring tech talk of 2019 ?
...
06:00 pm GMT - Fri, December 13, 2019
Dev To Learn GatsbyJS by creating a tourism site -10
Welcome to part-10 of the series. As told in the earlier post, this series is based on the learning from this awesome udemy course by John SmilgaIts time to add some content. So, head over to Content ...
05:57 pm GMT - Fri, December 13, 2019
Dev To How to Start your Career on DEV
Becoming a developer can start at any point in ones life. As the importance of coding has grown, so has the demand for programmers. Thousands of students of all ages are currently training to work in ...
05:42 pm GMT - Fri, December 13, 2019
Dev To How I Handle the Fear of Rejection
This is a slightly edited version of a short blurb I sent out to my email subscribers in November. Howdy This is my first time writing to you, so thanks for all of your patience, and sorry if you...
07:48 pm GMT - Thu, December 12, 2019
Dev To A Cargo manifest for JavaScripters
A little push to those JavaScript/Node.js developers who are discovering the Rust world (like me)After a long time flirting with I decided to start (and finish!) a simple, but useful, crate. So I spen...
04:28 pm GMT - Thu, December 12, 2019
Dev To Rails 1.0 turns 14
Past Rubies is a tiny weekly newsletter that shares curated historical content from the Ruby community. Consider it Ruby's version of 'on this day in history'. New issues every Wednesday. Get copies t...
03:33 pm GMT - Thu, December 12, 2019
Dev To On the Occasional Misdiagnosis of "Not Invented Here Syndrome"
Not invented here syndrome (NIHS) is a slightly tongue-in-cheek name for the tendency of both individual developers and entire organizations to reject suitable external solutions to software developme...
01:19 pm GMT - Thu, December 12, 2019
Dev To Launching - Tech Podcast for the World! Made with in Berlin, Germany
Hello world and Hello Everyone Wow, I am super excited to announce this Winter has come with Darkness and sadness And in this Winter, I am planning to start a Podcast to make the Winter a bit better...
07:24 pm GMT - Wed, December 11, 2019
Dev To If you work as a dev for a product team, what's it like?
I feel so sheltered! I've worked for the same SaaS product for about 8 years, and I don't live in a place like SF where it seems like everyone is "tech tech tech tech" all the time, so I really only h...
06:56 pm GMT - Wed, December 11, 2019
Dev To Changelog: Hidden Comments
About a month ago, we released blocking tools for user safety. That functionality was part of an ongoing priority to provide community members with the tools they need to deal with a variety of situat...
04:29 pm GMT - Wed, December 11, 2019
Dev To How Stream Processing Makes Your Event-Driven Architecture Even Better
If youre an architect or developer looking at event-driven architectures, stream processing might be just what you need to make your app faster, more scalable, and more decoupled.In this articlethe th...
01:32 pm GMT - Wed, December 11, 2019
Dev To List of Meta-Great Websites
Soul for the Web Soup Not all websites "resonate" the same... This post is an ode to META-GREAT websites that are also odd: ATV, drone, elbil, elsykkel, rc helikopter, ATV, robot, elat for the design,...
11:12 pm GMT - Tue, December 10, 2019
Dev To Tools For Building Video Streaming Apps
Starting a new project or using a new technology often requires setting up your development workspace to be compatible with what you are trying to accomplish. Building a web application? You'll need o...
04:17 pm GMT - Tue, December 10, 2019
Dev To Edge's lost "E"
It's not news that Edge is rebranding itself. We've all read about its new icon (and maybe ranted about its similarity to Firefox's), but I'm not here to talk about that. I'm here to talk about its ot...
02:45 pm GMT - Tue, December 10, 2019
Dev To Dev API with Ruby
I want to share with you some snipped code that manage the DEV APIs. (https://docs.dev.to/). Every snippet use rest-client gem, A simple HTTP and REST client for Ruby. In the future they will be colle...
11:30 pm GMT - Mon, December 9, 2019
Dev To [Slack API Tutorial] Building a Home for Your Slack App
Your Slack app's App Home is a focused, 1:1 space in Slack shared between individual users and your app. Within every App Home, users find multiple tabs: About, Messages, and the newly introduced Home...
11:10 pm GMT - Mon, December 9, 2019
Dev To Sending Bulk Emails 3 Ways With Twilio SendGrid And Node.js
Sending a single email is great, but one of the big advantages of email is quickly reaching a wider audience. Today Ill show you three ways to send bulk emails with Node.js and SendGrid. Just for fun,...
10:34 pm GMT - Mon, December 9, 2019
Dev To The DEV (Design) Team is Growing
The most polarizing thing about DEV is its design. As the person most responsible for our design as it stands today, I'm pretty much in agreement with all the different perspectives. We have made some...
09:34 pm GMT - Mon, December 9, 2019
Dev To DEV Product Design
I'm excited to announce that today is my first day working with the DEV team as their first product designer! Having worked with @ben and @peter on a past project, I'm excited to champion product desi...
03:04 pm GMT - Mon, December 9, 2019
Dev To Creating a JAMstack Site with Open Authoring Using Netlify CMS
Community is powerful. The internet has often succeeded by channeling that power into "crowdsourcing" for things like raising funds or even managing content. The most obvious example of crowdsourced c...
02:02 pm GMT - Mon, December 9, 2019
Dev To How I connected our Christmas Tree Angel to Pusher
This is my first post on dev.to - I feel like considering my name is Danielle Emma Vass I belong here (and would appreciate more DEV stickers to label all my things with please ) Currently, I am a mob...
07:39 am GMT - Mon, December 9, 2019
Dev To I Built A Successful Blog In One Year, And You Can Too; 7 Tips For Enhancing Readership
At the time of writing this post, I've been blogging on the Dev Community for almost a year and have 12,509 followers.I always loved writing. From a young age I would write "books" which were really j...
06:58 am GMT - Mon, December 9, 2019
Dev To Exploring Language, Sarcasm, and Bias in Artificial Intelligence
How did a virtual voice assistant learn to be so sly? The answer is Natural Language Processing, a subcategory of artificial intelligence. Sounds futuristic, yet Natural Language Processing is already...
04:07 am GMT - Mon, December 9, 2019
Dev To A JavaScript interview question asked at Facebook
Wow what a week! Last weeks challenge was a big hit. In case you missed it, here's a link to last weeks article here and the challenge on Coderbyte.Before I begin talking about the solution to the cha...
02:56 pm GMT - Sun, December 8, 2019
Dev To Question regarding "Junior Full Stack Developers"
I've been hearing a lot of people refer to themselves as Full Stack Junior Developers, but how does one become one? Doesn't the very nature of being Full Stack mean you've gained enough experience to ...
04:27 am GMT - Sun, December 8, 2019
Dev To My 2019 in DEV
So today @paulasantamaria and I spent the whole afternoon creating a web tool to allow everyone on DEV to see their blog stats of 2019!Here's how my year in DEV.to looks like: Curious about your ...
04:27 am GMT - Sun, December 8, 2019
Dev To My 2019 in DEV - Check your stats!
So today @paulasantamaria and I spent the whole afternoon creating a web tool to allow everyone on DEV to see their blog stats of 2019!Here's how my year in DEV.to looks like: Curious about your ...
08:29 pm GMT - Sat, December 7, 2019
Dev To I made this game/tool to help people learn the notes on their guitar. It's free and mobile-friendly
Hi everyone!I was working these past few weeks on a cool side project, and since I haven't been publishing anything lately, I decided to go ahead and share this with you Link of the app: https://guita...
08:29 pm GMT - Sat, December 7, 2019
Dev To I made a game to help people learn the notes on their guitar. It's free and mobile-friendly
Hi everyone!I was working these past few weeks on a cool side project, and since I haven't been publishing anything lately, I decided to go ahead and share this with you Link of the app: https://guita...
04:17 pm GMT - Sat, December 7, 2019
Dev To To memorize or not to memorize?
What should I have memorized?Every week I see a post somewhere like Latency Numbers Every Programmer Should Know, TOP 10 ALGORITHMS EVERY SOFTWARE ENGINEER SHOULD KNOW BY HEART or 6 Git commands every...
09:53 pm GMT - Fri, December 6, 2019
Dev To Connect 4 with Electron
Over the past few weeks Ive been learning about ElectronJS (also known just as Electron), and wanted to write about my experiences and applications I built. In the process of learning, I built both an...
09:16 pm GMT - Fri, December 6, 2019
Dev To Docker for Frontend Devs: Custom Docker Images for Development
By: Benjamin Martin Let's take a moment to consider what is important for local development. For me, I want to make sure all my developers are using the same dependencies, and I don't want to worry ab...
07:14 pm GMT - Fri, December 6, 2019
Dev To Making a weird GIF wall using Azure Functions and SignalR
At this years XOXO festival, one of the top-secret closing party happenings was a special live listening of Neil Cicerega's latest mashup album. If you're not familiar with Neil's work, his previous a...
06:36 pm GMT - Fri, December 6, 2019
Dev To What is the difference between a Library vs A Framework?
I see these terms tossed around a lot. I've Googled them myself but the explanations I find are very cryptic. Would anyone mind explaining (simply if possible) what the differences are? ...
03:00 pm GMT - Fri, December 6, 2019
Dev To Introducing our December 2019 sponsors
This month, we return DigitalOcean and CloudBees, and welcome Pusher as a Gold Sponsor. Thank you to each of these companies for being a valuable DEV Community partner and supporter.Please take a few ...
05:10 am GMT - Fri, December 6, 2019
Dev To Dec. 6, 2019: What did you learn this week?
Photo by Road Trip with Raj on UnsplashIt'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...
05:37 pm GMT - Thu, December 5, 2019
Dev To Portable code migrating across Google Cloud's serverless platforms
Google Cloud has a number of options to run your code. We'll focus on three serverless platforms: Cloud Functions, App Engine, and Cloud Run, all of which automatically scale by traffic and bill by us...
11:20 pm GMT - Wed, December 4, 2019
Dev To Advent of Code Day 4: Code Golf and Irresponsible Password Practices
After yesterday, I was hoping for a puzzle that involved a little bit less breaking my brain, and Advent of Code, Day 4 did not disappoint.Here's part one:You arrive at the Venus fuel depot only to di...
08:28 pm GMT - Wed, December 4, 2019
Dev To Accessibility Tips for Web Developers
It's awesome to build sites that are inclusive and accessible to everyone. There are at least six key areas of disability we can optimize for: visual, hearing, mobility, cognition, speech and neural. ...
06:54 pm GMT - Wed, December 4, 2019
Dev To The Importance of Kindness
Today I would like to have a conversation about "the most important skill." In reality, what that is is purely subjective. I'm going to get right to the point. The most important skill you can have in...
06:57 am GMT - Wed, December 4, 2019
Dev To Webhooks - Day 3 of the 25DaysOfServerless Challenge
This article is part of #25DaysOfServerless. New challenges will be published every day from Microsoft Cloud Advocates throughout the month of December. Find out more about how Microsoft Azure enables...
08:06 pm GMT - Tue, December 3, 2019
Dev To I just want to be a Ruby on Rails Developer - How to get started
Hey I've been looking around this website to find some good resources to improve my Ruby on Rails / Developer skills during my training hours, and I just realized that there wasn't much about it! So, ...
04:07 pm GMT - Tue, December 3, 2019
Dev To GitHub Actions in Action
Over the Thanksgiving holiday, I took some time to familiarize myself with GitHub Actions and set up a couple of workflows. Here's a quick review of what it takes to run rspec tests using GitHub Actio...
01:31 pm GMT - Tue, December 3, 2019
Dev To How To Take Over An Existing Project
Working as a developer means you need to know how dive into existing code bases. When you inherit a project, there are a lot of specifics that you don't know, like why some of the code is written a ce...
09:14 am GMT - Mon, December 2, 2019
Dev To Advent of Code
Christmas holidays are getting close. Either we are planning to work on some personal side projects, learning some new techie subjects or simply recharging batteries with a well deserved coding pause....
04:15 pm GMT - Sun, December 1, 2019
Dev To Which Linux Desktop Environment will be the best for you?
Right after you have chosen your Linux distribution, the very next question comes to your mind is what desktop environment am I going to use? This was not a problem if you have used windows or mac, yo...
08:07 am GMT - Sun, December 1, 2019
Dev To How to integrate Google Analytics on your Vue.js page
Originally published on webdeasy.de!Google Analytics is a nice tool to analyze website visits. Since Vue.js pages are mostly realized as single page applications, the integration of Google Analytics i...
05:25 am GMT - Sun, December 1, 2019
Dev To Git it? Got it? Good.
Hey everyone! This will be a short and sweet blog on git commands. Let's git started (that was cringy for me too but I couldn't resist!). Git initThis might be the simplest command. It creates a ...
09:50 pm GMT - Sat, November 30, 2019
Dev To Does your background make your work unique?
Most of us, here in DEV, have tech-oriented jobs. Whether you are a frontend developer, backend developer, software analyst, project manager, team leader, etc., our job's final goal is to build softwa...
04:02 pm GMT - Sat, November 30, 2019
Dev To How I Approach Whiteboard Interviews
image: Ginny from @b_b_b_bennyandthecatsI do so much of my learning solo that the nerves of writing code live never go away. I find that the only way to curb them is to keep doing these interviews. He...
07:11 am GMT - Sat, November 30, 2019
Dev To 5 Great Programming Books Rarely Mentioned in "Great Programming Books" Articles
If you search something like "programming books" or "books developers should read" you will get a lot of articles listing the same 5 or 6 books. In this article, I want to bring to your attention some...