Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(article): added tauri crud boilerplate #432

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/valor-software-site/src/assets/articles/articlesList.ts

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ <h4 id="_the_outcome_from_a_couple_of_talks">The outcome from a couple of talks:
<p><strong>How she picks movies and buys tickets</strong></p>
</div>
<div class="paragraph">
<p>She usually checks the trailer, searches for ads about the film, and considers her friends' feedback. Before she used <a href="https://multiplex.ua/cinema/kharkiv/dafi" class="bare">Multiplex</a>to pick a movie and purchase tickets as she used to live right next to this
<p>She usually checks the trailer, searches for ads about the film, and considers her friends' feedback. Before she used <a href="https://multiplex.ua/cinema/kharkiv/dafi" class="bare">https://multiplex.ua/cinema/kharkiv/dafi</a>
[Multiplex^] to pick a movie and purchase tickets as she used to live right next to this
movie place. Now she lives downtown and prefers the Planeta Kino&amp;nbsp app. It provides a user-friendly
interface, a great variety of films, and an Apple pay payment method.</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="paragraph">
<p>Not the fact that the solution above, as it is, matched with NextJS specific.
The standard dropdown component looks too generic and is not customizable as the customer requested.
I don&#8217;t want to put my routine of the research process on your plate, but describe the final decision step by step. If you want to face with my final solution now, please look at <a href="https://github.com/buchslava/nextjs-gtrans-demo" class="bare">GitHub</a>.</p>
I don&#8217;t want to put my routine of the research process on your plate, but describe the final decision step by step. If you want to face with my final solution now, please look at <a href="https://github.com/buchslava/nextjs-gtrans-demo" class="bare">https://github.com/buchslava/nextjs-gtrans-demo</a>.</p>
</div>
<div class="paragraph">
<p>Let&#8217;s get started with the explanation!</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,11 @@ <h4 id="_whats_next">What&#8217;s next</h4>
<div class="paragraph">
<p><strong>Vitaliy Makogon</strong><br>
JavaScript Developer<br>
<a href="https://twitter.com/mVitaliyd" target="_blank" rel="noopener">Twitter</a></p>
<a href="https://twitter.com/mVitaliyd" target="_blank" rel="noopener">https://twitter.com/mVitaliyd</a></p>
</div>
<div class="paragraph">
<p><strong>Ludmila Nesvitiy</strong><br>
QA Automation Engineer<br>
<a href="https://twitter.com/LudmilaNes" target="_blank" rel="noopener">Twitter</a></p>
<a href="https://twitter.com/LudmilaNes" target="_blank" rel="noopener">https://twitter.com/LudmilaNes</a></p>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,10 @@ <h2 id="_final_thoughts"><strong>Final thoughts</strong></h2>
<p>I hope this article has given you some clarity on Artillery’s software, and helped you make a choice regarding
the performance testing tool you want to work with.</p>
</div>
<div class="paragraph">
<p>In case you’re looking for help in software testing, or your project needs an advanced quality assurance pipeline
– <a href="https://valor-software.com/contact.html" target="_blank" rel="noopener">drop us a line</a>!</p>
</div>
</div>
</div>
<div class="sect1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ <h4 id="_summary"><strong>Summary</strong></h4>
</div>
<div class="paragraph">
<p>Here I shared our first experience and thus impressions from the technology.
Hopefully, you&#8217;ll find the story useful.</p>
Hopefully, you&#8217;ll find the story useful. Please, don&#8217;t hesitate to share your feedback, give advice, or
contact <a href="https://valor-software.com/contact.html" target="_blank" rel="noopener">Valor Software</a> to give your business a boost!</p>
</div>
</div>
<div class="sect3">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"title": "Tauri CRUD Boilerplate",
"order": 85,
"domains": ["dev_quality_assurance"],
"language": "en",
"bgImg": "assets/articles/tauri-crud-boilerplate/main-tauri-crud-boilerplate.png",
"authorImg": "assets/articles/tauri-crud-boilerplate/Slava_Chub.jpg" ,
"author": "Vyacheslav Chub",
"position": "Full Stack Software Engineer",
"date": "Wed Apr 11 2024 10:45:55 GMT+0000 (Coordinated Universal Time)",
"seoDescription": "Discover the Tauri CRUD Boilerplate for rapid development of DB-based UI projects",
"readingTime": "~15 min"
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@
</div>
<div class="paragraph">
<p>We are grateful to the Clutch team and our clients for making this award possible!</p>
</div>
<div class="paragraph">
<p>Please <a href="https://valor-software.com/contact.html" target="_blank" rel="noopener">contact us today</a> if you&#8217;d like to start a project.</p>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h3 id="_think_twice_then_go_with_valor_software"><strong>Think twice, then go w
</div>
<div class="paragraph">
<p>You&#8217;ve got to have enough vision and responsibility to take care about the way your solution is born and
developed.</p>
developed. Follow the link to get a fact-driven estimate from my colleagues at Valor Software: <a href="https://valor-software.com/contact.html" target="_blank" rel="noopener">https://valor-software.com/contact.html</a></p>
</div>
<div class="paragraph">
<p>Special thanks to contributors and reviewers of the article: <a href="https://www.linkedin.com/in/valorkin/" target="_blank" rel="noopener">Dmitriy Shekhovtsov</a>, <a href="https://www.linkedin.com/in/zackarychapple/" target="_blank" rel="noopener">Zackary Chapple</a>, <a href="https://www.linkedin.com/in/nikitanuts/" target="_blank" rel="noopener">Nikita Demchenko</a>, <a href="https://www.linkedin.com/in/viktoria-lurye-4b7b41155/" target="_blank" rel="noopener">Viktoria Lurye</a>.</p>
Expand Down
Loading
Loading