type_of stringclasses 1
value | id int64 12 2.31M | title stringlengths 1 256 ⌀ | description stringlengths 1 3.47k ⌀ | readable_publish_date stringlengths 5 10 | slug stringlengths 2 308 | path stringlengths 9 316 | url stringlengths 23 330 | comments_count int64 -3 1.19k | public_reactions_count int64 -82 4.01k | collection_id float64 60 30.7k ⌀ | published_timestamp stringlengths 20 20 | language stringclasses 95
values | subforem_id float64 1 1 ⌀ | positive_reactions_count int64 -82 4.01k | cover_image stringlengths 61 544 ⌀ | social_image stringlengths 61 544 | canonical_url stringlengths 15 452 | created_at stringlengths 20 20 | edited_at stringlengths 20 20 ⌀ | crossposted_at stringlengths 20 20 ⌀ | published_at stringlengths 20 20 | last_comment_at stringlengths 20 20 | reading_time_minutes int64 0 279 | tag_list stringlengths 5 121 | tags stringlengths 1 111 | user stringlengths 509 758 | organization stringlengths 501 629 ⌀ | flare_tag stringclasses 13
values | __index_level_0__ int64 0 722k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
article | 1,088,557 | How do I refactor IF_ELSE condition | Writing if-else is a daily job for a programmer. Whenever we write code, we check if something is... | May 18 '22 | how-do-i-refactor-ifelse-condition-2gje | /parvejcode/how-do-i-refactor-ifelse-condition-2gje | https://dev.to/parvejcode/how-do-i-refactor-ifelse-condition-2gje | 0 | 5 | null | 2022-05-18T05:02:36Z | null | null | 5 | https://dev.to/parvejcode/how-do-i-refactor-ifelse-condition-2gje | 2022-05-18T04:59:04Z | 2022-05-18T05:03:59Z | null | 2022-05-18T05:02:36Z | 2022-05-18T05:02:36Z | 2 | ['javascript', 'node', 'refactorit', 'webdev'] | javascript, node, refactorit, webdev | {'name': 'parvej-code', 'username': 'parvejcode', 'twitter_username': None, 'github_username': 'parvej-code', 'user_id': 720821, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F720821%2F1315933d-a755-4ba1-8c1e-8818717e730c.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F720821%2F1315933d-a755-4ba1-8c1e-8818717e730c.jpeg'} | null | null | 574,109 | ||
article | 1,033,833 | Code Refactoring: Meaning, Benefits and Best Practices | Why do programmers regularly rewrite other people's ready-made code without adding new functions? It... | Mar 25 '22 | code-refactoring-meaning-benefits-and-best-practices-4le1 | /maddevs/code-refactoring-meaning-benefits-and-best-practices-4le1 | https://dev.to/maddevs/code-refactoring-meaning-benefits-and-best-practices-4le1 | 0 | 7 | null | 2022-03-25T04:25:57Z | null | null | 7 | https://dev.to/maddevs/code-refactoring-meaning-benefits-and-best-practices-4le1 | 2022-03-25T04:25:57Z | 2022-04-08T09:35:09Z | null | 2022-03-25T04:25:57Z | 2022-03-25T04:25:57Z | 11 | ['webdev', 'programming', 'refactorit'] | webdev, programming, refactorit | {'name': 'Mad Devs', 'username': 'maddevsio', 'twitter_username': 'MadDevsIO', 'github_username': None, 'user_id': 409985, 'website_url': 'https://maddevs.io/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F409985%2Fc006d22e-128d-491b-afc6-ee1d8531b287.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F409985%2Fc006d22e-128d-491b-afc6-ee1d8531b287.jpg'} | {'name': 'Mad Devs', 'username': 'maddevs', 'slug': 'maddevs', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F2559%2Fcb4ac30b-0887-47f3-b502-64d755a16045.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F2559%2Fcb4ac30b-0887-47f3-b502-64d755a16045.png'} | null | 574,110 | ||
article | 1,004,702 | Eight (Groups of) Lodash Functions I Reach for the Most | Wanted to share some Lodash functions that I reach out to a lot either in our React frontend or Node... | Mar 1 '22 | eight-groups-of-lodash-functions-i-reach-for-the-most-208j | /pearlzsquare/eight-groups-of-lodash-functions-i-reach-for-the-most-208j | https://dev.to/pearlzsquare/eight-groups-of-lodash-functions-i-reach-for-the-most-208j | 0 | 6 | null | 2022-03-01T01:38:39Z | null | null | 6 | null | https://dev.to/pearlzsquare/eight-groups-of-lodash-functions-i-reach-for-the-most-208j | 2022-03-01T01:38:39Z | null | null | 2022-03-01T01:38:39Z | 2022-03-01T01:38:39Z | 5 | ['javascript', 'refactorit', 'typescript', 'datamanipulation'] | javascript, refactorit, typescript, datamanipulation | {'name': 'Pearl Zeng-Yoders', 'username': 'pearlzsquare', 'twitter_username': None, 'github_username': 'pearlzhuzeng', 'user_id': 259957, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F259957%2F98db1ebb-32ca-4a58-8edb-6449410d7926.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F259957%2F98db1ebb-32ca-4a58-8edb-6449410d7926.jpeg'} | null | null | 574,111 | |
article | 949,831 | Java Refactor Examples SDE | Java Refactor Examples By Rob van de Vijver, HZ HBO ICT second year student. Date: 9 January... | Jan 9 '22 | java-refactor-examples-sde-1dek | /robvandevijver/java-refactor-examples-sde-1dek | https://dev.to/robvandevijver/java-refactor-examples-sde-1dek | 2 | 1 | null | 2022-01-09T22:17:57Z | null | null | 1 | null | https://dev.to/robvandevijver/java-refactor-examples-sde-1dek | 2022-01-09T22:17:57Z | null | null | 2022-01-09T22:17:57Z | 2022-01-09T22:34:29Z | 4 | ['java', 'refactorit'] | java, refactorit | {'name': 'RobvandeVijver', 'username': 'robvandevijver', 'twitter_username': None, 'github_username': 'RobvandeVijver', 'user_id': 789014, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F789014%2F02f993ed-e8ae-47ab-955b-b772355d0ecb.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F789014%2F02f993ed-e8ae-47ab-955b-b772355d0ecb.png'} | null | null | 574,112 | |
article | 941,832 | Docker - Run/Refactor PHP code from a web interface | As a loyal reader of several forums for years, I frequently find unreadable PHP code posted by... | Jan 1 '22 | docker-runrefactor-php-code-from-a-web-interface-1ffn | /cavo789/docker-runrefactor-php-code-from-a-web-interface-1ffn | https://dev.to/cavo789/docker-runrefactor-php-code-from-a-web-interface-1ffn | 1 | 13 | null | 2022-01-01T11:11:31Z | null | null | 13 | null | https://dev.to/cavo789/docker-runrefactor-php-code-from-a-web-interface-1ffn | 2022-01-01T11:11:31Z | 2022-01-04T19:38:21Z | null | 2022-01-01T11:11:31Z | 2022-03-15T21:12:37Z | 2 | ['docker', 'php', 'tooling', 'refactorit'] | docker, php, tooling, refactorit | {'name': 'Christophe Avonture', 'username': 'cavo789', 'twitter_username': None, 'github_username': 'cavo789', 'user_id': 388906, 'website_url': 'https://www.avonture.be', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F388906%2F867278c0-6213-46fd-b09b-344b1529f1f9.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F388906%2F867278c0-6213-46fd-b09b-344b1529f1f9.jpg'} | null | null | 574,113 | |
article | 926,562 | Is it safe to cross the streams (er, cloud providers)? | Hello, fellow technophiles! I'm tasked with rearchitecting an existing app for a start-up. There are... | Dec 14 '21 | is-it-safe-to-cross-the-streams-er-cloud-providers-4dbo | /doctorew/is-it-safe-to-cross-the-streams-er-cloud-providers-4dbo | https://dev.to/doctorew/is-it-safe-to-cross-the-streams-er-cloud-providers-4dbo | 1 | 1 | null | 2021-12-14T19:05:52Z | null | null | 1 | null | https://dev.to/doctorew/is-it-safe-to-cross-the-streams-er-cloud-providers-4dbo | 2021-12-14T19:05:52Z | null | null | 2021-12-14T19:05:52Z | 2021-12-19T05:06:29Z | 1 | ['azure', 'aws', 'refactorit', 'discuss'] | azure, aws, refactorit, discuss | {'name': 'Drew Schillinger', 'username': 'doctorew', 'twitter_username': 'DoctorEw3', 'github_username': 'doctor-ew', 'user_id': 740976, 'website_url': 'https://doctorew.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F740976%2Fab288a59-9f30-4803-a48a-9dc7d9ddae28.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F740976%2Fab288a59-9f30-4803-a48a-9dc7d9ddae28.png'} | null | {'name': 'discuss', 'bg_color_hex': '#71EA8B', 'text_color_hex': '#FFFFFF'} | 574,114 | |
article | 876,610 | Confessions: How I Got Addicted to Clean Code Principle - DRY | Hello folks, hope you are doing well! This is my first blog after a long break😞 Hope you have read my... | Dec 5 '21 | confessions-how-i-got-addicted-to-clean-code-principle-dry-1n2g | /deogadkarravina/confessions-how-i-got-addicted-to-clean-code-principle-dry-1n2g | https://dev.to/deogadkarravina/confessions-how-i-got-addicted-to-clean-code-principle-dry-1n2g | 0 | 1 | null | 2021-12-05T15:16:06Z | en | null | 1 | https://dev.to/deogadkarravina/confessions-how-i-got-addicted-to-clean-code-principle-dry-1n2g | 2021-10-26T09:47:07Z | null | null | 2021-12-05T15:16:06Z | 2021-12-05T15:16:06Z | 2 | ['refactorit', 'productivity', 'programming', 'tutorial'] | refactorit, productivity, programming, tutorial | {'name': 'Ravina Deogadkar', 'username': 'deogadkarravina', 'twitter_username': 'DeogadkarRavina', 'github_username': 'Ravina-Deogadkar', 'user_id': 333681, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F333681%2F0efbc095-ae54-4727-a30f-18bc808c95fe.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F333681%2F0efbc095-ae54-4727-a30f-18bc808c95fe.jpg'} | null | null | 574,115 | ||
article | 865,371 | Refactoring?! | My Github project repo: Repo Commit: Commit Overview In this time's lab, 5 purpose is for... | Oct 16 '21 | refactoring-13c1 | /juuuuuuun/refactoring-13c1 | https://dev.to/juuuuuuun/refactoring-13c1 | 0 | 6 | null | 2021-10-16T02:03:26Z | en | null | 6 | https://dev.to/juuuuuuun/refactoring-13c1 | 2021-10-16T02:03:26Z | 2021-10-16T03:52:49Z | null | 2021-10-16T02:03:26Z | 2021-10-16T02:03:26Z | 2 | ['refactorit', 'javascript', 'opensource', 'node'] | refactorit, javascript, opensource, node | {'name': 'jsong89', 'username': 'juuuuuuun', 'twitter_username': None, 'github_username': 'juuuuuuun', 'user_id': 702571, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F702571%2Fc4f6f8e8-2ce0-46e4-8cf5-ea8904ea241e.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F702571%2Fc4f6f8e8-2ce0-46e4-8cf5-ea8904ea241e.png'} | null | null | 574,116 | ||
article | 891,220 | Migrating our scripts to Node.js v16 using codemod | At Entria we have a lot of Node.js scripts to automate common tasks we also make a script for any... | Nov 11 '21 | migrating-our-scripts-to-nodejs-v16-using-codemod-5534 | /entria/migrating-our-scripts-to-nodejs-v16-using-codemod-5534 | https://dev.to/entria/migrating-our-scripts-to-nodejs-v16-using-codemod-5534 | 0 | 14 | null | 2021-11-11T14:25:17Z | en | null | 14 | null | https://github.com/edumaciel10/codemods/blob/main/replace-module-parent/replace-module-parent.js | 2021-11-07T17:19:46Z | 2021-11-11T14:44:03Z | null | 2021-11-11T14:25:17Z | 2021-11-11T14:25:17Z | 3 | ['javascript', 'jscodeshift', 'refactorit', 'programming'] | javascript, jscodeshift, refactorit, programming | {'name': 'Eduardo Maciel', 'username': 'edumaciel10', 'twitter_username': None, 'github_username': 'edumaciel10', 'user_id': 730365, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F730365%2F514ea16c-c7b3-4933-aad8-a84a08dd5eb5.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F730365%2F514ea16c-c7b3-4933-aad8-a84a08dd5eb5.jpeg'} | {'name': 'Entria', 'username': 'entria', 'slug': 'entria', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F4837%2Fb3bf8304-cd86-4142-ac68-b9082fc27815.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F4837%2Fb3bf8304-cd86-4142-ac68-b9082fc27815.png'} | null | 574,117 | |
article | 888,805 | Basic Software Architecture Principles (except SOLID) | Introduction As programmers we always try to create the BEST CODE IN THE WORLD. But we... | Nov 5 '21 | basic-software-architecture-principles-except-solid-mlj | /the_unfactoring_guru/basic-software-architecture-principles-except-solid-mlj | https://dev.to/the_unfactoring_guru/basic-software-architecture-principles-except-solid-mlj | 3 | 7 | null | 2021-11-05T06:28:14Z | en | null | 7 | null | https://dev.to/the_unfactoring_guru/basic-software-architecture-principles-except-solid-mlj | 2021-11-05T06:28:14Z | 2021-11-06T00:42:07Z | null | 2021-11-05T06:28:14Z | 2024-11-01T21:06:38Z | 3 | ['architecture', 'design', 'programming', 'refactorit'] | architecture, design, programming, refactorit | {'name': 'The Unfactoring Guru', 'username': 'the_unfactoring_guru', 'twitter_username': None, 'github_username': 'the-unfactoring-guru', 'user_id': 650715, 'website_url': 'https://twitch.tv/the_unfactoring_guru', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F650715%2F904009e1-fdae-438e-acbf-7b45a6a44dc1.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F650715%2F904009e1-fdae-438e-acbf-7b45a6a44dc1.png'} | null | null | 574,118 | |
article | 865,126 | Refactoring Marathon and Rebasing Torturing | This week I was doing some refactoring for my glazed-donut repo. Since its creation, the features... | Oct 19 '21 | crazy-cleaning-marathon-and-rebasing-torturing-317b | /belokond/crazy-cleaning-marathon-and-rebasing-torturing-317b | https://dev.to/belokond/crazy-cleaning-marathon-and-rebasing-torturing-317b | 0 | 1 | null | 2021-10-19T00:23:42Z | en | null | 1 | null | https://dev.to/belokond/crazy-cleaning-marathon-and-rebasing-torturing-317b | 2021-10-15T18:55:07Z | 2021-10-25T18:17:25Z | null | 2021-10-19T00:23:42Z | 2021-10-19T00:23:42Z | 2 | ['opensource', 'csharp', 'refactorit', 'git'] | opensource, csharp, refactorit, git | {'name': 'dbelokon', 'username': 'belokond', 'twitter_username': None, 'github_username': 'dbelokon', 'user_id': 702373, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F702373%2Ff22353fa-e50a-47dd-b65e-5e657fd5ac6e.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F702373%2Ff22353fa-e50a-47dd-b65e-5e657fd5ac6e.jpeg'} | null | null | 574,119 | |
article | 796,944 | Make readable string formatting | I run into this example some days ago while reading someone's else code (variable names were modified... | Aug 19 '21 | don-t-make-cryptic-strings-for-formatting-fh2 | /joaomcteixeira/don-t-make-cryptic-strings-for-formatting-fh2 | https://dev.to/joaomcteixeira/don-t-make-cryptic-strings-for-formatting-fh2 | 0 | 4 | 14,163 | 2021-08-19T09:31:05Z | en | null | 4 | null | https://dev.to/joaomcteixeira/don-t-make-cryptic-strings-for-formatting-fh2 | 2021-08-19T09:31:05Z | 2021-08-19T09:37:08Z | null | 2021-08-19T09:31:05Z | 2021-08-19T09:31:05Z | 1 | ['python', 'strings', 'codeclean', 'refactorit'] | python, strings, codeclean, refactorit | {'name': 'João M.C. Teixeira', 'username': 'joaomcteixeira', 'twitter_username': 'vvcientificos', 'github_username': 'joaomcteixeira', 'user_id': 382220, 'website_url': 'https://joaomcteixeira.github.io/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F382220%2F48103cdd-300e-4159-9658-68b4fc110a69.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F382220%2F48103cdd-300e-4159-9658-68b4fc110a69.jpg'} | null | null | 574,120 | |
article | 772,714 | I refactored all my articles | Welcome. You must be wondering why I refactored my articles, right? In short it's because of this... | Jul 27 '21 | i-refactored-all-my-articles-2cph | /dailydevtips1/i-refactored-all-my-articles-2cph | https://dev.to/dailydevtips1/i-refactored-all-my-articles-2cph | 0 | 11 | null | 2021-07-27T06:15:24Z | en | null | 11 | https://daily-dev-tips.com/posts/i-refactored-all-my-articles/ | 2021-07-27T06:15:24Z | null | null | 2021-07-27T06:15:24Z | 2021-07-27T06:15:24Z | 3 | ['javascript', 'refactorit'] | javascript, refactorit | {'name': 'Chris Bongers', 'username': 'dailydevtips1', 'twitter_username': 'DailyDevTips1', 'github_username': 'rebelchris', 'user_id': 370165, 'website_url': 'https://daily-dev-tips.com/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F370165%2F083a25f4-e79b-42c4-9e5f-0332b834ca5e.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F370165%2F083a25f4-e79b-42c4-9e5f-0332b834ca5e.png'} | null | null | 574,121 | ||
article | 770,769 | React refactor code #1 | Actual code : Refactor stage 1 (Make larger components in to small by creating small reusable... | Jul 25 '21 | react-refactor-code-1-24j8 | /sakethkowtha/react-refactor-code-1-24j8 | https://dev.to/sakethkowtha/react-refactor-code-1-24j8 | 2 | 2 | 13,809 | 2021-07-25T04:09:44Z | en | null | 2 | null | https://dev.to/sakethkowtha/react-refactor-code-1-24j8 | 2021-07-25T04:09:44Z | 2021-07-26T05:05:02Z | null | 2021-07-25T04:09:44Z | 2021-07-25T11:43:03Z | 1 | ['beginners', 'react', 'refactorit', 'webdev'] | beginners, react, refactorit, webdev | {'name': 'sakethk', 'username': 'sakethkowtha', 'twitter_username': 'sakethkowtha', 'github_username': 'saketh-kowtha', 'user_id': 395383, 'website_url': 'http://www.kowthasaketh.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F395383%2F5106c7a3-9d6d-4d95-9326-e1be96e0a06b.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F395383%2F5106c7a3-9d6d-4d95-9326-e1be96e0a06b.jpg'} | null | null | 574,122 | |
article | 754,210 | How to code better and faster: lessons from research into Google developers | I stumbled upon a research paper that used both surveys and log analysis to understand developer... | Jul 14 '21 | how-to-code-better-and-faster-lessons-from-research-into-google-developers-323d | /realquadrant/how-to-code-better-and-faster-lessons-from-research-into-google-developers-323d | https://dev.to/realquadrant/how-to-code-better-and-faster-lessons-from-research-into-google-developers-323d | 0 | 3 | null | 2021-07-14T20:38:35Z | en | null | 3 | https://dev.to/realquadrant/how-to-code-better-and-faster-lessons-from-research-into-google-developers-323d | 2021-07-09T00:39:13Z | null | null | 2021-07-14T20:38:35Z | 2021-07-14T20:38:35Z | 2 | ['refactorit', 'opensource', 'microservices', 'learning'] | refactorit, opensource, microservices, learning | {'name': 'timfong888', 'username': 'realquadrant', 'twitter_username': 'timfong888', 'github_username': 'timfong888', 'user_id': 172072, 'website_url': 'https://bio.fong888.com/tim-data', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F172072%2F53d49d80-97e1-4e5c-9958-581744ddf709.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F172072%2F53d49d80-97e1-4e5c-9958-581744ddf709.jpg'} | null | null | 574,123 | ||
article | 735,043 | Sharing a Sinatra Experience | As I neared the end of my second project with the Flatiron school, a Sinatra app using ActiveRecord,... | Jun 21 '21 | sharing-a-sinatra-experience-1e42 | /smilesforgood/sharing-a-sinatra-experience-1e42 | https://dev.to/smilesforgood/sharing-a-sinatra-experience-1e42 | 0 | 0 | null | 2021-06-21T23:13:04Z | en | null | 0 | null | https://dev.to/smilesforgood/sharing-a-sinatra-experience-1e42 | 2021-06-21T23:12:38Z | 2021-06-21T23:20:02Z | null | 2021-06-21T23:13:04Z | 2021-06-21T23:13:04Z | 2 | ['sinatra', 'refactorit', 'looping'] | sinatra, refactorit, looping | {'name': 'smilesforgood', 'username': 'smilesforgood', 'twitter_username': None, 'github_username': 'deliaconstantino', 'user_id': 631758, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F631758%2Fb4d6986f-dd4d-4533-934e-43ca96d5f41c.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F631758%2Fb4d6986f-dd4d-4533-934e-43ca96d5f41c.png'} | null | null | 574,124 | |
article | 727,057 | Table Driven Unit Tests in Go | Whether you have been writing code for some years, or just getting started in software engineering,... | Jun 13 '21 | table-driven-unit-tests-in-go-407b | /boncheff/table-driven-unit-tests-in-go-407b | https://dev.to/boncheff/table-driven-unit-tests-in-go-407b | 2 | 40 | null | 2021-06-13T14:45:20Z | en | null | 40 | null | https://dev.to/boncheff/table-driven-unit-tests-in-go-407b | 2021-06-13T14:45:20Z | 2021-06-14T09:38:32Z | null | 2021-06-13T14:45:20Z | 2023-10-18T06:42:35Z | 4 | ['go', 'testing', 'refactorit'] | go, testing, refactorit | {'name': 'boncheff', 'username': 'boncheff', 'twitter_username': None, 'github_username': 'boncheff', 'user_id': 302009, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F302009%2Ff3b12990-07d5-4d5f-a7f1-6e9e11c04679.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F302009%2Ff3b12990-07d5-4d5f-a7f1-6e9e11c04679.png'} | null | null | 574,125 | |
article | 724,585 | #Creating an Application to Give Current Urgent Care Wait Times | My first project in Ruby is a CLI application that scrapes the website of a company that provides... | Jun 10 '21 | cli-gem-project-urgent-care-web-scraper-225 | /pamela454/cli-gem-project-urgent-care-web-scraper-225 | https://dev.to/pamela454/cli-gem-project-urgent-care-web-scraper-225 | 0 | 2 | null | 2021-06-10T19:18:38Z | en | null | 2 | null | https://dev.to/pamela454/cli-gem-project-urgent-care-web-scraper-225 | 2021-06-10T19:18:38Z | 2021-07-15T14:01:33Z | null | 2021-06-10T19:18:38Z | 2021-06-10T19:18:38Z | 2 | ['refactorit', 'ruby', 'rails'] | refactorit, ruby, rails | {'name': 'Pamela Torres-Rocca', 'username': 'pamela454', 'twitter_username': None, 'github_username': 'Pamela454', 'user_id': 633608, 'website_url': 'http://linkedin.com/in/pamelatorresrocca', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F633608%2F2aeae16c-483c-4ffe-b283-be0ff1d509cb.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F633608%2F2aeae16c-483c-4ffe-b283-be0ff1d509cb.png'} | null | null | 574,126 | |
article | 723,619 | Four Easy Ways for Refactoring Your Python Code | It's time to open up that Python code you wrote a while back and add a few new features. Or maybe you... | Jun 9 '21 | four-easy-ways-for-refactoring-your-python-code-52kh | /coscreen/four-easy-ways-for-refactoring-your-python-code-52kh | https://dev.to/coscreen/four-easy-ways-for-refactoring-your-python-code-52kh | 0 | 0 | null | 2021-06-09T19:20:27Z | en | null | 0 | https://dev.to/coscreen/four-easy-ways-for-refactoring-your-python-code-52kh | 2021-06-09T19:20:27Z | 2021-06-09T19:26:13Z | null | 2021-06-09T19:20:27Z | 2021-06-09T19:20:27Z | 6 | ['python', 'refactorit', 'codenewbie'] | python, refactorit, codenewbie | {'name': 'CoScreen', 'username': 'teamcoscreen', 'twitter_username': 'getcoscreen', 'github_username': None, 'user_id': 546152, 'website_url': 'https://www.coscreen.co', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F546152%2Fbc39203e-c20b-438f-a2c2-1eba1eec51b0.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F546152%2Fbc39203e-c20b-438f-a2c2-1eba1eec51b0.jpg'} | {'name': 'CoScreen - Deep Collaboration for Engineers', 'username': 'coscreen', 'slug': 'coscreen', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F3633%2Fb8c02c7d-0b0a-44d2-80f3-17e965109238.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F3633%2Fb8c02c7d-0b0a-44d2-80f3-17e965109238.png'} | null | 574,127 | ||
article | 699,281 | Refactoring the Pomodoro Timer: Components | Previously I wrote a Pomodoro timer app. The code is contained in a single React component. This is g... | Jun 3 '21 | refactoring-the-pomodoro-timer-components-1ag9 | /natravenhill/refactoring-the-pomodoro-timer-components-1ag9 | https://dev.to/natravenhill/refactoring-the-pomodoro-timer-components-1ag9 | 1 | 7 | null | 2021-06-03T10:52:04Z | en | null | 7 | null | https://dev.to/natravenhill/refactoring-the-pomodoro-timer-components-1ag9 | 2021-05-15T17:50:27Z | null | null | 2021-06-03T10:52:04Z | 2021-06-03T20:29:50Z | 2 | ['react', 'refactorit', 'javascript', 'webdev'] | react, refactorit, javascript, webdev | {'name': 'Nat Ravenhill', 'username': 'natravenhill', 'twitter_username': None, 'github_username': 'NatRavenhill', 'user_id': 320305, 'website_url': 'http://natravenhill.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F320305%2Fcd1546d0-4db3-4f06-89f1-c81ab627b5dd.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F320305%2Fcd1546d0-4db3-4f06-89f1-c81ab627b5dd.jpeg'} | null | null | 574,128 | |
article | 709,108 | 7 Tricks I Use To Rewrite JavaScript Code From My Early Days | For the past four years, I have been working on a Cordova app that runs on JavaScript. The codebase h... | May 26 '21 | 7-tricks-i-use-to-rewrite-javascript-code-from-my-early-days-1745 | /nevkatz/7-tricks-i-use-to-rewrite-javascript-code-from-my-early-days-1745 | https://dev.to/nevkatz/7-tricks-i-use-to-rewrite-javascript-code-from-my-early-days-1745 | 8 | 21 | null | 2021-05-26T12:19:54Z | en | null | 21 | null | https://dev.to/nevkatz/7-tricks-i-use-to-rewrite-javascript-code-from-my-early-days-1745 | 2021-05-26T12:19:54Z | 2021-05-26T12:22:37Z | null | 2021-05-26T12:19:54Z | 2021-05-27T17:23:31Z | 1 | ['javascript', 'programming', 'webdev', 'refactorit'] | javascript, programming, webdev, refactorit | {'name': 'Nevin Katz', 'username': 'nevkatz', 'twitter_username': 'nevkatz', 'github_username': 'nevkatz', 'user_id': 594050, 'website_url': 'http://nevkatz.github.io', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F594050%2F1fcbad7d-ac08-429d-a634-94a02ae1f034.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F594050%2F1fcbad7d-ac08-429d-a634-94a02ae1f034.png'} | null | null | 574,129 | |
article | 698,403 | Converting My Vanilla JavaScript Project into React | When I first learned React, my mind immediately went to the Super Tic Tac Toe game I built three mont... | May 14 '21 | converting-my-vanilla-javascript-project-into-react-4iob | /jesspaul/converting-my-vanilla-javascript-project-into-react-4iob | https://dev.to/jesspaul/converting-my-vanilla-javascript-project-into-react-4iob | 0 | 15 | null | 2021-05-14T19:36:43Z | en | null | 15 | https://dev.to/jesspaul/converting-my-vanilla-javascript-project-into-react-4iob | 2021-05-14T17:09:19Z | null | null | 2021-05-14T19:36:43Z | 2021-05-14T19:36:43Z | 4 | ['react', 'javascript', 'refactorit', 'webdev'] | react, javascript, refactorit, webdev | {'name': 'Jessica', 'username': 'jesspaul', 'twitter_username': None, 'github_username': 'jesspaul', 'user_id': 606765, 'website_url': 'https://jessicapaul.dev/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F606765%2Fab2c5752-00e9-4d9e-b7d7-4bcfafb819c4.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F606765%2Fab2c5752-00e9-4d9e-b7d7-4bcfafb819c4.png'} | null | null | 574,130 | ||
article | 691,166 | Vue 3 Options to Composition API Migration | When the Vue3 'request for change' came out, one major change was accounted. A new API for writing th... | May 10 '21 | vue-3-options-to-composition-api-migration-3567 | /mikehtmlallthethings/vue-3-options-to-composition-api-migration-3567 | https://dev.to/mikehtmlallthethings/vue-3-options-to-composition-api-migration-3567 | 5 | 17 | null | 2021-05-10T14:27:36Z | en | null | 17 | https://dev.to/mikehtmlallthethings/vue-3-options-to-composition-api-migration-3567 | 2021-05-07T16:54:17Z | null | null | 2021-05-10T14:27:36Z | 2024-03-13T03:44:56Z | 3 | ['vue', 'webdev', 'refactorit', 'tutorial'] | vue, webdev, refactorit, tutorial | {'name': 'Mikhail Karan', 'username': 'mikehtmlallthethings', 'twitter_username': 'htmleverything', 'github_username': 'mikhail-karan', 'user_id': 334854, 'website_url': 'https://www.htmlallthethings.com/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F334854%2F1e66954d-916f-4e76-88fc-415ad2b29a69.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F334854%2F1e66954d-916f-4e76-88fc-415ad2b29a69.png'} | null | null | 574,131 | ||
article | 674,569 | How I use a Hash Instead of Case Statement in Ruby | Case Statements are so 2020 Spice up 2021 with a Hash instead. I wanted to shar... | Apr 22 '21 | how-i-use-a-hash-instead-of-case-statement-in-ruby-20gi | /planetefficacy/how-i-use-a-hash-instead-of-case-statement-in-ruby-20gi | https://dev.to/planetefficacy/how-i-use-a-hash-instead-of-case-statement-in-ruby-20gi | 0 | 6 | null | 2021-04-22T03:53:34Z | en | null | 6 | https://dev.to/planetefficacy/how-i-use-a-hash-instead-of-case-statement-in-ruby-20gi | 2021-04-22T03:53:34Z | 2021-04-22T13:14:22Z | null | 2021-04-22T03:53:34Z | 2021-04-22T03:53:34Z | 2 | ['ruby', 'beginners', 'refactorit', 'codenewbie'] | ruby, beginners, refactorit, codenewbie | {'name': 'Jesse Spevack', 'username': 'planetefficacy', 'twitter_username': 'PlanetEfficacy', 'github_username': 'jesse-spevack', 'user_id': 312264, 'website_url': 'http://www.jessespevack.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F312264%2Fb175c911-8787-409f-a1d6-b5d65ac88bfa.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F312264%2Fb175c911-8787-409f-a1d6-b5d65ac88bfa.jpeg'} | null | null | 574,132 | ||
article | 678,465 | Laravel: Refactoring Opportunity | I was adding a feature to the Saas business that I operate and I came across an opportunity to refact... | Apr 26 '21 | laravel-refactoring-opportunity-4aie | /jringeisen/laravel-refactoring-opportunity-4aie | https://dev.to/jringeisen/laravel-refactoring-opportunity-4aie | 0 | 4 | null | 2021-04-26T00:34:08Z | en | null | 4 | null | https://dev.to/jringeisen/laravel-refactoring-opportunity-4aie | 2021-04-26T00:34:08Z | 2021-04-26T00:36:38Z | null | 2021-04-26T00:34:08Z | 2021-04-26T00:34:08Z | 3 | ['laravel', 'refactorit', 'programming', 'php'] | laravel, refactorit, programming, php | {'name': 'Jonathon Ringeisen', 'username': 'jringeisen', 'twitter_username': 'j_ringeisen', 'github_username': 'jringeisen', 'user_id': 374367, 'website_url': 'https://essentialstudiomanager.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F374367%2F4005472a-ed62-4fd0-abf5-676cbe2dd3ce.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F374367%2F4005472a-ed62-4fd0-abf5-676cbe2dd3ce.png'} | null | null | 574,133 | |
article | 663,208 | A Walk Through the Gilded Rose Kata — Pt 5: Open to extension, closed to modification | Consider the shape of our GildedRose application now, after 4 long and painful posts with me as your... | Apr 12 '21 | a-walk-through-the-gilded-rose-kata-pt-5-open-to-extension-closed-to-modification-40l7 | /lomig/a-walk-through-the-gilded-rose-kata-pt-5-open-to-extension-closed-to-modification-40l7 | https://dev.to/lomig/a-walk-through-the-gilded-rose-kata-pt-5-open-to-extension-closed-to-modification-40l7 | 0 | 5 | 12,185 | 2021-04-12T19:55:58Z | en | null | 5 | null | https://dev.to/lomig/a-walk-through-the-gilded-rose-kata-pt-5-open-to-extension-closed-to-modification-40l7 | 2021-04-12T15:01:15Z | 2021-04-13T12:41:52Z | null | 2021-04-12T19:55:58Z | 2021-04-12T19:55:58Z | 3 | ['ruby', 'refactorit', 'oop'] | ruby, refactorit, oop | {'name': 'Lomig', 'username': 'lomig', 'twitter_username': 'Dunwael', 'github_username': 'Lomig', 'user_id': 319990, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F319990%2Fbc433844-0ea5-4fb7-9fb1-4f662ae51766.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F319990%2Fbc433844-0ea5-4fb7-9fb1-4f662ae51766.jpeg'} | null | null | 574,134 | |
article | 662,934 | A Walk Through the Gilded Rose Kata — Pt 4: Discovering what GildedRose really is | In the last part, we left GildedRose in a very awkward position. It is not a huge mess anymore (Goo... | Apr 12 '21 | a-walk-through-the-gilded-rose-kata-pt-4-discovering-what-gildedrose-really-is-41d | /lomig/a-walk-through-the-gilded-rose-kata-pt-4-discovering-what-gildedrose-really-is-41d | https://dev.to/lomig/a-walk-through-the-gilded-rose-kata-pt-4-discovering-what-gildedrose-really-is-41d | 0 | 6 | 12,185 | 2021-04-12T11:08:16Z | en | null | 6 | https://dev.to/lomig/a-walk-through-the-gilded-rose-kata-pt-4-discovering-what-gildedrose-really-is-41d | 2021-04-12T11:08:16Z | 2021-04-13T12:41:38Z | null | 2021-04-12T11:08:16Z | 2021-04-12T11:08:16Z | 4 | ['ruby', 'refactorit', 'oop'] | ruby, refactorit, oop | {'name': 'Lomig', 'username': 'lomig', 'twitter_username': 'Dunwael', 'github_username': 'Lomig', 'user_id': 319990, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F319990%2Fbc433844-0ea5-4fb7-9fb1-4f662ae51766.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F319990%2Fbc433844-0ea5-4fb7-9fb1-4f662ae51766.jpeg'} | null | null | 574,135 | ||
article | 662,468 | A Walk Through the Gilded Rose Kata — Pt 3: From Faux-O to OO | I left you in the last post with a GildedRose class which I find — arguably — in a much healthier sta... | Apr 11 '21 | a-walk-through-the-gilded-rose-kata-pt-3-from-faux-o-to-oo-4fd6 | /lomig/a-walk-through-the-gilded-rose-kata-pt-3-from-faux-o-to-oo-4fd6 | https://dev.to/lomig/a-walk-through-the-gilded-rose-kata-pt-3-from-faux-o-to-oo-4fd6 | 0 | 7 | 12,185 | 2021-04-11T23:50:20Z | en | null | 7 | https://dev.to/lomig/a-walk-through-the-gilded-rose-kata-pt-3-from-faux-o-to-oo-4fd6 | 2021-04-11T23:50:20Z | 2021-04-13T12:41:24Z | null | 2021-04-11T23:50:20Z | 2021-04-11T23:50:20Z | 6 | ['ruby', 'refactorit', 'oop'] | ruby, refactorit, oop | {'name': 'Lomig', 'username': 'lomig', 'twitter_username': 'Dunwael', 'github_username': 'Lomig', 'user_id': 319990, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F319990%2Fbc433844-0ea5-4fb7-9fb1-4f662ae51766.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F319990%2Fbc433844-0ea5-4fb7-9fb1-4f662ae51766.jpeg'} | null | null | 574,136 | ||
article | 662,356 | A Walk Through the Gilded Rose Kata — Pt 2: Duplication is your friend (at first) | So, we left our kata at the end of the last post with some tests, but still no clue about how to hand... | Apr 11 '21 | a-walk-through-the-gilded-rose-kata-pt-2-duplication-is-your-friend-at-first-28ao | /lomig/a-walk-through-the-gilded-rose-kata-pt-2-duplication-is-your-friend-at-first-28ao | https://dev.to/lomig/a-walk-through-the-gilded-rose-kata-pt-2-duplication-is-your-friend-at-first-28ao | 0 | 5 | 12,185 | 2021-04-11T22:30:04Z | en | null | 5 | https://dev.to/lomig/a-walk-through-the-gilded-rose-kata-pt-2-duplication-is-your-friend-at-first-28ao | 2021-04-11T22:30:04Z | 2021-04-13T12:41:10Z | null | 2021-04-11T22:30:04Z | 2021-04-11T22:30:04Z | 6 | ['ruby', 'refactorit', 'oop'] | ruby, refactorit, oop | {'name': 'Lomig', 'username': 'lomig', 'twitter_username': 'Dunwael', 'github_username': 'Lomig', 'user_id': 319990, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F319990%2Fbc433844-0ea5-4fb7-9fb1-4f662ae51766.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F319990%2Fbc433844-0ea5-4fb7-9fb1-4f662ae51766.jpeg'} | null | null | 574,137 | ||
article | 662,199 | A Walk Through the Gilded Rose Kata — Pt 1: Do not break anything | A few days ago, I have been made aware of the Gilded Rose Kata, with quite a promising introduction —... | Apr 11 '21 | a-walk-through-the-gilded-rose-kata-pt-1-do-not-break-anything-23b1 | /lomig/a-walk-through-the-gilded-rose-kata-pt-1-do-not-break-anything-23b1 | https://dev.to/lomig/a-walk-through-the-gilded-rose-kata-pt-1-do-not-break-anything-23b1 | 0 | 13 | 12,185 | 2021-04-11T19:22:23Z | en | null | 13 | https://dev.to/lomig/a-walk-through-the-gilded-rose-kata-pt-1-do-not-break-anything-23b1 | 2021-04-11T18:20:10Z | 2021-04-13T12:40:42Z | null | 2021-04-11T19:22:23Z | 2021-04-11T19:22:23Z | 7 | ['ruby', 'refactorit', 'oop'] | ruby, refactorit, oop | {'name': 'Lomig', 'username': 'lomig', 'twitter_username': 'Dunwael', 'github_username': 'Lomig', 'user_id': 319990, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F319990%2Fbc433844-0ea5-4fb7-9fb1-4f662ae51766.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F319990%2Fbc433844-0ea5-4fb7-9fb1-4f662ae51766.jpeg'} | null | null | 574,138 | ||
article | 661,586 | Are Default Params in JavaScript bad? (Snack pack #4) | Not if it's still passed Take this example: I wrote this function well over two years ag... | Apr 11 '21 | are-default-params-in-javascript-bad-snack-pack-4-g9 | /blaketweeted/are-default-params-in-javascript-bad-snack-pack-4-g9 | https://dev.to/blaketweeted/are-default-params-in-javascript-bad-snack-pack-4-g9 | 0 | 5 | null | 2021-04-11T01:52:58Z | en | null | 5 | https://dev.to/blaketweeted/are-default-params-in-javascript-bad-snack-pack-4-g9 | 2021-04-11T01:52:58Z | 2021-04-11T02:05:09Z | null | 2021-04-11T01:52:58Z | 2021-04-11T01:52:58Z | 1 | ['webdev', 'codequality', 'refactorit', 'javascript'] | webdev, codequality, refactorit, javascript | {'name': 'Blake Campbell', 'username': 'blaketweeted', 'twitter_username': 'BlakeTheDev', 'github_username': 'BlakeCampbells', 'user_id': 524, 'website_url': 'https://blakecampbell.com/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F524%2F9d916aa7-8a83-4b87-ad9f-5fcf77cdc178.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F524%2F9d916aa7-8a83-4b87-ad9f-5fcf77cdc178.png'} | null | null | 574,139 | ||
article | 613,902 | Refactoring a horrible function - thought processes | How to think differently about your code, via an example of how I rescued myself from a horrible func... | Feb 21 '21 | refactoring-a-horrible-function-thought-processes-3m8i | /johnkazer/refactoring-a-horrible-function-thought-processes-3m8i | https://dev.to/johnkazer/refactoring-a-horrible-function-thought-processes-3m8i | 0 | 2 | null | 2021-02-21T22:56:49Z | en | null | 2 | null | https://dev.to/johnkazer/refactoring-a-horrible-function-thought-processes-3m8i | 2021-02-21T21:03:51Z | 2021-02-21T23:31:34Z | null | 2021-02-21T22:56:49Z | 2021-02-21T22:56:49Z | 6 | ['javascript', 'functional', 'refactorit', 'webdev'] | javascript, functional, refactorit, webdev | {'name': 'John Kazer', 'username': 'johnkazer', 'twitter_username': None, 'github_username': 'johnkazer', 'user_id': 92212, 'website_url': 'http://www.solarfuture.org.uk', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F92212%2F9b369ec3-659c-4f1a-80f9-24a9b0d95102.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F92212%2F9b369ec3-659c-4f1a-80f9-24a9b0d95102.jpeg'} | null | null | 574,140 | |
article | 613,074 | What is the D.R.Y Principle? | In this article we will explore one of the main software design principles - D.R.Y, its benefits, and... | Feb 20 '21 | what-is-the-d-r-y-principle-52c2 | /taslangraham/what-is-the-d-r-y-principle-52c2 | https://dev.to/taslangraham/what-is-the-d-r-y-principle-52c2 | 0 | 5 | null | 2021-02-20T17:51:55Z | en | null | 5 | https://taslangraham.com/2021/02/20/d-r-y/ | 2021-02-20T17:51:55Z | 2021-02-20T17:52:33Z | null | 2021-02-20T17:51:55Z | 2021-02-20T17:51:55Z | 4 | ['productivity', 'refactorit'] | productivity, refactorit | {'name': 'Taslan Graham', 'username': 'taslangraham', 'twitter_username': 'taslangraham', 'github_username': 'taslangraham', 'user_id': 402897, 'website_url': 'http://taslangraham.com/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F402897%2Ff9a53059-a572-4b39-a8e2-bf28589b4d78.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F402897%2Ff9a53059-a572-4b39-a8e2-bf28589b4d78.png'} | null | null | 574,141 | ||
article | 572,666 | How to clean a legacy code: stop complaining, start doing | Most of the articles and books tell you how to write a "good code". But in real life, you often find... | Jan 15 '21 | how-to-clean-a-legacy-code-stop-complaining-start-doing-h8i | /poisonousjohn/how-to-clean-a-legacy-code-stop-complaining-start-doing-h8i | https://dev.to/poisonousjohn/how-to-clean-a-legacy-code-stop-complaining-start-doing-h8i | 1 | 2 | null | 2021-01-15T16:33:56Z | en | null | 2 | https://fateev.pro/en/programming/how-to-clean-a-legacy-code-stop-complaining-start-doing.html | 2021-01-15T16:33:56Z | null | null | 2021-01-15T16:33:56Z | 2021-01-17T15:08:10Z | 6 | ['refactorit', 'architecture', 'programming', 'motivation'] | refactorit, architecture, programming, motivation | {'name': 'Ivan Fateev', 'username': 'poisonousjohn', 'twitter_username': None, 'github_username': 'PoisonousJohn', 'user_id': 190156, 'website_url': 'https://fateev.pro', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F190156%2F1c071b09-e139-411f-a146-9f0dd0637b8a.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F190156%2F1c071b09-e139-411f-a146-9f0dd0637b8a.jpeg'} | null | null | 574,142 | ||
article | 568,044 | Refactor to success! | Photo by Angelina Yan on Unsplash Before I get started, the following post is my understan... | Jan 22 '21 | refactor-to-success-j7i | /itminds/refactor-to-success-j7i | https://dev.to/itminds/refactor-to-success-j7i | 0 | 4 | null | 2021-01-22T12:27:16Z | en | null | 4 | https://dev.to/itminds/refactor-to-success-j7i | 2021-01-10T21:14:32Z | null | null | 2021-01-22T12:27:16Z | 2021-01-22T12:27:16Z | 3 | ['refactorit', 'react', 'webdev'] | refactorit, react, webdev | {'name': 'Simon Bundgaard-Egeberg', 'username': 'simmetopia', 'twitter_username': 'simmetopia', 'github_username': 'Simmetopia', 'user_id': 159795, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F159795%2F8c31de5c-d387-4d93-aec9-1035bd20aa56.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F159795%2F8c31de5c-d387-4d93-aec9-1035bd20aa56.jpg'} | {'name': 'IT Minds', 'username': 'itminds', 'slug': 'itminds', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F796%2F47de057a-d004-4bff-ad08-2066b179011c.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F796%2F47de057a-d004-4bff-ad08-2066b179011c.png'} | null | 574,143 | ||
article | 588,030 | Minimal Effective Dose in Software Engineering | The guy that almost slapped Arnold Schwarzenegger It was a lazy Saturday when I was sittin... | Jan 31 '21 | minimal-effective-dose-4ikg | /markvaykhansky/minimal-effective-dose-4ikg | https://dev.to/markvaykhansky/minimal-effective-dose-4ikg | 1 | 1 | null | 2021-01-31T18:53:03Z | en | null | 1 | null | https://dev.to/markvaykhansky/minimal-effective-dose-4ikg | 2021-01-31T18:53:03Z | 2021-01-31T18:54:26Z | null | 2021-01-31T18:53:03Z | 2021-02-01T15:02:21Z | 4 | ['refactorit', 'testing', 'management'] | refactorit, testing, management | {'name': 'markVaykhansky', 'username': 'markvaykhansky', 'twitter_username': None, 'github_username': 'markVaykhansky', 'user_id': 569765, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F569765%2Fb317ca70-2b8d-4764-b10c-76f62604fc6b.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F569765%2Fb317ca70-2b8d-4764-b10c-76f62604fc6b.png'} | null | null | 574,144 | |
article | 586,221 | When to refactor? | When should I refactor?
Always.
Not kidding.
Have you ever experienced a situation... | Jan 29 '21 | when-to-refactor-3d1n | /lukaszreszke/when-to-refactor-3d1n | https://dev.to/lukaszreszke/when-to-refactor-3d1n | 0 | 1 | null | 2021-01-29T15:44:53Z | en | null | 1 | null | https://dev.to/lukaszreszke/when-to-refactor-3d1n | 2021-01-29T15:44:53Z | null | null | 2021-01-29T15:44:53Z | 2021-01-29T15:44:53Z | 1 | ['dotnet', 'csharp', 'refactorit'] | dotnet, csharp, refactorit | {'name': 'Łukasz Reszke', 'username': 'lukaszreszke', 'twitter_username': 'lreszke', 'github_username': 'lukaszreszke93', 'user_id': 460492, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F460492%2F17b95d39-5582-4c21-b540-020ee52c1086.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F460492%2F17b95d39-5582-4c21-b540-020ee52c1086.png'} | null | null | 574,145 | |
article | 578,958 | Does refactoring Legacy Code pay off in your career? | Working on Legacy systems can be extremely beneficial to your career… If you can explain why it matters to the business! | Jan 22 '21 | does-refactoring-legacy-code-pay-off-in-your-career-16n6 | /nicoespeon/does-refactoring-legacy-code-pay-off-in-your-career-16n6 | https://dev.to/nicoespeon/does-refactoring-legacy-code-pay-off-in-your-career-16n6 | 2 | 7 | null | 2021-01-22T02:14:54Z | en | null | 7 | https://understandlegacycode.com/blog/does-working-on-legacy-code-pays-off/ | 2021-01-22T02:14:54Z | null | null | 2021-01-22T02:14:54Z | 2024-06-19T03:16:57Z | 7 | ['refactorit', 'legacycode'] | refactorit, legacycode | {'name': 'Nicolas Carlo', 'username': 'nicoespeon', 'twitter_username': 'nicoespeon', 'github_username': 'nicoespeon', 'user_id': 128004, 'website_url': 'https://understandlegacycode.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png'} | null | null | 574,146 | ||
article | 562,231 | Use the new Enum type in Ecto 3.5 | Booleans are one of the oldest constructs in programming. They're simple. Binary. And we use booleans... | Jan 5 '21 | use-the-new-enum-type-in-ecto-3-5-2dl0 | /dnsbty/use-the-new-enum-type-in-ecto-3-5-2dl0 | https://dev.to/dnsbty/use-the-new-enum-type-in-ecto-3-5-2dl0 | 2 | 7 | null | 2021-01-05T17:20:33Z | en | null | 7 | null | https://dennisbeatty.com/use-the-new-enum-type-in-ecto-3-5.html | 2021-01-05T17:20:33Z | null | null | 2021-01-05T17:20:33Z | 2021-01-09T00:32:15Z | 4 | ['elixir', 'postgres', 'programming', 'refactorit'] | elixir, postgres, programming, refactorit | {'name': 'Dennis Beatty', 'username': 'dnsbty', 'twitter_username': 'dnsbty', 'github_username': None, 'user_id': 357885, 'website_url': 'https://dennisbeatty.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F357885%2F6fe2e434-b875-48b4-a981-7e3c8c52ad56.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F357885%2F6fe2e434-b875-48b4-a981-7e3c8c52ad56.jpg'} | null | null | 574,147 | |
article | 534,335 | Why deciding when to refactor can be complicated and convoluted | Let's imagine that the job of a harvester is to use an axe to harvest trees, and the axe will... | Dec 6 '20 | why-deciding-when-to-refactor-can-be-complicated-and-convoluted-ki7 | /doublex/why-deciding-when-to-refactor-can-be-complicated-and-convoluted-ki7 | https://dev.to/doublex/why-deciding-when-to-refactor-can-be-complicated-and-convoluted-ki7 | 0 | 2 | null | 2020-12-06T03:51:09Z | en | null | 2 | null | https://dev.to/doublex/why-deciding-when-to-refactor-can-be-complicated-and-convoluted-ki7 | 2020-12-06T03:51:09Z | 2021-06-20T03:47:19Z | null | 2020-12-06T03:51:09Z | 2020-12-06T03:51:09Z | 13 | ['refactorit'] | refactorit | {'name': 'Double-X', 'username': 'doublex', 'twitter_username': 'DevOUrBLadEX', 'github_username': 'Double-X', 'user_id': 534115, 'website_url': 'https://github.com/Double-X', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F534115%2F089a6f8a-f858-416b-b806-462d8594d2aa.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F534115%2F089a6f8a-f858-416b-b806-462d8594d2aa.png'} | null | null | 574,148 | |
article | 521,702 | Refactoring my first Go code | My first Golang code was published on 25th April 2018. You may have a look at it on Github. It's a SH... | Dec 3 '20 | refactoring-my-first-go-code-1ble | /davidkroell/refactoring-my-first-go-code-1ble | https://dev.to/davidkroell/refactoring-my-first-go-code-1ble | 0 | 9 | null | 2020-12-03T20:04:47Z | en | null | 9 | https://dev.to/davidkroell/refactoring-my-first-go-code-1ble | 2020-11-21T20:30:28Z | null | null | 2020-12-03T20:04:47Z | 2020-12-03T20:04:47Z | 3 | ['go', 'refactorit'] | go, refactorit | {'name': 'David Kröll', 'username': 'davidkroell', 'twitter_username': None, 'github_username': 'davidkroell', 'user_id': 518544, 'website_url': 'https://davidkroell.com/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F518544%2Fc84bc470-3876-459f-9b1d-94ac56643252.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F518544%2Fc84bc470-3876-459f-9b1d-94ac56643252.jpg'} | null | null | 574,149 | ||
article | 516,370 | Refactoring or: How We Learned to Stop Worrying and Live with Chaos | I will be completely transparent and start by saying that this blogpost itself has been rewritten a... | Dec 1 '20 | refactoring-or-how-we-learned-to-stop-worrying-and-live-with-chaos-2ic0 | /finiam/refactoring-or-how-we-learned-to-stop-worrying-and-live-with-chaos-2ic0 | https://dev.to/finiam/refactoring-or-how-we-learned-to-stop-worrying-and-live-with-chaos-2ic0 | 0 | 9 | null | 2020-12-01T17:12:17Z | en | null | 9 | https://blog.finiam.com/blog/refactoring-or-how-we-learned-to-stop-worrying-and-live-with-chaos | 2020-11-16T15:15:01Z | 2023-04-19T14:04:29Z | null | 2020-12-01T17:12:17Z | 2020-12-01T17:12:17Z | 6 | ['ruby', 'rails', 'refactorit'] | ruby, rails, refactorit | {'name': 'Davide Silva', 'username': 'davidesilva_', 'twitter_username': 'DavideSilva_', 'github_username': 'DavideSilva', 'user_id': 345781, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F345781%2F7439747b-fe93-4853-9133-483f7f0d4fe3.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F345781%2F7439747b-fe93-4853-9133-483f7f0d4fe3.jpg'} | {'name': 'Finiam', 'username': 'finiam', 'slug': 'finiam', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F2724%2Fc34e1842-5591-4f46-8de3-5910e9d9e765.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F2724%2Fc34e1842-5591-4f46-8de3-5910e9d9e765.png'} | null | 574,150 | ||
article | 529,727 | When is it the best time to refactor? | Should you plan time for refactoring during Sprints? Refactor before you release new features? After? Here's my suggestion… | Dec 1 '20 | when-is-it-the-best-time-to-refactor-5b28 | /nicoespeon/when-is-it-the-best-time-to-refactor-5b28 | https://dev.to/nicoespeon/when-is-it-the-best-time-to-refactor-5b28 | 2 | 4 | null | 2020-12-01T13:13:27Z | en | null | 4 | https://understandlegacycode.com/blog/when-is-the-best-time-to-refactor/ | 2020-12-01T13:13:27Z | 2020-12-01T13:14:01Z | null | 2020-12-01T13:13:27Z | 2021-01-12T11:10:12Z | 3 | ['refactorit', 'legacycode'] | refactorit, legacycode | {'name': 'Nicolas Carlo', 'username': 'nicoespeon', 'twitter_username': 'nicoespeon', 'github_username': 'nicoespeon', 'user_id': 128004, 'website_url': 'https://understandlegacycode.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png'} | null | null | 574,151 | ||
article | 519,178 | How I saved 4 months of work on a code base migration with Codemod ✨ | The SimpliField mobile application started in 2014. At that time, AngularJS and Ionic were at the to... | Nov 20 '20 | how-i-gained-4-months-of-work-on-the-migration-of-a-code-base-with-codemod-2pbn | /arnaudspanneut/how-i-gained-4-months-of-work-on-the-migration-of-a-code-base-with-codemod-2pbn | https://dev.to/arnaudspanneut/how-i-gained-4-months-of-work-on-the-migration-of-a-code-base-with-codemod-2pbn | 0 | 6 | null | 2020-11-20T15:29:58Z | en | null | 6 | https://www.arnaudspanneut.com/how-i-saved-4-months-of-work-on-the-migration-of-a-code-base-with-codemod/ | 2020-11-19T13:33:07Z | 2021-02-25T08:19:15Z | null | 2020-11-20T15:29:58Z | 2020-11-20T15:29:58Z | 4 | ['programming', 'javascript', 'refactorit', 'tutorial'] | programming, javascript, refactorit, tutorial | {'name': 'Arnaud Spanneut', 'username': 'arnaudspanneut', 'twitter_username': 'ArnaudSpanneut', 'github_username': 'ArnaudSpanneut', 'user_id': 517323, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F517323%2F554dfa1a-2321-482a-956d-49a780682316.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F517323%2F554dfa1a-2321-482a-956d-49a780682316.jpg'} | null | null | 574,152 | ||
article | 518,878 | Developer Diaries : Refactor Code!! Noooo.. :'( | Every time someone mentions refactoring code, My stomach churns like a washing machine mode. It's... | Nov 19 '20 | refactoring-no-i-don-t-want-to-touch-it-76l | /afrinc/refactoring-no-i-don-t-want-to-touch-it-76l | https://dev.to/afrinc/refactoring-no-i-don-t-want-to-touch-it-76l | 1 | 4 | null | 2020-11-19T07:18:48Z | en | null | 4 | null | https://dev.to/afrinc/refactoring-no-i-don-t-want-to-touch-it-76l | 2020-11-19T07:18:48Z | 2023-02-21T12:38:36Z | null | 2020-11-19T07:18:48Z | 2023-07-10T08:03:08Z | 2 | ['productivity', 'refactorit', 'discuss', 'codequality'] | productivity, refactorit, discuss, codequality | {'name': 'John Dears', 'username': 'afrinc', 'twitter_username': None, 'github_username': 'afrinc', 'user_id': 360684, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F360684%2Fbabfe23c-0a51-4bc6-8fbf-7ac2584d4efd.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F360684%2Fbabfe23c-0a51-4bc6-8fbf-7ac2584d4efd.jpg'} | null | {'name': 'discuss', 'bg_color_hex': '#71EA8B', 'text_color_hex': '#FFFFFF'} | 574,153 | |
article | 517,234 | The best way to start testing untested code | Should you write E2E tests to cover more cases faster? Or is there a better approach? | Nov 17 '20 | the-best-way-to-start-testing-untested-code-5d6o | /nicoespeon/the-best-way-to-start-testing-untested-code-5d6o | https://dev.to/nicoespeon/the-best-way-to-start-testing-untested-code-5d6o | 0 | 2 | null | 2020-11-17T12:53:05Z | en | null | 2 | https://understandlegacycode.com/blog/best-way-to-start-testing-untested-code/ | 2020-11-17T12:53:05Z | 2020-11-17T12:54:10Z | null | 2020-11-17T12:53:05Z | 2020-11-17T12:53:05Z | 5 | ['refactorit', 'legacycode'] | refactorit, legacycode | {'name': 'Nicolas Carlo', 'username': 'nicoespeon', 'twitter_username': 'nicoespeon', 'github_username': 'nicoespeon', 'user_id': 128004, 'website_url': 'https://understandlegacycode.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png'} | null | null | 574,154 | ||
article | 515,903 | Refactor to Reduce Repetitive Code | One of the principles of software development I've been taught is to keep your code DRY. DRY stands... | Nov 16 '20 | refactor-to-reduce-repetitive-code-fcn | /maasak/refactor-to-reduce-repetitive-code-fcn | https://dev.to/maasak/refactor-to-reduce-repetitive-code-fcn | 1 | 12 | null | 2020-11-16T03:57:31Z | en | null | 12 | https://dev.to/maasak/refactor-to-reduce-repetitive-code-fcn | 2020-11-16T03:57:31Z | null | null | 2020-11-16T03:57:31Z | 2022-01-21T18:02:53Z | 2 | ['webdev', 'refactorit', 'codenewbie', 'javascript'] | webdev, refactorit, codenewbie, javascript | {'name': 'Maasa Kono', 'username': 'maasak', 'twitter_username': None, 'github_username': 'maasa-k', 'user_id': 433722, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F433722%2F1d3ecf16-a617-47c1-88dd-b99a7b3a98fe.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F433722%2F1d3ecf16-a617-47c1-88dd-b99a7b3a98fe.jpg'} | null | null | 574,155 | ||
article | 471,452 | Top 10 practices I hate in C++ | After working with C++ for the past years, I have developed some relatively strong opinions about sev... | Sep 29 '20 | top-10-practices-i-hate-in-c-2lo2 | /platisd/top-10-practices-i-hate-in-c-2lo2 | https://dev.to/platisd/top-10-practices-i-hate-in-c-2lo2 | 0 | 7 | null | 2020-09-29T00:00:00Z | en | null | 7 | null | https://dev.to/platisd/top-10-practices-i-hate-in-c-2lo2 | 2020-10-01T17:48:45Z | null | null | 2020-09-29T00:00:00Z | 2020-09-29T00:00:00Z | 13 | ['cpp', 'refactorit', 'codequality'] | cpp, refactorit, codequality | {'name': 'Dimitris Platis', 'username': 'platisd', 'twitter_username': 'PlatisSolutions', 'github_username': 'platisd', 'user_id': 414582, 'website_url': 'https://platis.solutions', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F414582%2F3ea8243a-c1bd-49a3-9da6-1051d82bdc5e.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F414582%2F3ea8243a-c1bd-49a3-9da6-1051d82bdc5e.png'} | null | null | 574,156 | |
article | 463,250 | Migrating to Typescript: Keeping it smooth & steady | In the process of transitioning two mature frontend codebases (totalling ~5k files / 300k lines) from... | Sep 22 '20 | migrating-to-typescript-keeping-it-smooth-steady-202m | /tjfroll/migrating-to-typescript-keeping-it-smooth-steady-202m | https://dev.to/tjfroll/migrating-to-typescript-keeping-it-smooth-steady-202m | 2 | 22 | null | 2020-09-22T22:05:12Z | en | null | 22 | https://dev.to/tjfroll/migrating-to-typescript-keeping-it-smooth-steady-202m | 2020-09-22T22:05:12Z | 2020-09-22T22:07:28Z | null | 2020-09-22T22:05:12Z | 2020-12-14T10:56:53Z | 4 | ['typescript', 'javascript', 'refactorit', 'codequality'] | typescript, javascript, refactorit, codequality | {'name': 'TJF', 'username': 'tjfroll', 'twitter_username': 'tjfroll', 'github_username': None, 'user_id': 473603, 'website_url': 'https://tjfroll.github.io/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F473603%2F519c91a8-5e86-4afe-8fd1-c84b604dcd74.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F473603%2F519c91a8-5e86-4afe-8fd1-c84b604dcd74.jpg'} | null | null | 574,157 | ||
article | 463,113 | Refactors y Migraciones: Pros... Y más pros! | Hace un par de semanas en mi trabajo me toco hacer una migración de una tecnología a una versión un p... | Sep 24 '20 | refactors-y-migraciones-pros-y-mas-pros-50o0 | /rlgino/refactors-y-migraciones-pros-y-mas-pros-50o0 | https://dev.to/rlgino/refactors-y-migraciones-pros-y-mas-pros-50o0 | 0 | 2 | null | 2020-09-24T16:21:45Z | es | null | 2 | https://dev.to/rlgino/refactors-y-migraciones-pros-y-mas-pros-50o0 | 2020-09-22T18:17:57Z | 2020-09-24T16:22:57Z | null | 2020-09-24T16:21:45Z | 2020-09-24T16:21:45Z | 2 | ['architecture', 'refactorit', 'design', 'migrations'] | architecture, refactorit, design, migrations | {'name': 'Gino Luraschi', 'username': 'rlgino', 'twitter_username': 'rlgino', 'github_username': 'rlgino', 'user_id': 377238, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F377238%2Ff26630d1-5aaa-402e-9b0c-dc51ccf232f5.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F377238%2Ff26630d1-5aaa-402e-9b0c-dc51ccf232f5.png'} | null | null | 574,158 | ||
article | 464,730 | 4 developers working their way through Legacy Code | Practice working with code you've never seen before helps make it easier. Here's my selection of videos that will expose you to seasoned developers doing that! | Sep 24 '20 | 4-developers-working-their-way-through-legacy-code-4o0e | /nicoespeon/4-developers-working-their-way-through-legacy-code-4o0e | https://dev.to/nicoespeon/4-developers-working-their-way-through-legacy-code-4o0e | 0 | 2 | null | 2020-09-24T12:57:38Z | en | null | 2 | https://understandlegacycode.com/blog/4-videos-seasoned-developers-working-legacy-code/ | 2020-09-24T12:57:39Z | 2020-09-24T13:00:47Z | null | 2020-09-24T12:57:38Z | 2020-09-24T12:57:38Z | 3 | ['refactorit', 'legacycode'] | refactorit, legacycode | {'name': 'Nicolas Carlo', 'username': 'nicoespeon', 'twitter_username': 'nicoespeon', 'github_username': 'nicoespeon', 'user_id': 128004, 'website_url': 'https://understandlegacycode.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png'} | null | null | 574,159 | ||
article | 460,377 | How can I refactor this code snippet? | While developing vuejs project, I often meet a situation like the following: Here "this" is the vue c... | Sep 19 '20 | how-can-i-refactor-this-code-snippet-441i | /yeahch/how-can-i-refactor-this-code-snippet-441i | https://dev.to/yeahch/how-can-i-refactor-this-code-snippet-441i | 4 | 8 | null | 2020-09-19T08:55:29Z | en | null | 8 | https://dev.to/yeahch/how-can-i-refactor-this-code-snippet-441i | 2020-09-19T08:55:06Z | null | null | 2020-09-19T08:55:29Z | 2020-09-21T00:09:38Z | 1 | ['vue', 'javascript', 'refactorit'] | vue, javascript, refactorit | {'name': 'ch', 'username': 'yeahch', 'twitter_username': None, 'github_username': 'SportsDAO', 'user_id': 444964, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F444964%2Fd3c015a1-5965-450f-a8ec-2304b0d00ceb.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F444964%2Fd3c015a1-5965-450f-a8ec-2304b0d00ceb.png'} | null | null | 574,160 | ||
article | 451,755 | Where should you put the documentation? | What you should be looking for to build a great and useful documentation. | Sep 9 '20 | where-should-you-put-the-documentation-18gg | /nicoespeon/where-should-you-put-the-documentation-18gg | https://dev.to/nicoespeon/where-should-you-put-the-documentation-18gg | 4 | 10 | null | 2020-09-09T20:27:26Z | en | null | 10 | https://understandlegacycode.com/blog/where-to-put-documentation/ | 2020-09-09T20:27:26Z | null | null | 2020-09-09T20:27:26Z | 2020-09-24T01:28:41Z | 4 | ['refactorit', 'legacycode', 'productivity'] | refactorit, legacycode, productivity | {'name': 'Nicolas Carlo', 'username': 'nicoespeon', 'twitter_username': 'nicoespeon', 'github_username': 'nicoespeon', 'user_id': 128004, 'website_url': 'https://understandlegacycode.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png'} | null | null | 574,161 | ||
article | 449,243 | State-driven development of user interface components | I often see code describing the state of the user interface that needs to be simplified. Let's see c... | Sep 7 '20 | state-driven-development-of-user-interface-components-1f0g | /ifelseapps/state-driven-development-of-user-interface-components-1f0g | https://dev.to/ifelseapps/state-driven-development-of-user-interface-components-1f0g | 0 | 5 | null | 2020-09-07T10:10:39Z | en | null | 5 | null | https://dev.to/ifelseapps/state-driven-development-of-user-interface-components-1f0g | 2020-09-07T09:59:29Z | 2020-09-07T10:10:55Z | null | 2020-09-07T10:10:39Z | 2020-09-07T10:10:39Z | 2 | ['typescript', 'angular', 'refactorit'] | typescript, angular, refactorit | {'name': 'Maxim Pavlov', 'username': 'ifelseapps', 'twitter_username': None, 'github_username': 'ifelseapps', 'user_id': 464887, 'website_url': 'https://maximpavlov.su', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F464887%2F9dffdd37-e8aa-408f-a93e-c60d4b06019d.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F464887%2F9dffdd37-e8aa-408f-a93e-c60d4b06019d.jpeg'} | null | null | 574,162 | |
article | 435,225 | Writing If Statements with the Ternary Operator | When I first saw if statements using ternary operators, I was confused. "Why is there a question mark... | Aug 24 '20 | writing-if-statements-with-the-ternary-operator-37j | /valentinaperic/writing-if-statements-with-the-ternary-operator-37j | https://dev.to/valentinaperic/writing-if-statements-with-the-ternary-operator-37j | 13 | 28 | null | 2020-08-24T16:47:10Z | en | null | 28 | null | https://dev.to/valentinaperic/writing-if-statements-with-the-ternary-operator-37j | 2020-08-23T04:11:11Z | 2020-08-25T13:02:40Z | null | 2020-08-24T16:47:10Z | 2023-06-26T12:33:13Z | 2 | ['javascript', 'tutorial', 'webdev', 'refactorit'] | javascript, tutorial, webdev, refactorit | {'name': 'Valentina Peric', 'username': 'valentinaperic', 'twitter_username': 'valentinacodes', 'github_username': 'valentinaperic', 'user_id': 177561, 'website_url': 'https://www.valentinaperic.com/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F177561%2F3364e44e-b6b0-4958-949c-a81ef8872798.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F177561%2F3364e44e-b6b0-4958-949c-a81ef8872798.png'} | null | null | 574,163 | |
article | 426,072 | When Should You Refactor Your Code? | Ever had a moment in your software career where you needed to make a simple change, but found it hard... | Aug 13 '20 | when-should-you-refactor-your-code-4nee | /dangoslen/when-should-you-refactor-your-code-4nee | https://dev.to/dangoslen/when-should-you-refactor-your-code-4nee | 1 | 6 | null | 2020-08-13T02:10:43Z | en | null | 6 | https://dangoslen.me/blog/signs-you-should-refactor-your-code/ | 2020-08-13T02:10:43Z | null | null | 2020-08-13T02:10:43Z | 2020-08-14T14:22:25Z | 4 | ['refactorit', 'codequality'] | refactorit, codequality | {'name': 'Dan Goslen', 'username': 'dangoslen', 'twitter_username': 'dangoslen', 'github_username': 'dangoslen', 'user_id': 323683, 'website_url': 'https://dangoslen.me', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F323683%2Fff3d73a5-9824-48d8-92d1-828f0727faf5.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F323683%2Fff3d73a5-9824-48d8-92d1-828f0727faf5.jpg'} | null | null | 574,164 | ||
article | 401,860 | Which Class? Puts it in? | I just wrote a CLI (Command Line Interface) app. I do not say finished, because I'm still refactorin... | Jul 21 '20 | which-class-puts-it-in-4kjb | /kak79/which-class-puts-it-in-4kjb | https://dev.to/kak79/which-class-puts-it-in-4kjb | 0 | 3 | null | 2020-07-21T16:27:33Z | en | null | 3 | https://kak79.github.io/mywebsite/blog/blog4.html | 2020-07-17T12:59:45Z | 2020-08-31T15:04:08Z | null | 2020-07-21T16:27:33Z | 2020-07-21T16:27:33Z | 3 | ['ruby', 'tutorial', 'codenewbie', 'refactorit'] | ruby, tutorial, codenewbie, refactorit | {'name': 'Kimberly Kohel-Hayes', 'username': 'kak79', 'twitter_username': 'kim_ka96', 'github_username': 'kak79', 'user_id': 410243, 'website_url': 'https://kak79.github.io/mywebsite/home.html', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F410243%2F8912950c-219b-47d2-8a35-859645282981.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F410243%2F8912950c-219b-47d2-8a35-859645282981.jpeg'} | null | null | 574,165 | ||
article | 399,748 | Coding basics: DRY programming | I’ve been working on an old code base recently, a one which I have inherited, and looking through it... | Jul 16 '20 | coding-basics-dry-programming-ci | /_garybell/coding-basics-dry-programming-ci | https://dev.to/_garybell/coding-basics-dry-programming-ci | 2 | 5 | null | 2020-07-16T07:39:28Z | null | null | 5 | https://www.garybell.co.uk/coding-basics-dry-programming/ | 2020-07-16T07:39:28Z | 2020-07-20T07:37:17Z | null | 2020-07-16T07:39:28Z | 2020-07-16T10:54:06Z | 5 | ['codenewbie', 'codequality', 'refactorit'] | codenewbie, codequality, refactorit | {'name': 'Gary Bell', 'username': '_garybell', 'twitter_username': '_GaryBell', 'github_username': None, 'user_id': 405160, 'website_url': 'https://www.garybell.co.uk', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F405160%2F43ecd1c1-da70-405d-baa3-c669238446cb.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F405160%2F43ecd1c1-da70-405d-baa3-c669238446cb.png'} | null | null | 574,166 | ||
article | 400,202 | Selecting Hashes from an API | Selecting hashes from an API can seem like a very complicated process, so let's take it one step at a... | Jul 16 '20 | selecting-hashes-from-an-api-989 | /kak79/selecting-hashes-from-an-api-989 | https://dev.to/kak79/selecting-hashes-from-an-api-989 | 0 | 3 | null | 2020-07-16T18:17:45Z | null | null | 3 | https://kak79.github.io/mywebsite/blog/blog3.html | 2020-07-16T13:22:33Z | 2020-08-31T15:04:45Z | null | 2020-07-16T18:17:45Z | 2020-07-16T18:17:45Z | 2 | ['ruby', 'codenewbie', 'refactorit', 'tutorial'] | ruby, codenewbie, refactorit, tutorial | {'name': 'Kimberly Kohel-Hayes', 'username': 'kak79', 'twitter_username': 'kim_ka96', 'github_username': 'kak79', 'user_id': 410243, 'website_url': 'https://kak79.github.io/mywebsite/home.html', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F410243%2F8912950c-219b-47d2-8a35-859645282981.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F410243%2F8912950c-219b-47d2-8a35-859645282981.jpeg'} | null | null | 574,167 | ||
article | 354,072 | Developer Dark Arts: Ralpha-sorting | It is no secret that order helps bring consistency to complex structures. Order allows our brains to... | Jun 22 '20 | developer-dark-arts-ralpha-sorting-c0o | /n8io/developer-dark-arts-ralpha-sorting-c0o | https://dev.to/n8io/developer-dark-arts-ralpha-sorting-c0o | 0 | 6 | 11,145 | 2020-06-22T15:40:23Z | null | null | 6 | https://www.codingzeal.com/post/developer-dark-arts-ralpha-sorting | 2020-06-12T21:01:22Z | 2021-02-04T02:01:57Z | null | 2020-06-22T15:40:23Z | 2020-06-22T15:40:23Z | 4 | ['productivity', 'refactorit', 'webdev', 'javascript'] | productivity, refactorit, webdev, javascript | {'name': 'Nate Clark', 'username': 'n8io', 'twitter_username': 'n8c14rk', 'github_username': 'n8io', 'user_id': 330757, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F330757%2F5a4eefb7-968a-4337-855a-1c2759813d19.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F330757%2F5a4eefb7-968a-4337-855a-1c2759813d19.png'} | null | null | 574,168 | ||
article | 348,712 | Developer Dark Arts: React Class Components | As part of the ES2015 release, classes were formally introduced to native JavaScript as syntactic sug... | Jun 15 '20 | developer-dark-arts-react-class-components-3g8j | /n8io/developer-dark-arts-react-class-components-3g8j | https://dev.to/n8io/developer-dark-arts-react-class-components-3g8j | 0 | 6 | 11,145 | 2020-06-15T15:45:25Z | null | null | 6 | https://www.codingzeal.com/post/developer-dark-arts-react-class-components | 2020-06-03T14:15:20Z | 2021-02-04T02:01:44Z | null | 2020-06-15T15:45:25Z | 2020-06-15T15:45:25Z | 5 | ['javascript', 'react', 'developer', 'refactorit'] | javascript, react, developer, refactorit | {'name': 'Nate Clark', 'username': 'n8io', 'twitter_username': 'n8c14rk', 'github_username': 'n8io', 'user_id': 330757, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F330757%2F5a4eefb7-968a-4337-855a-1c2759813d19.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F330757%2F5a4eefb7-968a-4337-855a-1c2759813d19.png'} | null | null | 574,169 | ||
article | 355,927 | 4 ways to clean ranged comparisons in Ruby conditionals | What is the best way to go when we find conditionals that deal with ranges? fruits = 0 if age >... | Jun 15 '20 | 4-ways-to-clean-ranged-comparisons-in-ruby-conditionals-531o | /libsyz/4-ways-to-clean-ranged-comparisons-in-ruby-conditionals-531o | https://dev.to/libsyz/4-ways-to-clean-ranged-comparisons-in-ruby-conditionals-531o | 0 | 6 | null | 2020-06-15T08:14:26Z | null | null | 6 | null | https://dev.to/libsyz/4-ways-to-clean-ranged-comparisons-in-ruby-conditionals-531o | 2020-06-15T08:14:26Z | 2020-06-19T11:31:12Z | null | 2020-06-15T08:14:26Z | 2020-06-15T08:14:26Z | 2 | ['ruby', 'refactorit', 'codenewbie'] | ruby, refactorit, codenewbie | {'name': 'Miguel Jimenez', 'username': 'libsyz', 'twitter_username': None, 'github_username': 'libsyz', 'user_id': 400862, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F400862%2Ffd5bb871-c817-4d37-8c2e-e4e0f86c6de4.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F400862%2Ffd5bb871-c817-4d37-8c2e-e4e0f86c6de4.jpeg'} | null | null | 574,170 | |
article | 346,010 | Developer Dark Arts: Default Exports | So you are starting a ✨ shiny new greenfield 🌱 project. Congrats, not many of us get the opportunity... | Jun 8 '20 | developer-dark-arts-default-exports-31ia | /n8io/developer-dark-arts-default-exports-31ia | https://dev.to/n8io/developer-dark-arts-default-exports-31ia | 0 | 9 | 11,145 | 2020-06-08T12:35:43Z | null | null | 9 | https://www.codingzeal.com/post/developer-dark-arts-default-exports | 2020-05-29T13:01:39Z | 2021-02-04T02:01:05Z | null | 2020-06-08T12:35:43Z | 2020-06-08T12:35:43Z | 5 | ['javascript', 'architecture', 'refactorit', 'webdev'] | javascript, architecture, refactorit, webdev | {'name': 'Nate Clark', 'username': 'n8io', 'twitter_username': 'n8c14rk', 'github_username': 'n8io', 'user_id': 330757, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F330757%2F5a4eefb7-968a-4337-855a-1c2759813d19.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F330757%2F5a4eefb7-968a-4337-855a-1c2759813d19.png'} | null | null | 574,171 | ||
article | 336,045 | Developer Dark Arts: Magic Strings | In this post I am going to try and explain what magic strings are, why they are bad, and how to refac... | May 20 '20 | developer-dark-arts-magic-strings-2ihn | /n8io/developer-dark-arts-magic-strings-2ihn | https://dev.to/n8io/developer-dark-arts-magic-strings-2ihn | 0 | 7 | 11,145 | 2020-05-20T12:13:42Z | null | null | 7 | https://www.codingzeal.com/post/developer-dark-arts-magic-strings | 2020-05-15T14:57:39Z | 2021-02-04T02:01:18Z | null | 2020-05-20T12:13:42Z | 2020-05-20T12:13:42Z | 3 | ['javascript', 'developer', 'refactorit', 'beginners'] | javascript, developer, refactorit, beginners | {'name': 'Nate Clark', 'username': 'n8io', 'twitter_username': 'n8c14rk', 'github_username': 'n8io', 'user_id': 330757, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F330757%2F5a4eefb7-968a-4337-855a-1c2759813d19.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F330757%2F5a4eefb7-968a-4337-855a-1c2759813d19.png'} | null | null | 574,172 | ||
article | 314,019 | Using Dictionaries to refactor | About one year and a half ago, I joined an awesome team of developers which had set up a very efficie... | May 18 '20 | using-dictionaries-to-refactor-5h9p | /tails128/using-dictionaries-to-refactor-5h9p | https://dev.to/tails128/using-dictionaries-to-refactor-5h9p | 0 | 5 | null | 2020-05-18T22:12:28Z | null | null | 5 | null | https://dev.to/tails128/using-dictionaries-to-refactor-5h9p | 2020-04-19T17:26:34Z | 2021-03-01T16:00:40Z | null | 2020-05-18T22:12:28Z | 2020-05-18T22:12:28Z | 2 | ['refactorit', 'codequality'] | refactorit, codequality | {'name': 'Tails128', 'username': 'tails128', 'twitter_username': None, 'github_username': 'Tails128', 'user_id': 223591, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F223591%2F485a899e-e968-4f1e-95d7-fcf1b18c268f.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F223591%2F485a899e-e968-4f1e-95d7-fcf1b18c268f.jpeg'} | null | null | 574,173 | |
article | 335,922 | Using Factories in Ruby to Refactor if Statements | In two separate code reviews this week I dug up a trusty old article that I use when trying to refact... | May 15 '20 | using-factories-in-ruby-19ll | /cassidycodes/using-factories-in-ruby-19ll | https://dev.to/cassidycodes/using-factories-in-ruby-19ll | 0 | 7 | null | 2020-05-15T13:28:10Z | null | null | 7 | null | https://dev.to/cassidycodes/using-factories-in-ruby-19ll | 2020-05-15T12:25:20Z | 2020-05-15T14:12:35Z | null | 2020-05-15T13:28:10Z | 2020-05-15T13:28:10Z | 5 | ['ruby', 'rails', 'refactorit'] | ruby, rails, refactorit | {'name': 'Cassidy ', 'username': 'cassidycodes', 'twitter_username': 'cassidyk_', 'github_username': 'cassidycodes', 'user_id': 293850, 'website_url': 'https://when.cassidy.codes', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F293850%2Ff1d20f39-6597-4a9a-8f12-e93f3fd151f6.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F293850%2Ff1d20f39-6597-4a9a-8f12-e93f3fd151f6.jpeg'} | null | null | 574,174 | |
article | 327,211 | Dive into an unfamiliar codebase from its edges | Do you feel paralyzed, wondering how to approach a legacy codebase? Try to start from the system edges. | May 4 '20 | dive-into-an-unfamiliar-codebase-from-its-edges-20pf | /nicoespeon/dive-into-an-unfamiliar-codebase-from-its-edges-20pf | https://dev.to/nicoespeon/dive-into-an-unfamiliar-codebase-from-its-edges-20pf | 0 | 3 | null | 2020-05-04T16:47:29Z | null | null | 3 | https://understandlegacycode.com/blog/dive-into-an-unfamiliar-codebase-from-its-edges/ | 2020-05-04T16:47:30Z | null | null | 2020-05-04T16:47:29Z | 2020-05-04T16:47:29Z | 5 | ['refactorit', 'legacycode', 'productivity'] | refactorit, legacycode, productivity | {'name': 'Nicolas Carlo', 'username': 'nicoespeon', 'twitter_username': 'nicoespeon', 'github_username': 'nicoespeon', 'user_id': 128004, 'website_url': 'https://understandlegacycode.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png'} | null | null | 574,175 | ||
article | 321,175 | Effective Refactoring | When you start working on some existing code, sooner or later you are going to bump into a situation... | Apr 28 '20 | effective-refactoring-5el0 | /rajatsx/effective-refactoring-5el0 | https://dev.to/rajatsx/effective-refactoring-5el0 | 0 | 1 | null | 2020-04-28T10:22:23Z | null | null | 1 | null | https://dev.to/rajatsx/effective-refactoring-5el0 | 2020-04-28T05:23:22Z | 2020-04-28T10:37:30Z | null | 2020-04-28T10:22:23Z | 2020-04-28T10:22:23Z | 2 | ['refactorit', 'codequality', 'testing'] | refactorit, codequality, testing | {'name': 'Rajat Saxena', 'username': 'rajatsx', 'twitter_username': 'rajatsx', 'github_username': None, 'user_id': 375156, 'website_url': 'https://codelit.dev', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F375156%2F7d08f6a6-af8a-4801-9a0b-04d5072f4a54.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F375156%2F7d08f6a6-af8a-4801-9a0b-04d5072f4a54.jpg'} | null | null | 574,176 | |
article | 320,650 | Is it up to the newer developer to pay back others' technical debt? | And what you can do about it if you find yourself in such situation. | Apr 27 '20 | is-it-up-to-the-newer-developer-to-pay-back-others-technical-debt-1fgn | /nicoespeon/is-it-up-to-the-newer-developer-to-pay-back-others-technical-debt-1fgn | https://dev.to/nicoespeon/is-it-up-to-the-newer-developer-to-pay-back-others-technical-debt-1fgn | 0 | 3 | null | 2020-04-27T12:07:45Z | null | null | 3 | https://understandlegacycode.com/blog/is-it-to-the-newer-developer-to-pay-back-others-technical-debt/ | 2020-04-27T12:06:26Z | null | null | 2020-04-27T12:07:45Z | 2020-04-27T12:07:45Z | 3 | ['refactorit', 'legacycode', 'techdebt', 'productivity'] | refactorit, legacycode, techdebt, productivity | {'name': 'Nicolas Carlo', 'username': 'nicoespeon', 'twitter_username': 'nicoespeon', 'github_username': 'nicoespeon', 'user_id': 128004, 'website_url': 'https://understandlegacycode.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png'} | null | null | 574,177 | ||
article | 314,550 | Plain old PHP Object - Usability and benefits in modern PHP programming | If you familiar with Java, maybe you already known about POJO (Plain Old Java Object). Because the... | Apr 21 '20 | plain-old-php-object-usability-and-benefits-in-modern-php-programming-32oc | /fuadardiono/plain-old-php-object-usability-and-benefits-in-modern-php-programming-32oc | https://dev.to/fuadardiono/plain-old-php-object-usability-and-benefits-in-modern-php-programming-32oc | 0 | 13 | null | 2020-04-21T05:48:15Z | null | null | 13 | https://dev.to/fuadardiono/plain-old-php-object-usability-and-benefits-in-modern-php-programming-32oc | 2020-04-20T03:55:13Z | 2023-06-07T10:06:06Z | null | 2020-04-21T05:48:15Z | 2020-04-21T05:48:15Z | 3 | ['php', 'refactorit', 'laravel', 'backend'] | php, refactorit, laravel, backend | {'name': 'Muhammad Fuad Ardiono', 'username': 'fuadardiono', 'twitter_username': None, 'github_username': 'fuad-ardiono', 'user_id': 369466, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F369466%2Fdc2b771f-df9a-427a-bca7-b8c51ec493b9.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F369466%2Fdc2b771f-df9a-427a-bca7-b8c51ec493b9.jpeg'} | null | null | 574,178 | ||
article | 314,813 | Focus refactoring on what matters with Hotspots Analysis | Here's a way to prioritize refactoring when you have to deal with a large, unmaintainable codebase. | Apr 20 '20 | focus-refactoring-on-what-matters-with-hotspots-analysis-3l1b | /nicoespeon/focus-refactoring-on-what-matters-with-hotspots-analysis-3l1b | https://dev.to/nicoespeon/focus-refactoring-on-what-matters-with-hotspots-analysis-3l1b | 1 | 6 | null | 2020-04-20T11:20:39Z | null | null | 6 | https://understandlegacycode.com/blog/focus-refactoring-with-hotspots-analysis/ | 2020-04-20T11:17:30Z | 2020-04-20T11:21:28Z | null | 2020-04-20T11:20:39Z | 2020-04-20T22:56:30Z | 7 | ['refactorit', 'legacycode', 'productivity', 'technicaldebt'] | refactorit, legacycode, productivity, technicaldebt | {'name': 'Nicolas Carlo', 'username': 'nicoespeon', 'twitter_username': 'nicoespeon', 'github_username': 'nicoespeon', 'user_id': 128004, 'website_url': 'https://understandlegacycode.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png'} | null | null | 574,179 | ||
article | 308,697 | 5 coding exercises to practice refactoring Legacy Code | Feeling overwhelmed by your legacy codebase? These katas will help you learn how to tackle it. | Apr 14 '20 | 5-coding-exercises-to-practice-refactoring-legacy-code-5e3e | /nicoespeon/5-coding-exercises-to-practice-refactoring-legacy-code-5e3e | https://dev.to/nicoespeon/5-coding-exercises-to-practice-refactoring-legacy-code-5e3e | 1 | 18 | null | 2020-04-14T11:42:14Z | null | null | 18 | https://understandlegacycode.com/blog/5-coding-exercises-to-practice-refactoring-legacy-code/ | 2020-04-14T11:40:21Z | null | null | 2020-04-14T11:42:14Z | 2022-06-03T16:38:55Z | 5 | ['refactorit', 'legacycode', 'productivity'] | refactorit, legacycode, productivity | {'name': 'Nicolas Carlo', 'username': 'nicoespeon', 'twitter_username': 'nicoespeon', 'github_username': 'nicoespeon', 'user_id': 128004, 'website_url': 'https://understandlegacycode.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png'} | null | null | 574,180 | ||
article | 300,617 | A simple technique to do safe changes in a complex codebase | When a codebase is large and complex, it's risky to big changes. Here's a structured way to approach the problem. | Apr 6 '20 | a-simple-technique-to-do-safe-changes-in-a-complex-codebase-4nae | /nicoespeon/a-simple-technique-to-do-safe-changes-in-a-complex-codebase-4nae | https://dev.to/nicoespeon/a-simple-technique-to-do-safe-changes-in-a-complex-codebase-4nae | 4 | 117 | null | 2020-04-06T11:33:55Z | null | null | 117 | https://understandlegacycode.com/blog/a-process-to-do-safe-changes-in-a-complex-codebase/ | 2020-04-06T11:33:56Z | 2023-02-09T15:38:05Z | null | 2020-04-06T11:33:55Z | 2024-06-19T03:16:56Z | 5 | ['refactorit', 'legacycode', 'productivity'] | refactorit, legacycode, productivity | {'name': 'Nicolas Carlo', 'username': 'nicoespeon', 'twitter_username': 'nicoespeon', 'github_username': 'nicoespeon', 'user_id': 128004, 'website_url': 'https://understandlegacycode.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128004%2F2f4f315a-401a-43ec-8fb2-222ec3f79cad.png'} | null | null | 574,181 | ||
article | 301,621 | How not to make a framework for default request values in Spring | I used to look for common solutions for the problems I face. And I fail sometimes within my researche... | Apr 7 '20 | how-not-to-make-a-framework-for-spring-default-properties-2j5f | /art_ptushkin/how-not-to-make-a-framework-for-spring-default-properties-2j5f | https://dev.to/art_ptushkin/how-not-to-make-a-framework-for-spring-default-properties-2j5f | 0 | 10 | null | 2020-04-07T12:10:21Z | null | null | 10 | https://dev.to/art_ptushkin/how-not-to-make-a-framework-for-spring-default-properties-2j5f | 2020-04-07T10:24:17Z | 2021-01-04T13:47:22Z | null | 2020-04-07T12:10:21Z | 2020-04-07T12:10:21Z | 5 | ['java', 'refactorit', 'opensource', 'webdev'] | java, refactorit, opensource, webdev | {'name': 'Artem Ptushkin', 'username': 'art_ptushkin', 'twitter_username': 'art_ptushkin', 'github_username': 'artemptushkin', 'user_id': 333535, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F333535%2Fcde9c8c7-e1d7-47d1-936a-9f4dfb849a77.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F333535%2Fcde9c8c7-e1d7-47d1-936a-9f4dfb849a77.png'} | null | null | 574,182 | ||
article | 299,820 | How to simplify a complex factory pattern? | I have a function which takes the incoming request, parses the data and performs an action and posts... | Apr 5 '20 | what-is-the-right-design-pattern-to-employ-fk6 | /tecoholic/what-is-the-right-design-pattern-to-employ-fk6 | https://dev.to/tecoholic/what-is-the-right-design-pattern-to-employ-fk6 | 5 | 2 | null | 2020-04-05T07:22:13Z | null | null | 2 | null | https://dev.to/tecoholic/what-is-the-right-design-pattern-to-employ-fk6 | 2020-04-05T07:22:13Z | 2020-04-05T11:48:41Z | null | 2020-04-05T07:22:13Z | 2022-06-03T16:38:22Z | 2 | ['help', 'python', 'architecture', 'refactorit'] | help, python, architecture, refactorit | {'name': 'Arunmozhi', 'username': 'tecoholic', 'twitter_username': None, 'github_username': 'tecoholic', 'user_id': 349307, 'website_url': 'https://arunmozhi.in', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F349307%2Fa09fc8bb-a82a-4dff-b36c-8ee7c257d727.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F349307%2Fa09fc8bb-a82a-4dff-b36c-8ee7c257d727.png'} | null | {'name': 'help', 'bg_color_hex': '#ff3232', 'text_color_hex': '#ffffff'} | 574,183 | |
article | 297,969 | Clean code in Spring ecosystem | I work a lot with Spring components including Spring Boot and Spring Cloud. There is a reason for it... | Apr 3 '20 | clean-code-in-spring-ecosystem-n4p | /art_ptushkin/clean-code-in-spring-ecosystem-n4p | https://dev.to/art_ptushkin/clean-code-in-spring-ecosystem-n4p | 0 | 9 | null | 2020-04-03T20:06:53Z | null | null | 9 | https://dev.to/art_ptushkin/clean-code-in-spring-ecosystem-n4p | 2020-04-03T11:19:14Z | null | null | 2020-04-03T20:06:53Z | 2020-04-03T20:06:53Z | 6 | ['kotlin', 'codequality', 'architecture', 'refactorit'] | kotlin, codequality, architecture, refactorit | {'name': 'Artem Ptushkin', 'username': 'art_ptushkin', 'twitter_username': 'art_ptushkin', 'github_username': 'artemptushkin', 'user_id': 333535, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F333535%2Fcde9c8c7-e1d7-47d1-936a-9f4dfb849a77.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F333535%2Fcde9c8c7-e1d7-47d1-936a-9f4dfb849a77.png'} | null | null | 574,184 | ||
article | 295,685 | TypeScript Generics and Type Guards - Explained by Example | TypeScript has some powerful features that enable easy building of scalable JavaScript applications.... | Apr 1 '20 | typescript-generics-and-type-guards-explained-by-example-20kp | /meekg33k/typescript-generics-and-type-guards-explained-by-example-20kp | https://dev.to/meekg33k/typescript-generics-and-type-guards-explained-by-example-20kp | 0 | 18 | null | 2020-04-01T04:24:18Z | null | null | 18 | https://dev.to/meekg33k/typescript-generics-and-type-guards-explained-by-example-20kp | 2020-03-31T10:37:44Z | null | null | 2020-04-01T04:24:18Z | 2020-04-01T04:24:18Z | 8 | ['codequality', 'refactorit', 'typescript', 'tutorial'] | codequality, refactorit, typescript, tutorial | {'name': "Uduak 'Eren", 'username': 'meekg33k', 'twitter_username': None, 'github_username': 'meekg33k', 'user_id': 356470, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F356470%2F4a3f9cd6-9265-46ff-b63a-c6f629ff0f72.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F356470%2F4a3f9cd6-9265-46ff-b63a-c6f629ff0f72.jpeg'} | null | null | 574,185 | ||
article | 295,221 | Capture Refactoring Ideas With Annotated TODOs | TODO comments! They're a weird thing to write about maybe, but I've been thinking about them a lot la... | Mar 31 '20 | capture-refactoring-ideas-with-annotated-todos-1736 | /dotxlem/capture-refactoring-ideas-with-annotated-todos-1736 | https://dev.to/dotxlem/capture-refactoring-ideas-with-annotated-todos-1736 | 3 | 11 | null | 2020-03-31T16:42:47Z | null | null | 11 | null | https://dev.to/dotxlem/capture-refactoring-ideas-with-annotated-todos-1736 | 2020-03-30T17:24:20Z | 2020-03-31T17:52:30Z | null | 2020-03-31T16:42:47Z | 2020-04-04T13:25:57Z | 3 | ['productivity', 'organization', 'refactorit', 'architecture'] | productivity, organization, refactorit, architecture | {'name': 'Dan', 'username': 'dotxlem', 'twitter_username': None, 'github_username': 'dotxlem', 'user_id': 338425, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F338425%2F75a12359-d707-4883-90cb-c2a523ade6d7.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F338425%2F75a12359-d707-4883-90cb-c2a523ade6d7.jpeg'} | null | null | 574,186 | |
article | 274,250 | Refactoring: My 6 favorite patterns | Refactoring code has become one of my favorite things to do as a developer. It can have a major impac... | Mar 4 '20 | refactoring-my-6-favorite-patterns-p13 | /brycedooley/refactoring-my-6-favorite-patterns-p13 | https://dev.to/brycedooley/refactoring-my-6-favorite-patterns-p13 | 36 | 907 | null | 2020-03-04T15:52:44Z | null | null | 907 | null | https://brycedooley.com/refactoring-patterns/ | 2020-03-04T15:52:44Z | 2020-03-05T20:35:03Z | null | 2020-03-04T15:52:44Z | 2024-05-23T03:02:13Z | 4 | ['refactorit', 'javascript', 'productivity'] | refactorit, javascript, productivity | {'name': 'Bryce', 'username': 'brycedooley', 'twitter_username': 'BryceDooley', 'github_username': None, 'user_id': 199037, 'website_url': 'https://brycedooley.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F199037%2Fb741fdb7-787d-402e-a37d-160bc4694023.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F199037%2Fb741fdb7-787d-402e-a37d-160bc4694023.png'} | null | null | 574,187 | |
article | 259,174 | Well-Factored Web Forms | Introduction Microsoft's ASP.NET Web Forms was first released way back in 2002. Even thoug... | Feb 14 '20 | well-factored-web-forms-3j8k | /dealeron/well-factored-web-forms-3j8k | https://dev.to/dealeron/well-factored-web-forms-3j8k | 0 | 7 | null | 2020-02-14T20:40:12Z | null | null | 7 | null | https://dev.to/dealeron/well-factored-web-forms-3j8k | 2020-02-10T20:39:48Z | null | null | 2020-02-14T20:40:12Z | 2020-02-14T20:40:12Z | 5 | ['webdev', 'dotnet', 'csharp', 'refactorit'] | webdev, dotnet, csharp, refactorit | {'name': 'Tallon Simmons', 'username': 'tallonsimmons', 'twitter_username': None, 'github_username': 'TallonSimmons', 'user_id': 333507, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F333507%2F630f4351-f158-41c8-ae52-b0e070f979c5.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F333507%2F630f4351-f158-41c8-ae52-b0e070f979c5.jpeg'} | {'name': 'DealerOn Dev', 'username': 'dealeron', 'slug': 'dealeron', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F656%2F10b708b6-fc9f-49b7-b005-da101404f80d.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F656%2F10b708b6-fc9f-49b7-b005-da101404f80d.jpg'} | null | 574,188 | |
article | 261,428 | Losing my memory | One day whilst our app was running in the QA environment we saw what you see on the left half of th... | Feb 14 '20 | loosing-my-memory-off | /joro550/loosing-my-memory-off | https://dev.to/joro550/loosing-my-memory-off | 2 | 5 | null | 2020-02-14T15:49:02Z | null | null | 5 | null | https://dev.to/joro550/loosing-my-memory-off | 2020-02-14T11:53:13Z | 2020-04-01T10:07:01Z | null | 2020-02-14T15:49:02Z | 2024-03-06T03:59:22Z | 6 | ['aws', 'csharp', 'management', 'refactorit'] | aws, csharp, management, refactorit | {'name': 'Mark Davies', 'username': 'joro550', 'twitter_username': 'joro550', 'github_username': 'joro550', 'user_id': 154679, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F154679%2F1c24515e-71db-4cac-8c7d-0cbb40879011.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F154679%2F1c24515e-71db-4cac-8c7d-0cbb40879011.png'} | null | null | 574,189 | |
article | 259,793 | How to learn to code faster? | Remember your brain is not fixed. It adapts to what you feed to it. Enjoy the process of learning. Ma... | Feb 11 '20 | how-to-learn-to-code-faster-1onc | /sleeplessyogi/how-to-learn-to-code-faster-1onc | https://dev.to/sleeplessyogi/how-to-learn-to-code-faster-1onc | 0 | 6 | null | 2020-02-11T20:35:18Z | null | null | 6 | null | https://dev.to/sleeplessyogi/how-to-learn-to-code-faster-1onc | 2020-02-11T20:34:34Z | null | null | 2020-02-11T20:35:18Z | 2020-02-11T20:35:18Z | 1 | ['refactorit', 'productivity', 'code'] | refactorit, productivity, code | {'name': 'Sleepless Yogi', 'username': 'sleeplessyogi', 'twitter_username': 'sleeplessyogi', 'github_username': None, 'user_id': 333483, 'website_url': 'http://ngninja.com/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F333483%2F62e00651-63f8-4369-b08f-8c3367892371.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F333483%2F62e00651-63f8-4369-b08f-8c3367892371.jpg'} | null | null | 574,190 | |
article | 251,864 | A Better Way to Loop Over an Array | When you need to loop over an array in JavaScript do you default to the trusty for loop? Even got you... | Feb 7 '20 | a-better-way-to-loop-over-an-array-ae3 | /thinkster/a-better-way-to-loop-over-an-array-ae3 | https://dev.to/thinkster/a-better-way-to-loop-over-an-array-ae3 | 0 | 5 | null | 2020-02-07T17:06:22Z | null | null | 5 | null | https://medium.com/thinkster-io/a-better-way-to-loop-over-an-array-95c88d10099f?source=friends_link&sk=92c9afd2e6f7e424bd5c6d81f373b5f6 | 2020-01-30T19:35:12Z | 2020-07-06T18:25:36Z | null | 2020-02-07T17:06:22Z | 2020-02-07T17:06:22Z | 2 | ['productivity', 'webdev', 'refactorit', 'computerscience'] | productivity, webdev, refactorit, computerscience | {'name': 'Thinkster', 'username': 'gothinkster', 'twitter_username': 'GoThinkster', 'github_username': None, 'user_id': 322287, 'website_url': 'https://thinkster.io', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F322287%2F2f60c7b6-53b9-4fec-a179-c60a64c87587.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F322287%2F2f60c7b6-53b9-4fec-a179-c60a64c87587.jpg'} | {'name': 'Thinkster', 'username': 'thinkster', 'slug': 'thinkster', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F1992%2Ffb128418-7754-4dfd-aec4-a3037ce8a392.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F1992%2Ffb128418-7754-4dfd-aec4-a3037ce8a392.png'} | null | 574,191 | |
article | 254,100 | Refactoring C# code using partial classes | As our code grows, we regularly find ourselves seeking new ways to keep it well structured and organi... | Feb 3 '20 | refactoring-c-code-using-partial-classes-1pla | /tyrrrz/refactoring-c-code-using-partial-classes-1pla | https://dev.to/tyrrrz/refactoring-c-code-using-partial-classes-1pla | 8 | 59 | null | 2020-02-03T09:24:36Z | null | null | 59 | https://tyrrrz.me/blog/refactoring-using-partial-classes | 2020-02-03T09:24:36Z | 2020-02-03T11:47:58Z | null | 2020-02-03T09:24:36Z | 2024-03-04T03:09:48Z | 8 | ['csharp', 'dotnet', 'codequality', 'refactorit'] | csharp, dotnet, codequality, refactorit | {'name': 'Oleksii Holub', 'username': 'tyrrrz', 'twitter_username': 'Tyrrrz', 'github_username': 'Tyrrrz', 'user_id': 178128, 'website_url': 'https://tyrrrz.me', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F178128%2Fa440067c-fd5f-43ab-994f-2828068d40c7.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F178128%2Fa440067c-fd5f-43ab-994f-2828068d40c7.png'} | null | null | 574,192 | ||
article | 230,242 | The fight between Try-Catch and If-Else | How do you decide where to use if-else and try-except? I have started this thread because many new p... | Feb 3 '20 | the-fight-between-try-catch-and-if-else-47fa | /mrsaeeddev/the-fight-between-try-catch-and-if-else-47fa | https://dev.to/mrsaeeddev/the-fight-between-try-catch-and-if-else-47fa | 11 | 17 | null | 2020-02-03T04:58:43Z | null | null | 17 | https://dev.to/mrsaeeddev/the-fight-between-try-catch-and-if-else-47fa | 2020-01-02T07:27:57Z | 2020-02-03T05:02:18Z | null | 2020-02-03T04:58:43Z | 2020-08-07T16:07:16Z | 1 | ['discuss', 'codenewbie', 'help', 'refactorit'] | discuss, codenewbie, help, refactorit | {'name': 'Saeed Ahmad', 'username': 'mrsaeeddev', 'twitter_username': 'mrsaeeddev', 'github_username': 'mrsaeeddev', 'user_id': 222603, 'website_url': 'https://saeed.js.org', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F222603%2F7fc46fd7-481d-4703-a7c8-07ed9e44717b.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F222603%2F7fc46fd7-481d-4703-a7c8-07ed9e44717b.png'} | null | {'name': 'discuss', 'bg_color_hex': '#71EA8B', 'text_color_hex': '#FFFFFF'} | 574,193 | ||
article | 254,275 | Fastest way to create and share code in any language | Share code using these lightning fast sandboxes available in almost all popular languages In my la... | Feb 3 '20 | fastest-way-to-create-and-share-code-in-any-language-4c1l | /rahhularora/fastest-way-to-create-and-share-code-in-any-language-4c1l | https://dev.to/rahhularora/fastest-way-to-create-and-share-code-in-any-language-4c1l | 0 | 12 | null | 2020-02-03T17:57:29Z | null | null | 12 | https://dev.to/rahhularora/fastest-way-to-create-and-share-code-in-any-language-4c1l | 2020-02-03T16:29:27Z | 2020-02-03T18:04:44Z | null | 2020-02-03T17:57:29Z | 2020-02-03T17:57:29Z | 2 | ['javascript', 'python', 'codepen', 'refactorit'] | javascript, python, codepen, refactorit | {'name': 'Rahul Arora', 'username': 'rahhularora', 'twitter_username': 'rahhularora', 'github_username': 'arorarahul', 'user_id': 319693, 'website_url': 'https://www.intervue.io', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F319693%2F6109e3b1-1bf4-4e5a-9b4a-ad307d679005.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F319693%2F6109e3b1-1bf4-4e5a-9b4a-ad307d679005.png'} | null | null | 574,194 | ||
article | 245,720 | 🐾 Does your microservice deserve its own database? | Monolith vs microservice, monorepo vs polyrepo - endless discussions have been held, industry trends... | Jan 29 '20 | does-your-microservice-deserve-its-own-database-np2 | /lbelkind/does-your-microservice-deserve-its-own-database-np2 | https://dev.to/lbelkind/does-your-microservice-deserve-its-own-database-np2 | 1 | 44 | 4,311 | 2020-01-29T15:53:57Z | null | null | 44 | null | https://dev.to/lbelkind/does-your-microservice-deserve-its-own-database-np2 | 2020-01-21T13:24:00Z | null | null | 2020-01-29T15:53:57Z | 2020-11-10T17:07:04Z | 4 | ['microservices', 'architecture', 'database', 'refactorit'] | microservices, architecture, database, refactorit | {'name': 'Leonid Belkind', 'username': 'lbelkind', 'twitter_username': 'LBelkind', 'github_username': None, 'user_id': 295832, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F295832%2Fa440f2dc-98cc-4824-b0c7-b5b446132a7a.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F295832%2Fa440f2dc-98cc-4824-b0c7-b5b446132a7a.png'} | null | null | 574,195 | |
article | 248,869 | Refactoring many OR statements like a ninja 🤘 | Scenario 🙄 Let's supose we have to check which animals are bird, a Junior developer would... | Jan 26 '20 | refactoring-many-or-statements-like-a-ninja-1a55 | /wakeupmh/refactoring-many-or-statements-like-a-ninja-1a55 | https://dev.to/wakeupmh/refactoring-many-or-statements-like-a-ninja-1a55 | 1 | 10 | null | 2020-01-26T14:24:32Z | null | null | 10 | https://dev.to/wakeupmh/refactoring-many-or-statements-like-a-ninja-1a55 | 2020-01-26T14:24:32Z | 2020-01-26T14:39:26Z | null | 2020-01-26T14:24:32Z | 2020-01-26T23:18:55Z | 1 | ['todayilearned', 'refactorit', 'javascript', 'codequality'] | todayilearned, refactorit, javascript, codequality | {'name': 'Marcos Henrique', 'username': 'wakeupmh', 'twitter_username': None, 'github_username': 'wakeupmh', 'user_id': 170122, 'website_url': 'https://github.com/wakeupmh', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F170122%2F9468f7d8-1e10-422e-adbc-9ad129243cc3.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F170122%2F9468f7d8-1e10-422e-adbc-9ad129243cc3.jpg'} | null | {'name': 'todayilearned', 'bg_color_hex': '#ffedc9', 'text_color_hex': '#820000'} | 574,196 | ||
article | 246,746 | Nullish Coalescing in JavaScript | Nullish Coalescing is a language feature of JavaScript that was recently promoted to Stage 4 by... | Jan 22 '20 | nullish-coalescing-in-javascript-4bim | /ryanlanciaux/nullish-coalescing-in-javascript-4bim | https://dev.to/ryanlanciaux/nullish-coalescing-in-javascript-4bim | 0 | 6 | null | 2020-01-22T07:15:03Z | null | null | 6 | https://ryanlanciaux.com/blog/2020/01/22/nullish-coalescing-in-javascript/ | 2020-01-22T19:54:46Z | 2020-01-22T20:11:51Z | null | 2020-01-22T07:15:03Z | 2020-01-22T07:15:03Z | 2 | ['webdev', 'javascript', 'codenewbie', 'refactorit'] | webdev, javascript, codenewbie, refactorit | {'name': 'Ryan Lanciaux', 'username': 'ryanlanciaux', 'twitter_username': 'ryanlanciaux', 'github_username': 'ryanlanciaux', 'user_id': 34114, 'website_url': 'https://ryanlanciaux.com/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F34114%2Fcf821a04-560b-42d3-8ff1-3646e5e62261.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F34114%2Fcf821a04-560b-42d3-8ff1-3646e5e62261.jpeg'} | null | null | 574,197 | ||
article | 244,992 | Advanced SCSS: How Strings and Lists Can Improve Your Code | SASS is one of the most popular CSS preprocessors, and chances are, you’ve either already interacted... | Jan 21 '20 | scss-lists-and-each-5dgb | /colewalker/scss-lists-and-each-5dgb | https://dev.to/colewalker/scss-lists-and-each-5dgb | 0 | 13 | null | 2020-01-21T13:49:23Z | null | null | 13 | null | https://dev.to/colewalker/scss-lists-and-each-5dgb | 2020-01-20T15:15:01Z | 2020-01-21T19:28:08Z | null | 2020-01-21T13:49:23Z | 2020-01-21T13:49:23Z | 3 | ['css', 'webdev', 'refactorit', 'design'] | css, webdev, refactorit, design | {'name': 'Cole Walker', 'username': 'colewalker', 'twitter_username': None, 'github_username': 'ColeWalker', 'user_id': 315411, 'website_url': 'https://www.walkermakes.com/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F315411%2Fcac3bd9b-87be-4224-9661-27275567e043.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F315411%2Fcac3bd9b-87be-4224-9661-27275567e043.jpg'} | null | null | 574,198 | |
article | 237,686 | Semantic HTML: An Introduction | Being able to write semantic HTML properly is one of the most important parts of being a great web de... | Jan 14 '20 | semantic-html-an-introduction-1l8k | /colewalker/semantic-html-an-introduction-1l8k | https://dev.to/colewalker/semantic-html-an-introduction-1l8k | 0 | 42 | 4,272 | 2020-01-14T11:04:06Z | null | null | 42 | null | https://dev.to/colewalker/semantic-html-an-introduction-1l8k | 2020-01-14T01:30:13Z | null | null | 2020-01-14T11:04:06Z | 2020-01-14T11:04:06Z | 3 | ['html', 'a11y', 'webdev', 'refactorit'] | html, a11y, webdev, refactorit | {'name': 'Cole Walker', 'username': 'colewalker', 'twitter_username': None, 'github_username': 'ColeWalker', 'user_id': 315411, 'website_url': 'https://www.walkermakes.com/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F315411%2Fcac3bd9b-87be-4224-9661-27275567e043.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F315411%2Fcac3bd9b-87be-4224-9661-27275567e043.jpg'} | null | null | 574,199 | |
article | 225,446 | Refactoring Code in Ruby | In object-oriented programming, it's best to keep code DRY (Don't Repeat Yourself), as opposed to cod... | Jan 7 '20 | refactoring-code-in-ruby-5cok | /4myc/refactoring-code-in-ruby-5cok | https://dev.to/4myc/refactoring-code-in-ruby-5cok | 0 | 9 | null | 2020-01-07T19:58:47Z | null | null | 9 | https://dev.to/4myc/refactoring-code-in-ruby-5cok | 2019-12-22T19:21:50Z | 2020-05-18T21:04:13Z | null | 2020-01-07T19:58:47Z | 2020-01-07T19:58:47Z | 3 | ['ruby', 'refactorit'] | ruby, refactorit | {'name': 'Amy Chen ', 'username': '4myc', 'twitter_username': None, 'github_username': '4myc', 'user_id': 288854, 'website_url': 'https://www.amychen.dev', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F288854%2Fa775d84c-3dea-4918-b946-e29606fa6b16.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F288854%2Fa775d84c-3dea-4918-b946-e29606fa6b16.png'} | null | null | 574,200 | ||
article | 229,078 | How to make a form handling with vuex | Problem Let's say you want to save the input of your form on the state of vuex. Maybe som... | Dec 30 '19 | how-to-make-a-form-handling-with-vuex-6g0 | /matheusgomes062/how-to-make-a-form-handling-with-vuex-6g0 | https://dev.to/matheusgomes062/how-to-make-a-form-handling-with-vuex-6g0 | 13 | 51 | null | 2019-12-30T22:15:06Z | null | null | 51 | null | https://dev.to/matheusgomes062/how-to-make-a-form-handling-with-vuex-6g0 | 2019-12-30T22:15:06Z | 2019-12-31T09:47:38Z | null | 2019-12-30T22:15:06Z | 2024-04-29T03:01:59Z | 2 | ['vue', 'javascript', 'todayilearned', 'refactorit'] | vue, javascript, todayilearned, refactorit | {'name': 'Matheus Gomes 👨\u200d💻', 'username': 'matheusgomes062', 'twitter_username': None, 'github_username': 'matheusgomes062', 'user_id': 295021, 'website_url': 'https://mgomes.dev', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F295021%2Fa55182ad-f830-42db-97d4-f1ac47965337.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F295021%2Fa55182ad-f830-42db-97d4-f1ac47965337.jpg'} | null | {'name': 'todayilearned', 'bg_color_hex': '#ffedc9', 'text_color_hex': '#820000'} | 574,201 | |
article | 224,875 | Refactoring my Rails Project | Choosing a bedtime story can be a nightmare if you care about diversity. My project, Fierce Stories,... | Dec 21 '19 | refactoring-my-rails-project-32h3 | /sylwiavargas/refactoring-my-rails-project-32h3 | https://dev.to/sylwiavargas/refactoring-my-rails-project-32h3 | 2 | 9 | 3,830 | 2019-12-21T05:45:58Z | null | null | 9 | https://dev.to/sylwiavargas/refactoring-my-rails-project-32h3 | 2019-12-21T05:45:58Z | 2019-12-21T05:49:55Z | null | 2019-12-21T05:45:58Z | 2019-12-28T23:16:35Z | 2 | ['refactorit', 'rails', 'codenewbie', 'wecoded'] | refactorit, rails, codenewbie, wecoded | {'name': 'Sylwia Vargas', 'username': 'sylwiavargas', 'twitter_username': 'SylwiaVargas', 'github_username': 'sylwiavargas', 'user_id': 283021, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F283021%2F487202dc-33a7-402d-9e81-e57602edd620.jpeg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F283021%2F487202dc-33a7-402d-9e81-e57602edd620.jpeg'} | null | null | 574,202 | ||
article | 218,723 | Vue.js - Cleaning up components | Originally posted at michaelzanggl.com. Subscribe to my newsletter to never miss out on new content.... | Dec 17 '19 | cleaning-up-vue-components-51i2 | /michi/cleaning-up-vue-components-51i2 | https://dev.to/michi/cleaning-up-vue-components-51i2 | 4 | 26 | null | 2019-12-17T13:39:17Z | null | null | 26 | https://michaelzanggl.com/articles/vue-cleaning-up-components | 2019-12-11T10:05:17Z | 2020-03-21T04:26:24Z | null | 2019-12-17T13:39:17Z | 2019-12-18T08:53:40Z | 5 | ['refactorit', 'vue', 'javascript', 'codequality'] | refactorit, vue, javascript, codequality | {'name': 'Michael Z', 'username': 'michi', 'twitter_username': 'dev_michaelz', 'github_username': 'MZanggl', 'user_id': 106613, 'website_url': 'https://michaelzanggl.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F106613%2F3a1f773a-8bfe-4f8b-b2b1-0754abc7fa0a.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F106613%2F3a1f773a-8bfe-4f8b-b2b1-0754abc7fa0a.png'} | null | null | 574,203 | ||
article | 209,561 | Refactoring a Legacy Project | Hi, I'm starting a new project at work. We have a legacy project which has really bad codes. This is... | Nov 22 '19 | refactoring-a-legacy-project-21go | /itachiuchiha/refactoring-a-legacy-project-21go | https://dev.to/itachiuchiha/refactoring-a-legacy-project-21go | 12 | 18 | null | 2019-11-22T05:49:39Z | null | null | 18 | null | https://dev.to/itachiuchiha/refactoring-a-legacy-project-21go | 2019-11-22T05:49:39Z | null | null | 2019-11-22T05:49:39Z | 2019-11-23T15:37:18Z | 1 | ['discuss', 'refactorit'] | discuss, refactorit | {'name': 'Itachi Uchiha', 'username': 'itachiuchiha', 'twitter_username': 'yazilimci_adam', 'github_username': 'aligoren', 'user_id': 45834, 'website_url': 'https://aligoren.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F45834%2F78550b90-4668-4459-95ea-5d591ab26aa7.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F45834%2F78550b90-4668-4459-95ea-5d591ab26aa7.png'} | null | {'name': 'discuss', 'bg_color_hex': '#71EA8B', 'text_color_hex': '#FFFFFF'} | 574,204 | |
article | 206,048 | React.js with Factory Pattern ? Building Complex UI With Ease | Objective: We will discuss What is factory pattern and how is it used to build complex,... | Nov 17 '19 | react-js-with-factory-pattern-building-complex-ui-with-ease-1ojf | /shadid12/react-js-with-factory-pattern-building-complex-ui-with-ease-1ojf | https://dev.to/shadid12/react-js-with-factory-pattern-building-complex-ui-with-ease-1ojf | 9 | 137 | null | 2019-11-17T20:33:30Z | null | null | 137 | https://dev.to/shadid12/react-js-with-factory-pattern-building-complex-ui-with-ease-1ojf | 2019-11-15T19:16:12Z | 2019-11-20T19:17:38Z | null | 2019-11-17T20:33:30Z | 2024-11-28T04:42:49Z | 5 | ['react', 'architecture', 'refactorit', 'webdev'] | react, architecture, refactorit, webdev | {'name': 'Shadid Haque', 'username': 'shadid12', 'twitter_username': 'HaqueShadid', 'github_username': 'Shadid12', 'user_id': 200458, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F200458%2Fefccb0e4-6c4d-4dd3-ba13-12e7a7302c5a.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F200458%2Fefccb0e4-6c4d-4dd3-ba13-12e7a7302c5a.jpg'} | null | null | 574,205 | ||
article | 199,803 | Guides to Refactoring | One of the things I am lacking in experience with is refactoring code. So I did what I always do, and... | Nov 3 '19 | guides-to-refactoring-4ndb | /varjmes/guides-to-refactoring-4ndb | https://dev.to/varjmes/guides-to-refactoring-4ndb | 6 | 89 | null | 2019-11-03T09:59:56Z | null | null | 89 | null | https://dev.to/varjmes/guides-to-refactoring-4ndb | 2019-11-03T09:59:56Z | null | null | 2019-11-03T09:59:56Z | 2024-06-19T03:16:52Z | 1 | ['javascript', 'tutorial', 'books', 'refactorit'] | javascript, tutorial, books, refactorit | {'name': 'james', 'username': 'varjmes', 'twitter_username': 'varjmes', 'github_username': 'varjmes', 'user_id': 50795, 'website_url': 'https://strangeobject.space/@james', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F50795%2F7977f323-faa9-478b-9717-5b42b81f3985.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F50795%2F7977f323-faa9-478b-9717-5b42b81f3985.png'} | null | null | 574,206 | |
article | 193,044 | How to Maintain Clean Code in your projects | There are a lot of rules about the software development process in tech companies, and each of them h... | Oct 22 '19 | how-to-maintain-clean-code-in-your-projects-22cb | /edwardgunawan/how-to-maintain-clean-code-in-your-projects-22cb | https://dev.to/edwardgunawan/how-to-maintain-clean-code-in-your-projects-22cb | 0 | 7 | null | 2019-10-22T13:45:26Z | null | null | 7 | null | https://dev.to/edwardgunawan/how-to-maintain-clean-code-in-your-projects-22cb | 2019-10-22T13:45:26Z | null | null | 2019-10-22T13:45:26Z | 2019-10-22T13:45:26Z | 5 | ['testing', 'refactorit', 'java'] | testing, refactorit, java | {'name': 'Edward Huang', 'username': 'edwardgunawan', 'twitter_username': None, 'github_username': 'edwardGunawan', 'user_id': 227373, 'website_url': 'https://edward-huang.com/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F227373%2Ffa5dc155-93b6-40cc-83d2-9eed142523de.jpg', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F227373%2Ffa5dc155-93b6-40cc-83d2-9eed142523de.jpg'} | null | null | 574,207 | |
article | 181,540 | Tips on naming boolean variables - Cleaner Code | Originally posted at michaelzanggl.com. Subscribe to my newsletter to never miss out on new... | Oct 3 '19 | tips-on-naming-boolean-variables-cleaner-code-35ig | /michi/tips-on-naming-boolean-variables-cleaner-code-35ig | https://dev.to/michi/tips-on-naming-boolean-variables-cleaner-code-35ig | 56 | 285 | null | 2019-10-03T14:04:23Z | null | null | 285 | null | https://michaelzanggl.com/articles/tips-on-naming-boolean-variables | 2019-10-02T13:44:21Z | 2022-01-09T10:52:02Z | null | 2019-10-03T14:04:23Z | 2025-03-03T05:22:05Z | 2 | ['codequality', 'refactorit'] | codequality, refactorit | {'name': 'Michael Z', 'username': 'michi', 'twitter_username': 'dev_michaelz', 'github_username': 'MZanggl', 'user_id': 106613, 'website_url': 'https://michaelzanggl.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F106613%2F3a1f773a-8bfe-4f8b-b2b1-0754abc7fa0a.png', 'profile_image_90': 'https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F106613%2F3a1f773a-8bfe-4f8b-b2b1-0754abc7fa0a.png'} | null | null | 574,208 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.