Shrey Dikshantshreysblog.hashnode.dev·Aug 28, 2024Understanding Python’s __name__ == '__main__': The Gateway to Script and Module 🧩📜Introduction If you’ve looked at Python scripts, you might have come across this line: But what does it really mean? This blog demystifies this construct and explains its importance in distinguishing between script and module usage in Python. The Ro...Discussmain
Taegu Kangktg0210.hashnode.dev·Dec 14, 2022default name of gradle boot jaroutline If you want to build on CodeBuild after removing boot.jar configuration on build.gradle. result Created as src.jar NOT <project-name>.jar reference https://jar-download.com/artifacts/junit/junit/3.8.1/source-code/build.xmlDiscussJava
Taegu Kangktg0210.hashnode.dev·Dec 12, 2022creating Athena table erroroutline Error occurs when creating table for Athena. error message line 1:8: mismatched input 'EXTERNAL'. Expecting: 'MATERIALIZED', 'OR', 'ROLE', 'SCHEMA', 'TABLE', 'VIEW' resolution You can use NOT "-" as part of table name. After change "...DiscussAWS