Skip to content

Commit

Permalink
Add topics
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWold committed Oct 13, 2024
1 parent 3e1f422 commit a45f0d0
Show file tree
Hide file tree
Showing 57 changed files with 103 additions and 3 deletions.
1 change: 1 addition & 0 deletions Site/Posts/90_of_my_homepage_was_useless.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "6 December 2023",
"contents": false,
"hero": "photo-1686061593213-98dad7c599b9",
"topics": ["Blogging", "How-To"],
"related": [
{ "title": "Giscus Is Awesome", "description": "I can add comments to my statically generated blog? Using GitHub Discussions?? For Free??? And it works????", "fileName": "giscus_is_awesome" },
{ "title": "Daily Grug", "description": "Need inspiration start day, made API.", "fileName": "daily_grug" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/a_scrum_odyssey.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "20 October 2023",
"contents": false,
"hero": "photo-1637070950324-413a2f873db2",
"topics": ["Processes"],
"related": [
{ "title": "An Introduction to Sprache", "description": "Sprache is a parser-combinator library for C# that uses Linq to construct parsers. In this post I describe the fundamentals of understanding grammars and parsing them with Sprache, with several real-world examples.", "fileName": "sprache" },
{ "title": "Deploying ASP.NET 7 Projects with Railway", "description": "Railway is a startup cloud infrastructure provider that has gained traction for being easy to use and cheap for hobbyists. Let's get a .NET 7 Blazor WASM app up and running with it!", "fileName": "deploying_aspdotnet_7_projects_with_railway" }
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/adding_a_database_to_our_railway_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "8 November 2023",
"contents": false,
"hero": "photo-1541509411630-9c14b774ecba",
"topics": ["Databases", "Deployment", "Dotnet", "How-To"],
"related": [
{ "title": "Deploying ASP.NET 7 Projects with Railway", "description": "Railway is a startup cloud infrastructure provider that has gained traction for being easy to use and cheap for hobbyists. Let's get a .NET 7 Blazor WASM app up and running with it!", "fileName": "deploying_aspnet_7_projects_with_railway" },
{ "title": "Book Club 10/2023: Functional Patterns in C#", "description": "This month I've focused on functional domain modeling and related patterns. We're just a few weeks away from the release of the next version of C#, and like each previous version it'll introduce even more functional features.", "filename": "book_club_10-2023" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/bandwidth_is_infinite_ly_troublesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "26 April 2024",
"contents": true,
"hero": "photo-1451187580459-43490279c0fa",
"topics": ["Distribution", "Performance"],
"series": "Fallacies of Distributed Computing",
"related": [
{ "title": "Latency is Zero and the Speed of Light is Getting Faster", "description": "Latency is a constant and unavoidable fact of nature, but we can plan for it, work around it, and respond to it.", "fileName": "latency_is_zero" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/book_club-2-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "24 February 2024",
"contents": false,
"hero": "photo-1672309558498-cfcc89afff25",
"topics": [Architecture", "Testing"],
"series": "Book Club",
"related": [
{ "title": "Book Club 1/2024: What is a Software Architect?", "description": "A few meandering and maybe unhelpful thoughts on the title \"Software Architect\"", "fileName": "book_club_1-2024" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/book_club_1-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "24 January 2024",
"contents": false,
"hero": "photo-1672309558498-cfcc89afff25",
"topics": ["Architecture", "Industry"],
"series": "Book Club",
"related": [
{ "title": "Book Club 12/2023: Workflow, Process, and Agile", "description": "Some thoughts on how to organize software development and teams, and how non-technical factors help (or hinder) us developing better software.", "fileName": "book_club_12-2023" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/book_club_10-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "27 October 2023",
"contents": false,
"hero": "photo-1672309558498-cfcc89afff25",
"topics": ["Patterns", "Languages", "Dotnet"],
"series": "Book Club",
"related": [
{ "title": "Book Club 9/2023: Papers I Love", "description": "Reflecting on the final Strange Loop conference, having attended several 'Papers We Love' talks, I'm motivated to share five papers I love.", "fileName": "book_club_9-2023" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/book_club_11-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "22 November 2023",
"contents": false,
"hero": "photo-1672309558498-cfcc89afff25",
"topics": ["Dotnet"],
"series": "Book Club",
"related": [
{ "title": "A Scrum Odyssey", "description": "A journey away from daily scrum meetings, as a cycle of eight Shakespearean sonnets.", "fileName": "a_scrum_odyssey" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/book_club_12-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "16 December 2023",
"contents": false,
"hero": "photo-1672309558498-cfcc89afff25",
"topics": ["Processes", "Industry"],
"series": "Book Club",
"related": [
{ "title": "Book Club 11/2023: New .NET, New C#", "description": "The release of .NET 8 brings a lot of features I'm excited for!", "fileName": "book_club_11-2023" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/book_club_3-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "25 March 2024",
"contents": false,
"hero": "photo-1672309558498-cfcc89afff25",
"topics": ["Processes", "Architecture"],
"series": "Book Club",
"related": [
{ "title": "Book Club 2/2024: Recovering from TDD and Unit Tests", "description": "TDD and unit tests are overused and often misprescribed. What do we really hope to gain from our tests, and what testing practices support our goals?", "fileName": "book_club_2-2024" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/book_club_4-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "24 April 2024",
"contents": false,
"hero": "photo-1672309558498-cfcc89afff25",
"topics": ["Architecture", "Patterns", "Databases"],
"series": "Book Club",
"related": [
{ "title": "Book Club 3/2024: Simplicity", "description": "Everything is too complicated.", "fileName": "book_club_3-2024" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/book_club_5-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "29 May 2024",
"contents": false,
"hero": "photo-1672309558498-cfcc89afff25",
"topics": ["Architecture", "Patterns"],
"series": "Book Club",
"related": [
{ "title": "Book Club 4/2024: I Don't Like ORMs", "description": "Object-relational mappers are more trouble than they're worth.", "fileName": "book_club_4-2024" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/book_club_6-7-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "29 July 2024",
"contents": false,
"hero": "photo-1672309558498-cfcc89afff25",
"topics": ["Postgres", "Databases"],
"series": "Book Club",
"related": [
{ "title": "Book Club 5/2024: SOLID", "description": "Is SOLID still relevant?", "fileName": "book_club_5-2024" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/book_club_8-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "2 September 2024",
"contents": false,
"hero": "photo-1672309558498-cfcc89afff25",
"topics": ["Industry"],
"series": "Book Club",
"related": [
{ "title": "Book Club 6&7/2024: Postgres", "description": "I have become further radicalized to the opinion that we should all just be using PostgreSQL", "fileName": "book_club_6-7-2024" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/book_club_9-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "28 September 2023",
"contents": false,
"hero": "photo-1672309558498-cfcc89afff25",
"topics": ["Learning"],
"series": "Book Club",
"related": [
{ "title": "An Introduction to Sprache", "description": "Sprache is a parser-combinator library for C# that uses Linq to construct parsers. In this post I describe the fundamentals of understanding grammars and parsing them with Sprache, with several real-world examples.", "fileName": "sprache" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/book_club_9-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "28 September 2024",
"contents": false,
"hero": "photo-1672309558498-cfcc89afff25",
"topics": ["Blogging"],
"series": "Book Club",
"related": [
{ "title": "Book Club 8/2024: Labor", "description": "Using Labor Day as an excuse to wonder about some recent trends in the industry", "fileName": "book_club_8-2024" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/clean_meetings_a_software_engineers_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "3 December 2023",
"contents": true,
"hero": "photo-1568992687947-868a62a9f521",
"topics": ["Processes", "How-To"],
"related": [
{ "title": "Deploying ASP.NET 7 Projects with Railway", "description": "Railway is a startup cloud infrastructure provider that has gained traction for being easy to use and cheap for hobbyists. Let's get a .NET 7 Blazor WASM app up and running with it!", "fileName": "deploying_aspnet_7_projects_with_railway" },
{ "title": "Book Club 10/2023: Functional Patterns in C#", "description": "This month I've focused on functional domain modeling and related patterns. We're just a few weeks away from the release of the next version of C#, and like each previous version it'll introduce even more functional features.", "filename": "book_club_10-2023" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/consider_a_tiling_window_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "12 February 2024",
"contents": false,
"hero": "photo-1559644705-15d30e582900",
"topics": ["Tooling"],
"related": [
{ "title": "Eight Maxims", "description": "A few principles for thoughtful software engineering.", "fileName": "eight_maxims" },
{ "title": "My (Continuing) Descent Into Madness", "description": "It started simply enough, when I asked myself if I should try an IDE other than Visual Studio. Mere months later, I'm now using a tiling window manager. This is the story of my (continuing) descent into madness.", "fileName": "my_continuing_descent_into_madness" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/daily_grug.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "26 October 2023",
"contents": false,
"hero": "photo-1456406644174-8ddd4cd52a06",
"topics": ["Projects"],
"related": [
{ "title": "A Scrum Odyssey", "description": "A journey away from daily scrum meetings, as a cycle of eight Shakespearean sonnets.", "fileName": "a_scrum_odyssey" },
{ "title": "Giscus is Awesome", "description": "I can add comments to my statically generated blog? Using GitHub Discussions?? For Free??? And it works????", "fileName": "giscus_is_awesome" }
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/deploying_aspdotnet_7_projects_with_railway.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "5 September 2023",
"contents": true,
"hero": "photo-1580940583249-77175ce5f75a",
"topics": ["Dotnet", "Deployment", "How-To"],
"related": [
{ "title": "An Introduction to Sprache", "description": "Sprache is a parser-combinator library for C# that uses Linq to construct parsers. In this post I describe the fundamentals of understanding grammars and parsing them with Sprache, with several real-world examples.", "fileName": "sprache" },
{ "title": "Console2048", "description": "Jumping on the bandwagon, here's a C# implementation of Console 2048. Of course, 2048 has had a few console implementations, and most better done than this, but here it is anyway, because sometimes life is a mixed bag of apples and grapes.", "fileName": "console2048" }
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/deploying_your_prolog_api_with_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "28 June 2024",
"contents": false,
"hero": "photo-1464095718138-d9c47312eac5",
"topics": ["Languages", "Deployment"],
"related": [
{ "title": "Deploying ASP.NET 7 Projects with Railway", "description": "Railway is a startup cloud infrastructure provider that has gained traction for being easy to use and cheap for hobbyists. Let's get a .NET 7 Blazor WASM app up and running with it!", "fileName": "deploying_aspdotnet_7_projects_with_railway" },
{ "title": "\"Should I Learn (Insert Some Tech Here)?\"", "description": "One of the most common questions - would it be good to learn this or that language, framework, database, etc? Taking even a little time to learn something new is good all around, but is it really worth making an investment in yourself to grow personally and professionally? Let's take a deep dive into this topic.", "fileName": "should_i_learn_insert_some_tech_here" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/develop_effective_coding_standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "14 February 2024",
"contents": false,
"hero": "photo-1523240795612-9a054b0db644",
"topics": ["Standards", "Processes"],
"related": [
{ "title": "Eight Maxims", "description": "A few principles for thoughtful software engineering.", "fileName": "eight_maxims" },
{ "title": "Clean Meetings: A Software Engineer's Guide", "description": "If being in meetings all day isn't bad enough, spending more time thinking about them seems horrible. Here's a simple guide on making sure you're getting the most out of your meetings.", "fileName": "clean_meetings_a_software_engineers_guide" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/dont_retro_the_same_twice.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "22 July 2024",
"contents": false,
"hero": "photo-1488841714725-bb4c32d1ac94",
"topics": ["Processes"],
"related": [
{ "title": "Reclaim Your Agile: The One Clever Trick Agile Coaches Don't Want You to Know", "description": "What if I told you there's one trick to being able to reshape your team's development process without your company knowing it? What if I told you that you can achieve actual Agile even though you work in a Scrum firm?", "fileName": "reclaim_your_agile" },
{ "title": "Eight Maxims", "description": "A few principles for thoughtful software engineering.", "fileName": "eight_maxims" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/eight_maxims.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "17 January 2024",
"contents": false,
"hero": "photo-1553736277-055142d018f0",
"topics": ["Industry", "Processes", "Standards"],
"related": [
{ "title": "Clean Meetings: A Software Engineer's Guide", "description": "If being in meetings all day isn't bad enough, spending more time thinking about them seems horrible. Here's a simple guide on making sure you're getting the most out of your meetings.", "fileName": "clean_meetings_a_software_engineers_guide" },
{ "title": "My (Continuing) Descent Into Madness", "description": "It started simply enough, when I asked myself if I should try an IDE other than Visual Studio. Mere months later, I'm now using a tiling window manager. This is the story of my (continuing) descent into madness.", "fileName": "my_continuing_descent_into_madness" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/end_to_end_encryption_witn_blazor_wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "17 April 2024",
"contents": true,
"hero": "photo-1572435555646-7ad9a149ad91",
"topics": ["Dotnet", "Security", "How-To"],
"related": [
{ "title": "Write Your Own RDBMS Versioned Migration Boilerplate", "description": "Versioned migrations are an essential tool for systems using an RDBMS, and it's no work at all to start your applications the right way with this pattern.", "fileName": "write_your_own_rdbms_versioned_migration_boilerplate" },
{ "title": "Deploying ASP.NET 7 Projects with Railway", "description": "Railway is a startup cloud infrastructure provider that has gained traction for being easy to use and cheap for hobbyists. Let's get a .NET 7 Blazor WASM app up and running with it!", "fileName": "deploying_aspdotnet_7_projects_with_railway" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/farewell_twin_cities_code_camp.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "27 March 2024",
"contents": false,
"hero": "photo-1529268209110-62be1d87fe75",
"topics": ["Industry"],
"related": [
{ "title": "An Introduction to Sprache", "description": "Sprache is a parser-combinator library for C# that uses Linq to construct parsers. In this post I describe the fundamentals of understanding grammars and parsing them with Sprache, with several real-world examples.", "fileName": "sprache" },
{ "title": "Daily Grug", "description": "Need inspiration start day, made API.", "fileName": "daily_grug" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/four_deeply_ingrained_csharp_cliches.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "4 February 2024",
"contents": false,
"hero": "photo-1619468654139-877048c5a71f",
"topics": ["Dotnet", "Standards"],
"related": [
{ "title": "Eight Maxims", "description": "A few principles for thoughtful software engineering.", "fileName": "eight_maxims" },
{ "title": "My (Continuing) Descent Into Madness", "description": "It started simply enough, when I asked myself if I should try an IDE other than Visual Studio. Mere months later, I'm now using a tiling window manager. This is the story of my (continuing) descent into madness.", "fileName": "my_continuing_descent_into_madness" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/free_planning_poker.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "13 April 2024",
"contents": false,
"hero": "photo-1596451190630-186aff535bf2",
"topics": ["Projects", "Dotnet"],
"related": [
{ "title": "Reclaim Your Agile: The One Clever Trick Agile Coaches Don't Want You to Know", "description": "What if I told you there's one trick to being able to reshape your team's development process without your company knowing it? What if I told you that you can achieve actual Agile even though you work in a Scrum firm?", "fileName": "reclaim_your_agile" },
{ "title": "Deploying ASP.NET 7 Projects with Railway", "description": "Railway is a startup cloud infrastructure provider that has gained traction for being easy to use and cheap for hobbyists. Let's get a .NET 7 Blazor WASM app up and running with it!", "fileName": "deploying_aspdotnet_7_projects_with_railway" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/giscus_is_awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "14 September 2023",
"contents": false,
"hero": "photo-1591799589332-7a340007f79f",
"topics": ["Tooling", "Blogging"],
"related": [
{ "title": "Deploying ASP.NET 7 Projects with Railway", "description": "Railway is a startup cloud infrastructure provider that has gained traction for being easy to use and cheap for hobbyists. Let's get a .NET 7 Blazor WASM app up and running with it!", "fileName": "deploying_aspdotnet_7_projects_with_railway" },
{ "title": "An Introduction to Sprache", "description": "Sprache is a parser-combinator library for C# that uses Linq to construct parsers. In this post I describe the fundamentals of understanding grammars and parsing them with Sprache, with several real-world examples.", "fileName": "sprache" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/guerrila_devex_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "11 October 2024",
"contents": false,
"hero": "photo-1708358097162-be6494dd44b3",
"topics": ["Processes", "DevEx", "How-To"],
"related": [
{ "title": "The Case for Single-Reviewer PRs", "description": "Or, strengthening your team and its code with communication, professionalism, and trust.", "fileName": "the_case_for_single_reviewer_prs" },
{ "title": "Reclaim Your Agile: The One Clever Trick Agile Coaches Don't Want You to Know", "description": "What if I told you there's one trick to being able to reshape your team's development process without your company knowing it? What if I told you that you can achieve actual Agile even though you work in a Scrum firm?", "fileName": "reclaim_your_agile" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "15 February 2024",
"contents": true,
"hero": "photo-1598826739205-d09823c3bc3d",
"topics": ["Architecture", "DevEx", "Standards"],
"related": [
{ "title": "Eight Maxims", "description": "A few principles for thoughtful software engineering.", "fileName": "eight_maxims" },
{ "title": "Reclaim Your Agile: The One Clever Trick Agile Coaches Don't Want You to Know", "description": "What if I told you there's one trick to being able to reshape your team's development process without your company knowing it? What if I told you that you can achieve actual Agile even though you work in a Scrum firm?", "filename": "reclaim_your_agile" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/ive_indiewebbed_my_site.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "1 April 2024",
"contents": false,
"hero": "photo-1589933767411-38a58367efd7",
"topics": ["BLogging", "Patterns", "Tooling"],
"related": [
{ "title": "Giscus Is Awesome", "description": "I can add comments to my statically generated blog? Using GitHub Discussions?? For Free??? And it works????", "fileName": "giscus_is_awesome" },
{ "title": "Daily Grug", "description": "Need inspiration start day, made API.", "fileName": "daily_grug" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/ive_stopped_using_visual_studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "30 September 2024",
"contents": false,
"hero": "photo-1649180564403-db28d5673f48",
"topics": ["Tooling", "DevEx", "Dotnet"],
"related": [
{ "title": "My (Continuing) Descent Into Madness", "description": "It started simply enough, when I asked myself if I should try an IDE other than Visual Studio. Mere months later, I'm now using a tiling window manager. This is the story of my (continuing) descent into madness.", "fileName": "my_continuing_descent_into_madness" },
{ "title": "90% of my Homepage was Useless", "description": "In a few days, I reduced the size of my homepage to 10% of what it had been, and sped it up by 50-66%.", "fileName": "90_of_my_homepage_was_useless" },
Expand Down
1 change: 1 addition & 0 deletions Site/Posts/just_use_postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"date": "13 January 2024",
"contents": false,
"hero": "photo-1599921778557-082147629542",
"topics": ["Databases", "Postgres", "Standards"],
"related": [
{ "title": "Write Your Own RDBMS Versioned Migration Boilerplate", "description": "Versioned migrations are an essential tool for systems using an RDBMS, and it's no work at all to start your applications the right way with this pattern.", "fileName": "write_your_own_rdbms_versioned_migration_boilerplate" },
{ "title": "Quick & Dirty Sequential IDs in MongoDB", "description": "Mongo doesn't natively support generating sequential IDs. Here's a quick & dirty solution to get you up and going if you need sequential IDs.", "fileName": "quick_and_dirty_sequential_ids_in_mongo" },
Expand Down
Loading

0 comments on commit a45f0d0

Please sign in to comment.