Aniket Acharyadevutter.hashnode.dev·Dec 13, 2024Exploring Scaffold and WidgetsHere’s a quick rundown of what I implemented: AppBar: Added a title with custom styling (font size, colors, and alignment). Body: Positioned styled text ("ANIKET BODY") in the center using the Center widget, adding custom fonts and letter spacing. ...Discuss·1 likeFlutter
esProc Desktopesproc-desktop.hashnode.dev·Dec 13, 2024#117 — Simple GroupingProblem description & analysis: Here below is a data table: Task: We want to group the data by Class and calculate the average score of each subject for each class. Solution: Use SPL XLL and enter the following code: =spl("=E(?1).groups(Class;avg(Ma...Discuss·10 likesexcel
AB Dev Hubabdevhub.hashnode.dev·Dec 12, 2024The Ultimate Guide to iOS Development: Variables, Data Types, and Basic Operations in Swift (Part 3)Welcome to AB Dev Hub! In this article, we’re diving into the third part of our Swift programming series: Variables, Data Types, and Basic Operations. Whether you’re just starting your journey in iOS development or brushing up on the fundamentals, th...DiscussiOS
Indreshtech-with-indresh.hashnode.dev·Dec 12, 2024The Inner Workings of JavaScript: From Code to Executionconsole.log("hello world"); The above piece of code helps print the text in the console. But how does this work behind the scenes? How does the machine understand this code and execute the desired output? In this article, we are going to explore the...Discuss·10 likesJavaScript
esProc Desktopesproc-desktop.hashnode.dev·Dec 12, 2024#116 — Concatenate Members with the Same RankingProblem description & analysis: Here below is a data table: Task: Rank the students by math score and concatenate the names of students having the same score with comma. Solution: Use SPL XLL and enter the following code: =spl("=E(?1).group(Maths).(...Discuss·10 likesexcel
Akash Hajjargelearning-journey.hashnode.dev·Dec 11, 2024Day 8 : 11/12/2024 : My Skill Up JourneyIntro It's 8th day of my learning journey in JavaScript, Data Structures and algorithms. And for Game design I am creating a 2D level in photoshop for a FPS shooter game and reading a book on game design. And learning Japanese from Zero! and revisiti...DiscussGame Development
esProc Desktopesproc-desktop.hashnode.dev·Dec 11, 2024#115 — Ranking of Row-Based Data — by the ExpressionProblem description & analysis: Here below is a data table: Task: Calculate the ranking of data (in descending order) by the sum of three columns Maths, English and PE. Solution: Use SPL XLL and enter the following code in cell F2: =spl("=E(?1).(Mat...Discuss·10 likesexcel
Akash Hajjargelearning-journey.hashnode.dev·Dec 10, 2024Day 7 : 10/12/2024 : My Skill Up JourneyIntro Continuing this journey with improving my skills in JavaScript, Data Structures and algorithms. And for Game design, I am continuing with creating a Level design document and read a book about game design. And learning Japanese from Zero! and r...DiscussGame Development
esProc Desktopesproc-desktop.hashnode.dev·Dec 10, 2024#114 — Ranking of Row-Based Data — by the Combination of Multiple ColumnsProblem description & analysis: Here below is a data table: Task: Rank the data (in descending order) by the order combination of three columns, Maths, English, and PE. Solution: Use SPL XLL and enter the following code in cell F2: =spl("=?1.rank@z(...Discuss·10 likesexcel
Nicsady Ngwenyadeegemini.hashnode.dev·Dec 9, 2024The Average Age of CodebasesHave you ever stopped to wonder just how old some codebases really are? Like, really think about it? As a recent graduate, I haven’t worked on a company's legacy system yet, but I’ve heard the horror stories. While exploring open-source projects and ...Discuss·4 likesProgramming Blogs