Ram's


  • Home

  • Categories

  • About

  • Archives

  • Tags
Good! 88 posts in total. Keep on posting.

2025

Kotlin - 코루틴 동작 원리 ( Continuation / CPS / State Machine )

04-23

JVM - Runtime Data Area - Thread

04-21

JVM - Runtime Data Area - Heap

04-21

JVM - Runtime Data Area - Method

04-19

JVM - Interned string

04-18

Android - 직렬화

04-17

Hilt - ComponentScope

04-16

Kotlin - Channel

04-15

Android - ViewModel 에 대해서

04-14

Android - Bundle 이란

04-13

2021

RxJava 강의 13 - RxJava with Retrofit / Room, 기존의 Callback을 RxStream으로

10-17

RxJava 강의 12 - 에러 처리 연산자 ( retry / retrywhen / onErrorResumeNext / onErrorReturn )

10-11

RxJava 강의 11 - 합성 연산자 ( merge / concat / concatEager / zip / combineLatest )

09-30

RxJava 강의 10 - RxBinding / Throttle / Debounce

09-29

RxJava 강의 9 - 흐름 제어 연산자 ( take / filter / map / flatMap / switchMap ... )

09-26

RxJava 강의 8 - 데이터 발행 연산자 ( Create / Just / Defer / FromCallable / Interval ... )

09-25

RxJava 강의 7 - Cold, Hot Observable / Subject ( Processor )

09-15

RxJava 강의 6 - Schedulers

09-10

RxJava 강의 5 - Subscribe operator / Consumer, Action interface

09-04

RxJava 강의 4 - Observable이란, Stream 구현체의 종류, Disposable 이란

08-31

2021

RxJava 강의 3 - Stream이란 / Operator란 / 마블 다이어그램 보는법

08-23

RxJava 강의 2 - 반응형 프로그래밍 이란, RxJava란 - Reactive Programming이 무엇인가

08-16

RxJava 강의 1 - 옵저버 패턴 이란, Observer Pattern

08-16

한빛미디어 나는 리뷰어다 - 학교에서 알려주지 않는 17가지 실무 개발 기술

04-18

Refactoring Study - 리팩터링이 필요한 경우

04-06

Github verified commit - sourcetree, GitKraken 활용하기

04-04

Kotlin Sealed class

03-26

Kotlin Enum class

03-25

Kotlin / Java에서의 추상화를 하는 이유 ( Inteface / Abstract Class )

03-23

한빛미디어 나는 리뷰어다 - Refactoring 2판

03-21

2021

Python 얕은 복사와 immutable 변수

03-19

IntelliJ 기반 IDE ( Android Studio / PyCharm / IntelliJ ) - 유용한 단축키 모음

03-18

Kotlin data class

03-16

운영체제 스터디 (13) - 네트워크와 분산 시스템

03-14

운영체제 스터디 (12) - 파일 시스템

03-14

운영체제 스터디 (11) - 입출력 시스템과 저장 장치

03-11

Kotlin collection - Write operator - add / remove ( + / - )

03-11

Kotlin collection - Set operator - union / intersect / subtract

03-11

Kotlin collection - Map operator - get / filter / plus / minus / put / remove

03-11

Kotlin collection - List operator - indexOf / binary search / sort

03-11

2021

운영체제 스터디 (10) - 가상 메모리 관리

03-10

Kotlin collection - count / max / min / fold / reduce

03-09

운영체제 스터디 (9) - 가상 메모리의 기초

03-08

운영체제 스터디 (8) - 물리 메모리 관리

03-07

Kotlin collection - elementAt / first / find / contains

03-07

Kotlin collection - Slice / Take and drop / Chunked / Windowed

03-07

Kotlin collection - sotring operator / custom sotring

03-07

Kotlin collection - plus / minus

03-06

Kotlin collection - group by

03-06

Kotlin collection - Filter / Partition / Test predicates ( any / all / none )

03-06

2021

Kotlin collection - Map / Zip / Associate / Flatten / String representation

03-05

Kotlin collection - Collection overview ( List / Set / Map )

03-04

한빛미디어 나는 리뷰어다 - 소프트웨어 스펙의 모든 것

02-21

iOS - image set에서 1x, 2x, 3x 이미지를 사용하는 이유

01-21

iOS - UILabel 크기를 텍스트에 맞추기

01-20

2020

운영체제 스터디 (7) - 교착상태

12-04

운영체제 스터디 (6) - 프로세스 동기화

11-10

운영체제 스터디 (5) - interrupt

10-20

운영체제 스터디 (4) - CPU 스케줄링

10-19

운영체제 스터디 (3) - 프로세스와 쓰레드

10-12

2020

Zappa를 활용하여 Django 배포하기 - S3에 연결하기

10-11

Zappa를 활용하여 Django 배포하기 - MySQL RDS에 연결 & Migrate 하기

10-10

Django - django-dotenv 사용하기

10-09

That port is already in use error in macOS

10-08

하드웨어 iOS 기기에 앱 무선으로 빌드하기

10-07

하드웨어 iOS 기기에 앱 빌드하기

10-06

Sequel Pro / MySQLWorkbench에서 MySQL RDS 접속하기

10-05

Zappa를 활용하여 Django 배포하기 - not authorized to perform error

10-04

Zappa를 활용하여 Django 배포하기

10-03

Elastic Beanstalk - Django AWS S3 연결하기 ( static file )

09-29

2020

Elastic Beanstalk - Django AWS postgresql RDS migration 진행하기

09-28

Elastic Beanstalk "Command 01_migrate failed" Error

09-28

Django 서버 에러 받기 - sentry 사용하기

09-28

Elastic Beanstalk - Django AWS PostgreSQL RDS 연결하기

09-27

ruby 가상환경 셋팅 - rbenv

09-25

Elastic Beanstalk CLI 사용하여 Django 배포하기

09-23

운영체제 스터디 (2) - 컴퓨터의 구조와 성능 향상

09-19

운영체제 스터디 (1) - 운영체제 역사 및 개요

09-12

Android Cook Book (2) - Git / Github / SourceTree를 활용하여 안드로이드 코드 관리하기

07-25

Jekyll blog에 댓글 추가하기 - Utterance 이용

07-24

2020

Database - (4) 설계 프로세스의 개념적인 개요

07-23

Android Cook Book (1) - 안드로이드 개발 시작 하기

07-23

Database - (3) 데이터베이스 용어

07-22

Database - (2) 데이터베이스 설계 목적

07-21

Lotto Data Analysis

07-21

Database - (1) 관계형 데이터베이스 (RDB)

07-20

안드로이드 11 주요 변경점 요약

07-17

쉽게 풀어쓴 p-value와 유의수준

07-16
Raemin

Raemin

88 posts
12 categories
65 tags
RSS
GitHub
© 2025 Raemin
Powered by Jekyll
Theme - NexT.Muse