Skip to content

Commit

Permalink
chore: add more labs that i've done and apply a small style adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
willianantunes committed Apr 28, 2021
1 parent e3aaeab commit 8ee7add
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
24 changes: 21 additions & 3 deletions content/pages/labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galleryLabs:
title: Django Multiple Schemas
projectLink: https://github.com/willianantunes/django-multiple-schemas
description: Here you'll find a simple project that shows how to use schema with
Django. It has a script that creates all the scenarios the project needs
in PostgreSQL. It even has tests to guarantee that it's created as
expected.
Django and why you should use. It has a script that creates all the
scenarios the project needs in PostgreSQL. It even has tests to guarantee
that it's created as expected.
- date: 2021-04-27T21:38:26.635Z
cover: /assets/labs-transcriber-wrapper.png
projectLink: https://github.com/willianantunes/transcriber-wrapper
Expand All @@ -32,4 +32,22 @@ galleryLabs:
description: I realized that there were many phonetic transcription sites, but
they did not have even the most basic features. That's how it was
conceived! The front-end uses Gatsby and the back-end Django.
- date: 2020-04-28T15:26:09.713Z
projectLink: https://github.com/willianantunes/runner-said-no-one-ever/
title: "Runner #SaidNoOneEver"
cover: /assets/labs-runner-saidnooneever.png
description: It can be identified as the Word Suggestion API on the image. The
idea here is to delay 1 second or more (given your custom configuration)
to answer a request. Thus you can use this behavior for interesting tests,
like dispatching ten requests from your back-end to this service and do it
efficiently with some approaches like through Threads or Coroutines.
- date: 2020-04-28T15:37:06.979Z
title: Tic Tac Toe C# Playground
description: It's a fully implemented Tic Tac Toe API game made with .NET Core
3.1 Web API. I hadn't been touching C# language for over four years until
I decided to create this playground. The project has unit and integration
tests with PostgreSQL. As it uses Docker, you can easily make the service
up and play a game!
projectLink: https://github.com/willianantunes/tic-tac-toe-csharp-playground
cover: /assets/labs-tic-tac-toe-c-playground.png
---
4 changes: 2 additions & 2 deletions src/components/ListOfGalleryEntries/styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ export const MainWrapper = styled(Box).attrs({
`

export const GalleryEntryWrapper = styled(Card)`
max-width: 345px;
max-width: 300px;
height: 100%;
`

export const GalleryEntryCover = styled(CardMedia)`
height: 160px;
height: 170px;
`

export const GalleryEntryCardActionArea = styled(CardActionArea).attrs({
Expand Down
Binary file modified static/assets/posts/labs-django-multiple-schemas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/posts/labs-runner-saidnooneever.png
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.
Binary file modified static/assets/posts/labs-transcriber-wrapper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8ee7add

Please sign in to comment.