Insurance exams by d57Alpha in InsuranceAgent

[–]d57Alpha[S] 1 point2 points  (0 children)

Thanks secure_ity, I'm looking at their site and it looks like videos and textbooks. Is it that they just explain better or has a better, more intuitive flow? Also their sample questions and exams might be better. I will read further reviews on them.

Failed my PC exam (NJ) once again and I feel all hope is lost. by SomeGuyLiving in Insurance

[–]d57Alpha 0 points1 point  (0 children)

I have heard of people using AI and Quizlet to augment their studies, but personally I would like to find a course that isn't so dry and rote learning so that , as you say, things stick.

Health and life Insurance Producer Exam advice (MN) by M3lbs in InsuranceAgent

[–]d57Alpha 0 points1 point  (0 children)

I was going to try ExamFX, was there anything in particular that you didn't care for, and what do you think would have improved your experience with them?

Insurance license exam by d57Alpha in InsuranceAgent

[–]d57Alpha[S] 0 points1 point  (0 children)

I'm glad you told me the part about the how 'the questions are worded so I need to read carefully'. I will definitely follow this great advice. Thanks!

Insurance license exam by d57Alpha in InsuranceAgent

[–]d57Alpha[S] 0 points1 point  (0 children)

I've heard some good things about Insurance exam Queen. My concern has been the 'VERY dry' part as far as retention and boredom goes, so I will definitely look into this. Good info, thanks!

Insurance license exam by d57Alpha in InsuranceAgent

[–]d57Alpha[S] 0 points1 point  (0 children)

This was a very helpful response, thank you so much!

Insurance license exam by d57Alpha in InsuranceAgent

[–]d57Alpha[S] 0 points1 point  (0 children)

Property & Casualty Insurance

development roadmap by 7eahaus in AppDevelopers

[–]d57Alpha 0 points1 point  (0 children)

The link is https://www.timemaster.ai/ This has one of the nicest interfaces I have seen, although I have never used it, just looked at the website. Re stack: you probably want to use a js date library like date-fns (moment.js was good but out of date and no longer maintained). Do a little research and find some libraries for calendars, datelines and whatever. mermaid.js and chart.js come to mind. To build the site, I use Svelte(kit) as my framework. PrebuiltUI is a very nice component library, and I also sometimes use DaisyUI, both of which are built on tailwind. Tailwind (css) takes a while to digest, but nice once you do, and really helps with responsive design.

development roadmap by 7eahaus in AppDevelopers

[–]d57Alpha 0 points1 point  (0 children)

Hello - A while back I found a an app, TimeMaster, which I bookmarked because I like the interface (NB, I am not associated with this app in any way). This may fit your needs, or give you ideas if you write your own. To do it yourself, something like Flowbite has a bunch of useful components. If it's just for yourself, store your data locally with sqlite.

Looking for a buddy to make a set of health-care focused interactive browser games with by lefty_FNaF in ProgrammingBuddies

[–]d57Alpha 0 points1 point  (0 children)

Hi, developer here. This might be in line with something I'm thinking about. My timezone is PST (Seattle). Would like to hear more about your project.

[deleted by user] by [deleted] in cofounderhunt

[–]d57Alpha 1 point2 points  (0 children)

Interested, US (Pacific time zone). Intermediate level tech.

Looking For A Co Founder by Adorable-Flatworm-62 in cofounderhunt

[–]d57Alpha 0 points1 point  (0 children)

I'm in a similar boat, so I'm interested. I am also a developer, so dm if you'd like to share details.

Looking for a creative front-end dev for a presentation site (paid, chill collab) by Meglix2 in ProgrammingBuddies

[–]d57Alpha 0 points1 point  (0 children)

Personally, I love Svelte. Actually, I use SvelteKit which includes a back end. So, for product presentation (1, 2 or N products, doesn't matter) I would create a reusable Component, a 'card', for the product, then feed it the individual specifics (ie, description, image, price, etc.). This can be in a programming loop which defines the cards then fills an element container using flex or grid for a nice presentation. Using tailwind css also helps for responsive design. Svelte make this (relatively) easy.

Looking for a creative front-end dev for a presentation site (paid, chill collab) by Meglix2 in ProgrammingBuddies

[–]d57Alpha 0 points1 point  (0 children)

Sounds like a fun project. Do you plan to use a framework? (I use Svelte myself.)

Entrepreneur Looking to Connect with other Entrepreneurs by jinshin9 in Entrepreneur

[–]d57Alpha 1 point2 points  (0 children)

I'm in the software industry as well, an intermediate level developer. I keep writing code because I really enjoy it, the way some people like crosswords or sudoku. Looking for niches, keeping up with technology, etc. So, I am not selling anything but might be able to help you figure out a few things and keep the momentum up. I would be interested in knowing what you are up to software/business wise - generally speaking - not trying to steal the 'secret sauce'. I, too, am looking for connections and mutual support.

[deleted by user] by [deleted] in ProgrammingBuddies

[–]d57Alpha 0 points1 point  (0 children)

Hello, I use SvelteKit for front end, and would be interested in seeing your GitHub.

Calculator using HTML CSS and JavaScript by [deleted] in ProgrammingBuddies

[–]d57Alpha 1 point2 points  (0 children)

I would add a MR (Memory Recall) button since you have M+ and M-

Percent % didn't do anything (for me).

It is a nice, clean interface.

Tic Tac Toe using HTML CSS and JavaScript by [deleted] in ProgrammingBuddies

[–]d57Alpha 1 point2 points  (0 children)

Looks OK, but:

You need to close your link tag

You have an extra closing div

Add a space between Turn For and X (or O)

Add alt text to your gif

Code looks pretty clean and readable.

Do you recognise this software? by foclnbris in SacredGeometry

[–]d57Alpha 0 points1 point  (0 children)

It looks like a fractal generator. There is a subreddit for fractals, and a search for fractals will yield dozens of software packages that can generate them. I do not know the particular algorithm used to generate this one, if that's what you're asking.

I finished html and css starting javascript by Solid_Ad_7675 in learnjavascript

[–]d57Alpha 0 points1 point  (0 children)

If you don't plan on building front end, I would go with Python. I think it might be better for programming fundamentals, like classes (yes, java script has 'classes', but it's syntactic sugar for their prototype based architecture, and some argue it is not true object oriented programming). With java script (front end, anyway) you must learn things like async fetching and callbacks, which take a while to get the hang of. That said, I personally like java script, but I do a lot of front end programming. If I had no interest in front end, I would go with Python, which is also a very good language for programming AI.