Skip to content

Collection of challenges sent by Cassidy Williams in her newsletter "Rendezvous with cassidoo"

Notifications You must be signed in to change notification settings

AngelGuerra/cassidoo-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge accepted

Collection of challenges sent by Cassidy Williams in her newsletter "Rendezvous with cassidoo".

Challenge accepted meme

Haven't you subscribed yet? -> https://cassidoo.co/newsletter/

1 challenge -> N langs

Any suggestion, doubt or change is more than welcome.

As version manager I use asdf.

Typescript

It's the main directory as it contains the READMEs with the challenges as well as the solution to them. For the tests vitest is used.

To run the tests:

npm run vitest

PHP

For PHP tests, the Pest library is used, these tests are located inside the tests folder. Also PHPStan and PHP_CodeSniffer are used to ensure the quality of the code.

To run the tests:

composer test

Ruby

Rubocop is used for code quality assurance and RSpec as a testing library.

To run the tests:

rake test

About

Collection of challenges sent by Cassidy Williams in her newsletter "Rendezvous with cassidoo"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published