-
Notifications
You must be signed in to change notification settings - Fork 3
Ahmet Dadak Repository Research
In React projects, there are a couple of problems related to rendering all the content on the client-side. First, the page takes longer to become visible to the user, because before the content loads. Second, if you are building a publicly available website, you have a content SEO issue. The solution to both of those problems is server rendering, also called static pre-rendering.
Next.js is a React framework that makes server rendering React applications easier. It provides a common structure that allows you to easily build a frontend React application, and transparently handles server-side rendering for you.
The thing I like most with Next.js is that under the pages folder in the root directory of the project, the files can be reached by the filenames with not considering the route issue. In other words, Next.js serves each file in /pages under a pathname matching the filename. For example, /pages/about.js is served at site.com/about.
Here you can find details about Next.js
Since I use python for my ML projects and I try to concretize the ML projects as tiny applications, I discovered flask to make python web applications.
Flask is a micro web framework written in Python. It is regarded as micro-framework because a micro-framework is normally a framework with little to no dependencies on external libraries. In the case of Flask, its dependencies are:
I really liked Flask because it allowed me to make a simple application in a few days. I used the first-time flask framework while I was implementing a digit recognizer web application. Since I created my model on python, I was able to use that model on a python running application. It allowed me to make a web application and I was be able to use that model in my application.
Here you can find details about Flask
- Requirements
- Workspace Creation Scenario
- Application to a Workspace Scenario
- Follow Mechanism Scenario
- Design Documents
- Plan Documents
- Milestone Reports
- API Documentation
- Manuals
- Burak Ömür
- Halil Umut Özdemir
- Hasan Ramazan Yurt
- Öykü Yılmaz (Communicator)
- Ahmet Dadak
- Ertuğrul Bülbül
- Alperen Divriklioğlu
- Burhan Can Akkuş
- Hüseyin Can Bölükbaş
- Hilal Demir
- Umutcan Uvut
- Orkan Akisu
- Frontend Meeting #7 (19.01.2021)
- Frontend Meeting #6 (12.01.2021)
- Android Meeting #5 (08.01.2021)
- Frontend Meeting #5 (05.01.2021)
- Backend Meeting #6 (30.12.2020)
- Meeting #26 (29.12.2020)
- Meeting #25 (28.12.2020)
- Backend Meeting #5 (23.12.2020)
- Frontend Meeting #4 (21.12.2020)
- Android Meeting #4 (18.12.2020)
- Backend Meeting #4 (16.12.2020)
- Meeting #24 (15.12.2020)
- Meeting #23 (09.12.2020)
- Frontend Meeting #3 (10.12.2020)
- Android Meeting #3 (09.12.2020)
- Backend Meeting #3 (09.12.2020)
- Frontend Meeting #2 (08.12.2020)
- Android Meeting #2 (07.12.2020)
- Frontend Meeting #1 (03.12.2020)
- Android Meeting #1 (02.12.2020)
- Backend Meeting #2 (02.12.2020)
- Meeting #22 (25.11.2020)
- Meeting #21 (21.11.2020)
- Backend Meeting #1 (18.11.2020)
- Meeting #20 (17.11.2020)
- Meeting #19 (10.11.2020)
- Meeting #18 (30.10.2020)
- Meeting #17 (27.10.2020)
- Meeting #16 (24.05.2020)
- Meeting #15 (13.05.2020)
- Meeting #14 (10.05.2020)
- Meeting #13 (07.05.2020)
- Meeting #12 (30.04.2020)
- Meeting #11 (23.04.2020)
- Meeting #10 (17.04.2020)
- Meeting #9 (16.04.2020)
- Meeting #8 (09.04.2020)
- Meeting #7 (22.03.2020)
- Meeting #6 (12.03.2020)
- Meeting #5 (05.03.2020)
- Meeting #4 (28.02.2020)
- Customer Meeting #1 (28.02.2020)
- Meeting #3 (27.02.2020)
- Meeting #2 (20.02.2020)
- Meeting #1 (13.02.2020)
- Meeting Notes Template