Commit Graph

96 Commits

Author SHA1 Message Date
Mihovil Ilakovac
78e15ce327
Release -> main (#1060) 2023-03-16 09:33:21 +01:00
Martin Sosic
6844ba33bf Merge branch 'release' into v0.9.0 2023-03-08 23:11:35 +01:00
vincanger
fa29d3fc68
[BLOG] ten hard truths for junior devs (#1041)
* add 10 hard truths post

* emphasize
2023-03-08 06:43:09 +01:00
Matija Sosic
00caac3205 blog: fixes for update Feb '23 post. 2023-03-03 10:14:45 +01:00
Matija Sosic
000bca6525 blog: added Beta Feb 23 update 2023-03-02 18:26:41 +01:00
Mihovil Ilakovac
4c60f3c5b7
Vite related docs and changelog update (#1037) 2023-03-02 16:31:53 +01:00
Filip Sodić
9637156878 Merge remote-tracking branch 'origin/release' 2023-02-27 11:52:40 +01:00
vincanger
2ae547132d
[BLOG] add junior misconceptions blogpost (#1023)
* add junior dev misconceptions post

* formatting

* fix images and titles

* change url
2023-02-23 12:13:02 -05:00
Mihovil Ilakovac
b139a0bcff Merge branch 'main' into release-with-main 2023-02-14 23:04:01 +01:00
Matija Sosic
afb5bb446b blog: beta review post fix. 2023-02-14 17:15:33 +01:00
vincanger
85b6cc801b
Blog: indiehacker Amicus interview (#991)
* blog indiehacker amicus

* change job title
2023-02-14 09:40:52 -05:00
vincanger
3502f9465c truncate 1 more post 2023-02-03 15:12:00 +01:00
vincanger
421d0fc934 too much junk in the trunk 2023-02-03 14:37:57 +01:00
vincanger
d8c83725ef
Merge pull request #986 from wasp-lang/vince-add-framework-blogpost
add 'best framework doesn't exist' post
2023-02-02 15:23:45 +01:00
Matija Sosic
8526208dea Blog: beta launch review 2023-02-02 13:56:35 +01:00
vincanger
592716467d add framework blogpost 2023-02-02 12:25:15 +01:00
Matija Sosic
b698924fa9 Blog: added newsletter CTA to Dec '23 update post. 2023-01-25 13:37:27 +01:00
Matija Sosic
2165ced0f7 blog: fixed image in Dec '23 update post. 2023-01-25 13:00:18 +01:00
Matija Sosic
91d4fbfe1e Blog: added December '23 update. 2023-01-25 12:45:27 +01:00
Matija Sosic
3f4d2346a9 blog: linked to Amicus website in Amicus use case. 2023-01-16 09:47:17 +01:00
vincanger
afd59877ca Added Betathon blog post. 2023-01-12 16:59:36 +01:00
Shayne Czyzewski
2182b9088d
Adds GitHub login and refactors Passport.js (#872) 2022-12-20 09:12:08 -05:00
Matija Sosic
8bdeef6041 lp: updated banner + small fixes. 2022-12-08 18:43:25 +01:00
vincanger
d104c37a7a
add chatgpt blog article (#871) 2022-12-08 15:40:29 +01:00
Martin Sosic
7654e201fc Added 'beta ide improvements' blog post. 2022-12-01 15:21:04 +01:00
Filip Sodić
45b1336cc4 Optimistic updates blog post. 2022-11-30 22:10:16 +01:00
Martin Sosic
9e319bfa45 Added 'Permissions in web apps' blog post. 2022-11-30 15:54:39 +01:00
Filip Sodić
b3d7d3cccf Write TS feature announcement 2022-11-29 23:08:55 +01:00
Matija Sosic
666cf7bc5f Added beta post. 2022-11-29 17:09:22 +01:00
Matija Sosic
cd35d83cb6 updated prisma blog post title. 2022-11-28 12:59:30 +01:00
Martin Sosic
d729614154 Added 'Why we chose Prisma' blog post. 2022-11-28 01:51:28 +01:00
Filip Sodić
586531d721
Replace main with release in examples (#852) 2022-11-27 13:46:47 +01:00
Filip Sodić
1ba5b7fcc8 Merge remote-tracking branch 'origin/main' into filip-merge-release 2022-11-26 19:49:27 +01:00
shayneczyzewski
c168df875b minor edits 2022-11-26 17:40:08 +01:00
shayneczyzewski
e56faede27 first pass at both beta launch blog posts 2022-11-26 17:40:08 +01:00
Martin Sosic
8114ecc5db Fixed some grammar errors in use case posts. 2022-11-26 17:24:53 +01:00
Martin Sosic
bfa62bce63 Added Erlis Kllogjri's Amicus use case blog post. 2022-11-26 16:23:20 +01:00
Martin Sosic
c557b2a8a6 Added Michael Curry (cursorial) use case blog post. 2022-11-26 16:01:43 +01:00
Matija Sosic
b017f3d372 small blog fix, updated thumbnail img. 2022-11-26 14:29:59 +01:00
Matija Sosic
3d6f037dc1 Added Beta Launch Week announcement post. 2022-11-26 13:44:02 +01:00
Max Khamrovskyi
105fe5837c
Update image thumbnail (#832)
Co-authored-by: mkhamrov <mkhamrov@redhat.com>
2022-11-25 16:12:37 +02:00
Martin Šošić
4087774d26
Removed alpha messaging. (#825) 2022-11-23 14:33:18 +01:00
mkhamrov
e2ceaea817 Added Hacktoberfest 2022 reflections blog post. 2022-11-18 22:40:46 +01:00
Matija Sosic
b59d653928 Added Alpha Testing Program: post-mortem blog post. 2022-11-17 13:10:22 +01:00
Filip Sodić
2fe7398462
Adapt example apps to project struct change (#809)
* Separate ext code to client and server

* Use skeleton in createNewProject and refactor

* Refactor Lib.hs to use ExceptT

* Fix formatting

* Pop up returns

* Extract liftIO and add a do block

Co-authored-by: Shayne Czyzewski <523636+shayneczyzewski@users.noreply.github.com>

* Address some review comments

* Add skeleton comment

* Extract common CommandError message

* Separate skeleton comment into two rows

* Move server and client dirs into src

* Simplify maybeToEither

* Further refactor Lib.hs

* Further simplify skeleton comment

* Add shared code directory to project structure

* Update e2e test inputs

* Update e2e test outputs

* Fix formatting

* Fix bug in compile function

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* Change map to fmap in compile function

* Fix formatting

* Force git to include empty directories

* Remove extra empty line from .gitkeep files

* Add .jsconfig to enable go-to-definition

* Watch shared directory for changes

* Add final newline to jsconfigs

* Fix regular and e2e tests

* Update e2e tests

* Fix cli template packaging and update todoApp

* Add a shared function demo to todoApp

* Update waspc and e2e tests

* Fix compiler warnings and rename function

* Rename mkError to mkParserError

* Remove redundant empty line

* Fix test warnings

* Fix formatting

* Update waspc.cabal with jsconfigs

* Minimize jsconfig.json files

* Add jsconfigs to waspc todoApp

* Update e2e tests

* Update e2e tests

* Update docs for new project structure

* Update todoApp example to new structure

* Update ItWaspsOnMyMachine

* Update thoughts

* Update Waspello to new structure

* Update Waspleau to new structure

* Update Realworld to new structure, fix warnings

* Fix directory tree watching on wasp start

* Implement review feedback

* Fix typo in docs

Co-authored-by: Shayne Czyzewski <523636+shayneczyzewski@users.noreply.github.com>

* Fix typo in docs

Co-authored-by: Shayne Czyzewski <523636+shayneczyzewski@users.noreply.github.com>

* Fix another typo in docs

Co-authored-by: Shayne Czyzewski <523636+shayneczyzewski@users.noreply.github.com>

* Add src prefix to file path in docs

Co-authored-by: Shayne Czyzewski <523636+shayneczyzewski@users.noreply.github.com>

* Remove env server file

* Apply suggestions from code review

Co-authored-by: Shayne Czyzewski <523636+shayneczyzewski@users.noreply.github.com>

* Address code review comments

* Fix incorrect path in docs

* Fix references to ext in docs

* Edit changelog and add migration guide

* Further update docs to new structure

* Update blogs about example apps to new structure

* Fix typo in docs

Co-authored-by: Shayne Czyzewski <523636+shayneczyzewski@users.noreply.github.com>

* Update typo on frontpage

Co-authored-by: Shayne Czyzewski <523636+shayneczyzewski@users.noreply.github.com>

* Add missing src in docs

Co-authored-by: Shayne Czyzewski <523636+shayneczyzewski@users.noreply.github.com>

Co-authored-by: Shayne Czyzewski <523636+shayneczyzewski@users.noreply.github.com>
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2022-11-11 18:58:29 +01:00
Shayne Czyzewski
5f48dd090f
Adds Fly.io to deployment guide (#803)
Co-authored-by: Matija Sosic <matija.sosic@gmail.com>
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
2022-11-10 10:53:26 -05:00
Anthony Suárez
0cde880f24
Feat: Validate wasp version from spec (#786)
* Add wasp field to AppSpec.App

* Validate app.wasp.version in AppSpec.Valid

* Add app.wasp.version field on .wasp file generated by CreateNewProject

* Add app.wasp.version to .wasp files of e2e tests

* Add app.wasp.version to examples' .wasp files

* Add app.wasp.version to docs

* Change waspc version from 0.6.0.0 to 0.6.0

* Change app.wasp.version validation to use regular semver

* Format code

* Refactor app.wasp.version validation

* Refactor app.wasp.version validation

* Update supported app.wasp.version format in docs

* Add TODO to validateWaspVersion

* Refactor app.wasp.version using toEnum

* Create Wasp.Version module with waspVersion constant

* Fix parseWaspVersionRange regex

Fixed:
  - The regex wasn't checking the string *starts* with ^.
  - The . symbols were not escaped.
  - The $ token is not specified as supported in the regex-tdfa docs.
    \' is used instead.

* Add comment explaining wasp version validation restrictions

* Use Wasp.Version.waspVersion instead of Paths_wasp.version
2022-10-31 23:00:03 +01:00
Matija Sosic
8c095df39f Added Farnance showcase blog post. 2022-10-28 11:52:12 +02:00
Matija Sosic
20bd020800 Linked Copilot post to its HN discussion. 2022-10-24 16:32:21 +02:00
Shah
4020295740
Make blog intro / CTA visually distinguishable (#748)
* Add class to paragraph containing CTA

Add class to the paragraph containing CTA elements. The class is used to target the container paragraph element to create a box to distinguish CTA section from the content.

* Add css properties for paragraphy containing CTA

Added css properties for paragraph element to create a box around the CTA, centering the text and providing padding.

* Add media query for CTA box

Add media query for CTA box for small screens to prevent individual CTA from breaking. Each CTA appears on an individual line and look clean. CTA dividers are not shown on small screens.
2022-10-12 11:54:29 +02:00