id int64 5 1.93M | title stringlengths 0 128 | description stringlengths 0 25.5k | collection_id int64 0 28.1k | published_timestamp timestamp[s] | canonical_url stringlengths 14 581 | tag_list stringlengths 0 120 | body_markdown stringlengths 0 716k | user_username stringlengths 2 30 |
|---|---|---|---|---|---|---|---|---|
610,681 | What's in a name? | There is one very important problem in software engineering: naming accurately. How many times have... | 0 | 2021-05-27T12:31:19 | https://dev.to/shivsan/what-s-in-a-name-24p9 | architecture, software, design | There is one very important problem in software engineering: naming accurately.
How many times have you stumbled upon a github repository, a class or a variable wondering what it is used for? Would a more precise and accurate name have eliminated ambiguity in reading a name?
Naming things is as old as humanity itself... | shivsan |
638,591 | Point-Free Style (in Javascript) | All the cool-kids are talking about point-free style. They brag about how clean and declarative their... | 0 | 2021-03-18T18:23:35 | https://dev.to/justin_m_morgan/point-free-style-in-javascript-43o9 | javascript, pointfree, functional | All the cool-kids are talking about `point-free style`. They brag about how `clean` and `declarative` their code is and look down at lowly `imperative` code. You glean that it has something to do with `functional programming` and clever use of `functions as first-class values`, but what does it all mean? You don't want... | justin_m_morgan |
610,808 | DEV VS Hashnode VS Medium: Where Should You Start Your Tech Blog | This article was originally posted on my personal blog Let me start by saying that I recommend you s... | 0 | 2021-02-18T12:05:14 | https://dev.to/shahednasser/dev-vs-hashnode-vs-medium-where-should-you-start-your-tech-blog-91i | tips, advice, writing, technology | _This article was originally posted on [my personal blog](https://blog.shahednasser.com/dev-vs-hashnode-vs-medium-which-platform-should-you-use-for-your-blog/)_
Let me start by saying that I recommend you start a tech blog. By sharing your knowledge and writing it down, you learn more. It also encourages you to try ne... | shahednasser |
610,849 | How to Install Drupal 9 on Ubuntu 20.04 | In this article, we’ll explain how to install Drupal 9 on Ubuntu 20.04. The tutorial will guide you t... | 0 | 2021-02-18T13:46:59 | https://dev.to/hostnextra/how-to-install-drupal-9-on-ubuntu-20-04-4hpj | In this article, we’ll explain how to install Drupal 9 on Ubuntu 20.04. The tutorial will guide you to install and configure Nginx as web server, PHP, MariaDB as a database.
Drupal is a free and open-source content management system. With robust content management tools, sophisticated APIs for multichannel publishing,... | hostnextra | |
610,877 | Announcing Strapi v3.5 with the Sentry plugin, SSO authentication, and more | This month, we’re excited to announce the release of Strapi 3.5 with the Sentry plugin, the Single-Si... | 0 | 2021-02-18T14:43:11 | https://strapi.io/blog/v3-5-sentry-plugin-sso-authentication | This month, we’re excited to announce the release of Strapi 3.5 with the Sentry plugin, the Single-Sign-On Authentication feature, and a bunch of improvements. More details in the post!
## Announcing a new Sentry plugin
Everyone loves plugins: they help you connect your favorite tools, extend your software capabilities... | strapijs | |
610,887 | ReactJS Pinterest Clone | Browse our Teachable courses. We'll build our mock-up in steps. Create a... | 0 | 2021-02-19T16:10:43 | https://dev.to/anobjectisa/reactjs-pinterest-clone-509e | react, ux, webdev, javascript | #### <center>Browse our [Teachable](http://anobject.teachable.com "Teachable") courses.</center>
------------

### We'll build our mock-up in steps.
1. Create a mock-up of a single **Pint... | anobjectisa |
610,935 | product card | A post by TechAkhil | 0 | 2021-02-18T15:49:01 | https://dev.to/techakhilc47/product-card-njj | codepen | {% codepen https://codepen.io/techakhil-me/pen/yLaNGmx %} | techakhilc47 |
611,157 | Tiny eink Dashboard | Lately I'm been pinning for new and exciting things to build. When I came across PiHut's case for the... | 0 | 2021-02-18T20:30:02 | https://dev.to/gmemstr/tiny-eink-dashboard-29a4 | python, eink, raspberrypi, showdev | Lately I'm been pinning for new and exciting things to build. When I came across [PiHut's case](https://thepihut.com/products/pi-zero-case-for-waveshare-2-13-eink-display) for the Raspberry Pi Zero and Waveshare Epaper Display, I quickly snapped it up, knowing I could put it to use - at the very least I would have my o... | gmemstr |
611,160 | Data Type and Type Casting | DailyJS There are 5 different data types that contain values. 1) String 2) Number... | 0 | 2021-02-18T17:59:40 | https://dev.to/mubasshir00/data-type-and-type-casting-4emb | javascript | #DailyJS
There are 5 different data types that contain values.
1) String
2) Number
3) Boolean
4) Object
5) Function
There are 6 types of objects.
1) Object
2) Date
3) Array
4) String
5) Boolean
There are two types that don't contain values.
1) NUll 2) Undefined
### Type C... | mubasshir00 |
611,185 | Web development roadmap for 2021 and beyond | If you found value in this thread you will most likely enjoy my tweets too so make sure you follow me... | 0 | 2021-02-18T18:56:33 | https://dev.to/pascavld/web-development-roadmap-for-2021-and-beyond-1a3 | webdev | If you found value in this thread you will most likely enjoy my tweets too so make sure you follow me on [Twitter](https://twitter.com/VladPasca5) for more information about web development and how to improve as a developer. This article was first posted on my [Blog](vladpasca.hashnode.dev)
## 1. Learn how the interne... | pascavld |
611,337 | Angular Components Unit Test – Common Use Cases | In this article, I will provide a collection of some important statements used to unit test angular... | 0 | 2021-02-18T22:16:41 | https://dev.to/this-is-angular/angular-components-unit-test-common-use-cases-4j3p | angular, testing, webdev, typescript | In this article, I will provide a collection of some important statements used to unit test angular components. You can use any of the following examples directly in your project, or you may prefer to extract some of them into separate helper functions and reuse them all over your project. This article covers testing t... | nicholaalkhouri |
611,343 | 8 Data Structures every Python programmer needs to know | When solving real-world coding problems, employers and recruiters are looking for both runtime and re... | 0 | 2021-02-18T22:39:55 | https://www.educative.io/blog/8-python-data-structures | python, career, tutorial, algorithms | When solving real-world coding problems, employers and recruiters are looking for both runtime and resource efficiency.
Knowing which data structure best fits the current solution will increase program performance and reduce the time required to make it. For this reason, most top companies require a strong understandi... | ryanthelin |
629,931 | Our Favorite Raspberry Pi (Day) Projects | The Blues Wireless team got together to pick their favorite projects to celebrate Raspberry Pi Day! | 0 | 2021-03-11T14:35:05 | https://dev.to/blues/our-favorite-raspberry-pi-day-projects-210b | raspberrypi, iot, pie | ---
title: Our Favorite Raspberry Pi (Day) Projects
published: true
description: The Blues Wireless team got together to pick their favorite projects to celebrate Raspberry Pi Day!
tags: raspberrypi, iot, pie
cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gode09glfb02jb6i4xli.jpg
---
Happy Pi Da... | rdlauer |
634,727 | Project 60 of 100 - Lil' Context API Demo | Hey! I'm on a mission to make 100 React.js projects ending March 31st. Please follow my dev.to profil... | 0 | 2021-03-15T04:46:18 | https://dev.to/jameshubert_com/project-60-of-100-lil-context-api-demo-8f7 | react, javascript, 100daysofcode | *Hey! I'm on a mission to make 100 React.js projects ending March 31st. Please follow my dev.to profile or my [twitter](https://www.twitter.com/jwhubert91) for updates and feel free to reach out if you have questions. Thanks for your support!*
Link to the deployed project: [Link](https://100-react-projects-day-60-lil-... | jameshubert_com |
638,173 | Answer: How to generate an .apk file from Xamarin.Forms Project using Visual Studio? | answer re: How to generate an .apk fi... | 0 | 2021-03-18T07:18:14 | https://dev.to/maxangelo987/answer-how-to-generate-an-apk-file-from-xamarin-forms-project-using-visual-studio-25i9 | {% stackoverflow 60184629 %} | maxangelo987 | |
638,213 | The Implementation of HDB, the _hyperscript debugger | The 0.0.6 release of the _hyperscript hypertext UI scripting language introduces HDB, an interactive... | 0 | 2021-03-18T07:44:13 | https://denizaksimsek.com/2021/the-implementation-of-hdb/ | webdev, hyperscript, javascript | The 0.0.6 release of the [_hyperscript][] hypertext UI scripting language introduces HDB, an interactive debugging environment. In this article I discuss how the hyper-flexible hyperscript runtime allowed me to implement the first release of HDB with ease. If you'd like to see what HDB is like, I have a a demo on [my w... | dz4k |
638,446 | TypeScript videos from February | Greetings, Here's our TypeScript roundup, covering the most relevant TS videos from February. You ca... | 0 | 2021-03-18T13:40:18 | https://dev.to/meetupfeedio/typescript-videos-from-february-5bjk | typescript | Greetings,
Here's our TypeScript roundup, covering the most relevant TS videos from February. You can either read our article or scroll through the videos and pick your favorites below.
https://blog.meetupfeed.io/typescript-videos-february-2021/
Mastering TypeScript state management using just React | Jack Herringto... | meetupfeedio |
638,637 | How social media is best for startups to find web projects? | Social networking is the most powerful platform & is a perfect way to communicate with new people... | 0 | 2021-03-18T15:06:19 | https://dev.to/polestartechno/how-social-media-is-best-for-startups-find-web-projects-id5 | startup, webdev | Social networking is the most powerful platform & is a perfect way to communicate with new people or new businesses, a way to find some potential prospects, marketing products & services, and engage with communities and groups.
Networking is really valuable for startups because it helps connect with the prospects they ... | jaypala |
638,687 | Fun Tilting Form Validation Idea. | I was playing around on codepen trying to find playful ways of animating UI — without using animation... | 0 | 2021-03-18T17:05:28 | https://dev.to/shadowfaxrodeo/fun-tilting-form-validation-idea-35mm | webdev, css, html, ux | I was playing around on `codepen` trying to find playful ways of animating UI — without using `animation` or `transition` properties. Just tiny movements.
Came up with this and thought I'd share it:
*Try typing more than 12 characters.*
{% codepen https://codepen.io/shadowfaxrodeo/pen/eYBwdMO %}
## How it works.
F... | shadowfaxrodeo |
638,768 | Crack the top 50 Golang interview questions | The Go programming language, or Golang, is an open-source programming language similar to C but is op... | 0 | 2021-03-18T19:02:03 | https://www.educative.io/blog/50-golang-interview-questions | go, career, tutorial, learning | The Go programming language, or [Golang](https://www.educative.io/blog/golang-tutorial), is an open-source programming language similar to C but is optimized for quick compiling, seamless concurrency, and developer ease of use.
This language was created and adopted by Google but has been gaining popularity in other ... | ryanthelin |
638,925 | A look back at my first published npm library 5 years ago | I recently looked back at some npm packages I first published 5 years ago, and thought it would be an... | 0 | 2021-07-13T17:34:43 | https://www.antoniovdlc.me/a-look-back-at-my-first-published-npm-library-5-years-ago/ | javascript, typescript, npm | ---
title: A look back at my first published npm library 5 years ago
published: true
description:
tags: javascript, typescript, npm
canonical_url: https://www.antoniovdlc.me/a-look-back-at-my-first-published-npm-library-5-years-ago/
cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cjc3c7txbq8yh012... | antoniovdlc |
638,927 | Reconmap release notes (0.9.0) | Hi everyone! It is my pleasure to share the greatest and latest from Reconmap, the open source and Sa... | 0 | 2021-03-18T21:16:40 | https://dev.to/reconmap/reconmap-release-notes-0-9-0-2p15 | security, pentesting, opensource, releases | Hi everyone! It is my pleasure to share the greatest and latest from Reconmap, the open source and SaaS **[pentest automation and reporting platform](https://reconmap.com)**, in its version 0.9.0 (maturity version is around the corner!).
Before diving into the details I am going to start thanking our early adopters fo... | santiago |
638,972 | Hacker BI: Airtable + Metabase | You manage what you measure...right? But at a startup, just measuring your business can be hard.... | 0 | 2021-03-18T23:53:21 | https://docs.sequin.io/airtable/playbooks/metabase | startup, analytics, postgres, tutorial | You manage what you measure...right?
But at a startup, just measuring your business can be hard. Setting up analytics, cleaning up your data, structuring it properly.
Luckily, [Airtable](https://airtable.com) can make it really easy to pull together your data from all sorts of sources. Then Metabase can help you ask ... | thisisgoldman |
639,037 | JS Set Object (2 handy usages) | Hello there guys. Today i will talk for the SET object which is storing new unique values... | 0 | 2021-03-19T11:27:37 | https://dev.to/feco2019/js-using-set-3-handy-usages-2bgl | functional, javascript, fundementals, algorithms | #Hello there guys.
Today i will talk for the **SET** object which is storing new
unique values of any type as well primitive values and object references.
This could be handy for some cases,i will show you two of them
in this thread.
##Cases
1. Remove duplicated records from the arrays
3. Using **add()** method to a... | feco2019 |
639,097 | Mining Thai Food Text with R | This is part 3 in the Thai Food Dishes series. Text Mining Which raw material(s)... | 11,788 | 2021-03-19T05:27:00 | https://paulapivat.com/post/thai_dishes_project/#text_mining | textmining, r, datascience | This is part 3 in the Thai Food Dishes series.
### Text Mining
#### Which raw material(s) are most popular?
One way to answer this question is to use text mining to **tokenize** by either word and count the words by frequency as one measure of popularity.
In the below bar chart, we see frequency of words across all... | paulapivat |
639,168 | Startup Founder Tips for Conventions – Real & Virtual | Five Reasons to go to conferences This focuses on attending conferences, not setting up exhibits.... | 0 | 2021-03-19T07:03:37 | https://perceptionbox.io/business/startup-founder-tips-for-conventions-real-virtual/ | perceptionbox, outsourcing, startup | ---
title: Startup Founder Tips for Conventions – Real & Virtual
published: true
description:
tags: PerceptionBox, Outsourcing, startups
canonical_url: https://perceptionbox.io/business/startup-founder-tips-for-conventions-real-virtual/
---

* [Explanation](#explanation)
* [Solution](#solution)
* [Implementation](#implementation)
---
## Problem Statement <a name="problem-statement"></a>
**Question:** [htt... | shivams136 |
639,927 | sysctlbyname-improved v20210223 | sysctlbyname-improved version 20210223 is out! The FreeBSD Operating System maintains a Management I... | 0 | 2021-03-19T21:27:01 | https://alfonsosiciliano.gitlab.io/posts/2021-03-04-sysctlbyname-improved-20210223.html | freebsd, unix, kernel, sysctl | **sysctlbyname-improved version 20210223 is out!**
The [FreeBSD](https://www.freebsd.org) Operating System maintains a Management Information Base ("MIB") where an object represents a parameter of the system, the [sysctl](https://man.freebsd.org/sysctl/3) system call explores the MIB to find an object by its Object Id... | alfonsosiciliano |
640,115 | test test | test content | 0 | 2021-03-20T03:56:25 | https://dev.to/tdnam/test-test-3gkl | test content | tdnam | |
640,552 | AI | There was a time, not so long ago, when artificial intelligence, machine learning, and natural langua... | 0 | 2021-03-20T13:59:14 | https://dev.to/raghavtroublemaker/ai-1d38 | There was a time, not so long ago, when artificial intelligence, machine learning, and natural language processing were only found in science fiction novels. Artificial intelligence, on the other hand, has been around for over 70 years. We were still working on a model of the most basic component of artificial intellig... | raghavtroublemaker | |
640,791 | Self-Made-Robot: Review Robots Projects | Building a robot from scratch can be a daunting task. To understand what is possible, and to gain ins... | 0 | 2021-03-22T05:43:10 | https://dev.to/admantium/self-made-robot-review-robots-projects-1ka7 | robots | Building a robot from scratch can be a daunting task. To understand what is possible, and to gain inspiration, I researched various projects from the community. This article presents a list of robots with different actuators, sensors and capabilities. I also detail the hardware and software that is used in these projec... | admantium |
640,899 | JSON en PostgreSQL | PostgreSQL incluye soporte para el tipo de dato JSON desde la versión "9.2". En este tutorial se verá... | 0 | 2021-03-20T23:07:45 | https://dev.to/__alexander_/json-en-postgresql-27di | postgres | ---
title: JSON en PostgreSQL
published: true
description:
tags: postgresql
summary: PostgreSQL incluye soporte para el tipo de dato JSON desde la versión "9.2". En este tutorial se verán ejemplos de cómo trabajar con inserciones y consultas de campos JSON.
---
PostgreSQL incluye soporte para el tipo de dato JSON des... | __alexander_ |
641,015 | Ultimate Express & Mongo Reference | This is not a guide on how to use express and mongo, but a useful reference especially for those star... | 0 | 2021-03-21T03:38:45 | https://dev.to/alexmercedcoder/ultimate-express-mongo-reference-kb3 | mongodb | This is not a guide on how to use express and mongo, but a useful reference especially for those starting to learn these technologies. This guide will serve as documentation of the basics of all the main functions and patterns in these libraries.
## Express
- **Installation Command:** `npm install express`
- **Import... | alexmercedcoder |
641,197 | VSCode terminal & meta key | I had the same issue as described here: https://superuser.com/questions/1549993/how-to-map-option-shi... | 0 | 2021-03-21T09:17:52 | https://dev.to/mikkom/vscode-terminal-meta-key-273b | vscode, terminal, zsh | I had the same issue as described here: https://superuser.com/questions/1549993/how-to-map-option-shift-digit-keys-in-zsh-using-bindkey
I went with the same solution that disables `terminal.integrated.macOptionIsMeta` and uses bindkey to map the traditional readline meta key commands. I added `insert-last-word` and ha... | mikkom |
641,318 | Separation of concerns with custom React hooks | React is without a doubt one of the most popular front-end JavaScript frameworks / UI libraries aroun... | 0 | 2021-03-21T13:55:06 | https://dev.to/areknawo/separation-of-concerns-with-custom-react-hooks-3aoe | react, javascript, webdev | **React** is without a doubt one of the **most popular** front-end JavaScript frameworks / UI libraries around. However, it doesn't mean that it's the best or that everyone likes it.
Among some of the more **technical reasons** behind people disliking React is, surprisingly, one of its biggest features as well - **[JS... | areknawo |
641,810 | Blocking Time for Tasks with Toggl | For people doing mainly project work, planning daily tasks is a constant struggle, which can cause se... | 0 | 2021-03-22T07:05:39 | https://nikoheikkila.fi/blog/blocking-time-for-tasks-with-toggl/ | productivity, tooling, go, showdev | For people doing mainly project work, planning daily tasks is a constant struggle, which can cause severe issues with productivity and mental well-being.
As a software developer with multiple projects on my daily schedule, I used to waddle in a sea of chaos. Attempting to swim and survive throughout my days impacted m... | nikoheikkila |
641,930 | What is Cloud Computing and What are the benefits of using it | Cloud computing is a term used to portray the utilization of equipment and programming conveyed by me... | 0 | 2021-03-22T08:59:24 | https://dev.to/sherihans123/what-is-cloud-computing-and-what-are-the-benefits-of-using-it-1280 | cloud, cloudcomputing | Cloud computing is a term used to portray the utilization of equipment and programming conveyed by means of the organization (normally the Internet). The term comes from the utilization of cloud molded image that addresses deliberation of rather a complex foundation that empowers crafted by programming, equipment, calc... | sherihans123 |
641,932 | 5 creative ideas for virtual team building events for startups 🎭 | Creating a place where people love to work and collaborate can be challenging in a fast growing start... | 0 | 2021-03-22T09:15:55 | https://dev.to/n8n/5-creative-ideas-for-virtual-team-building-events-for-startups-26bl | hackathon, automation, startup, team | Creating a place where people love to work and collaborate can be challenging in a fast growing startup. A constant high number of new joiners and a remote-first work culture are not the best circumstances for team building activities in startups. Luckily, there are still many opportunities to connect your remote team ... | le_bruch |
642,020 | Solution: Vowel Spellchecker | This is part of a series of Leetcode solution explanations (index). If you liked this solution or fou... | 11,116 | 2021-03-22T11:34:08 | https://dev.to/seanpgallivan/solution-vowel-spellchecker-22o | algorithms, javascript, java, python | *This is part of a series of Leetcode solution explanations ([index](https://dev.to/seanpgallivan/leetcode-solutions-index-57fl)). If you liked this solution or found it useful,* ***please like*** *this post and/or* ***upvote*** *[my solution post on Leetcode's forums](https://leetcode.com/problems/vowel-spellchecker/d... | seanpgallivan |
642,032 | Solve Leetcode Problems and Get Offers From Your Dream Companies||Maximum Points You Can Obtain from Cards | Maximum Points You Can Obtain from Cards In this series, I am going to solve Leetcode medium probl... | 11,797 | 2021-03-22T12:11:21 | https://www.simplecoding.dev/articles/solve-leetcode-problems-and-get-offers-from-your-dream-companies-maximum-points-you-can-obtain-from-cards-47m6 | leetcode, algorithms, programming, codenewbie |
1423. **Maximum Points You Can Obtain from Cards**
In this series, I am going to solve Leetcode medium problems live with my friends, which you can see on our youtube channel, Today we will do Problem Leetcode: 1423. **Maximum Points You Can Obtain from Cards.**
.
## The Exam
AWS states on the official [Exam Guide](https://d1.awsstatic.com/training-an... | donkoyote |
643,000 | We partnered with Bauman Moscow State Technical University to teach biomedical programming | The Evrone team doesn’t just work on commercial projects. We also actively support the open-source co... | 0 | 2021-03-23T11:06:14 | https://evrone.com/bauman-mstu-course | beginners, writing, programming | The Evrone team doesn’t just work on commercial projects. We also actively support the open-source community, sharing our tools and holding events for developers of all different levels. Because of this, Bauman Moscow State Technical University has invited one of our specialists to teach the “Algorithmization and Progr... | evrone |
643,263 |
SREview Issue #11 March 2021 | Is it spring yet? Or spring still? Time sure is strange nowadays. At least we have a ton to look forw... | 0 | 2021-03-23T15:01:42 | https://dev.to/blameless/sreview-issue-11-march-2021-2idg | sre, devops | Is it spring yet? Or spring still? Time sure is strange nowadays. At least we have a ton to look forward to in the next few weeks! Here are some of the most exciting Tweets, content, and events happening in the SRE and resilience engineering community this month.
 between classes and their dependencies.
A *dependency* i... | chaitanyasuvarna | |
643,309 | Voices from Women in the digital industry Pt. 1 | Illustration by Gloria Shugleva As part of International Women's Day, we at SinnerSchrader created a... | 11,901 | 2021-03-24T15:40:58 | https://dev.to/studio_m_song/voices-from-women-in-the-digital-industry-d6f | career, interview, womenintech, motivation | *Illustration by [Gloria Shugleva](https://dribbble.com/shots/7045097-Female-leaders/attachments/45347?mode=media)*
*As part of International Women's Day, we at SinnerSchrader created an internal website that was filled with content from our employees. Among other things, we asked various women in leadership positions... | annika_h |
643,311 | Where (and how) can a web developer learn more about cyber security? | The world is getting scary. In the last few years I've been getting increasingly uneasy about the i... | 0 | 2021-03-23T16:34:45 | https://dev.to/shadowfaxrodeo/where-and-how-can-a-web-developer-learn-more-about-cyber-security-2791 | discuss, webdev, cybersecurity, security | The world is getting scary.
In the last few years I've been getting increasingly uneasy about the internet. Things like…
- Data Breaches
- Identity Theft
- Scams
- Surveilance capitalism
- Nations destroying other nations' digital infrastructure
- Oppressive regimes tracking dissidents
When these things occur, you ... | shadowfaxrodeo |
643,363 | My Azure Notebook: Key Things | Organisation— An organization represents a business entity that is using Microsoft cloud offerings. T... | 0 | 2021-03-23T17:23:02 | https://dev.to/arunksingh16/my-azure-notebook-key-things-2d6m | azure, devops | **Organisation**— An organization represents a business entity that is using Microsoft cloud offerings. The organization is a container for subscriptions.
**Azure subscription**— A subscription is an agreement with Microsoft to use one or more Microsoft cloud platforms or services
**User Acccount**— User accounts fo... | arunksingh16 |
649,426 | Backstage architecture | Originally published on mccricardo.com. In Backstage intro we talked about what kinds of problems Ba... | 12,059 | 2021-03-29T21:57:16 | https://dev.to/mccricardo/backstage-architecture-9cb | backstage | Originally published on [mccricardo.com](https://mccricardo.com/backstage-architecture/).
In [Backstage intro](https://mccricardo.com/backstage-intro/) we talked about what kinds of problems Backstage aims to solve and got our first taste of how to launch and play with it. Although we're now ready to start getting our... | mccricardo |
693,488 | C Preprocessor cheatsheet | The C preprocessor is the macro preprocessor for the C, Objective-C, and C++ computer programming lan... | 0 | 2021-05-10T08:06:08 | https://dev.to/hoanganhlam/c-preprocessor-cheatsheet-44c0 | cpreprocessor, cheatsheet | The C preprocessor is the macro preprocessor for the C, Objective-C, and C++ computer programming languages. The preprocessor provides the ability for the inclusion of header files, macro expansions, conditional compilation, and line control. [C Preprocessor Cheat Sheet](https://cheatsheetmaker.com/c-preprocessor) is q... | hoanganhlam |
652,974 | What's the difference between Continuous Delivery and Continuous Deployment? | Continuous Delivery and Continous Deployment are frequently conflated with each other. This is at... | 0 | 2021-04-05T10:59:14 | https://jhall.io/archive/2021/04/02/whats-the-difference-between-continuous-delivery-and-continuous-deployment/ | cicd, continuousdelivery, continuousdeployment, devops | ---
title: What's the difference between Continuous Delivery and Continuous Deployment?
published: true
date: 2021-04-02 00:00:00 UTC
tags: cicd, continuousdelivery, continuousdeployment, devops
canonical_url: https://jhall.io/archive/2021/04/02/whats-the-difference-between-continuous-delivery-and-continuous-deployment... | jhall |
657,940 | 10 Topics to Prepare for Java and Spring Boot Interviews | Gumroad is celebrating GumroadDay and my both books, Grokking the Java Interview and Grokking the Spring Boot Interviews are "pay what you want", minimum of $1 | 0 | 2021-04-07T15:17:27 | https://dev.to/javinpaul/on-gumroadday-my-books-are-pay-what-you-want-minimum-1-59m5 | java, books, programming, springframework | ---
title: 10 Topics to Prepare for Java and Spring Boot Interviews
published: true
description: Gumroad is celebrating GumroadDay and my both books, Grokking the Java Interview and Grokking the Spring Boot Interviews are "pay what you want", minimum of $1
tags: java, books, programming, springframework
cover_image: ht... | javinpaul |
659,755 | A Next.js + Firebase TDD Environment Example | Recently I've been working with a start-up that leverages Next.js and Firebase. This is a very intere... | 0 | 2021-04-09T05:30:04 | https://dev.to/ellioseven/a-next-js-firebase-tdd-environment-example-3ojp | nextjs, firebase, testing, react |
Recently I've been working with a start-up that leverages Next.js and Firebase. This is a very interesting stack, as it lends itself to a very fast development lifecycle. As a result, it's been tempting to let testing take a back seat, especially when the initial development cost for a testing environment with a range... | ellioseven |
660,319 | Day 52 | Day 52/100 of #100DaysOfCode Codewars | Node js Hours coded: 2.5 Lines of code: 232 Keystrokes: 346... | 11,311 | 2021-04-09T16:24:06 | https://dev.to/rb_wahid/day-52-44hf | 100daysofcode, programming, javascript | Day 52/100 of #100DaysOfCode
Codewars | Node js
Hours coded: 2.5
Lines of code: 232
Keystrokes: 3461
via @software_hq's #vscode extension | rb_wahid |
660,502 | What's your favorite programming channel? | What's your favorite programming YouTube channel? Mine are Web Dev, Web Dev Simplified, Codingflag, a... | 0 | 2021-04-09T18:41:18 | https://dev.to/cristoferk/what-s-your-favorite-programming-channel-2113 | webdev, youtube, programming, discuss | What's your favorite programming YouTube channel?
Mine are Web Dev, Web Dev Simplified, Codingflag, and Online Tutorials.
Also, I am making programming tutorials too! Here is the link to my channel
https://www.youtube.com/channel/UCFzeA3xC-_i4ZT-XwcwsJxQ/featured
Please Subscribe! | cristoferk |
660,580 | Day 342 : RIP DMX | liner notes: Professional : Pretty chill day to start the weekend. Had a meeting with the team and... | 0 | 2021-04-09T21:27:12 | https://dev.to/dwane/day-342-rip-dmx-381o | hiphop, code, coding, lifelongdev | _liner notes_:
- Professional : Pretty chill day to start the weekend. Had a meeting with the team and then I worked on a demo to help with a question that we got in the community Slack channel. The original poster said that it helped with what they were ooking for. Cool. Pretty much that was it. The day went by pretty... | dwane |
660,981 | Array of object | A post by swarnaparvathi | 0 | 2021-04-10T08:05:51 | https://dev.to/swarnaparvathi/array-of-object-297j | swarnaparvathi | ||
660,991 | Web Application Penetration Test Checklist | Part - 01 | In this article I am going to share a checklist which you can use when you are doing a penetration te... | 12,165 | 2021-04-10T08:42:07 | https://thehackedsite.netlify.app/bug/bounty/2021/04/10/web-application-penetration-test-checklist-part-01 | linux, security, beginners, github | **In this article I am going to share a checklist which you can use when you are doing a penetration test on a website, you can also use this list as a reference in bug bounties. This is beginner’s friendly list, so they can look it for reference.**
*Before stating the list I want to make something clear, that before ... | rahulmishra05 |
661,059 | Build your own Shakespeare Translation Web App with JavaScript Fetch API | Shakespeare may have been a genius, but one thing's for sure: he wasn't speaking our language. His... | 0 | 2021-04-10T20:50:54 | https://dev.to/nayyyhaa/build-your-own-shakespeare-translation-web-app-with-javascript-fetch-api-loo | javascript, webdev, codenewbie, tutorial | Shakespeare may have been a genius, but one thing's for sure: he wasn't speaking our language. His ever-popular works (dramas and poems) make his unique language style live even today.
I've always been curious about how Shakespeare would've expressed my thoughts in his words. _Have you been too??_
**Then you've come to... | nayyyhaa |
661,064 | Hello World | Greetings! | 0 | 2021-04-10T11:28:08 | https://dev.to/khalelthecoder/hello-world-317n | Greetings! | khalelthecoder | |
661,966 | Renaming the Master Branch to Main On GitHub | Update: You can now rename it directly from GitHub 🎉. Check it out: Renaming a branch on... | 0 | 2021-04-11T12:28:48 | https://dev.to/jonathanbcsouza/how-to-rename-the-master-branch-on-github-540a | github | **Update:** You can now rename it directly from GitHub 🎉.
Check it out: [Renaming a branch on GitHub](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch)!
<img src="https://dev-to-uploads.s3.amazonaws.com/uploads/articles/... | jonathanbcsouza |
661,214 | If you were to uninstall all secondary extensions in your text editor and leave just Three(3) what will they be? | Introduction : A code editor simply put is a playground that aids you write your code in a... | 0 | 2021-06-19T20:33:51 | https://dev.to/yunweneric/if-you-were-to-uninstall-all-secondary-extensions-in-your-text-editor-and-leave-just-four-4-what-will-they-be-1725 | discuss, codenewbie, dev | ## Introduction :
A code editor simply put is a playground that aids you write your code in a nice, easy and quicker way.
There are several code editors both free and paid out there. They all share some commonalities. One of which is the ability to install additional helpers (extensions) to facilitate your development... | yunweneric |
661,261 | Why I'm writing a blog every week this year and why you should write more too! | Contents Intro Documentation Summary Intro This year I will be writin... | 0 | 2021-04-10T16:42:25 | https://jordanfinners.dev/blogs/why-im-writing-a-blog-every-week-this-year-and-why-you-should-write-more-too.html | webdev, documentation, beginners |
## Contents
1. [Intro](#intro)
2. [Documentation](#documentation)
3. [Summary](#summary)
## Intro <a name="intro"></a>
This year I will be writing 52 blogs, one for each week of the year. Now I'm a realist, in that holidays and life will get in the way of writing, so my aim is for the number of blogs to be 5... | jordanfinners |
661,457 | Encrypting cron emails with GPG | Introduction You might have your server setup in such a way that it runs a few tasks with... | 0 | 2021-04-10T21:12:57 | https://www.philipp-mayr.de/2017/03/25/encrypting-cron-emails | cron, gpg, linux | ## Introduction
You might have your server setup in such a way that it runs a few tasks with cron so you don’t have to worry about them. Except.. you should. That is if the scheduled tasks send mission critical information over the internet. Now assume you have some kind of security audit software running like say lyn... | philippmayrth |
661,714 | 49 Days of Ruby: Day 19 - Exceptions | Join us on a 49 day learning journey through Ruby! | 10,268 | 2021-04-15T04:38:12 | https://dev.to/bengreenberg/49-days-of-ruby-day-19-exceptions-1em8 | ruby | ---
title: 49 Days of Ruby: Day 19 - Exceptions
published: true
description: Join us on a 49 day learning journey through Ruby!
series: 49 Days of Ruby
tags: #ruby
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/9m73qaetuse3nm3y3it8.png
---
**Welcome to day 19 of the 49 Days of Ruby! 🎉**
Today we are going to... | bengreenberg |
661,871 | Starwalt is an Internet Company, We help to develop your #Business
https://starwalt.github.io | A post by santhosh kumar | 0 | 2021-04-11T09:16:21 | https://dev.to/sandysanthosh/starwalt-is-an-internet-company-we-help-to-develop-your-business-https-starwalt-github-io-2ai5 | sandysanthosh | ||
662,060 | Intro to Angular - Part 1 | In this article we will be start a journey to learn Angular. This Part 1 of our series to cover Angu... | 0 | 2021-04-11T13:59:58 | https://dev.to/moe23/intro-to-angular-part-1-428o | angular, typescript, beginners, javascript | In this article we will be start a journey to learn Angular.
This Part 1 of our series to cover Angular from all different aspects, we will be building an application which will connect to an API and pull data, validate input, authenticate users and many more functionality.
You can watch the full video on YouTube:
{%... | moe23 |
662,090 | Cross-platform building instructions, using GitHub workflows (for webview/webview) | I adapted from tauri-action, but for Golang. patarapolw /... | 0 | 2021-04-11T14:45:43 | https://dev.to/patarapolw/cross-platform-building-instructions-using-github-workflows-for-webview-webview-5e05 | github, desktop, go, webdev | I adapted from [tauri-action](https://github.com/tauri-apps/tauri-action#creating-a-release-and-uploading-the-tauri-bundles), but [for Golang](https://github.com/patarapolw/go-webview-launcher/blob/main/.github/workflows/go.yml).
{% github patarapolw/go-webview-launcher %}
Why GitHub Action? Because xgo not only does... | patarapolw |
662,123 | Angular as your first JavaScript framework? | Does the following sound relatable? I started coding not that long ago. I am going through... | 0 | 2021-04-11T16:14:22 | https://dev.to/florianbracke/angular-as-your-first-javascript-framework-3gg3 | angular, beginners |
### Does the following sound relatable?
I started coding not that long ago.
I am going through the four horsemen of Web Development
(HTML ,CSS , JS & PHP).
I want to achieve more so now it is time for me to invest some effort into a nice and exciting framework!
**Check? Keep reading!**
____________________________... | florianbracke |
662,156 | Home widgets in iOS | Introduction During the first couple of days of this last week, we had hack days in my job... | 0 | 2021-04-11T16:37:21 | https://dev.to/fmo91/home-widgets-in-ios-o7o | ios, widgetkit, swiftui, swift | # Introduction
During the first couple of days of this last week, we had hack days in my job. So everyone in the team could work on whatever they would prefer, and we'd then integrate them to the project if everyone agree on the positive outcome we'd get from them.
I love it (and my teammates too), so I chose to creat... | fmo91 |
662,307 | SCSS make life more easier . | What Scss ? Scss is Sassy Cascading Style Sheets. It wraps the CSS to allow you to use fun... | 0 | 2021-04-11T20:03:24 | https://dev.to/fatimaalmashhor/scss-make-life-more-easier-9h8 | scss, javascript, css, html | # What Scss ?
Scss is Sassy Cascading Style Sheets. It wraps the CSS to allow you to use functions and variables exc.. make more likely language like JavaScript .
Previously when we styled some of our projects we get repeated code and some time needed much work to design the things .
Then after the Scss appears make ... | fatimaalmashhor |
662,313 | Jumble Solver multiple Words For Any Puzzle | Utilizing The Word Jumble Solver to Solve Word Jumbles Many people are unaware that Jumble Solvers a... | 0 | 2021-04-11T20:25:43 | https://dev.to/robert29105427/jumble-solver-multiple-words-for-any-puzzle-3cbb | gamedev | Utilizing The Word Jumble Solver to Solve Word Jumbles
Many people are unaware that Jumble Solvers actually exist. Jumble Solver can unjumble a set of characters, revealing possible words that could be produced from them. Our Jumble Solver will be able to carry out rapid dictionary research in order to do this.
Wildca... | robert29105427 |
662,316 | How to get started with programming | If you found value in this thread you will most likely enjoy my tweets too so make sure you follow me... | 0 | 2021-04-15T12:49:14 | https://blog.vlddev.live/how-to-get-started-with-programming | beginners, programming, webdev | _If you found value in this thread you will most likely enjoy my tweets too so make sure you follow me on [Twitter](https://twitter.com/VladPasca5) for more information about web development and how to improve as a developer. This article was first published on my [Blog](https://vladpasca.hashnode.dev/)_
### 1. Do so... | pascavld |
662,491 | Ultimate Reference on Javascript Functions 2021 | Functions are one of the most important concepts in programming, and Javascript gives functions first... | 0 | 2021-04-12T01:50:04 | https://dev.to/alexmercedcoder/ultimate-reference-on-javascript-functions-2021-40a5 | javascript | Functions are one of the most important concepts in programming, and Javascript gives functions first-class support meaning there is a lot to learn but a lot of great ways to use functions in javascript. This article is a reference on functions in javascript. Enjoy.
## What is Function?
Think of functions like a wiza... | alexmercedcoder |
662,820 | Starting Block chain as a beginner | i am beginner in block chain kindly guide me how to start my career in block chain. | 0 | 2021-04-12T09:25:12 | https://dev.to/bilal69621/starting-block-chain-as-a-beginner-4nj4 | i am beginner in block chain kindly guide me how to start my career in block chain.
| bilal69621 | |
662,907 | Repeated Capturing Group | Regular expression can be used to check a string or a pattern is repeated in a string. For example, i... | 0 | 2020-04-04T00:00:00 | https://dev.to/ethanzxlee/repeated-capturing-group-5f5e | java, regex, code, note | ---
title: 'Repeated Capturing Group'
date: '2020-04-04'
author: 'Ethan Lee'
tags: 'java, regex, code, note'
published: true
---
Regular expression can be used to check a string or a pattern is repeated in a string. For example, if you want to check if the string 'abc' is repeated for exactly 3 times in a string, you ... | ethanzxlee |
662,913 | Create Video And Photo Thumbnail Images With Two Parameters | If you have ever tried to create thumbnail images on your computer, then you probably know that the p... | 0 | 2021-04-12T10:01:08 | https://dev.to/georgenevis404/create-video-and-photo-thumbnail-images-with-two-parameters-4m5c | gawdo, gawdocom | If you have ever tried to <a class="c4" href="https://www.google.com/url?q=https://gawdo.com/products/create-thumbnail-images?_pos%3D1%26_sid%3D2d3bba0d5%26_ss%3Dr&sa=D&source=editors&ust=1618225203940000&usg=AOvVaw1lFS2SdyVRGbVddGXz_4FB">create thumbnail images</a> on your computer, then you probably k... | georgenevis404 |
662,967 | Real world example of compose function and currying. | Another currying article Using Javascript, you can decide to write your code based on FP o... | 0 | 2021-04-22T18:00:09 | https://dev.to/pegahsafaie/real-world-example-of-compose-function-and-currying-3ofl | functional, currying, composition, javascript |
## Another currying article
Using Javascript, you can decide to write your code based on FP or OOP principles. When you decide on FP there are some concepts you need to understand in order to make the most out of FP principles. These include concepts like currying and compose functions. For me it took a while to under... | pegahsafaie |
663,237 | Simplest Firebase Analytics Guide for your project | Note: This post does not include how to create a web app on firebase console, since I am focusing onl... | 0 | 2021-04-12T15:53:19 | https://dev.to/vikirobles/simplest-firebase-analytics-guide-for-your-project-2kj6 | firebase, webdev, typescript, analytics | Note: This post does not include how to create a web app on firebase console, since I am focusing only on how to show on the Firebase Analytics console the events that you want to create for your project.
The result of the process should lead you on a view like this

- [Obtener el índice de una iteración en un bucle for-of](#obtener-el-índice-de-una-iteración-en-un-bucle-for-of)
- [Intercambiar variable](#intercambiar-variable)
- [Ordenar arreglos](#ordenar-arreglos)
- [Edita página... | corteshvictor |
663,676 | Attention, freelance dev📢 Taking job interviews every year keeps you in a good shape | Hi there! I'm Arisa, a freelance Full Stack Developer living in Germany🇩🇪 I'm developing Lilac, an... | 0 | 2021-04-13T01:40:18 | https://dev.to/arisa_dev/attention-freelance-dev-taking-job-interviews-every-year-keeps-you-in-a-good-shape-22i3 | job, interview | Hi there!
I'm Arisa, a freelance Full Stack Developer living in Germany🇩🇪
I'm developing [Lilac](https://note.com/frontendlifeinde/m/m9b8feda1d547), an online school with hands-on Frontend e-books and tutoring👩💻
Normally, I write what I learned from my everyday developer experience though this time is an interv... | arisa_dev |
663,892 | Wave - The Open-source Software as a Service Starter Kit | Introduction Laravel Wave is an open-source Software as a Service Starter Kit that can hel... | 0 | 2021-04-13T07:30:51 | https://github.com/thedevdojo/wave | laravel, php, tailwindcss, saas | # Introduction
Laravel [Wave](https://devdojo.com/wave) is an open-source Software as a Service Starter Kit that can help you build your next great idea 💰.
Wave is built with [Laravel](https://laravel.com), [Voyager](https://voyager.devdojo.com), [TailwindCSS](https://tailwindcss.com), and a few other awesome techn... | bobbyiliev |
663,956 | Passing React.forwardRef to child's child | In short in this post, I want to show how to forward refs if its needs to be passed more than one... | 0 | 2021-04-13T08:55:49 | https://dev.to/srikanthkyatham/using-react-forwardref-42m9 | react, javascript, functional | In short in this post, I want to show how to forward refs if its needs to be passed more than one level
In the [React forwardRef guide](https://reactjs.org/docs/forwarding-refs.html) the instructions tell us how to pass one level. How about if needs to be passed more than one level.
In my case it was a custom button
... | srikanthkyatham |
664,113 | 🧟♂️ adventures in software development: automatic, scheduled wsl2 backups | As we rejoin our brave adventurer, we find that he has hurdled another piece of the backup puzzle, to... | 0 | 2021-08-15T15:18:16 | https://dev.to/jlcummings/adventures-in-software-development-automatic-scheduled-wsl2-backups-h12 | docker, wsl2, powershell, backup | As we rejoin our brave adventurer, we find that he has hurdled another piece of the backup puzzle, to be faced by yet even more hurdles when automatically scheduling Windows Subsystem for Linux (WSL2) backups. He has scoured and squirmed his way to timely exports of the distribution of concern and beat back weird inte... | jlcummings |
664,169 | Robotic Process Automation with Automation Anywhere | Robotic Process Automation (RPA) has attracted significant investment from many corporate organizat... | 0 | 2021-04-20T14:51:26 | https://dev.to/packtpub/robotic-process-automation-with-automation-anywhere-1o30 | rpa, clourpa, automation360, processautomation | 
**Robotic Process Automation (RPA)** has attracted significant investment from many corporate organizations in recent years. This has opened up many opportunities for using RPA, whether you are an experienced developer wanti... | packtpub |
665,062 | Ember Apollo Client + @use | A real-world application for @pzuraq's new `@use` API in Ember, using it to wrap some common ember-apollo-client methods | 0 | 2021-04-13T22:36:48 | https://dev.to/chrismllr/ember-apollo-client-use-5h3o | graphql, ember, typescript | ---
title: Ember Apollo Client + @use
published: true
description: A real-world application for @pzuraq's new `@use` API in Ember, using it to wrap some common ember-apollo-client methods
tags: graphql, ember, typescript
---
I've recently spun up my first Ember app using GraphQL, and as I would do when approaching an... | chrismllr |
665,351 | Run pgsql migrations on WSL | First you must run: rake db:create Then: rake db:migrate | 0 | 2021-04-14T02:41:16 | https://dev.to/taoliu12/run-pgsql-migrations-on-wsl-5g54 | First you must run: rake db:create
Then: rake db:migrate
| taoliu12 | |
665,844 | Dynamic import - recipe for a lightning fast application | In this article we will delve into the dynamic import of JavaScript modules and the lazy loading of R... | 0 | 2021-04-14T13:40:16 | https://www.sensenet.com/blog/2021-04-07-dynamic-import-recipe-for-a-lightning-fast-application | javascript, typescript, react, performance | In this article we will delve into the dynamic import of JavaScript modules and the lazy loading of React components. We will examine through a real example how they work and how we can make our web application faster by reducing our initial bundle size. It is common to use TypeScript for its static type system. We oft... | taki9 |
666,028 | Kotlin – SpringBoot MongoDB – Model One-to-One, One-to-Many Relationships Embedded Documents | Kotlin – SpringBoot MongoDB – Model One-to-One, One-to-Many Relationships Embedded Documents https:/... | 0 | 2021-04-14T16:30:37 | https://dev.to/loizenai/kotlin-springboot-mongodb-model-one-to-one-one-to-many-relationships-embedded-documents-11hd | kotlin, springboot, mongodb | Kotlin – SpringBoot MongoDB – Model One-to-One, One-to-Many Relationships Embedded Documents
https://grokonez.com/spring-framework/spring-boot/kotlin-spring-boot/kotlin-springboot-mongodb-model-one-one-one-many-relationships-embedded-documents
With MongoDB, we can structure related data by embedded documents. In gene... | loizenai |
666,227 | Avoid Procrastination and Improve Focus | Notes What is Procrastination? People who procrastinate are often mislabeled as... | 11,415 | 2021-04-14T18:31:43 | https://dev.to/javidjms/avoid-procrastination-and-improve-focus-3l63 | productivity, zen, beginners, webdev | ## Notes
### What is Procrastination?
People who procrastinate are often mislabeled as lazy. Many of us even engage in self talk about how lazy or unfocused we are when we engage in procrastination. But procrastination is not a reflection of someone’s work ethic or their ability to focus. There’s more to it than that... | javidjms |
666,563 | I got a 50$ gift from dev.to, and here it is 😍 | I did not imagine that a simple article like sending an email would perform so well. Similar tutorial... | 0 | 2021-04-15T03:15:21 | https://dev.to/aahnik/i-got-a-50-gift-from-dev-to-and-here-it-is-ggh | watercooler, discuss, news | I did not imagine that a simple article like sending an email would perform so well. Similar tutorials are in n no. of places on the internet. But still, people loved my article.
{% link https://dev.to/aahnik/how-to-send-emails-with-python-simply-explained-for-beginners-hea %}
This article 👆 reached the [top seven](... | aahnik |
666,858 | Flutter: Build Circular Progress with CustomPaint and Animation | Hey, you are on the right way if you come with a question about how to draw something in Flutter. For... | 0 | 2021-04-15T11:41:31 | https://medium.com/litslink-mobile-development/flutter-build-your-custom-painter-with-animation-795490acb156 | flutter, tutorial, dart | Hey, you are on the right way if you come with a question about how to draw something in Flutter. For example when you need to draw something like a Progress indicator in a circle shape.
I’ll show you how to do that for the next platforms on the Flutter:
Android, iOS, Web, macOS | alexmelnyk |
667,065 | SocketCluster. The most underrated framework. Part 3: A Pub/Sub example and middleware | maarteNNNN / sc-underrated-framework-pubsub... | 11,955 | 2021-04-15T16:41:22 | https://dev.to/maartennnn/socketcluster-the-most-underrated-framework-part-3-a-pub-sub-example-and-middleware-a10 | socketcluster, opensource, node, javascript | {% github maarteNNNN/sc-underrated-framework-pubsub %}
## Introduction
In this part we will make a simple chat example to understand how Pub/Sub works in SocketCluster. The app can be tested across multiple browser windows. We will add some simple middlewares. A chat history and censorship for bad-words.
## Setup
L... | maartennnn |
667,466 | 250+ JS Resources to Master Programming 💥 Cheat Sheet | Hello World! I felt bored after completing the Ultimate Cheat Sheet Compilation, so I just decided to... | 11,340 | 2021-04-20T13:30:49 | https://dev.to/worldindev/200-js-resources-to-master-programming-3aj6 | javascript, webdev, productivity, beginners | `Hello World!` I felt bored after completing the [Ultimate Cheat Sheet Compilation](https://dev.to/worldindev/the-ultimate-compilation-of-cheat-sheets-100-268g), so I just decided to create another one! The most complete javascript cheat sheet and resource compilation you can find online!
🔖 - Waaait, don't leave this... | devlorenzo |
667,629 | Replicate AWS CodeCommit Repositories Between Regions Using CodeBuild And CodePipeline | Replicating code repositories from one AWS region to another is a commonly used DevOps task. This art... | 0 | 2021-04-16T02:17:20 | https://dev.to/apatil88/replicate-aws-codecommit-repositories-between-regions-using-codebuild-and-codepipeline-5fh1 | aws, devops, programming | Replicating code repositories from one AWS region to another is a commonly used DevOps task. This article demonstrates how to set up continuous replication of an AWS CodeCommit repository among multiple AWS regions using AWS CodeBuild and AWS CodePipeline. This approach can be useful to maintain backups of CodeCommit r... | apatil88 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.