-
Recent Posts
- Poor Man’s LastFM History Downloader
- Aspect Oriented Programming Notes #4 – Proxy Mechanism
- Aspect Oriented Programming Notes #3 – Some Additional Info
- Aspect Oriented Programming Notes #2: Setting Up AOP Dependencies and Declaring Aspects, Advices, Pointcuts
- Aspect Oriented Programming Notes #1: The Concepts
Categories
- Days (4)
- Projects (6)
- Uncategorized (1)
- Works (17)
- Algorithm Analysis (3)
- General Concepts (4)
- Links (5)
- Software Architecture (2)
- Spring Framework (5)
Archives
- August 2021 (1)
- September 2020 (6)
- August 2020 (3)
- May 2020 (3)
- April 2020 (1)
- March 2020 (1)
- February 2020 (3)
- December 2019 (1)
- November 2019 (1)
- October 2019 (1)
- September 2019 (1)
- August 2019 (3)
Category Archives: Uncategorized
Aspect Oriented Programming Notes #1: The Concepts
Not just a feature that Spring provides, it’s a model of programming itself. (It’s functional programming) When you writing in such languages you think of a problem and then you break it down into different functions. Each function accomplishes a … Continue reading