본문 바로가기 메뉴 바로가기

Летучий программист

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Летучий программист

검색하기 폼
  • 분류 전체보기 (67)
    • Languages (1)
      • Python (0)
      • Kotlin (1)
      • Dart (0)
    • Server (10)
      • Spring (1)
      • PHP (3)
      • DB (0)
      • ETC (4)
      • Django (1)
      • AWS (1)
    • App (47)
      • Flutter (27)
      • Android Native (20)
      • General (0)
    • 그 외 (9)
      • CS (1)
      • SCM (1)
      • ETC (0)
  • 방명록

Server (10)
[AWS/ElastiCache] Cache with Redis

1. Go to your aws console and search 'ElastiCache'. 2. Create 'Redis Cluster'. 3. Select options for a project and create a cluster. 4. Go to 'Security Groups' in the side menu of 'EC2' and create security group. 5. Fill in the form. 5-1. Add two inbound rules for IPv4 and IPv6. 6379 is the default port number. 5-2. Adding outbound rules is optional. 5-3. Create a security group. 6. Create and r..

Server/AWS 2023. 9. 25. 18:26
[Spring/Kotlin] querydsl 5.0.0 and "javax.persistence.NoResultException"

ISSUE : The service test failed when loading a list of posts using querydsl for a custom query - findPageBy (CustomPostRepositoryImpl). - Error message javax.persistence.NoResultException java.lang.ClassNotFoundException: javax.persistence.NoResultException at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$App..

Server/Spring 2023. 9. 12. 18:04
Errors and Attempts During MariaDB (or MySQL) Installation Using HomeBrew on macOS.

There are a bunch of errors related to MariaDB, which was installed after MySQL with homebrew on MacOS. I face a lot of issues and restarted/reinstalled it thousand times as I was willing to connect to db shell with "mysql.server start" . I have no idea why the exact reason was, possibly, these issues may have originated from the location of the "my.cnf" file. It left me utterly stuck and hopele..

Server/ETC 2023. 7. 3. 18:09
How to install python and manage its version control in MacOS

1) Install pyenv - python version management with homebrew. (https://github.com/pyenv/pyenv) brew install pyenv 2) Set up shell environment for using pyenv. (zsh) echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshrc echo 'command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.zshrc echo 'eval "$(pyenv init -)"' >> ~/.zshrc # for the PATH changes to take effect. exec "$SHELL" 3)..

Server/Django 2023. 3. 30. 12:49
How to install and configure TailwindCSS in Laravel 9?

*laravel/framework -> 9.19, vite -> 3.0.0 Please refer to the official documentation (https://tailwindcss.com/docs/guides/laravel) and recommend to follow my guide if you failed that one. 1. Command the line below in the project directory. # check if the libraries have been added to package.json npm install -D tailwindcss postcss autoprefixer # it generates "tailwind.config.js" npx tailwindcss i..

Server/PHP 2022. 9. 27. 17:49
Laravel 9 Tutorial Summary I - Setup/Controller/Routing/Database

1. Install composer. sudo php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" # check if 'composer-setup.php' has been installed in the dir. ls -al # move it to the other path sudo mv composer.phar /usr/local/bin/composer # check the installed version composer 2. Download DBngin - database version manage tool if necessary. 3. Install laravel installer with composer global. ..

Server/PHP 2022. 9. 27. 10:15
File Transfer between Remote and Local Servers w sftp

SFTP: Secure File Transfer Protocol is a file protocol for transferring large files over the web and includes Secure Shell (SSH) components as well. - Connect to a remote server sftp account@ip_address password #ls: list dir #pwd: print working dir on remote host #lpwd: print working dir on local host - Check and change local/remote working directory # print remote working directory pwd # print ..

Server/ETC 2022. 9. 14. 18:02
Docker Basics Summary

Definition : A tool for running apps in an IOSLATED ENVIRONMENT. Container: an abstract app layer where package codes and dependencies are together. != virtual machine * Multiple containers are able to run on the same machine and share the OS kernel. ** Structure: Infrastructure < Host Operating System < Docker < App a,b,c,d,e, ... . Docker Image: a template for creating an environment/ snapshot..

Server/ETC 2022. 9. 14. 10:16
Run MySQL in Docker (MacOS M1)!

1. Pre-install rosetta. ## 1. softwareupdate --install-rosetta 2. Download the install package (dmg) in the official site - https://docs.docker.com/desktop/mac/apple-silicon/ 3. Run the installed application and enter the command in Terminal. docker run -d -p 80:80 docker/getting-started 4. Pull and set up MySql in docker docker images docker run --name mysql-container -e MYSQL_ROOT_PASSWORD=xxx..

Server/ETC 2022. 8. 9. 09:38
Variables & Conditionals & Loops & Functions

Types - String/ Integer/ Float/ Boolean/ Array/ Object/ NULL/ Resource(Special var holding a resource) Rules - It is prefixed with $. - It starts with a letter of the underscore character. - It cannot start with a number - It contains only alpha-numeric characters and underscores (A-z, 0-9 and _) - CASE-SENSITIVE Examples $name = 'Dariya'; $age = 29; $has_children = false; echo $name . ' is ' . ..

Server/PHP 2022. 8. 1. 09:34
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • laravel9
  • AndroidWirelessDebug
  • querydsl5.0.0jakarta
  • flutter
  • android_domain
  • querydslQclass
  • Kotlin
  • flutter_storage_not_working_for_the_first_time
  • WirelessDebug
  • futter_api
  • retrofit_generator_conflicts_with_freezed
  • querydslKotlinError
  • retrofit_generator
  • flutter_android_app_links
  • RunAFlutterProjectIniPhoneFromVSCode
  • KotlinFlow
  • android_app_links
  • android_app_links_domain
  • Android
  • retrofit_toJson()_error
  • android_app_link_domain_works_with_adb_but_not_works_with_browser
  • phplaravel
  • Laravel
  • unsplashAPI
  • FlutterWirelessDebuginAOS
  • FirebaseConfigurationForMultipleBuildTypes
  • mvvm
  • MultipleFirebaseEnvironments
  • dagger-hilt
  • flutter_secure_storage_issue_iOS
more
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바

단축키

내 블로그

내 블로그 - 관리자 홈 전환
Q
Q
새 글 쓰기
W
W

블로그 게시글

글 수정 (권한 있는 경우)
E
E
댓글 영역으로 이동
C
C

모든 영역

이 페이지의 URL 복사
S
S
맨 위로 이동
T
T
티스토리 홈 이동
H
H
단축키 안내
Shift + /
⇧ + /

* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.